2025-06-05T23:12:35.5879200Z Current runner version: '2.325.0' 2025-06-05T23:12:35.5888501Z Runner name: 'i-05a47fc0483172ea8' 2025-06-05T23:12:35.5890098Z Machine name: 'ip-10-0-46-170' 2025-06-05T23:12:35.5894692Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:12:35.5897776Z Contents: read 2025-06-05T23:12:35.5898645Z Metadata: read 2025-06-05T23:12:35.5899618Z ##[endgroup] 2025-06-05T23:12:35.5903105Z Secret source: Actions 2025-06-05T23:12:35.5904481Z Prepare workflow directory 2025-06-05T23:12:35.6544046Z Prepare all required actions 2025-06-05T23:12:35.6583725Z Getting action download info 2025-06-05T23:12:35.8809403Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:12:36.1334256Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:12:45.2469180Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:12:45.5651715Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:12:45.6772265Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:12:46.0554546Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:12:46.2738421Z Getting action download info 2025-06-05T23:12:46.3773194Z Download action repository 'pytorch/pytorch@main' (SHA:fa705f791249c5eee912096f1d7ac7b2d5b60e8c) 2025-06-05T23:12:59.3017606Z Complete job name: test-llama-runner-qnn-linux (fp32, qnn_8a8w, qnn) / linux-job 2025-06-05T23:12:59.3519680Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:12:59.3622864Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:12:59.3631909Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:12:59.3632589Z ##[endgroup] 2025-06-05T23:13:00.5474339Z Runner Type: linux.2xlarge 2025-06-05T23:13:00.5474821Z Instance Type: c5.2xlarge 2025-06-05T23:13:00.5475081Z AMI Name: unknown 2025-06-05T23:13:00.5499130Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:13:05.8516368Z ##[group]Run set -euxo pipefail 2025-06-05T23:13:05.8516773Z set -euxo pipefail 2025-06-05T23:13:05.8517076Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:13:05.8517464Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:13:05.8517836Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:13:05.8518151Z else 2025-06-05T23:13:05.8518406Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:13:05.8518767Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:13:05.8519046Z fi 2025-06-05T23:13:05.8519249Z  2025-06-05T23:13:05.8519484Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:13:05.8519812Z echo "::endgroup::" 2025-06-05T23:13:05.8529643Z shell: /usr/bin/bash -e {0} 2025-06-05T23:13:05.8530061Z env: 2025-06-05T23:13:05.8530338Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:05.8530745Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:05.8531190Z PR_NUMBER: 2025-06-05T23:13:05.8534661Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:05.8538106Z NO_SUDO: false 2025-06-05T23:13:05.8538335Z ##[endgroup] 2025-06-05T23:13:05.8563930Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:13:05.8574127Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:13:05.8580635Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:13:05.9895334Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:13:05.9896233Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:13:05.9910747Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:13:05.9922800Z + echo ::endgroup:: 2025-06-05T23:13:05.9923792Z ##[endgroup] 2025-06-05T23:13:06.0035851Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:13:06.0036318Z with: 2025-06-05T23:13:06.0036541Z repository: pytorch/test-infra 2025-06-05T23:13:06.0036833Z path: test-infra 2025-06-05T23:13:06.0037056Z submodules: recursive 2025-06-05T23:13:06.0037609Z token: *** 2025-06-05T23:13:06.0037829Z ssh-strict: true 2025-06-05T23:13:06.0038043Z ssh-user: git 2025-06-05T23:13:06.0038280Z persist-credentials: true 2025-06-05T23:13:06.0038530Z clean: true 2025-06-05T23:13:06.0038772Z sparse-checkout-cone-mode: true 2025-06-05T23:13:06.0039050Z fetch-depth: 1 2025-06-05T23:13:06.0039273Z fetch-tags: false 2025-06-05T23:13:06.0039506Z show-progress: true 2025-06-05T23:13:06.0039728Z lfs: false 2025-06-05T23:13:06.0039950Z set-safe-directory: true 2025-06-05T23:13:06.0040185Z env: 2025-06-05T23:13:06.0040431Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:06.0040766Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:06.0041086Z PR_NUMBER: 2025-06-05T23:13:06.0044170Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:06.0047379Z ##[endgroup] 2025-06-05T23:13:06.1218478Z Syncing repository: pytorch/test-infra 2025-06-05T23:13:06.1219610Z ##[group]Getting Git version info 2025-06-05T23:13:06.1220520Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:13:06.1221822Z [command]/usr/bin/git version 2025-06-05T23:13:06.1222305Z git version 2.47.1 2025-06-05T23:13:06.1229109Z ##[endgroup] 2025-06-05T23:13:06.1243216Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1b04334b-f584-4140-83c5-91eced6467b4' before making global git config changes 2025-06-05T23:13:06.1248965Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:13:06.1250491Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:13:06.1277161Z ##[group]Initializing the repository 2025-06-05T23:13:06.1282534Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:13:06.1310257Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:13:06.1311266Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:13:06.1312555Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:13:06.1313326Z hint: 2025-06-05T23:13:06.1313908Z hint: git config --global init.defaultBranch 2025-06-05T23:13:06.1314501Z hint: 2025-06-05T23:13:06.1315070Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:13:06.1316039Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:13:06.1316751Z hint: 2025-06-05T23:13:06.1317107Z hint: git branch -m 2025-06-05T23:13:06.1318083Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:13:06.1322804Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:13:06.1346657Z ##[endgroup] 2025-06-05T23:13:06.1347674Z ##[group]Disabling automatic garbage collection 2025-06-05T23:13:06.1351911Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:13:06.1375040Z ##[endgroup] 2025-06-05T23:13:06.1375730Z ##[group]Setting up auth 2025-06-05T23:13:06.1381356Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:13:06.1405484Z [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:13:06.1670516Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:13:06.1695235Z [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:13:06.1938216Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:13:06.1974876Z ##[endgroup] 2025-06-05T23:13:06.1975296Z ##[group]Determining the default branch 2025-06-05T23:13:06.1978168Z Retrieving the default branch name 2025-06-05T23:13:06.3732293Z Default branch 'main' 2025-06-05T23:13:06.3732972Z ##[endgroup] 2025-06-05T23:13:06.3733396Z ##[group]Fetching the repository 2025-06-05T23:13:06.3738524Z [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:13:06.7389296Z From https://github.com/pytorch/test-infra 2025-06-05T23:13:06.7389731Z * [new branch] main -> origin/main 2025-06-05T23:13:06.7409391Z ##[endgroup] 2025-06-05T23:13:06.7409803Z ##[group]Determining the checkout info 2025-06-05T23:13:06.7411490Z ##[endgroup] 2025-06-05T23:13:06.7416075Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:13:06.7446708Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:13:06.7468512Z ##[group]Checking out the ref 2025-06-05T23:13:06.7471971Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:13:06.8294636Z Switched to a new branch 'main' 2025-06-05T23:13:06.8295945Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:13:06.8301482Z ##[endgroup] 2025-06-05T23:13:06.8301884Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:13:06.8306345Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:13:06.8341851Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:13:06.8366647Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:13:06.8390320Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:13:06.8411757Z ##[endgroup] 2025-06-05T23:13:06.8412153Z ##[group]Fetching submodules 2025-06-05T23:13:06.8415150Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:13:06.8658920Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:13:06.8902313Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:13:06.9139449Z ##[endgroup] 2025-06-05T23:13:06.9139888Z ##[group]Persisting credentials for submodules 2025-06-05T23:13:06.9144495Z [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:13:06.9382984Z [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:13:06.9629779Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:13:06.9869751Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:13:07.0105842Z ##[endgroup] 2025-06-05T23:13:07.0133478Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:13:07.0151026Z 714db9db22f90727b389d5ecb5a2dc16cd27d00c 2025-06-05T23:13:07.0312198Z Prepare all required actions 2025-06-05T23:13:07.0312718Z Getting action download info 2025-06-05T23:13:07.1382353Z Download action repository 'pytorch/test-infra@main' (SHA:714db9db22f90727b389d5ecb5a2dc16cd27d00c) 2025-06-05T23:13:08.5923388Z Getting action download info 2025-06-05T23:13:08.6927708Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:13:08.8301641Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:13:08.8301990Z env: 2025-06-05T23:13:08.8302235Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:08.8302586Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:08.8302866Z PR_NUMBER: 2025-06-05T23:13:08.8305940Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:08.8309744Z ##[endgroup] 2025-06-05T23:13:08.8392763Z ##[group]Run set -euo pipefail 2025-06-05T23:13:08.8393112Z set -euo pipefail 2025-06-05T23:13:08.8393504Z function get_ec2_metadata() { 2025-06-05T23:13:08.8393862Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:13:08.8394504Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:13:08.8395040Z  category=$1 2025-06-05T23:13:08.8395900Z  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:13:08.8396786Z } 2025-06-05T23:13:08.8397027Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:13:08.8397435Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:13:08.8397883Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:13:08.8398283Z echo "system info $(uname -a)" 2025-06-05T23:13:08.8404046Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:08.8404412Z env: 2025-06-05T23:13:08.8404653Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:08.8404998Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:08.8405259Z PR_NUMBER: 2025-06-05T23:13:08.8408294Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:08.8411580Z ##[endgroup] 2025-06-05T23:13:08.8562653Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:13:08.8649461Z instance-id: i-05a47fc0483172ea8 2025-06-05T23:13:08.8736431Z instance-type: c5.2xlarge 2025-06-05T23:13:08.8745843Z system info Linux ip-10-0-46-170.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:13:08.8780314Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:13:08.8781231Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:13:08.8786866Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:08.8787232Z env: 2025-06-05T23:13:08.8787471Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:08.8787844Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:08.8788109Z PR_NUMBER: 2025-06-05T23:13:08.8791138Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:08.8794363Z ##[endgroup] 2025-06-05T23:13:08.8864140Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:13:08.8864573Z if systemctl is-active --quiet docker; then 2025-06-05T23:13:08.8864934Z  echo "Docker daemon is running..."; 2025-06-05T23:13:08.8865251Z else 2025-06-05T23:13:08.8865590Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:13:08.8866000Z fi 2025-06-05T23:13:08.8870941Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:08.8871315Z env: 2025-06-05T23:13:08.8871571Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:08.8871913Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:08.8872190Z PR_NUMBER: 2025-06-05T23:13:08.8875326Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:08.8878554Z ##[endgroup] 2025-06-05T23:13:08.8948284Z Docker daemon is running... 2025-06-05T23:13:08.8975662Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:13:08.8976283Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:13:08.8976785Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:13:08.8977376Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:13:08.8978082Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:13:08.8983351Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:08.8983721Z env: 2025-06-05T23:13:08.8983965Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:08.8984315Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:08.8984577Z PR_NUMBER: 2025-06-05T23:13:08.8987607Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:08.8990712Z AWS_RETRY_MODE: standard 2025-06-05T23:13:08.8991000Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:13:08.8991304Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:13:08.8991556Z ##[endgroup] 2025-06-05T23:13:09.9017923Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:13:09.9018763Z Configure a credential helper to remove this warning. See 2025-06-05T23:13:09.9019388Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:13:09.9019776Z 2025-06-05T23:13:09.9019873Z Login Succeeded 2025-06-05T23:13:09.9068579Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:13:09.9069552Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:13:09.9070383Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:13:09.9079519Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:09.9080160Z env: 2025-06-05T23:13:09.9080586Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:09.9081197Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:09.9081658Z PR_NUMBER: 2025-06-05T23:13:09.9087090Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:09.9090699Z ##[endgroup] 2025-06-05T23:13:09.9178868Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:13:09.9179332Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:13:09.9179724Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:13:09.9180060Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:13:09.9180499Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:13:09.9180903Z  2025-06-05T23:13:09.9181198Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:13:09.9181612Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:13:09.9181968Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:13:09.9182434Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:13:09.9182860Z  2025-06-05T23:13:09.9183209Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:13:09.9183539Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:13:09.9183862Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:13:09.9184243Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:13:09.9189445Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:09.9189801Z env: 2025-06-05T23:13:09.9190056Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:09.9190406Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:09.9190666Z PR_NUMBER: 2025-06-05T23:13:09.9193807Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:09.9196910Z ##[endgroup] 2025-06-05T23:13:10.4208188Z ##[group]Run needs=0 2025-06-05T23:13:10.4208457Z needs=0 2025-06-05T23:13:10.4209236Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:13:10.4209688Z  needs=1 2025-06-05T23:13:10.4209893Z fi 2025-06-05T23:13:10.4210136Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:13:10.4216292Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:10.4216661Z env: 2025-06-05T23:13:10.4216920Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:10.4217270Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:10.4217544Z PR_NUMBER: 2025-06-05T23:13:10.4220551Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:10.4223928Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:10.4224504Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:10.4225040Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:10.4225405Z ##[endgroup] 2025-06-05T23:13:10.4476169Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:13:10.4476732Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:13:10.4477136Z # shellcheck disable=SC2046 2025-06-05T23:13:10.4477460Z docker stop $(docker ps -q) || true 2025-06-05T23:13:10.4477799Z # Prune all of the docker images 2025-06-05T23:13:10.4478120Z docker system prune -af 2025-06-05T23:13:10.4483375Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:10.4483729Z env: 2025-06-05T23:13:10.4483984Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:10.4484463Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:10.4484745Z PR_NUMBER: 2025-06-05T23:13:10.4487763Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:10.4490998Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:10.4491557Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:10.4492091Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:10.4492455Z ##[endgroup] 2025-06-05T23:13:10.4719054Z "docker stop" requires at least 1 argument. 2025-06-05T23:13:10.4719525Z See 'docker stop --help'. 2025-06-05T23:13:10.4719708Z 2025-06-05T23:13:10.4719863Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:13:10.4720121Z 2025-06-05T23:13:10.4720265Z Stop one or more running containers 2025-06-05T23:13:10.4868568Z Total reclaimed space: 0B 2025-06-05T23:13:10.4938289Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:13:10.4938670Z with: 2025-06-05T23:13:10.4939312Z github-secret: *** 2025-06-05T23:13:10.4939977Z 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:13:10.4940712Z activate-with-label: false 2025-06-05T23:13:10.4940965Z label: with-ssh 2025-06-05T23:13:10.4941201Z remove-existing-keys: true 2025-06-05T23:13:10.4941456Z fail-silently: true 2025-06-05T23:13:10.4941683Z env: 2025-06-05T23:13:10.4941915Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:10.4942268Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:10.4942543Z PR_NUMBER: 2025-06-05T23:13:10.4945595Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:10.4948957Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:10.4949526Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:10.4950067Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:10.4950436Z ##[endgroup] 2025-06-05T23:13:10.5989364Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:13:10.5991071Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:13:10.6108196Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:13:10.6108622Z with: 2025-06-05T23:13:10.6109266Z repository: pytorch/executorch 2025-06-05T23:13:10.6109588Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:13:10.6109905Z path: pytorch/executorch 2025-06-05T23:13:10.6110165Z fetch-depth: 1 2025-06-05T23:13:10.6110381Z submodules: recursive 2025-06-05T23:13:10.6110759Z token: *** 2025-06-05T23:13:10.6110973Z ssh-strict: true 2025-06-05T23:13:10.6111181Z ssh-user: git 2025-06-05T23:13:10.6111414Z persist-credentials: true 2025-06-05T23:13:10.6111659Z clean: true 2025-06-05T23:13:10.6111899Z sparse-checkout-cone-mode: true 2025-06-05T23:13:10.6112180Z fetch-tags: false 2025-06-05T23:13:10.6112407Z show-progress: true 2025-06-05T23:13:10.6112625Z lfs: false 2025-06-05T23:13:10.6112857Z set-safe-directory: true 2025-06-05T23:13:10.6113091Z env: 2025-06-05T23:13:10.6113477Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:10.6113817Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:10.6114094Z PR_NUMBER: 2025-06-05T23:13:10.6117127Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:10.6120365Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:10.6120927Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:10.6121463Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:10.6121830Z ##[endgroup] 2025-06-05T23:13:10.7034211Z Syncing repository: pytorch/executorch 2025-06-05T23:13:10.7041775Z ##[group]Getting Git version info 2025-06-05T23:13:10.7042383Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:13:10.7066975Z [command]/usr/bin/git version 2025-06-05T23:13:10.7100173Z git version 2.47.1 2025-06-05T23:13:10.7123579Z ##[endgroup] 2025-06-05T23:13:10.7133885Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f9ae0f51-8237-4a85-bdae-1d6092b9bf09' before making global git config changes 2025-06-05T23:13:10.7134971Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:13:10.7138735Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:13:10.7163950Z ##[group]Initializing the repository 2025-06-05T23:13:10.7168108Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:13:10.7195961Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:13:10.7196561Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:13:10.7197141Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:13:10.7197546Z hint: 2025-06-05T23:13:10.7197806Z hint: git config --global init.defaultBranch 2025-06-05T23:13:10.7198149Z hint: 2025-06-05T23:13:10.7198462Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:13:10.7199034Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:13:10.7199619Z hint: 2025-06-05T23:13:10.7199839Z hint: git branch -m 2025-06-05T23:13:10.7200480Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:13:10.7204628Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:13:10.7226730Z ##[endgroup] 2025-06-05T23:13:10.7227138Z ##[group]Disabling automatic garbage collection 2025-06-05T23:13:10.7230764Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:13:10.7253753Z ##[endgroup] 2025-06-05T23:13:10.7254231Z ##[group]Setting up auth 2025-06-05T23:13:10.7259200Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:13:10.7281891Z [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:13:10.7524226Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:13:10.7546613Z [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:13:10.7784876Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:13:10.7821694Z ##[endgroup] 2025-06-05T23:13:10.7822246Z ##[group]Fetching the repository 2025-06-05T23:13:10.7828859Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:13:12.1950777Z From https://github.com/pytorch/executorch 2025-06-05T23:13:12.1951282Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:13:12.1972025Z ##[endgroup] 2025-06-05T23:13:12.1972803Z ##[group]Determining the checkout info 2025-06-05T23:13:12.1975453Z ##[endgroup] 2025-06-05T23:13:12.1980504Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:13:12.2020915Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:13:12.2043972Z ##[group]Checking out the ref 2025-06-05T23:13:12.2047878Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:13:12.6898031Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:13:12.6898355Z 2025-06-05T23:13:12.6898576Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:13:12.6899114Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:13:12.6899649Z state without impacting any branches by switching back to a branch. 2025-06-05T23:13:12.6899960Z 2025-06-05T23:13:12.6900170Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:13:12.6900927Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:13:12.6901205Z 2025-06-05T23:13:12.6901314Z git switch -c 2025-06-05T23:13:12.6901518Z 2025-06-05T23:13:12.6901623Z Or undo this operation with: 2025-06-05T23:13:12.6901795Z 2025-06-05T23:13:12.6901895Z git switch - 2025-06-05T23:13:12.6902020Z 2025-06-05T23:13:12.6902244Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:13:12.6902589Z 2025-06-05T23:13:12.6902844Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:13:12.6923388Z ##[endgroup] 2025-06-05T23:13:12.6924035Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:13:12.6929756Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:13:12.6965661Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:13:12.6990018Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:13:12.7015099Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:13:12.7035895Z ##[endgroup] 2025-06-05T23:13:12.7036547Z ##[group]Fetching submodules 2025-06-05T23:13:12.7039995Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:13:12.7292106Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:13:12.7534720Z 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:13:12.7536541Z 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:13:12.7538125Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:13:12.7541299Z 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:13:12.7544077Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:12.7546557Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:13:12.7549578Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:12.7553274Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:12.7556333Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:12.7559550Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:12.7562988Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:12.7566320Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:13:12.7569934Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:12.7573482Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:13:12.7577329Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:13:12.7581941Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:13:12.7587301Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:13:12.7591368Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:13:12.7595705Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:13:12.7599839Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:13:12.7604279Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:13:12.7609103Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:13:12.7613578Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:13:12.7618026Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:13:12.7642677Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:13:13.5252564Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:13:14.2076104Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:13:14.4748647Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:13:14.8867932Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:13:15.1938729Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:13:15.3951756Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:13:16.0257556Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:13:16.2260411Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:13:16.9726570Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:13:17.2832283Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:13:17.5165465Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:13:17.7544364Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:13:18.5009137Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:13:18.7868986Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:13:19.2051818Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:13:19.6121147Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:13:19.8800618Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:13:20.0852717Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:13:20.3422574Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:13:20.5638517Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:13:20.9854559Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:13:21.1847001Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:13:21.5566082Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:13:23.0320379Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:13:23.0321026Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:13:23.0425096Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:13:24.3944110Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:13:24.3944660Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:13:24.4049708Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:13:24.4064872Z 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:13:24.4088115Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:13:25.6017956Z From https://github.com/google/flatbuffers 2025-06-05T23:13:25.6018464Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:13:25.7020868Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:13:26.2218308Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:13:26.2218884Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:13:26.2292444Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:13:27.0454930Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:13:27.0455441Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:13:27.1004391Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:13:27.8987507Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:13:27.8988253Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:13:27.9291373Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:13:28.4715026Z From https://github.com/zeux/volk 2025-06-05T23:13:28.4715710Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:13:28.4810268Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:13:28.9976291Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:13:28.9976875Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:13:29.0057353Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:13:29.4606057Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:13:29.4606578Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:13:29.4657044Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:13:31.0051006Z From https://github.com/google/XNNPACK 2025-06-05T23:13:31.0051500Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:13:31.5845534Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:13:32.1182718Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:13:32.1183204Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:13:32.1996002Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:13:32.7120947Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:13:32.7121473Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:13:32.7198882Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:13:33.2008396Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:13:33.2009176Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:13:33.2246506Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:13:33.2260983Z 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:13:33.2263593Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:33.2266605Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:33.2269468Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:33.2272551Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:33.2297343Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:13:33.5772217Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:13:34.3607794Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:13:34.6672505Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:13:34.9577983Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:13:36.2683264Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:13:36.2683749Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:13:36.3625027Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:13:37.0526854Z From https://github.com/nlohmann/json 2025-06-05T23:13:37.0527344Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:13:37.1429450Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:13:37.7235226Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:13:37.7236029Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:13:37.7946075Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:13:37.7961471Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:37.7985830Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:13:38.5703769Z From https://github.com/zherczeg/sljit 2025-06-05T23:13:38.5704260Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:13:38.5886657Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:13:39.0431921Z From https://github.com/google/re2 2025-06-05T23:13:39.0432407Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:13:39.0589624Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:13:39.5866913Z From https://github.com/google/sentencepiece 2025-06-05T23:13:39.5867408Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:13:39.7109551Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:13:41.2873714Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:13:41.2874219Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:13:41.4100678Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:13:41.9543878Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:13:41.9544378Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:13:41.9736457Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:13:42.6039512Z From https://github.com/pytorch/ao 2025-06-05T23:13:42.6040044Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:13:42.6942751Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:13:42.6958744Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:42.6983274Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:13:44.5624658Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:13:44.5625148Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:13:45.1046647Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:13:45.8119273Z From https://github.com/google/flatbuffers 2025-06-05T23:13:45.8119807Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:13:45.9188118Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:13:46.4253276Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:13:46.4253773Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:13:46.4613106Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:13:46.9499073Z From https://github.com/gflags/gflags 2025-06-05T23:13:46.9499539Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:13:46.9611870Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:13:47.6279072Z From https://github.com/google/googletest 2025-06-05T23:13:47.6279573Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:13:47.6612448Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:13:48.0820784Z From https://github.com/leetal/ios-cmake 2025-06-05T23:13:48.0821247Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:13:48.0915230Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:13:48.7757298Z From https://github.com/nlohmann/json 2025-06-05T23:13:48.7757786Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:13:48.8672618Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:13:48.8808468Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:13:49.4603995Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:13:49.4604776Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:13:49.5952579Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:13:50.1554385Z From https://github.com/pybind/pybind11 2025-06-05T23:13:50.1554898Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:13:50.1825271Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:13:50.1856805Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:13:50.2103607Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:13:50.2141369Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:13:50.2178207Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:50.2219925Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:13:50.2256986Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:13:50.2293786Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:50.2330441Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:13:50.2366899Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:50.2403309Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:50.2440268Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:50.2491885Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:50.2528907Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:50.2564999Z Entering 'extension/llm/tokenizers' 2025-06-05T23:13:50.2600777Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:50.2639196Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:50.2676870Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:50.2714384Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:50.2753389Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:50.2790401Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:50.2828765Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:50.2867719Z Entering 'shim' 2025-06-05T23:13:50.2904586Z Entering 'third-party/ao' 2025-06-05T23:13:50.2941118Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:50.2987634Z Entering 'third-party/flatbuffers' 2025-06-05T23:13:50.3026553Z Entering 'third-party/flatcc' 2025-06-05T23:13:50.3063195Z Entering 'third-party/gflags' 2025-06-05T23:13:50.3099205Z Entering 'third-party/googletest' 2025-06-05T23:13:50.3135642Z Entering 'third-party/ios-cmake' 2025-06-05T23:13:50.3171865Z Entering 'third-party/json' 2025-06-05T23:13:50.3210531Z Entering 'third-party/pocketfft' 2025-06-05T23:13:50.3246729Z Entering 'third-party/prelude' 2025-06-05T23:13:50.3286559Z Entering 'third-party/pybind11' 2025-06-05T23:13:50.3330416Z ##[endgroup] 2025-06-05T23:13:50.3331066Z ##[group]Persisting credentials for submodules 2025-06-05T23:13:50.3338055Z [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:13:50.3579893Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:13:50.3627909Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:13:50.3674993Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:50.3726642Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:13:50.3775275Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:13:50.3823230Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:50.3871746Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:13:50.3921118Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:50.3968960Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:50.4017246Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:50.4081197Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:50.4130108Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:50.4178227Z Entering 'extension/llm/tokenizers' 2025-06-05T23:13:50.4226045Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:50.4274944Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:50.4323563Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:50.4370354Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:50.4420129Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:50.4467626Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:50.4517311Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:50.4566848Z Entering 'shim' 2025-06-05T23:13:50.4614892Z Entering 'third-party/ao' 2025-06-05T23:13:50.4662659Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:50.4721565Z Entering 'third-party/flatbuffers' 2025-06-05T23:13:50.4771514Z Entering 'third-party/flatcc' 2025-06-05T23:13:50.4819093Z Entering 'third-party/gflags' 2025-06-05T23:13:50.4866140Z Entering 'third-party/googletest' 2025-06-05T23:13:50.4913976Z Entering 'third-party/ios-cmake' 2025-06-05T23:13:50.4962623Z Entering 'third-party/json' 2025-06-05T23:13:50.5011147Z Entering 'third-party/pocketfft' 2025-06-05T23:13:50.5058103Z Entering 'third-party/prelude' 2025-06-05T23:13:50.5109087Z Entering 'third-party/pybind11' 2025-06-05T23:13:50.5167963Z [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:13:50.5410029Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:13:50.5456829Z 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:13:50.5470192Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:13:50.5516873Z 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:13:50.5530171Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:50.5575996Z 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:13:50.5594278Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:13:50.5640128Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:13:50.5653874Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:13:50.5699394Z 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:13:50.5714526Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:50.5759914Z 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:13:50.5773641Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:13:50.5819117Z 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:13:50.5832966Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:50.5878160Z 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:13:50.5891723Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:50.5938189Z 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:13:50.5951643Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:50.5996536Z 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:13:50.6026146Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:50.6071258Z 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:13:50.6085673Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:50.6131372Z 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:13:50.6144872Z Entering 'extension/llm/tokenizers' 2025-06-05T23:13:50.6190381Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:13:50.6203665Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:50.6250281Z 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:13:50.6265715Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:50.6312376Z 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:13:50.6327587Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:50.6373001Z 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:13:50.6386167Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:50.6432474Z 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:13:50.6447785Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:50.6493245Z 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:13:50.6506601Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:50.6553395Z 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:13:50.6568970Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:50.6614748Z 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:13:50.6630570Z Entering 'shim' 2025-06-05T23:13:50.6675463Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:13:50.6689683Z Entering 'third-party/ao' 2025-06-05T23:13:50.6735626Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:13:50.6749613Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:50.6795255Z 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:13:50.6820374Z Entering 'third-party/flatbuffers' 2025-06-05T23:13:50.6865946Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:13:50.6881855Z Entering 'third-party/flatcc' 2025-06-05T23:13:50.6926909Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:13:50.6940560Z Entering 'third-party/gflags' 2025-06-05T23:13:50.6985038Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:13:50.6998297Z Entering 'third-party/googletest' 2025-06-05T23:13:50.7043488Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:13:50.7057113Z Entering 'third-party/ios-cmake' 2025-06-05T23:13:50.7101411Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:13:50.7115295Z Entering 'third-party/json' 2025-06-05T23:13:50.7160067Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:13:50.7174974Z Entering 'third-party/pocketfft' 2025-06-05T23:13:50.7222045Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:13:50.7235325Z Entering 'third-party/prelude' 2025-06-05T23:13:50.7280549Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:13:50.7298071Z Entering 'third-party/pybind11' 2025-06-05T23:13:50.7343455Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:13:50.7778685Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:13:50.8022931Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:13:50.8060585Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:13:50.8097027Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:50.8139496Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:13:50.8177097Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:13:50.8214386Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:50.8251390Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:13:50.8288288Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:50.8326122Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:50.8362957Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:50.8414686Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:50.8452032Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:50.8488787Z Entering 'extension/llm/tokenizers' 2025-06-05T23:13:50.8525050Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:50.8563775Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:50.8601457Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:50.8638508Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:50.8677788Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:50.8715375Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:50.8753387Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:50.8792425Z Entering 'shim' 2025-06-05T23:13:50.8829276Z Entering 'third-party/ao' 2025-06-05T23:13:50.8865392Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:50.8911174Z Entering 'third-party/flatbuffers' 2025-06-05T23:13:50.8950221Z Entering 'third-party/flatcc' 2025-06-05T23:13:50.8987462Z Entering 'third-party/gflags' 2025-06-05T23:13:50.9024626Z Entering 'third-party/googletest' 2025-06-05T23:13:50.9061337Z Entering 'third-party/ios-cmake' 2025-06-05T23:13:50.9097615Z Entering 'third-party/json' 2025-06-05T23:13:50.9135607Z Entering 'third-party/pocketfft' 2025-06-05T23:13:50.9172164Z Entering 'third-party/prelude' 2025-06-05T23:13:50.9211517Z Entering 'third-party/pybind11' 2025-06-05T23:13:50.9260376Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:13:50.9504275Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:13:50.9541499Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:13:50.9577496Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:13:50.9619380Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:13:50.9655705Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:13:50.9692199Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:13:50.9729287Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:13:50.9765334Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:13:50.9801952Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:13:50.9838593Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:13:50.9889042Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:13:50.9926786Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:13:50.9962882Z Entering 'extension/llm/tokenizers' 2025-06-05T23:13:50.9998729Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:13:51.0038081Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:13:51.0075683Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:13:51.0112071Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:13:51.0150363Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:13:51.0186365Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:13:51.0224628Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:13:51.0263310Z Entering 'shim' 2025-06-05T23:13:51.0299857Z Entering 'third-party/ao' 2025-06-05T23:13:51.0338696Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:13:51.0385333Z Entering 'third-party/flatbuffers' 2025-06-05T23:13:51.0426774Z Entering 'third-party/flatcc' 2025-06-05T23:13:51.0463709Z Entering 'third-party/gflags' 2025-06-05T23:13:51.0499681Z Entering 'third-party/googletest' 2025-06-05T23:13:51.0539536Z Entering 'third-party/ios-cmake' 2025-06-05T23:13:51.0576493Z Entering 'third-party/json' 2025-06-05T23:13:51.0616433Z Entering 'third-party/pocketfft' 2025-06-05T23:13:51.0652977Z Entering 'third-party/prelude' 2025-06-05T23:13:51.0692408Z Entering 'third-party/pybind11' 2025-06-05T23:13:51.0736968Z ##[endgroup] 2025-06-05T23:13:51.0767495Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:13:51.0785528Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:13:51.0975454Z Prepare all required actions 2025-06-05T23:13:51.0975972Z Getting action download info 2025-06-05T23:13:51.1817101Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:13:51.3471850Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:13:51.3472244Z with: 2025-06-05T23:13:51.3472504Z docker-image-name: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:51.3472873Z docker-build-dir: .ci/docker 2025-06-05T23:13:51.3473156Z working-directory: pytorch/executorch 2025-06-05T23:13:51.3473580Z docker-build-script: ./build.sh 2025-06-05T23:13:51.3473949Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:51.3474341Z force-push: false 2025-06-05T23:13:51.3474551Z env: 2025-06-05T23:13:51.3474793Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:51.3475135Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:51.3475394Z PR_NUMBER: 2025-06-05T23:13:51.3478467Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:51.3481693Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:51.3482255Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:51.3482793Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:51.3483162Z ##[endgroup] 2025-06-05T23:13:51.3512384Z ##[group]Run set -ex 2025-06-05T23:13:51.3512687Z set -ex 2025-06-05T23:13:51.3512906Z  2025-06-05T23:13:51.3513372Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:13:51.3514023Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:13:51.3514577Z # job could then download the pre-built image as usual 2025-06-05T23:13:51.3515101Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:13:51.3515598Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:51.3516025Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:51.3516424Z  2025-06-05T23:13:51.3516777Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:13:51.3517196Z  exit 0 2025-06-05T23:13:51.3517424Z else 2025-06-05T23:13:51.3517665Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:51.3517980Z fi 2025-06-05T23:13:51.3518171Z  2025-06-05T23:13:51.3518493Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:13:51.3519062Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:13:51.3519582Z  # use it as it is, but first let's extract the tag 2025-06-05T23:13:51.3520050Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:13:51.3520529Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:51.3520998Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:51.3521518Z else 2025-06-05T23:13:51.3521772Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:13:51.3522247Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:13:51.3522610Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:13:51.3522935Z  fi 2025-06-05T23:13:51.3523354Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:13:51.3523944Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:51.3524549Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:51.3525226Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:51.3525637Z fi 2025-06-05T23:13:51.3531147Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:51.3531517Z env: 2025-06-05T23:13:51.3531766Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:51.3532119Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:51.3532389Z PR_NUMBER: 2025-06-05T23:13:51.3535406Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:51.3538619Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:51.3539189Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:51.3539714Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:51.3540097Z REPO_NAME: executorch 2025-06-05T23:13:51.3540382Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:51.3540734Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:13:51.3541010Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:13:51.3541364Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:51.3541743Z CUSTOM_TAG_PREFIX: 2025-06-05T23:13:51.3541962Z ##[endgroup] 2025-06-05T23:13:51.3568748Z + [[ ! -d .ci/docker ]] 2025-06-05T23:13:51.3569219Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:13:51.3569609Z + echo skip=false 2025-06-05T23:13:51.3570547Z + [[ 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:13:51.3571182Z + [[ executorch-ubuntu-22.04-qnn-sdk == *:* ]] 2025-06-05T23:13:51.3573306Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:13:51.3587751Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:51.3588525Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:51.3589577Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:51.3590468Z + echo custom-tag-prefix= 2025-06-05T23:13:51.3623608Z ##[group]Run set +e 2025-06-05T23:13:51.3623928Z set +e 2025-06-05T23:13:51.3624146Z set -x 2025-06-05T23:13:51.3624344Z  2025-06-05T23:13:51.3624550Z login() { 2025-06-05T23:13:51.3625002Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:13:51.3625509Z } 2025-06-05T23:13:51.3625816Z  2025-06-05T23:13:51.3626021Z retry () { 2025-06-05T23:13:51.3626283Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:13:51.3626660Z } 2025-06-05T23:13:51.3626861Z  2025-06-05T23:13:51.3627068Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:13:51.3627362Z  2025-06-05T23:13:51.3627557Z START_TIME=$(date +%s) 2025-06-05T23:13:51.3627836Z # Wait up to 120 minutes 2025-06-05T23:13:51.3628171Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:13:51.3628648Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:13:51.3629122Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:13:51.3629458Z  exit 0 2025-06-05T23:13:51.3629681Z  fi 2025-06-05T23:13:51.3629875Z  2025-06-05T23:13:51.3630247Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:13:51.3630874Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:13:51.3631513Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:13:51.3632016Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:13:51.3632396Z  # It's a Docker build job, let's build the image 2025-06-05T23:13:51.3632728Z  break 2025-06-05T23:13:51.3632937Z  else 2025-06-05T23:13:51.3633261Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:13:51.3633739Z  sleep 300 2025-06-05T23:13:51.3633981Z  fi 2025-06-05T23:13:51.3634189Z done 2025-06-05T23:13:51.3634377Z  2025-06-05T23:13:51.3634714Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:13:51.3635257Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:13:51.3635751Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:13:51.3636179Z  # if we're on the base branch then use the parent commit 2025-06-05T23:13:51.3636566Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:13:51.3636864Z else 2025-06-05T23:13:51.3637161Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:13:51.3637615Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:13:51.3637949Z fi 2025-06-05T23:13:51.3638165Z  2025-06-05T23:13:51.3638385Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:13:51.3638714Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:51.3639031Z  2025-06-05T23:13:51.3639479Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:13:51.3639998Z  exit 0 2025-06-05T23:13:51.3640210Z fi 2025-06-05T23:13:51.3640396Z  2025-06-05T23:13:51.3640683Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:13:51.3641336Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:13:51.3641901Z  exit 1 2025-06-05T23:13:51.3642112Z fi 2025-06-05T23:13:51.3642307Z  2025-06-05T23:13:51.3642650Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:13:51.3643274Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:13:51.3643843Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:13:51.3644506Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:13:51.3645327Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:13:51.3645772Z fi 2025-06-05T23:13:51.3646017Z  2025-06-05T23:13:51.3646265Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:13:51.3651594Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:51.3651959Z env: 2025-06-05T23:13:51.3652577Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:51.3653313Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:51.3653599Z PR_NUMBER: 2025-06-05T23:13:51.3656618Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:51.3659842Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:51.3660416Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:51.3660953Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:51.3661335Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:13:51.3661668Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:13:51.3662068Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:51.3662511Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:51.3662879Z DOCKER_PUSH: 2025-06-05T23:13:51.3663107Z ##[endgroup] 2025-06-05T23:13:51.3684133Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:51.3684796Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:51.3686600Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:13:51.3688059Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:51.8801680Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:13:51.8802292Z Configure a credential helper to remove this warning. See 2025-06-05T23:13:51.8802908Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:13:51.8803431Z 2025-06-05T23:13:51.8803541Z Login Succeeded 2025-06-05T23:13:51.8818714Z ++ date +%s 2025-06-05T23:13:51.8828635Z + START_TIME=1749165231 2025-06-05T23:13:51.8831390Z ++ date +%s 2025-06-05T23:13:51.8839574Z + [[ 1749158031 -lt 1749165231 ]] 2025-06-05T23:13:51.8840380Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:52.1858310Z { 2025-06-05T23:13:52.1858739Z "schemaVersion": 2, 2025-06-05T23:13:52.1859332Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:13:52.1859766Z "config": { 2025-06-05T23:13:52.1860108Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:13:52.1860737Z "size": 15106, 2025-06-05T23:13:52.1861384Z "digest": "sha256:1db6031c5a19f41579dd393b449a8fa85c2e949e96f78b1202be29e201459087" 2025-06-05T23:13:52.1862039Z }, 2025-06-05T23:13:52.1862216Z "layers": [ 2025-06-05T23:13:52.1862415Z { 2025-06-05T23:13:52.1862720Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1863127Z "size": 30438509, 2025-06-05T23:13:52.1863766Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:13:52.1864332Z }, 2025-06-05T23:13:52.1864522Z { 2025-06-05T23:13:52.1864829Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1865235Z "size": 631, 2025-06-05T23:13:52.1865622Z "digest": "sha256:53b460f20fa277f78e0346f07eca1d411d0d3c597c8d64ff88be2593c3ff02da" 2025-06-05T23:13:52.1866082Z }, 2025-06-05T23:13:52.1866253Z { 2025-06-05T23:13:52.1866567Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1866959Z "size": 150105280, 2025-06-05T23:13:52.1867377Z "digest": "sha256:9c0222e3bd9666bcd88da1fb2ab316f87a0a11beaa90b59c544d59d3a014615c" 2025-06-05T23:13:52.1867840Z }, 2025-06-05T23:13:52.1868010Z { 2025-06-05T23:13:52.1868323Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1868795Z "size": 622, 2025-06-05T23:13:52.1869209Z "digest": "sha256:c30fec91d711e8b49a9c20c8e2ceaa27c327f6ea17b7a368fe6b70d8ac33f22f" 2025-06-05T23:13:52.1869661Z }, 2025-06-05T23:13:52.1869846Z { 2025-06-05T23:13:52.1870580Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1871347Z "size": 19308683, 2025-06-05T23:13:52.1871846Z "digest": "sha256:2137fe3d6c8b4024aad31b4bc17ed8d7998a4e5df7c7c884344470aa90700b9d" 2025-06-05T23:13:52.1872302Z }, 2025-06-05T23:13:52.1872490Z { 2025-06-05T23:13:52.1872794Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1873194Z "size": 736, 2025-06-05T23:13:52.1873658Z "digest": "sha256:3993b97cc01a6f053cfd9d8f4c6ae714adabe8fbe6066dd8518c452b2111936b" 2025-06-05T23:13:52.1874128Z }, 2025-06-05T23:13:52.1874301Z { 2025-06-05T23:13:52.1874613Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1875018Z "size": 131417865, 2025-06-05T23:13:52.1875426Z "digest": "sha256:6e964dcfe8cdf44f0104592827d0804bb072ef3327b339db4d8dabb977d6bd30" 2025-06-05T23:13:52.1875888Z }, 2025-06-05T23:13:52.1876057Z { 2025-06-05T23:13:52.1876370Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1876819Z + exit 0 2025-06-05T23:13:52.1877000Z "size": 445, 2025-06-05T23:13:52.1877383Z "digest": "sha256:59140483a9d7aa85510c5b35c11d2284b1f668b153292897d0c727494a8efef4" 2025-06-05T23:13:52.1877828Z }, 2025-06-05T23:13:52.1877997Z { 2025-06-05T23:13:52.1878312Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1878700Z "size": 102, 2025-06-05T23:13:52.1879100Z "digest": "sha256:442b52cf2c6506d12e947b1deb0874bf5bf0c3b7081a36e8bd9cc74658fcf2f6" 2025-06-05T23:13:52.1879547Z }, 2025-06-05T23:13:52.1879727Z { 2025-06-05T23:13:52.1880027Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1880426Z "size": 636, 2025-06-05T23:13:52.1880811Z "digest": "sha256:81817e7913a3169b88d5c5e91281e9ba34d57ddfeffca3b7235d0f6aff0a4ddd" 2025-06-05T23:13:52.1881268Z }, 2025-06-05T23:13:52.1881449Z { 2025-06-05T23:13:52.1881751Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1882150Z "size": 35165349, 2025-06-05T23:13:52.1882556Z "digest": "sha256:fa3705fea3261d40f40cfcccedafae73e277181f3037f56ebba76a89551821b6" 2025-06-05T23:13:52.1883021Z }, 2025-06-05T23:13:52.1883192Z { 2025-06-05T23:13:52.1883504Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1883893Z "size": 318, 2025-06-05T23:13:52.1884286Z "digest": "sha256:8a647cebb32f33ee6d82d200e5c9666e1c367150807c09031204cd678424d1f9" 2025-06-05T23:13:52.1884728Z }, 2025-06-05T23:13:52.1884910Z { 2025-06-05T23:13:52.1885221Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1885607Z "size": 252129619, 2025-06-05T23:13:52.1886024Z "digest": "sha256:7b2f37adad324a6b7d4b30770f9beb5c4f57b17ffa493d7d22be5a836b0f72df" 2025-06-05T23:13:52.1886593Z }, 2025-06-05T23:13:52.1886783Z { 2025-06-05T23:13:52.1887086Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1887560Z "size": 472, 2025-06-05T23:13:52.1887950Z "digest": "sha256:5c08f897efe59b47621cf93f55f0ee0114c16a0daaff32a6e5646cbcb2726a43" 2025-06-05T23:13:52.1888413Z }, 2025-06-05T23:13:52.1888595Z { 2025-06-05T23:13:52.1888892Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1889291Z "size": 1041, 2025-06-05T23:13:52.1889672Z "digest": "sha256:c906c3b73c9a07577673cc305885ff3cb88a96410f3536d3cc37d1ab95ea8105" 2025-06-05T23:13:52.1890121Z }, 2025-06-05T23:13:52.1890292Z { 2025-06-05T23:13:52.1890603Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1890990Z "size": 612, 2025-06-05T23:13:52.1891371Z "digest": "sha256:fb297e4a7f96923109096212b0029b1b5b21510539f2c63e24dff4e6b1aa678f" 2025-06-05T23:13:52.1891809Z }, 2025-06-05T23:13:52.1891992Z { 2025-06-05T23:13:52.1892301Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1892690Z "size": 77568761, 2025-06-05T23:13:52.1893096Z "digest": "sha256:ef88320afe39d721649c724f38d0a3d34ba3b6c4b8d97d8574fe5902964a3f92" 2025-06-05T23:13:52.1893540Z }, 2025-06-05T23:13:52.1893720Z { 2025-06-05T23:13:52.1894018Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1894414Z "size": 574, 2025-06-05T23:13:52.1894800Z "digest": "sha256:c81ceab1dc2961c8831104ca42f43350bf1eba62a2fa0538f805dbf4b42e033d" 2025-06-05T23:13:52.1895262Z }, 2025-06-05T23:13:52.1895436Z { 2025-06-05T23:13:52.1895749Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1896145Z "size": 208, 2025-06-05T23:13:52.1896546Z "digest": "sha256:b7a0ba8fe68b602dcebdcba8ba28d5a778fdbfcbcd73e3903910e943ed616076" 2025-06-05T23:13:52.1897020Z }, 2025-06-05T23:13:52.1897190Z { 2025-06-05T23:13:52.1897506Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1897891Z "size": 1190, 2025-06-05T23:13:52.1898295Z "digest": "sha256:c71f810ba4d6aa45f4208fdf22d786c14f968922d5e50bac9df9efd112fb2911" 2025-06-05T23:13:52.1898742Z }, 2025-06-05T23:13:52.1898922Z { 2025-06-05T23:13:52.1899220Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1899621Z "size": 678, 2025-06-05T23:13:52.1900020Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:13:52.1900472Z }, 2025-06-05T23:13:52.1900655Z { 2025-06-05T23:13:52.1900954Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1901359Z "size": 6857041337, 2025-06-05T23:13:52.1901762Z "digest": "sha256:0f670d2c149df699b89ee7c94cd0a93c4fa56165c0dde73dc405f519497b7975" 2025-06-05T23:13:52.1902222Z }, 2025-06-05T23:13:52.1902394Z { 2025-06-05T23:13:52.1902707Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1903104Z "size": 1382, 2025-06-05T23:13:52.1903489Z "digest": "sha256:315188b3b5fdbf68eb7a3c0a5c26255856cd545c0739fa42b5064eba69f2a61a" 2025-06-05T23:13:52.1903953Z }, 2025-06-05T23:13:52.1904123Z { 2025-06-05T23:13:52.1904433Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1904819Z "size": 678, 2025-06-05T23:13:52.1905217Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:13:52.1905670Z }, 2025-06-05T23:13:52.1905849Z { 2025-06-05T23:13:52.1906150Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1906567Z "size": 232889912, 2025-06-05T23:13:52.1906972Z "digest": "sha256:5f6470ba979094a0d47178761a0fd51de00bc516f8676377ea33cc8760e5e95d" 2025-06-05T23:13:52.1907415Z }, 2025-06-05T23:13:52.1907601Z { 2025-06-05T23:13:52.1907903Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1908391Z "size": 827, 2025-06-05T23:13:52.1909025Z "digest": "sha256:a2057a0a9541ca36d33ba50dc8aabcefaa67670b6ff4ee4fae8e17199bef903e" 2025-06-05T23:13:52.1909607Z }, 2025-06-05T23:13:52.1909795Z { 2025-06-05T23:13:52.1910098Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1910503Z "size": 678, 2025-06-05T23:13:52.1910898Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:13:52.1911368Z }, 2025-06-05T23:13:52.1911539Z { 2025-06-05T23:13:52.1911857Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1912251Z "size": 185012473, 2025-06-05T23:13:52.1912672Z "digest": "sha256:9b45fc6abe7abe2131a5a707ccc3d8a0335a7a8c4e9fd504fefa92f07634ff21" 2025-06-05T23:13:52.1913142Z }, 2025-06-05T23:13:52.1913367Z { 2025-06-05T23:13:52.1913682Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1914077Z "size": 529, 2025-06-05T23:13:52.1914481Z "digest": "sha256:dc71e2d5671ebf9dc7dc253323aa010a23b518e229c2e09df61e762ed863f373" 2025-06-05T23:13:52.1914935Z }, 2025-06-05T23:13:52.1915122Z { 2025-06-05T23:13:52.1915421Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1915819Z "size": 678, 2025-06-05T23:13:52.1916205Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:13:52.1916666Z }, 2025-06-05T23:13:52.1916850Z { 2025-06-05T23:13:52.1917144Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1917540Z "size": 355, 2025-06-05T23:13:52.1917918Z "digest": "sha256:1767d7f283e866fe6f8bd739f8f6d0035d36c25143c3a23d865e07d4c2afb075" 2025-06-05T23:13:52.1918373Z }, 2025-06-05T23:13:52.1918541Z { 2025-06-05T23:13:52.1918851Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1919238Z "size": 32, 2025-06-05T23:13:52.1919641Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:13:52.1920107Z }, 2025-06-05T23:13:52.1920284Z { 2025-06-05T23:13:52.1920595Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1920981Z "size": 166, 2025-06-05T23:13:52.1921379Z "digest": "sha256:a6c04087a6b913389cd29ba0cbd0ed052bd8320a048da620c4db5de43deff3c0" 2025-06-05T23:13:52.1921826Z }, 2025-06-05T23:13:52.1922005Z { 2025-06-05T23:13:52.1922303Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1922699Z "size": 1110, 2025-06-05T23:13:52.1923086Z "digest": "sha256:31d099d02998d06abc17e3b88ab0cd293dc8e67f30e8185e1e3eee59cd746bfd" 2025-06-05T23:13:52.1923549Z }, 2025-06-05T23:13:52.1923730Z { 2025-06-05T23:13:52.1924026Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1924425Z "size": 32, 2025-06-05T23:13:52.1924817Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:13:52.1925278Z }, 2025-06-05T23:13:52.1925450Z { 2025-06-05T23:13:52.1925762Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:13:52.1926153Z "size": 108, 2025-06-05T23:13:52.1926544Z "digest": "sha256:e269d1739d753c3be22ebc4dc91645e7481b4466e9671d84fe85f222e0af9f8b" 2025-06-05T23:13:52.1926985Z } 2025-06-05T23:13:52.1927169Z ] 2025-06-05T23:13:52.1927350Z } 2025-06-05T23:13:52.1960691Z ##[group]Run set -eux 2025-06-05T23:13:52.1960957Z set -eux 2025-06-05T23:13:52.1961784Z 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:13:52.1968886Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:52.1969242Z env: 2025-06-05T23:13:52.1969498Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:52.1969987Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:52.1970255Z PR_NUMBER: 2025-06-05T23:13:52.1973284Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:52.1976563Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:52.1977142Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:52.1977672Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:52.1978057Z ##[endgroup] 2025-06-05T23:13:52.2003188Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:13:52.2003838Z + jq --raw-output .SecretString 2025-06-05T23:13:52.2005167Z + jq -r .docker_hub_readonly_token 2025-06-05T23:13:52.2006599Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:13:52.7575870Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:13:52.7576490Z Configure a credential helper to remove this warning. See 2025-06-05T23:13:52.7577161Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:13:52.7577733Z 2025-06-05T23:13:52.7577863Z Login Succeeded 2025-06-05T23:13:52.7670040Z Prepare all required actions 2025-06-05T23:13:52.7709319Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:13:52.7724376Z with: 2025-06-05T23:13:52.7725064Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:52.7725895Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:52.7726267Z env: 2025-06-05T23:13:52.7726504Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:52.7726858Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:52.7727122Z PR_NUMBER: 2025-06-05T23:13:52.7730182Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:52.7733417Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:52.7733991Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:52.7734513Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:52.7734890Z ##[endgroup] 2025-06-05T23:13:52.7787525Z ##[group]Run set -x 2025-06-05T23:13:52.7787777Z set -x 2025-06-05T23:13:52.7787995Z set +e 2025-06-05T23:13:52.7788217Z  2025-06-05T23:13:52.7788407Z login() { 2025-06-05T23:13:52.7788870Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:13:52.7789484Z } 2025-06-05T23:13:52.7789684Z  2025-06-05T23:13:52.7789869Z retry () { 2025-06-05T23:13:52.7790130Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:13:52.7790423Z } 2025-06-05T23:13:52.7790620Z  2025-06-05T23:13:52.7790825Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:13:52.7791114Z  2025-06-05T23:13:52.7791577Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:13:52.7792205Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:13:52.7792560Z  2025-06-05T23:13:52.7792743Z set -e 2025-06-05T23:13:52.7793072Z # ignore output since only exit code is used for conditional 2025-06-05T23:13:52.7793635Z # only pull docker image if it's not available locally 2025-06-05T23:13:52.7794163Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:13:52.7794765Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:13:52.7795056Z fi 2025-06-05T23:13:52.7800733Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:13:52.7801089Z env: 2025-06-05T23:13:52.7801726Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:52.7802448Z REPOSITORY: pytorch/executorch 2025-06-05T23:13:52.7802721Z PR_NUMBER: 2025-06-05T23:13:52.7805893Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:13:52.7809302Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:13:52.7809866Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:13:52.7810400Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:13:52.7810872Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:52.7811234Z ##[endgroup] 2025-06-05T23:13:52.7833913Z + set +e 2025-06-05T23:13:52.7834527Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:52.7834972Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:52.7837608Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:13:52.7838677Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:13:53.3000531Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:13:53.3001122Z Configure a credential helper to remove this warning. See 2025-06-05T23:13:53.3001681Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:13:53.3002136Z 2025-06-05T23:13:53.3002303Z Login Succeeded 2025-06-05T23:13:53.3018988Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:53.3019882Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:13:53.5258901Z + IMAGE_SIZE=7601.8407192230225 2025-06-05T23:13:53.5259295Z + echo 'Compressed size of image in MB: 7601.8407192230225' 2025-06-05T23:13:53.5259660Z + set -e 2025-06-05T23:13:53.5260154Z Compressed size of image in MB: 7601.8407192230225 2025-06-05T23:13:53.5260991Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:53.5369842Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:53.5371011Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:13:53.7820859Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:13:53.7822552Z f557aa5ee224: Pulling fs layer 2025-06-05T23:13:53.7822980Z 53b460f20fa2: Pulling fs layer 2025-06-05T23:13:53.7823318Z 9c0222e3bd96: Pulling fs layer 2025-06-05T23:13:53.7823577Z c30fec91d711: Pulling fs layer 2025-06-05T23:13:53.7823906Z 2137fe3d6c8b: Pulling fs layer 2025-06-05T23:13:53.7824178Z 3993b97cc01a: Pulling fs layer 2025-06-05T23:13:53.7824443Z 6e964dcfe8cd: Pulling fs layer 2025-06-05T23:13:53.7824747Z 59140483a9d7: Pulling fs layer 2025-06-05T23:13:53.7825011Z 442b52cf2c65: Pulling fs layer 2025-06-05T23:13:53.7825264Z 81817e7913a3: Pulling fs layer 2025-06-05T23:13:53.7825524Z c30fec91d711: Waiting 2025-06-05T23:13:53.7825753Z fa3705fea326: Pulling fs layer 2025-06-05T23:13:53.7826014Z 2137fe3d6c8b: Waiting 2025-06-05T23:13:53.7826242Z 3993b97cc01a: Waiting 2025-06-05T23:13:53.7826460Z 6e964dcfe8cd: Waiting 2025-06-05T23:13:53.7826700Z 8a647cebb32f: Pulling fs layer 2025-06-05T23:13:53.7826958Z 7b2f37adad32: Pulling fs layer 2025-06-05T23:13:53.7827226Z 5c08f897efe5: Pulling fs layer 2025-06-05T23:13:53.7827693Z c906c3b73c9a: Pulling fs layer 2025-06-05T23:13:53.7827969Z fb297e4a7f96: Pulling fs layer 2025-06-05T23:13:53.7828226Z ef88320afe39: Pulling fs layer 2025-06-05T23:13:53.7828498Z c81ceab1dc29: Pulling fs layer 2025-06-05T23:13:53.7828764Z b7a0ba8fe68b: Pulling fs layer 2025-06-05T23:13:53.7829035Z c71f810ba4d6: Pulling fs layer 2025-06-05T23:13:53.7829294Z 59140483a9d7: Waiting 2025-06-05T23:13:53.7829517Z a4b29879ad48: Pulling fs layer 2025-06-05T23:13:53.7829782Z 0f670d2c149d: Pulling fs layer 2025-06-05T23:13:53.7830024Z 442b52cf2c65: Waiting 2025-06-05T23:13:53.7830259Z 315188b3b5fd: Pulling fs layer 2025-06-05T23:13:53.7830500Z 81817e7913a3: Waiting 2025-06-05T23:13:53.7830846Z 5f6470ba9790: Pulling fs layer 2025-06-05T23:13:53.7831102Z c81ceab1dc29: Waiting 2025-06-05T23:13:53.7831375Z b7a0ba8fe68b: Waiting 2025-06-05T23:13:53.7831693Z fb297e4a7f96: Waiting 2025-06-05T23:13:53.7831987Z a2057a0a9541: Pulling fs layer 2025-06-05T23:13:53.7832320Z ef88320afe39: Waiting 2025-06-05T23:13:53.7832610Z c71f810ba4d6: Waiting 2025-06-05T23:13:53.7832880Z 9b45fc6abe7a: Pulling fs layer 2025-06-05T23:13:53.7833179Z 0f670d2c149d: Waiting 2025-06-05T23:13:53.7833487Z dc71e2d5671e: Pulling fs layer 2025-06-05T23:13:53.7833731Z a4b29879ad48: Waiting 2025-06-05T23:13:53.7833967Z fa3705fea326: Waiting 2025-06-05T23:13:53.7834179Z 315188b3b5fd: Waiting 2025-06-05T23:13:53.7834403Z 5c08f897efe5: Waiting 2025-06-05T23:13:53.7834624Z 1767d7f283e8: Pulling fs layer 2025-06-05T23:13:53.7834879Z a2057a0a9541: Waiting 2025-06-05T23:13:53.7835103Z 8a647cebb32f: Waiting 2025-06-05T23:13:53.7835328Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:13:53.7835586Z 7b2f37adad32: Waiting 2025-06-05T23:13:53.7835803Z c906c3b73c9a: Waiting 2025-06-05T23:13:53.7836033Z 5f6470ba9790: Waiting 2025-06-05T23:13:53.7836249Z 9b45fc6abe7a: Waiting 2025-06-05T23:13:53.7836479Z 1767d7f283e8: Waiting 2025-06-05T23:13:53.7836703Z a6c04087a6b9: Pulling fs layer 2025-06-05T23:13:53.7836965Z 4f4fb700ef54: Waiting 2025-06-05T23:13:53.7837188Z 31d099d02998: Pulling fs layer 2025-06-05T23:13:53.7837456Z e269d1739d75: Pulling fs layer 2025-06-05T23:13:53.7837696Z a6c04087a6b9: Waiting 2025-06-05T23:13:53.7837935Z 31d099d02998: Waiting 2025-06-05T23:13:53.7838158Z e269d1739d75: Waiting 2025-06-05T23:13:53.8672634Z 53b460f20fa2: Verifying Checksum 2025-06-05T23:13:53.8672987Z 53b460f20fa2: Download complete 2025-06-05T23:13:53.9612352Z c30fec91d711: Download complete 2025-06-05T23:13:54.1454838Z f557aa5ee224: Verifying Checksum 2025-06-05T23:13:54.1455339Z f557aa5ee224: Download complete 2025-06-05T23:13:54.2188304Z 2137fe3d6c8b: Verifying Checksum 2025-06-05T23:13:54.2188756Z 2137fe3d6c8b: Download complete 2025-06-05T23:13:54.2428092Z 3993b97cc01a: Download complete 2025-06-05T23:13:54.3383563Z 59140483a9d7: Download complete 2025-06-05T23:13:54.4441976Z 442b52cf2c65: Download complete 2025-06-05T23:13:54.5202385Z 81817e7913a3: Verifying Checksum 2025-06-05T23:13:54.5202916Z 81817e7913a3: Download complete 2025-06-05T23:13:54.9150346Z fa3705fea326: Verifying Checksum 2025-06-05T23:13:54.9150902Z fa3705fea326: Download complete 2025-06-05T23:13:55.0094506Z 8a647cebb32f: Verifying Checksum 2025-06-05T23:13:55.0094946Z 8a647cebb32f: Download complete 2025-06-05T23:13:55.0708014Z f557aa5ee224: Pull complete 2025-06-05T23:13:55.0923536Z 53b460f20fa2: Pull complete 2025-06-05T23:13:55.3374745Z 9c0222e3bd96: Verifying Checksum 2025-06-05T23:13:55.3375274Z 9c0222e3bd96: Download complete 2025-06-05T23:13:55.4224882Z 5c08f897efe5: Verifying Checksum 2025-06-05T23:13:55.4225359Z 5c08f897efe5: Download complete 2025-06-05T23:13:55.5178812Z c906c3b73c9a: Verifying Checksum 2025-06-05T23:13:55.5179411Z c906c3b73c9a: Download complete 2025-06-05T23:13:55.5959796Z 6e964dcfe8cd: Verifying Checksum 2025-06-05T23:13:55.5960353Z 6e964dcfe8cd: Download complete 2025-06-05T23:13:55.6076508Z fb297e4a7f96: Verifying Checksum 2025-06-05T23:13:55.6077031Z fb297e4a7f96: Download complete 2025-06-05T23:13:55.6809788Z c81ceab1dc29: Download complete 2025-06-05T23:13:55.7624281Z b7a0ba8fe68b: Verifying Checksum 2025-06-05T23:13:55.7624979Z b7a0ba8fe68b: Download complete 2025-06-05T23:13:55.8393567Z c71f810ba4d6: Verifying Checksum 2025-06-05T23:13:55.8394180Z c71f810ba4d6: Download complete 2025-06-05T23:13:55.9489441Z a4b29879ad48: Verifying Checksum 2025-06-05T23:13:55.9489824Z a4b29879ad48: Download complete 2025-06-05T23:13:56.4472396Z ef88320afe39: Verifying Checksum 2025-06-05T23:13:56.4472938Z ef88320afe39: Download complete 2025-06-05T23:13:56.5548554Z 315188b3b5fd: Verifying Checksum 2025-06-05T23:13:56.5549219Z 315188b3b5fd: Download complete 2025-06-05T23:13:57.5990782Z 7b2f37adad32: Verifying Checksum 2025-06-05T23:13:57.5991328Z 7b2f37adad32: Download complete 2025-06-05T23:13:57.6722949Z a2057a0a9541: Verifying Checksum 2025-06-05T23:13:57.6723320Z a2057a0a9541: Download complete 2025-06-05T23:13:58.9522110Z 5f6470ba9790: Verifying Checksum 2025-06-05T23:13:58.9522768Z 5f6470ba9790: Download complete 2025-06-05T23:13:59.0280544Z dc71e2d5671e: Download complete 2025-06-05T23:13:59.1281657Z 1767d7f283e8: Verifying Checksum 2025-06-05T23:13:59.1282032Z 1767d7f283e8: Download complete 2025-06-05T23:13:59.1347281Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:13:59.1347741Z 4f4fb700ef54: Download complete 2025-06-05T23:13:59.2218365Z a6c04087a6b9: Verifying Checksum 2025-06-05T23:13:59.2218711Z a6c04087a6b9: Download complete 2025-06-05T23:13:59.3093886Z 31d099d02998: Download complete 2025-06-05T23:13:59.3926239Z 9c0222e3bd96: Pull complete 2025-06-05T23:13:59.4027670Z e269d1739d75: Verifying Checksum 2025-06-05T23:13:59.4028028Z e269d1739d75: Download complete 2025-06-05T23:13:59.5883409Z 9b45fc6abe7a: Verifying Checksum 2025-06-05T23:13:59.5883817Z 9b45fc6abe7a: Download complete 2025-06-05T23:13:59.6066901Z c30fec91d711: Pull complete 2025-06-05T23:14:00.0551488Z 2137fe3d6c8b: Pull complete 2025-06-05T23:14:00.2683392Z 3993b97cc01a: Pull complete 2025-06-05T23:14:02.7903304Z 6e964dcfe8cd: Pull complete 2025-06-05T23:14:02.9743959Z 59140483a9d7: Pull complete 2025-06-05T23:14:03.1412164Z 442b52cf2c65: Pull complete 2025-06-05T23:14:03.2831512Z 81817e7913a3: Pull complete 2025-06-05T23:14:04.0185440Z fa3705fea326: Pull complete 2025-06-05T23:14:04.2436730Z 8a647cebb32f: Pull complete 2025-06-05T23:14:13.1563420Z 7b2f37adad32: Pull complete 2025-06-05T23:14:13.2404933Z 5c08f897efe5: Pull complete 2025-06-05T23:14:13.3964924Z c906c3b73c9a: Pull complete 2025-06-05T23:14:13.5497772Z fb297e4a7f96: Pull complete 2025-06-05T23:14:18.1373719Z ef88320afe39: Pull complete 2025-06-05T23:14:18.3564929Z c81ceab1dc29: Pull complete 2025-06-05T23:14:18.5901760Z b7a0ba8fe68b: Pull complete 2025-06-05T23:14:18.8009993Z c71f810ba4d6: Pull complete 2025-06-05T23:14:19.0348290Z a4b29879ad48: Pull complete 2025-06-05T23:15:04.5872114Z 0f670d2c149d: Verifying Checksum 2025-06-05T23:15:04.5872506Z 0f670d2c149d: Download complete 2025-06-05T23:16:17.8636963Z 0f670d2c149d: Pull complete 2025-06-05T23:16:18.0676544Z 315188b3b5fd: Pull complete 2025-06-05T23:16:25.2067819Z 5f6470ba9790: Pull complete 2025-06-05T23:16:25.2350951Z a2057a0a9541: Pull complete 2025-06-05T23:16:32.6623760Z 9b45fc6abe7a: Pull complete 2025-06-05T23:16:32.8554127Z dc71e2d5671e: Pull complete 2025-06-05T23:16:33.1446021Z 1767d7f283e8: Pull complete 2025-06-05T23:16:33.3170407Z 4f4fb700ef54: Pull complete 2025-06-05T23:16:33.4194749Z a6c04087a6b9: Pull complete 2025-06-05T23:16:33.4834342Z 31d099d02998: Pull complete 2025-06-05T23:16:33.5620433Z e269d1739d75: Pull complete 2025-06-05T23:16:33.5823061Z Digest: sha256:a598771deb521efdcb258eacf60b9a9115e34a47e0ec6e3b41bd6a49ffb3adce 2025-06-05T23:16:33.5871496Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:33.5922010Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:33.5963375Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:16:33.5964326Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:16:33.5971321Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:16:33.5971681Z env: 2025-06-05T23:16:33.5971942Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:16:33.5972285Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:33.5972566Z PR_NUMBER: 2025-06-05T23:16:33.5975643Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:33.5978875Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:33.5979437Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:33.5979977Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:33.5980377Z ##[endgroup] 2025-06-05T23:16:33.6096844Z ##[group]Run set -ex 2025-06-05T23:16:33.6097126Z set -ex 2025-06-05T23:16:33.6097331Z { 2025-06-05T23:16:33.6097552Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:16:33.6097854Z  echo "set -eou pipefail"; 2025-06-05T23:16:33.6098160Z  # shellcheck disable=SC2016 2025-06-05T23:16:33.6098494Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:16:33.6098810Z  echo "set -x"; 2025-06-05T23:16:33.6099071Z  echo "${SCRIPT}"; 2025-06-05T23:16:33.6099466Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:16:33.6099801Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:16:33.6100491Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:16:33.6105971Z shell: /usr/bin/bash -e {0} 2025-06-05T23:16:33.6106229Z env: 2025-06-05T23:16:33.6106896Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:16:33.6107619Z REPOSITORY: pytorch/executorch 2025-06-05T23:16:33.6107895Z PR_NUMBER: 2025-06-05T23:16:33.6111185Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:33.6114500Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:16:33.6115077Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:16:33.6115599Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:16:33.6116323Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:16:33.6116631Z ##[endgroup] 2025-06-05T23:16:33.6138871Z + echo '#!/usr/bin/env bash' 2025-06-05T23:16:33.6139954Z + echo 'set -eou pipefail' 2025-06-05T23:16:33.6140340Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:16:33.6140641Z + echo 'set -x' 2025-06-05T23:16:33.6141023Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:16:33.6141564Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:16:33.6142199Z conda activate "${CONDA_ENV}" 2025-06-05T23:16:33.6142495Z 2025-06-05T23:16:33.6142648Z BUILD_TOOL="cmake" 2025-06-05T23:16:33.6142981Z DTYPE=fp32 2025-06-05T23:16:33.6143186Z MODE=qnn 2025-06-05T23:16:33.6143381Z PT2E_QUANTIZE=qnn_8a8w 2025-06-05T23:16:33.6143558Z 2025-06-05T23:16:33.6143714Z ./install_requirements.sh --use-pt-pinned-commit 2025-06-05T23:16:33.6144137Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh 2025-06-05T23:16:33.6144604Z PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:16:33.6144878Z 2025-06-05T23:16:33.6144965Z # Setup executorch 2025-06-05T23:16:33.6145379Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-06-05T23:16:33.6145884Z # Install requirements for export_llama 2025-06-05T23:16:33.6146320Z PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh 2025-06-05T23:16:33.6146757Z # Test llama2 2025-06-05T23:16:33.6147596Z 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:33.6148356Z ' 2025-06-05T23:16:33.6148636Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:16:33.6150301Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:16:54.2224512Z Running command: 2025-06-05T23:16:54.2230220Z 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_15475023371" `# 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_21f5514a-04a7-4406-b682-2e89745469b9":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_21f5514a-04a7-4406-b682-2e89745469b9" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:16:54.2236386Z 2025-06-05T23:16:54.2236733Z f1f98cf6d6fbd162657e79ce3e2481042bb9be7df562fc5dc446dc6180731eb4 2025-06-05T23:16:54.2237409Z Running command: docker exec -t f1f98cf6d6fbd162657e79ce3e2481042bb9be7df562fc5dc446dc6180731eb4 /exec 2025-06-05T23:16:54.2237975Z ++ conda env list --json 2025-06-05T23:16:54.2238209Z ++ local cmd=env 2025-06-05T23:16:54.2238425Z ++ case "$cmd" in 2025-06-05T23:16:54.2238643Z ++ __conda_exe env list --json 2025-06-05T23:16:54.2238917Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:16:54.2239185Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:16:54.2239489Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:16:54.2239804Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:16:54.2240094Z + local cmd=activate 2025-06-05T23:16:54.2240325Z + case "$cmd" in 2025-06-05T23:16:54.2240576Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:16:54.2240902Z + '[' -n '' ']' 2025-06-05T23:16:54.2241103Z + local ask_conda 2025-06-05T23:16:54.2241319Z ++ PS1='(base) ' 2025-06-05T23:16:54.2241600Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:16:54.2242076Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:16:54.2242486Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:16:54.2243319Z 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:16:54.2244209Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:16:54.2244541Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:16:54.2244869Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:16:54.2245212Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:16:54.2245547Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:16:54.2245882Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:16:54.2246185Z export _CE_M='\'''\'' 2025-06-05T23:16:54.2246429Z export _CE_CONDA='\'''\'' 2025-06-05T23:16:54.2246931Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:16:54.2247294Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:16:54.2248117Z 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:16:54.2248993Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:16:54.2249337Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:16:54.2249605Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:16:54.2249940Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:16:54.2250330Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:16:54.2250656Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:16:54.2250970Z export _CE_M='\'''\'' 2025-06-05T23:16:54.2251198Z export _CE_CONDA='\'''\'' 2025-06-05T23:16:54.2251512Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:16:54.2251845Z ++ PS1='(py_3.10) ' 2025-06-05T23:16:54.2252625Z ++ 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:16:54.2253945Z ++ 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:16:54.2254778Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:16:54.2255118Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:16:54.2255407Z ++ export CONDA_SHLVL=2 2025-06-05T23:16:54.2255648Z ++ CONDA_SHLVL=2 2025-06-05T23:16:54.2255874Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:16:54.2256165Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:16:54.2256443Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:16:54.2256768Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:16:54.2257059Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:16:54.2257348Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:16:54.2257616Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:16:54.2257925Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:16:54.2258196Z ++ export _CE_M= 2025-06-05T23:16:54.2258397Z ++ _CE_M= 2025-06-05T23:16:54.2258601Z ++ export _CE_CONDA= 2025-06-05T23:16:54.2258816Z ++ _CE_CONDA= 2025-06-05T23:16:54.2259065Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:16:54.2259399Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:16:54.2259696Z + __conda_hashr 2025-06-05T23:16:54.2259896Z + '[' -n '' ']' 2025-06-05T23:16:54.2260108Z + '[' -n '' ']' 2025-06-05T23:16:54.2260306Z + hash -r 2025-06-05T23:16:54.2260512Z + BUILD_TOOL=cmake 2025-06-05T23:16:54.2260723Z + DTYPE=fp32 2025-06-05T23:16:54.2260932Z + MODE=qnn 2025-06-05T23:16:54.2261143Z + PT2E_QUANTIZE=qnn_8a8w 2025-06-05T23:16:54.2261443Z + ./install_requirements.sh --use-pt-pinned-commit 2025-06-05T23:16:54.2262015Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:16:54.2262804Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:16:54.2263697Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:16:54.2264576Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:16:54.2265280Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:16:54.2265777Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:16:54.2266593Z 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:16:54.2267473Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:16:54.2268001Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:16:54.2268959Z 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:16:54.2269853Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:16:54.2270469Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:16:54.2271386Z 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:16:54.2272458Z 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:16:54.2273721Z 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:16:54.2274843Z 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:16:54.2275912Z 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:16:54.2276995Z 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:16:54.2278187Z 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:16:54.2279455Z 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:16:54.2280748Z 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:16:54.2282072Z 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:16:54.2283381Z 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:16:54.2284727Z 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:16:54.2286066Z 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:16:54.2287417Z 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:16:57.1961889Z 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:16:57.1963310Z 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:16:57.1964754Z 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:16:57.1966209Z 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:16:57.1967348Z 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:16:57.1968439Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:16:57.1969326Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:16:57.1970252Z 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:16:57.1971066Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1971679Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:16:57.1972351Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1972927Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:16:57.1973485Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1974078Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:16:57.1974680Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1975633Z 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:16:57.1978452Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:16:57.1979221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 106.0 MB/s eta 0:00:00 2025-06-05T23:16:57.1979946Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1980693Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:16:57.1981407Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1982140Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:16:57.1982836Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1983550Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:16:57.1984250Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1985075Z 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:16:57.1986324Z 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:16:57.1987423Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1988250Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:16:57.1989347Z 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:16:57.1990992Z 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:16:57.1991877Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1992576Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:16:57.1993328Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1994065Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:16:57.1995225Z 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:16:57.1996248Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1997156Z 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:16:57.1998085Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:57.1998912Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:16:57.1999776Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:16:57.2000407Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:16:57.2001149Z 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:16:57.2002019Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:16:57.2003225Z 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:16:57.2004110Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:16:57.2004937Z 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:16:57.2005763Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:16:57.2006585Z 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:16:57.2007415Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:16:57.2008543Z 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:16:57.2010161Z 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:16:57.2011251Z 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:16:57.2012338Z 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:16:57.2013271Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:16:57.2014416Z 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:16:57.2015365Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:16:57.2016280Z 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:16:57.2017173Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:16:57.2018439Z 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:16:57.2020188Z 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:16:57.2021682Z 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:16:57.2022870Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:59.7388499Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-06-05T23:16:59.7389713Z 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:16:59.7390651Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:16:59.7391539Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:16:59.7392389Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:16:59.7393663Z [?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:16:59.7395183Z 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:16:59.7396630Z 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:16:59.7398129Z 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:16:59.7399112Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:16:59.7399721Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:16:59.7400381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 119.3 MB/s eta 0:00:00 2025-06-05T23:16:59.7401112Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:16:59.7401945Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:16:59.7402637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 214.6 MB/s eta 0:00:00 2025-06-05T23:16:59.7403197Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:16:59.7403828Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:16:59.7404504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 75.7 MB/s eta 0:00:00 2025-06-05T23:16:59.7405066Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:16:59.7405685Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:16:59.7406440Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:16:59.7407090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 132.7 MB/s eta 0:00:00 2025-06-05T23:16:59.7407656Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:16:59.7408078Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:16:59.7408674Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:16:59.7409720Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:16:59.7410367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 131.4 MB/s eta 0:00:00 2025-06-05T23:16:59.7410947Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:16:59.7411548Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:16:59.7412262Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:16:59.7412938Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:16:59.7413416Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:16:59.7414161Z 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:16:59.7415036Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:16:59.7415703Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:16:59.7416373Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:16:59.7417041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 267.9 MB/s eta 0:00:00 2025-06-05T23:16:59.7417797Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:16:59.7418539Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:16:59.7419195Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 190.2 MB/s eta 0:00:00 2025-06-05T23:16:59.7419741Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:16:59.7420478Z 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:16:59.7421337Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:16:59.7422064Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:16:59.7422792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 78.9 MB/s eta 0:00:00 2025-06-05T23:16:59.7423380Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:16:59.7425973Z  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:16:59.7428301Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- done 2025-06-05T23:16:59.7429488Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=4868474a439fcf8fab794ea4e1578369508ea715a125acda9bdd931302907bba 2025-06-05T23:16:59.7430691Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:16:59.7431335Z Successfully built antlr4-python3-runtime 2025-06-05T23:16:59.7432861Z 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:16:59.7434390Z [?25l 2025-06-05T23:16:59.7434855Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:16:59.7435495Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:16:59.7436094Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:16:59.7436758Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:17:08.4017178Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:17:08.4017881Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:17:08.4018490Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:17:08.4019074Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:17:08.4019693Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:17:08.4020302Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:17:08.4020751Z  Attempting uninstall: fsspec 2025-06-05T23:17:08.4021251Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:17:08.4021735Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:17:08.4022282Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:17:08.4022747Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:17:08.4023246Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:17:08.4023728Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:17:08.4024506Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:17:08.4025113Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:17:08.4025687Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:17:08.4026266Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:17:08.4026842Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:17:08.4027530Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:17:08.4028101Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:17:08.4041956Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:17:08.4042929Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 14/27 [async-timeout] 2025-06-05T23:17:08.4043591Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 15/27 [aiohappyeyeballs] 2025-06-05T23:17:08.4044189Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 16/27 [yarl] 2025-06-05T23:17:08.4044786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 17/27 [tiktoken] 2025-06-05T23:17:08.4045395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:17:08.4046128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 19/27 [kagglehub] 2025-06-05T23:17:08.4046718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:17:08.4047149Z  Attempting uninstall: timm 2025-06-05T23:17:08.4047630Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:17:08.4048113Z  Found existing installation: timm 0.6.13 2025-06-05T23:17:08.4048637Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:17:08.4049075Z  Uninstalling timm-0.6.13: 2025-06-05T23:17:08.4049538Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:17:08.4050105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:17:08.4050551Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:17:08.4051072Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:17:08.4051767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:17:08.4052337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:17:08.4053051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:17:08.4053618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:17:08.4054209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:17:08.4054781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:17:08.4055339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:17:08.4055794Z [?25h 2025-06-05T23:17:08.4058077Z 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:17:08.4059969Z Processing ./third-party/ao 2025-06-05T23:17:08.4060352Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:17:08.4060842Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:17:08.4061297Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:17:08.4062186Z [?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:17:08.4063275Z 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:17:08.4064360Z 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:17:08.4065493Z 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:17:16.0033715Z 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:17:16.0036249Z 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:17:16.0038725Z 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:17:16.0041160Z 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:17:16.0043971Z 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:17:16.0046454Z 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:17:16.0048946Z 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:17:16.0051617Z 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:17:16.0054514Z 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:17:16.0057177Z 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:17:16.0059756Z 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:17:16.0062476Z 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:17:16.0065201Z 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:17:16.0067032Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:17:16.0071678Z  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:17:16.0075768Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - done 2025-06-05T23:17:16.0077907Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=3549da2e872fcb2f7c25091d0cec269801028ee59e79d16333187daf0c936fe2 2025-06-05T23:17:16.0080306Z Stored in directory: /tmp/pip-ephem-wheel-cache-wbmit6uo/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:17:16.0082032Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:17:16.0084207Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=f9cc7598db4327e84d7257db62395ea6c65c04abff5d27f567a1ea67769cdd63 2025-06-05T23:17:16.0086516Z Stored in directory: /tmp/pip-ephem-wheel-cache-wbmit6uo/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:17:16.0087816Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:17:16.0088585Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:17:16.0089290Z [?25l 2025-06-05T23:17:16.0089938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:17:16.0090807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:17:16.0091681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:17:16.0092714Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [pytorch_tokenizers] 2025-06-05T23:17:16.0093744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:17:16.0094591Z [?25h 2025-06-05T23:17:16.0095355Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:17:16.0096183Z + PYTHON_EXECUTABLE=python 2025-06-05T23:17:16.0096663Z + bash .ci/scripts/setup-qnn-deps.sh 2025-06-05T23:17:16.0097151Z + setup_libc++ 12 2025-06-05T23:17:16.0097528Z + clang_version=12 2025-06-05T23:17:16.0097898Z + sudo apt-get update 2025-06-05T23:17:16.0098171Z 2025-06-05T23:17:16.0098303Z 0% [Working] 2025-06-05T23:17:16.0098620Z 2025-06-05T23:17:16.0099100Z Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2025-06-05T23:17:16.0099698Z 2025-06-05T23:17:16.0100108Z 0% [Connecting to security.ubuntu.com (185.125.190.83)] [Waiting for headers] [ 2025-06-05T23:17:16.0100912Z 2025-06-05T23:17:16.0101563Z Hit:2 https://dl.yarnpkg.com/debian stable InRelease 2025-06-05T23:17:16.0102010Z 2025-06-05T23:17:16.0102422Z 0% [Waiting for headers] [Connecting to security.ubuntu.com (185.125.190.83)] [ 2025-06-05T23:17:16.0103217Z 2025-06-05T23:17:16.0103989Z Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-06-05T23:17:16.0104588Z 2025-06-05T23:17:16.0104966Z 0% [3 InRelease 5484 B/128 kB 4%] [Connecting to security.ubuntu.com (185.125.1 2025-06-05T23:17:16.0105718Z 2025-06-05T23:17:16.0106404Z Hit:4 https://deb.nodesource.com/node_16.x nodistro InRelease 2025-06-05T23:17:16.0106935Z 2025-06-05T23:17:16.0107116Z 2025-06-05T23:17:16.0107751Z 0% [3 InRelease 95.3 kB/128 kB 74%] [Waiting for headers] 2025-06-05T23:17:16.0108371Z 2025-06-05T23:17:16.0109090Z 0% [Waiting for headers] 2025-06-05T23:17:16.0109497Z 2025-06-05T23:17:16.0110190Z Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-06-05T23:17:16.0110794Z 2025-06-05T23:17:16.0111032Z 0% [5 InRelease 6932 B/127 kB 5%] [Waiting for headers] 2025-06-05T23:17:16.0111626Z 2025-06-05T23:17:16.0112132Z 0% [Waiting for headers] 2025-06-05T23:17:16.0112548Z 0% [Waiting for headers] 2025-06-05T23:17:16.0112944Z 2025-06-05T23:17:16.0113727Z Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-06-05T23:17:16.0114350Z 2025-06-05T23:17:16.0114532Z 0% [6 InRelease 0 B/129 kB 0%] 2025-06-05T23:17:16.0114968Z 0% [6 InRelease 25.8 kB/129 kB 20%] 2025-06-05T23:17:16.0115450Z 0% [6 InRelease 43.1 kB/129 kB 33%] 2025-06-05T23:17:16.0115921Z 0% [6 InRelease 69.2 kB/129 kB 54%] 2025-06-05T23:17:16.0116387Z 2025-06-05T23:17:16.0117163Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1553 kB] 2025-06-05T23:17:16.0117898Z 2025-06-05T23:17:16.0118186Z 0% [7 Packages 5759 B/1553 kB 0%] [6 InRelease 77.9 kB/129 kB 60%] 2025-06-05T23:17:16.0118887Z 2025-06-05T23:17:16.0119439Z 0% [6 InRelease 116 kB/129 kB 90%] 2025-06-05T23:17:16.0119929Z 0% [6 InRelease 121 kB/129 kB 94%] 2025-06-05T23:17:16.0120478Z 0% [7 Packages store 0 B] [6 InRelease 121 kB/129 kB 94%] 2025-06-05T23:17:16.0121078Z 2025-06-05T23:17:16.0121638Z 0% [7 Packages store 0 B] [Waiting for headers] 2025-06-05T23:17:16.0122209Z 2025-06-05T23:17:16.0122999Z Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3295 kB] 2025-06-05T23:17:16.0123665Z 2025-06-05T23:17:16.0123917Z 0% [7 Packages store 0 B] [8 Packages 24.9 kB/3295 kB 1%] 2025-06-05T23:17:16.0124527Z 2025-06-05T23:17:16.0125236Z 0% [7 Packages store 0 B] 2025-06-05T23:17:16.0125683Z 62% [7 Packages store 2544 kB] 2025-06-05T23:17:16.0126107Z 2025-06-05T23:17:16.0126525Z 63% [Working] 2025-06-05T23:17:16.0126877Z 63% [8 Packages store 0 B] 2025-06-05T23:17:16.0127288Z 2025-06-05T23:17:16.0128011Z Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2984 kB] 2025-06-05T23:17:16.0128678Z 2025-06-05T23:17:16.0128918Z 63% [8 Packages store 0 B] [9 Packages 2655 B/2984 kB 0%] 2025-06-05T23:17:16.0129543Z 2025-06-05T23:17:16.0130193Z 65% [9 Packages 145 kB/2984 kB 5%] 2025-06-05T23:17:16.0130666Z 2025-06-05T23:17:16.0131087Z 89% [Working] 2025-06-05T23:17:16.0131448Z 89% [9 Packages store 0 B] 2025-06-05T23:17:16.0131859Z 2025-06-05T23:17:16.0132629Z Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1246 kB] 2025-06-05T23:17:16.0133352Z 2025-06-05T23:17:16.0133614Z 89% [9 Packages store 0 B] [10 Packages 6999 B/1246 kB 1%] 2025-06-05T23:17:16.0134194Z 2025-06-05T23:17:16.0134723Z 99% [9 Packages store 0 B] 2025-06-05T23:17:16.0135135Z 2025-06-05T23:17:16.0135539Z 100% [Working] 2025-06-05T23:17:16.0135885Z 100% [10 Packages store 0 B] 2025-06-05T23:17:16.0136311Z 2025-06-05T23:17:16.0136700Z 100% [Working] 2025-06-05T23:17:16.0137038Z 2025-06-05T23:17:16.0137397Z Fetched 9462 kB in 1s (8577 kB/s) 2025-06-05T23:17:16.0137728Z 2025-06-05T23:17:16.0137893Z Reading package lists... 0% 2025-06-05T23:17:16.0138190Z 2025-06-05T23:17:16.0138368Z Reading package lists... 0% 2025-06-05T23:17:16.0138646Z 2025-06-05T23:17:16.0138804Z Reading package lists... 0% 2025-06-05T23:17:16.0139068Z 2025-06-05T23:17:16.0139248Z Reading package lists... 4% 2025-06-05T23:17:16.0139536Z 2025-06-05T23:17:16.0139697Z Reading package lists... 4% 2025-06-05T23:17:16.0140008Z 2025-06-05T23:17:16.0140173Z Reading package lists... 4% 2025-06-05T23:17:16.0140458Z 2025-06-05T23:17:16.0140637Z Reading package lists... 4% 2025-06-05T23:17:16.0140930Z 2025-06-05T23:17:16.0141100Z Reading package lists... 45% 2025-06-05T23:17:16.0141409Z 2025-06-05T23:17:16.0141591Z Reading package lists... 45% 2025-06-05T23:17:16.0141875Z 2025-06-05T23:17:48.9438201Z Reading package lists... 46% 2025-06-05T23:17:48.9438803Z 2025-06-05T23:17:48.9438915Z Reading package lists... 46% 2025-06-05T23:17:48.9439179Z 2025-06-05T23:17:48.9439280Z Reading package lists... 55% 2025-06-05T23:17:48.9439499Z 2025-06-05T23:17:48.9439651Z Reading package lists... 55% 2025-06-05T23:17:48.9439938Z 2025-06-05T23:17:48.9440094Z Reading package lists... 69% 2025-06-05T23:17:48.9440387Z 2025-06-05T23:17:48.9440575Z Reading package lists... 69% 2025-06-05T23:17:48.9440905Z 2025-06-05T23:17:48.9441078Z Reading package lists... 73% 2025-06-05T23:17:48.9441329Z 2025-06-05T23:17:48.9441496Z Reading package lists... 73% 2025-06-05T23:17:48.9441796Z 2025-06-05T23:17:48.9442004Z Reading package lists... 73% 2025-06-05T23:17:48.9442317Z 2025-06-05T23:17:48.9442456Z Reading package lists... 73% 2025-06-05T23:17:48.9442738Z 2025-06-05T23:17:48.9442923Z Reading package lists... 73% 2025-06-05T23:17:48.9443358Z 2025-06-05T23:17:48.9443506Z Reading package lists... 73% 2025-06-05T23:17:48.9443676Z 2025-06-05T23:17:48.9443771Z Reading package lists... 74% 2025-06-05T23:17:48.9443954Z 2025-06-05T23:17:48.9444050Z Reading package lists... 74% 2025-06-05T23:17:48.9444223Z 2025-06-05T23:17:48.9444332Z Reading package lists... 75% 2025-06-05T23:17:48.9444496Z 2025-06-05T23:17:48.9444591Z Reading package lists... 82% 2025-06-05T23:17:48.9444759Z 2025-06-05T23:17:48.9444864Z Reading package lists... 82% 2025-06-05T23:17:48.9445029Z 2025-06-05T23:17:48.9445121Z Reading package lists... 95% 2025-06-05T23:17:48.9445328Z 2025-06-05T23:17:48.9445468Z Reading package lists... 95% 2025-06-05T23:17:48.9445904Z 2025-06-05T23:17:48.9446018Z Reading package lists... 99% 2025-06-05T23:17:48.9446234Z 2025-06-05T23:17:48.9446382Z Reading package lists... 99% 2025-06-05T23:17:48.9446550Z 2025-06-05T23:17:48.9446657Z Reading package lists... 99% 2025-06-05T23:17:48.9446822Z 2025-06-05T23:17:48.9446915Z Reading package lists... 99% 2025-06-05T23:17:48.9447091Z 2025-06-05T23:17:48.9447185Z Reading package lists... 99% 2025-06-05T23:17:48.9447386Z 2025-06-05T23:17:48.9447540Z Reading package lists... 99% 2025-06-05T23:17:48.9447719Z 2025-06-05T23:17:48.9447923Z Reading package lists... 99% 2025-06-05T23:17:48.9448090Z 2025-06-05T23:17:48.9448198Z Reading package lists... 99% 2025-06-05T23:17:48.9448362Z 2025-06-05T23:17:48.9448455Z Reading package lists... 99% 2025-06-05T23:17:48.9448645Z 2025-06-05T23:17:48.9448825Z Reading package lists... 99% 2025-06-05T23:17:48.9448992Z 2025-06-05T23:17:48.9449091Z Reading package lists... Done 2025-06-05T23:17:48.9449274Z 2025-06-05T23:17:48.9449972Z 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:17:48.9451021Z + pkgs_to_check=("libc++-${clang_version}-dev") 2025-06-05T23:17:48.9451393Z + j=0 2025-06-05T23:17:48.9451590Z + '[' 0 -lt 1 ']' 2025-06-05T23:17:48.9451819Z ++ verify_pkg_installed libc++-12-dev 2025-06-05T23:17:48.9452185Z +++ dpkg-query -W '--showformat=${Status}\n' libc++-12-dev 2025-06-05T23:17:48.9452540Z +++ grep 'install ok installed' 2025-06-05T23:17:48.9452864Z ++ echo install ok installed 2025-06-05T23:17:48.9453191Z + install_status='install ok installed' 2025-06-05T23:17:48.9453509Z + '[' 'install ok installed' == '' ']' 2025-06-05T23:17:48.9453792Z + j=1 2025-06-05T23:17:48.9453975Z + '[' 1 -lt 1 ']' 2025-06-05T23:17:48.9454269Z + install_qnn 2025-06-05T23:17:48.9454493Z + echo 'Start installing qnn.' 2025-06-05T23:17:48.9454766Z Start installing qnn. 2025-06-05T23:17:48.9455010Z + QNN_INSTALLATION_DIR=/tmp/qnn 2025-06-05T23:17:48.9455281Z + mkdir -p /tmp/qnn 2025-06-05T23:17:48.9456011Z + 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:17:48.9456950Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:17:48.9457430Z Dload Upload Total Spent Left Speed 2025-06-05T23:17:48.9457692Z 2025-06-05T23:17:48.9457821Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:17:48.9458311Z 100 134 100 134 0 0 445 0 --:--:-- --:--:-- --:--:-- 446 2025-06-05T23:17:48.9458570Z 2025-06-05T23:17:48.9458714Z 1 954M 1 12.8M 0 0 13.5M 0 0:01:10 --:--:-- 0:01:10 13.5M 2025-06-05T23:17:48.9459111Z 8 954M 8 80.0M 0 0 41.1M 0 0:00:23 0:00:01 0:00:22 67.2M 2025-06-05T23:17:48.9459617Z 15 954M 15 151M 0 0 51.4M 0 0:00:18 0:00:02 0:00:16 69.3M 2025-06-05T23:17:48.9460028Z 23 954M 23 223M 0 0 56.6M 0 0:00:16 0:00:03 0:00:13 70.2M 2025-06-05T23:17:48.9460519Z 31 954M 31 301M 0 0 60.9M 0 0:00:15 0:00:04 0:00:11 72.1M 2025-06-05T23:17:48.9461006Z 39 954M 39 379M 0 0 63.8M 0 0:00:14 0:00:05 0:00:09 73.3M 2025-06-05T23:17:48.9461410Z 47 954M 47 458M 0 0 65.9M 0 0:00:14 0:00:06 0:00:08 75.6M 2025-06-05T23:17:48.9461915Z 56 954M 56 536M 0 0 67.5M 0 0:00:14 0:00:07 0:00:07 76.9M 2025-06-05T23:17:48.9462325Z 64 954M 64 613M 0 0 68.5M 0 0:00:13 0:00:08 0:00:05 78.0M 2025-06-05T23:17:48.9462787Z 72 954M 72 692M 0 0 69.5M 0 0:00:13 0:00:09 0:00:04 78.1M 2025-06-05T23:17:48.9463175Z 80 954M 80 764M 0 0 69.9M 0 0:00:13 0:00:10 0:00:03 77.1M 2025-06-05T23:17:48.9463577Z 87 954M 87 831M 0 0 69.5M 0 0:00:13 0:00:11 0:00:02 74.6M 2025-06-05T23:17:48.9464084Z 95 954M 95 908M 0 0 70.2M 0 0:00:13 0:00:12 0:00:01 74.6M 2025-06-05T23:17:48.9464508Z 100 954M 100 954M 0 0 70.6M 0 0:00:13 0:00:13 --:--:-- 74.6M 2025-06-05T23:17:48.9464880Z + echo 'Finishing downloading qnn sdk.' 2025-06-05T23:17:48.9465198Z Finishing downloading qnn sdk. 2025-06-05T23:17:48.9465503Z + unzip -qo /tmp/v2.28.0.24.10.29.zip -d /tmp 2025-06-05T23:17:48.9465815Z + echo 'Finishing unzip qnn sdk.' 2025-06-05T23:17:48.9466101Z Finishing unzip qnn sdk. 2025-06-05T23:17:48.9466339Z + ls -lah /tmp/qairt 2025-06-05T23:17:48.9466621Z total 16K 2025-06-05T23:17:48.9466857Z drwxrwxrwx. 3 ci-user ci-user 27 Oct 30 2024 . 2025-06-05T23:17:48.9467225Z drwxrwxrwt. 1 root root 58 Jun 5 23:17 .. 2025-06-05T23:17:48.9467612Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 2024 2.28.0.241029 2025-06-05T23:17:48.9467990Z + mv /tmp/qairt/2.28.0.241029 /tmp/qnn 2025-06-05T23:17:48.9468313Z + echo 'Finishing installing qnn '\''/tmp/qnn'\'' .' 2025-06-05T23:17:48.9468672Z Finishing installing qnn '/tmp/qnn' . 2025-06-05T23:17:48.9468961Z + ls -lah /tmp/qnn 2025-06-05T23:17:48.9469165Z total 16K 2025-06-05T23:17:48.9469407Z drwxr-xr-x. 3 ci-user ci-user 27 Jun 5 23:17 . 2025-06-05T23:17:48.9469755Z drwxrwxrwt. 1 root root 58 Jun 5 23:17 .. 2025-06-05T23:17:48.9470148Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 2024 2.28.0.241029 2025-06-05T23:17:48.9470508Z + PYTHON_EXECUTABLE=python 2025-06-05T23:17:48.9470785Z + bash .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:17:48.9471055Z + set -o xtrace 2025-06-05T23:17:48.9471275Z + build_qnn_backend 2025-06-05T23:17:48.9471503Z + echo 'Start building qnn backend.' 2025-06-05T23:17:48.9471799Z Start building qnn backend. 2025-06-05T23:17:48.9472071Z + export ANDROID_NDK_ROOT=/opt/ndk 2025-06-05T23:17:48.9472346Z + ANDROID_NDK_ROOT=/opt/ndk 2025-06-05T23:17:48.9472627Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:17:48.9472931Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:17:48.9473248Z +++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:17:48.9473648Z ++ cd -- .ci/scripts/../.. 2025-06-05T23:17:48.9473891Z ++ pwd 2025-06-05T23:17:48.9474113Z + export EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:17:48.9474446Z + EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:17:48.9474738Z ++ nproc 2025-06-05T23:17:48.9474930Z + parallelism=7 2025-06-05T23:17:48.9475330Z + bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 7 --release 2025-06-05T23:17:48.9475790Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-06-05T23:17:48.9476074Z + '[' --skip_aarch64 = -h ']' 2025-06-05T23:17:48.9476329Z + BUILD_X86_64=true 2025-06-05T23:17:48.9476556Z + CMAKE_X86_64=build-x86 2025-06-05T23:17:48.9476788Z + BUILD_AARCH64=true 2025-06-05T23:17:48.9477031Z + CMAKE_AARCH64=build-android 2025-06-05T23:17:48.9477278Z + CLEAN=true 2025-06-05T23:17:48.9477497Z + BUILD_TYPE=RelWithDebInfo 2025-06-05T23:17:48.9477743Z + BUILD_JOB_NUMBER=16 2025-06-05T23:17:48.9477989Z + '[' -z PYTHON_EXECUTABLE ']' 2025-06-05T23:17:48.9478256Z + '[' -z BUCK2 ']' 2025-06-05T23:17:48.9478573Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-06-05T23:17:48.9479479Z ++ 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:17:48.9480356Z + parsed_args=' --skip_aarch64 --job_number '\''7'\'' --release --' 2025-06-05T23:17:48.9480819Z + eval set -- ' --skip_aarch64 --job_number '\''7'\'' --release --' 2025-06-05T23:17:48.9481223Z ++ set -- --skip_aarch64 --job_number 7 --release -- 2025-06-05T23:17:48.9481543Z + true 2025-06-05T23:17:48.9481738Z + case "$1" in 2025-06-05T23:17:48.9481943Z + BUILD_AARCH64=false 2025-06-05T23:17:48.9482168Z + shift 2025-06-05T23:17:48.9482343Z + true 2025-06-05T23:17:48.9482533Z + case "$1" in 2025-06-05T23:17:48.9482733Z + BUILD_JOB_NUMBER=7 2025-06-05T23:17:48.9482953Z + shift 2 2025-06-05T23:17:48.9483128Z + true 2025-06-05T23:17:48.9483398Z + case "$1" in 2025-06-05T23:17:48.9483600Z + BUILD_TYPE=Release 2025-06-05T23:17:48.9483826Z + shift 2025-06-05T23:17:48.9483999Z + true 2025-06-05T23:17:48.9484189Z + case "$1" in 2025-06-05T23:17:48.9484378Z + shift 2025-06-05T23:17:48.9484569Z + break 2025-06-05T23:17:48.9484795Z +++ dirname backends/qualcomm/scripts/build.sh 2025-06-05T23:17:48.9485120Z ++ cd backends/qualcomm/scripts/../../.. 2025-06-05T23:17:48.9485418Z ++ pwd -P 2025-06-05T23:17:48.9485625Z + PRJ_ROOT=/pytorch/executorch 2025-06-05T23:17:48.9485896Z + '[' false = true ']' 2025-06-05T23:17:48.9486166Z + '[' true = true ']' 2025-06-05T23:17:48.9486432Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-06-05T23:17:48.9486727Z + '[' true = true ']' 2025-06-05T23:17:48.9486983Z + rm -rf /pytorch/executorch/build-x86 2025-06-05T23:17:48.9487285Z + mkdir /pytorch/executorch/build-x86 2025-06-05T23:17:48.9487595Z + cd /pytorch/executorch/build-x86 2025-06-05T23:17:48.9489331Z + 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:17:48.9491195Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:17:48.9491560Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:17:48.9491909Z -- Detecting C compiler ABI info 2025-06-05T23:17:48.9492201Z -- Detecting C compiler ABI info - done 2025-06-05T23:17:48.9492583Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:17:48.9492952Z -- Detecting C compile features 2025-06-05T23:17:48.9493251Z -- Detecting C compile features - done 2025-06-05T23:17:48.9493553Z -- Detecting CXX compiler ABI info 2025-06-05T23:17:48.9493862Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:17:48.9494261Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:17:48.9494637Z -- Detecting CXX compile features 2025-06-05T23:17:48.9494942Z -- Detecting CXX compile features - done 2025-06-05T23:17:48.9495247Z -- --- Configured Options --- 2025-06-05T23:17:48.9495423Z 2025-06-05T23:17:48.9495549Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:17:48.9495884Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:17:48.9496243Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:17:48.9496588Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:17:48.9496950Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:17:48.9497306Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:17:48.9497640Z -- BUCK2 x (unset) 2025-06-05T23:17:48.9497982Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:17:48.9498318Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:17:48.9498679Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:17:48.9499033Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:17:48.9499568Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:17:48.9500104Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:17:48.9500451Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:17:48.9500811Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-05T23:17:48.9501148Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:17:48.9501499Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:17:48.9501836Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:17:48.9502186Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:17:48.9502529Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:17:48.9502883Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:17:48.9503336Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:17:48.9503675Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:17:48.9504034Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:17:48.9504393Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:17:48.9504737Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:17:48.9505093Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:17:48.9505434Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:17:48.9505779Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:17:48.9506179Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:17:48.9506522Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:17:55.2777440Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:17:55.2778176Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:17:55.2778796Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:17:55.2779476Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:17:55.2780131Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-05T23:17:55.2780715Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:17:55.2781311Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:17:55.2781886Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:17:55.2782502Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:17:55.2783108Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:17:55.2783735Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:17:55.2784497Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:17:55.2785135Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:17:55.2785727Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:17:55.2786406Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:17:55.2786971Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:17:55.2787546Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:17:55.2788190Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:17:55.2788721Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:17:55.2789419Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:17:55.2790107Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:17:55.2790705Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:17:55.2791346Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:17:55.2791930Z -- -------------------------- 2025-06-05T23:17:55.2792657Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:17:55.2794387Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:17:55.2795543Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:55.2796255Z CMake. 2025-06-05T23:17:55.2796478Z 2025-06-05T23:17:55.2796861Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:55.2797775Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:55.2798595Z to work with policies introduced by or earlier. 2025-06-05T23:17:55.2799044Z 2025-06-05T23:17:55.2799303Z  2025-06-05T23:17:55.2799763Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:17:55.2800581Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:17:55.2801262Z -- Setting Clang compiler options 2025-06-05T23:17:55.2802496Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:17:55.2804442Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:17:55.2805727Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:55.2806473Z CMake. 2025-06-05T23:17:55.2806655Z 2025-06-05T23:17:55.2807284Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:55.2808294Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:55.2809300Z to work with policies introduced by or earlier. 2025-06-05T23:17:55.2809744Z 2025-06-05T23:17:55.2809956Z  2025-06-05T23:17:55.2811030Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:17:55.2812377Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:55.2813261Z CMake. 2025-06-05T23:17:55.2813439Z 2025-06-05T23:17:55.2813805Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:55.2814771Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:55.2815595Z to work with policies introduced by or earlier. 2025-06-05T23:17:55.2816061Z 2025-06-05T23:17:55.2816273Z  2025-06-05T23:17:55.2816705Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:17:55.2817369Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:17:55.2817981Z -- Found Threads: TRUE 2025-06-05T23:17:55.2819249Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:17:55.2820659Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:55.2821372Z CMake. 2025-06-05T23:17:55.2821572Z 2025-06-05T23:17:55.2821963Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:55.2822958Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:55.2823791Z to work with policies introduced by or earlier. 2025-06-05T23:17:55.2824210Z 2025-06-05T23:17:55.2824432Z  2025-06-05T23:17:55.2824744Z -- Resolved buck2 as buck2. 2025-06-05T23:17:55.2825182Z -- Killing buck2 daemon 2025-06-05T23:17:55.2825564Z 'buck2 killall' 2025-06-05T23:17:55.2825994Z -- executorch: Generating source lists 2025-06-05T23:17:55.2826902Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-06-05T23:17:55.2828112Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-06-05T23:17:55.2829007Z -- Generating operator lib: 2025-06-05T23:17:55.2829495Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:17:55.2830210Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:17:55.2830968Z -- ROOT_OPS: 2025-06-05T23:17:55.2831376Z -- INCLUDE_ALL_OPS: 2025-06-05T23:17:55.2833866Z 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:17:55.2836034Z -- Generating kernel bindings: 2025-06-05T23:17:55.2836554Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:17:55.2837292Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:17:55.2838087Z -- CUSTOM_OPS_YAML: 2025-06-05T23:17:55.2838489Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:17:55.2841239Z 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:17:55.2843327Z -- Generating operator lib: 2025-06-05T23:17:55.2843800Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:17:55.2844303Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:17:55.2844795Z -- DEPS: executorch_core 2025-06-05T23:17:55.2845777Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:17:55.2846927Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:55.2847627Z CMake. 2025-06-05T23:17:55.2848043Z 2025-06-05T23:17:55.2848444Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:55.2849456Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:55.2850357Z to work with policies introduced by or earlier. 2025-06-05T23:17:55.2850824Z 2025-06-05T23:17:55.2851049Z  2025-06-05T23:17:55.2851397Z -- Looking for C++ include unistd.h 2025-06-05T23:17:55.2851967Z -- Looking for C++ include unistd.h - found 2025-06-05T23:17:55.2852523Z -- Looking for C++ include stdint.h 2025-06-05T23:17:55.2853180Z -- Looking for C++ include stdint.h - found 2025-06-05T23:17:55.2853718Z -- Looking for C++ include inttypes.h 2025-06-05T23:17:55.2854281Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:17:55.2854854Z -- Looking for C++ include sys/types.h 2025-06-05T23:17:55.2855418Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:17:55.2856003Z -- Looking for C++ include sys/stat.h 2025-06-05T23:17:55.2856547Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:17:55.2857828Z -- Looking for C++ include fnmatch.h 2025-06-05T23:17:55.2858361Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:17:55.2858900Z -- Looking for C++ include stddef.h 2025-06-05T23:17:55.2859514Z -- Looking for C++ include stddef.h - found 2025-06-05T23:17:55.2860044Z -- Check size of uint32_t 2025-06-05T23:17:55.2860516Z -- Check size of uint32_t - done 2025-06-05T23:17:55.2860985Z -- Looking for strtoll 2025-06-05T23:17:55.2861376Z -- Looking for strtoll - found 2025-06-05T23:17:55.2861882Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:17:55.2862501Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:17:55.2863700Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:17:55.2864898Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:55.2865598Z CMake. 2025-06-05T23:17:55.2865791Z 2025-06-05T23:17:55.2866172Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:55.2867104Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:55.2869940Z to work with policies introduced by or earlier. 2025-06-05T23:17:55.2870421Z 2025-06-05T23:17:55.2870648Z  2025-06-05T23:17:55.2870968Z -- pybind11 v2.13.6 2025-06-05T23:17:55.2871688Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:17:55.2872621Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:17:55.2873375Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:17:55.2873875Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:17:55.2874433Z -- Generating operator lib: 2025-06-05T23:17:55.2874896Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:17:55.2875629Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:17:55.2876320Z -- ROOT_OPS: 2025-06-05T23:17:55.2876550Z -- INCLUDE_ALL_OPS: 2025-06-05T23:17:55.2879128Z 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:17:55.2880544Z -- Generating kernel bindings: 2025-06-05T23:17:55.2880840Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:17:55.2881107Z -- FUNCTIONS_YAML: 2025-06-05T23:17:55.2881526Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:17:55.2882241Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:17:55.2887857Z 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:17:55.2891618Z -- Generating operator lib: 2025-06-05T23:17:55.2891912Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:17:55.2892192Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:17:55.2892485Z -- DEPS: executorch_core 2025-06-05T23:17:55.2892733Z -- Configuring done (7.3s) 2025-06-05T23:17:55.2893039Z -- Generating done (0.1s) 2025-06-05T23:17:55.2893690Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-06-05T23:17:55.2894548Z + cmake --build /pytorch/executorch/build-x86 -j7 --target install 2025-06-05T23:17:55.2895622Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:17:55.2896591Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:17:55.2898108Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:17:56.1981855Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:17:56.1983878Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:17:56.1985877Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:17:56.1987759Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:17:56.1989098Z [ 1%] No download step for 'flatbuffers_external_project' 2025-06-05T23:17:56.1990075Z [ 1%] No download step for 'flatcc_external_project' 2025-06-05T23:17:56.1991000Z [ 1%] No update step for 'flatcc_external_project' 2025-06-05T23:17:56.1991964Z [ 1%] No update step for 'flatbuffers_external_project' 2025-06-05T23:17:56.1992867Z [ 1%] No patch step for 'flatcc_external_project' 2025-06-05T23:17:56.1993910Z [ 1%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:17:56.1994982Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:17:56.1996127Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:17:56.1996942Z CMake Warning: 2025-06-05T23:17:56.1997505Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:17:56.1998036Z 2025-06-05T23:17:56.1998225Z  2025-06-05T23:17:56.1998592Z CMake Warning: 2025-06-05T23:17:56.1999110Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:17:56.1999618Z 2025-06-05T23:17:56.1999804Z  2025-06-05T23:17:56.2000570Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:17:56.2001653Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:17:56.2002403Z CMake. 2025-06-05T23:17:56.2002603Z 2025-06-05T23:17:56.2003005Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:17:56.2004051Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:17:56.2004956Z to work with policies introduced by or earlier. 2025-06-05T23:17:56.2005437Z 2025-06-05T23:17:56.2005628Z  2025-06-05T23:17:56.2006036Z fatal: No names found, cannot describe anything. 2025-06-05T23:17:56.2006851Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:17:56.2007522Z git describe failed with exit code: 128 2025-06-05T23:17:56.2007918Z 2025-06-05T23:17:56.2008215Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:17:56.2009129Z Call Stack (most recent call first): 2025-06-05T23:17:56.2009683Z CMakeLists.txt:5 (include) 2025-06-05T23:17:56.2010009Z 2025-06-05T23:17:56.2010231Z  2025-06-05T23:17:56.2010911Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:17:56.2012288Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:17:56.2013540Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:17:56.2014122Z -- Detecting C compiler ABI info 2025-06-05T23:17:56.2015320Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:17:56.2017080Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:17:56.2019046Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:17:56.2020263Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:17:56.2021744Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:17:56.2023775Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:17:56.2024936Z -- Detecting CXX compiler ABI info 2025-06-05T23:17:56.2026140Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:17:56.2027236Z -- Detecting C compiler ABI info - done 2025-06-05T23:17:56.2027934Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:17:56.2028643Z -- Detecting C compile features 2025-06-05T23:17:56.2029177Z -- Detecting C compile features - done 2025-06-05T23:17:56.2029892Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:17:56.2030727Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:17:56.2031449Z -- Setting Clang compiler options 2025-06-05T23:17:56.2032748Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:17:56.2034193Z -- Configuring done (0.3s) 2025-06-05T23:17:56.2035558Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:17:56.2037396Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:17:56.2039289Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:17:56.2040641Z -- Generating done (0.0s) 2025-06-05T23:17:56.2042518Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:17:56.2044512Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:17:56.2045963Z [ 4%] Performing build step for 'flatcc_external_project' 2025-06-05T23:17:56.2046952Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:17:56.2047907Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:17:56.2049272Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:17:56.2050876Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:17:56.2052563Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:17:56.2054154Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:17:56.2055686Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:17:56.2056793Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:17:56.2057533Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:17:56.2058397Z -- Detecting CXX compile features 2025-06-05T23:17:56.2058921Z -- Detecting CXX compile features - done 2025-06-05T23:17:56.2059867Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:17:56.2061432Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:17:56.2063434Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:17:56.2064600Z -- Looking for strtof_l 2025-06-05T23:17:56.2065410Z [ 6%] Linking C static library libpthreadpool.a 2025-06-05T23:17:56.2066688Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:17:56.2068271Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:17:56.2069749Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:17:56.2071279Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:17:56.2072496Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:17:56.2073525Z [ 7%] Built target pthreadpool 2025-06-05T23:17:56.2074272Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:17:56.2075274Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:17:56.2076211Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:17:56.2077084Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:17:56.2078198Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:17:56.2080156Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:17:56.2081962Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:17:56.2083430Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:17:56.2084758Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:17:56.2085638Z -- Looking for strtof_l - found 2025-06-05T23:17:56.2086119Z -- Looking for strtoull_l 2025-06-05T23:17:56.2087096Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:17:56.2088995Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:17:56.2090925Z [ 33%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:17:56.2092759Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:17:56.2094773Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:17:56.2096432Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:17:56.2097852Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:17:56.2099557Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:17:56.2101407Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:17:56.2102698Z [ 39%] Built target flatccrt 2025-06-05T23:17:56.2103945Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:17:57.1669906Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:17:57.1671660Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:17:57.1672909Z -- Looking for strtoull_l - found 2025-06-05T23:17:57.1673752Z -- Looking for realpath 2025-06-05T23:17:57.1675241Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:17:57.1677230Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:17:57.1679329Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:17:57.1681497Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:17:57.1683456Z [ 11%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:17:57.1685625Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:17:57.1687308Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:17:57.1688975Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:17:57.1690984Z [ 12%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:17:57.1692721Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:17:57.1694464Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:17:57.1696145Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:17:57.1697995Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:17:57.1699775Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:17:57.1700717Z -- Looking for realpath - found 2025-06-05T23:17:57.1704142Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:17:57.1704788Z -- Configuring done (1.1s) 2025-06-05T23:17:57.1705270Z -- Generating done (0.0s) 2025-06-05T23:17:57.1706506Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:17:57.1708302Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:17:57.1710609Z [ 13%] Linking C static library libcpuinfo.a 2025-06-05T23:17:57.1711552Z [ 13%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:17:57.1712665Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:17:57.1713960Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:17:57.1715251Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:17:57.1716431Z [ 14%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:17:57.1717380Z [ 14%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:17:57.1717996Z [ 14%] Built target cpuinfo 2025-06-05T23:17:57.1718927Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:17:57.1720265Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:17:57.1721394Z [ 14%] Built target gflags_nothreads_static 2025-06-05T23:17:57.1722436Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:17:57.1723843Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:17:57.1725280Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:17:57.1726242Z [ 14%] Built target cpuinfo_internals 2025-06-05T23:17:57.1727328Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:17:57.1729013Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:17:57.1730419Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:17:57.1731739Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:17:57.1732918Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:17:57.1734237Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:17:57.1735472Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:17:57.1736549Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:17:57.1737756Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:17:57.1739126Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:17:57.1740497Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:17:57.1750105Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:17:57.1751474Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:17:57.1752768Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:17:57.1754098Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:17:57.1755281Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:17:57.1756378Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:17:57.1757098Z [ 93%] Built target flatcc 2025-06-05T23:17:57.1757993Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:17:57.1759172Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:17:57.1760334Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:17:57.1761491Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:17:57.1762817Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:17:57.1764095Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:17:57.1765258Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:17:57.1766447Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:17:57.1767213Z [100%] Built target flatcc_cli 2025-06-05T23:17:57.1768002Z [ 14%] Performing install step for 'flatcc_external_project' 2025-06-05T23:17:57.1768722Z [ 21%] Built target flatccrt 2025-06-05T23:17:57.1769662Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:17:57.1770512Z [ 93%] Built target flatcc 2025-06-05T23:17:57.1770991Z [100%] Built target flatcc_cli 2025-06-05T23:17:57.1771841Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:17:57.1772753Z Install the project... 2025-06-05T23:17:57.1773232Z -- Install configuration: "" 2025-06-05T23:17:57.1774284Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:17:57.1775792Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:17:57.1777482Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:17:57.1779234Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:17:57.1780967Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:17:57.1782819Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:17:57.1784483Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:17:57.1786202Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:17:57.1787977Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:17:57.1789791Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:17:57.1791595Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:17:57.1793377Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:17:57.1795126Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:17:57.1796953Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:17:57.1798759Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:17:57.1800492Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:17:57.1802263Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:17:57.1804020Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:17:57.1805747Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:17:57.1807521Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:17:57.1809333Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:17:57.4437013Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:17:57.4438779Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:17:57.4440436Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:17:57.4442214Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:17:57.4444057Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:17:57.4445951Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:17:57.4447851Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:17:57.4449671Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:17:57.4452219Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:17:57.4454135Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:17:57.4456093Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:17:57.4458053Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:17:57.4460144Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:17:57.4462185Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:17:57.4464202Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:17:57.4466199Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:17:57.4468180Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:17:57.4470095Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:17:57.4471874Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:17:57.4473759Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:17:57.4475572Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:17:57.4477512Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:17:57.4479482Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:17:57.4481495Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:17:57.4483079Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:17:57.4484927Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:17:57.4486806Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:17:57.4488641Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:17:57.4490488Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:17:57.4492204Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:17:57.4493963Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:17:57.4495754Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:17:57.4497587Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:17:57.4499411Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:17:57.4501214Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:17:57.4503197Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:17:57.4505074Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:17:57.4507063Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:17:57.4510488Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:17:57.4512373Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:17:57.4514468Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:17:57.4516302Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:17:57.4518071Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:17:57.4519810Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:17:57.4521539Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:17:57.4523231Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:17:57.4525203Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:17:57.4526922Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:17:57.4528507Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:17:57.4530089Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:17:57.4531691Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:17:57.4532999Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:17:57.4534342Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:17:57.4535838Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:17:57.4537361Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:17:57.4538278Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:17:57.4539187Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:17:57.4540035Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:17:57.4540805Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:17:57.4541524Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:17:57.4542251Z [ 15%] Completed 'flatcc_external_project' 2025-06-05T23:17:57.4542602Z [ 15%] Built target flatcc_external_project 2025-06-05T23:17:57.4543169Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:17:57.4543943Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:17:57.4544644Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:17:57.4545307Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:17:57.4546419Z [ 15%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:17:57.4547420Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:17:57.4548377Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:17:57.4550008Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:17:57.4550884Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:17:57.4551785Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:17:57.4552610Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:17:58.8631057Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:17:58.8632578Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:17:58.8634000Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:17:58.8635165Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:17:58.8636498Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:17:58.8637927Z [ 17%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:17:58.8639388Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:17:58.8640744Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:17:58.8641651Z [ 17%] Built target flatccrt 2025-06-05T23:17:58.8642680Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:17:58.8644125Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:17:58.8645524Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:17:58.8646623Z [100%] Linking CXX executable flatc 2025-06-05T23:17:58.8647186Z [100%] Built target flatc 2025-06-05T23:17:58.8647978Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:17:58.8648723Z [100%] Built target flatc 2025-06-05T23:17:58.8649305Z Install the project... 2025-06-05T23:17:58.8649793Z -- Install configuration: "" 2025-06-05T23:17:58.8650773Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:17:58.8652405Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:17:58.8654233Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:17:58.8656005Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:17:58.8657776Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:17:58.8659427Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:17:58.8661187Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:17:58.8662914Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:17:58.8664792Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:17:58.8666858Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:17:58.8668744Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:17:58.8670695Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:17:58.8672658Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:17:58.8674635Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:17:58.8676726Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:17:58.8678542Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:17:58.8680237Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:17:58.8681785Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:17:58.8683426Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:17:58.8685116Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:17:58.8686763Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:17:58.8688952Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:17:58.8690661Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:17:58.8692387Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:17:58.8694130Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:17:58.8695895Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:17:58.8696871Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:17:58.8697934Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:17:58.8699122Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:17:58.8700042Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:17:58.8701134Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:17:58.8702828Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:17:58.8704667Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:17:58.8706438Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:17:58.8707543Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:17:58.8708636Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:17:58.8710032Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:17:58.8711164Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:17:58.8712637Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:17:58.8714820Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:17:58.8716556Z [ 19%] Completed 'flatbuffers_external_project' 2025-06-05T23:17:58.8717468Z [ 19%] Built target flatbuffers_external_project 2025-06-05T23:17:58.8718230Z [ 20%] Generating common_schema headers 2025-06-05T23:17:58.8719017Z [ 20%] Generating qualcomm ir schema headers 2025-06-05T23:17:58.8719800Z [ 20%] Generating qnn_schema headers 2025-06-05T23:17:58.8720573Z [ 21%] Generating scalar_type_schema headers 2025-06-05T23:17:58.8721200Z [ 21%] Built target scalar_type_schema 2025-06-05T23:17:58.8721747Z [ 21%] Built target common_schema 2025-06-05T23:17:58.8722247Z [ 21%] Built target qcir 2025-06-05T23:17:58.8722685Z [ 21%] Built target qnn_schema 2025-06-05T23:17:58.8723385Z [ 21%] Generating flat_tensor_schema headers 2025-06-05T23:17:58.8724168Z [ 21%] Generating program_schema headers 2025-06-05T23:17:58.8725434Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-06-05T23:17:58.8727191Z [ 22%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:17:58.8728336Z [ 22%] Built target flat_tensor_schema 2025-06-05T23:17:58.8728898Z [ 22%] Built target program_schema 2025-06-05T23:17:58.8749331Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:17:58.8750855Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:17:58.8752653Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:17:58.8754634Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:17:58.8756491Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:17:58.8758110Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:17:58.8759237Z [ 23%] Linking CXX static library libqcir_utils.a 2025-06-05T23:17:58.8759899Z [ 23%] Built target qcir_utils 2025-06-05T23:17:58.8760976Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:17:58.8762331Z [ 23%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:17:58.8763652Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:17:58.8765230Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:17:58.8766281Z [ 24%] Built target qnn_executorch_logging 2025-06-05T23:17:58.8767436Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:18:00.4849416Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:18:00.4851840Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:18:00.4853853Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:18:00.4855203Z [ 26%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:18:00.4855973Z [ 26%] Built target qnn_implementation 2025-06-05T23:18:00.4857814Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:18:00.4859659Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:18:00.4861266Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:18:00.4862514Z [ 27%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:18:00.4863941Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:18:00.4865941Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:18:00.4867006Z [ 27%] Built target qnn_sys_implementation 2025-06-05T23:18:00.4868334Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:18:00.4870108Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:18:00.4871277Z [ 28%] Linking CXX static library libutils.a 2025-06-05T23:18:00.4871860Z [ 28%] Built target utils 2025-06-05T23:18:00.4872491Z [ 28%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:18:00.4873854Z [ 28%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:18:00.4874863Z [ 28%] Built target qnn_profiler 2025-06-05T23:18:00.4876100Z [ 28%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:18:00.4878114Z [ 28%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:18:00.4879964Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:18:00.4881531Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:18:00.4882666Z [ 28%] Linking CXX static library libshared_buffer.a 2025-06-05T23:18:00.4883488Z [ 29%] Linking CXX static library libwrappers.a 2025-06-05T23:18:00.4884085Z [ 29%] Built target shared_buffer 2025-06-05T23:18:00.4885046Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:18:00.4885906Z [ 29%] Built target wrappers 2025-06-05T23:18:00.4887141Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:18:00.4888524Z [ 29%] Linking CXX static library libqnn_logger.a 2025-06-05T23:18:00.4889609Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:18:00.4890450Z [ 29%] Built target qnn_logger 2025-06-05T23:18:00.4891428Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:18:00.4892806Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:18:00.4894473Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:18:00.4897007Z [ 31%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:18:00.4898280Z [ 32%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:18:00.4899647Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:18:00.4901307Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:18:00.4902269Z [ 32%] Built target qnn_backend_cache 2025-06-05T23:18:00.4903508Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:18:00.4905054Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:18:00.4906908Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:18:00.4909223Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:18:00.4910715Z [ 34%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:18:00.4912708Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:18:00.4914225Z [ 34%] Built target executorch_core 2025-06-05T23:18:00.4915790Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:18:00.4917370Z [ 34%] Linking CXX static library libqnn_backend.a 2025-06-05T23:18:00.4918583Z [ 35%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:18:00.4919492Z [ 35%] Built target qnn_backend 2025-06-05T23:18:00.4920512Z [ 35%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:18:00.4922205Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:18:00.4924107Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:18:00.4925977Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:18:00.4927321Z [ 36%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:18:00.4928021Z [ 36%] Built target qnn_custom_protocol 2025-06-05T23:18:00.4929274Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:18:00.4930542Z [ 36%] Linking CXX static library libqnn_device.a 2025-06-05T23:18:00.4931160Z [ 36%] Built target qnn_device 2025-06-05T23:18:00.4932380Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:18:00.4933979Z [ 36%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:18:00.4935473Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:18:00.4937217Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:18:00.4938894Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:18:00.4940582Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:18:00.4941966Z [ 37%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:18:00.4943227Z [ 37%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:18:00.4944571Z [ 38%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:18:00.4945616Z [ 39%] Linking CXX static library libexecutorch.a 2025-06-05T23:18:00.4946824Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:18:00.4947878Z [ 39%] Built target executorch 2025-06-05T23:18:00.4949114Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:18:00.4951228Z [ 39%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:18:00.4952924Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:18:00.4954762Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:18:00.4956014Z [ 40%] Linking CXX static library libextension_tensor.a 2025-06-05T23:18:00.4956632Z [ 40%] Built target extension_tensor 2025-06-05T23:18:00.4958019Z [ 40%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-06-05T23:18:00.4959843Z [ 40%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:18:00.4961681Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:18:00.4963192Z [ 41%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:18:00.4964722Z [ 41%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-06-05T23:18:00.4965968Z [ 41%] Built target extension_data_loader 2025-06-05T23:18:00.4967279Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:18:00.4968544Z [ 41%] Generating etdump headers 2025-06-05T23:18:00.4969678Z [ 41%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:18:00.4971066Z [ 41%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:18:02.6307686Z [ 41%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:18:02.6309407Z [ 41%] Linking CXX static library libextension_flat_tensor.a 2025-06-05T23:18:02.6310158Z [ 41%] Built target extension_flat_tensor 2025-06-05T23:18:02.6311513Z [ 41%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:18:02.6313570Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:18:02.6315546Z [ 42%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:18:02.6317495Z [ 43%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:18:02.6319399Z [ 44%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:18:02.6321150Z [ 44%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:18:02.6322964Z [ 44%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:18:02.6324894Z [ 44%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:18:02.6326967Z [ 44%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:18:02.6329358Z [ 44%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:18:02.6331734Z [ 44%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:18:02.6333268Z [ 44%] Linking CXX static library libetdump.a 2025-06-05T23:18:02.6333931Z [ 44%] Built target etdump 2025-06-05T23:18:02.6334724Z [ 44%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:18:02.6335668Z [ 44%] Generating bundled_program headers 2025-06-05T23:18:02.6336917Z [ 44%] Built target extension_threadpool 2025-06-05T23:18:02.6338305Z [ 44%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:18:02.6340015Z [ 45%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-06-05T23:18:02.6341359Z [ 45%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:18:02.6342146Z [ 45%] Built target kernels_util_all_deps 2025-06-05T23:18:02.6343387Z [ 45%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-06-05T23:18:02.6345349Z [ 45%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:18:02.6347096Z [ 45%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:18:02.6348394Z [ 46%] Linking CXX static library libqnn_context.a 2025-06-05T23:18:02.6349091Z [ 46%] Built target qnn_context 2025-06-05T23:18:02.6350320Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:18:02.6351717Z [ 46%] Linking CXX static library libbundled_program.a 2025-06-05T23:18:02.6352716Z [ 46%] Linking CXX shared library libextension_module.so 2025-06-05T23:18:02.6353571Z [ 46%] Built target bundled_program 2025-06-05T23:18:02.6354880Z [ 47%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:18:02.6356838Z [ 48%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:18:02.6358356Z [ 48%] Linking CXX static library libextension_module_static.a 2025-06-05T23:18:02.6359163Z [ 48%] Built target extension_module_static 2025-06-05T23:18:02.6360600Z [ 48%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:18:02.6362524Z [ 48%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:18:02.6363647Z [ 48%] Built target extension_module 2025-06-05T23:18:02.6364888Z [ 48%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:18:02.6366821Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:18:02.6368734Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:18:02.6370716Z [ 49%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:18:02.6372202Z [ 50%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:18:02.6372899Z [ 50%] Built target qnn_mem_manager 2025-06-05T23:18:02.6374443Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:18:02.6376515Z [ 50%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:18:02.6378252Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:18:02.6379895Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:18:02.6381682Z [ 51%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:18:02.6383905Z [ 51%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:18:02.6385973Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:18:02.6387793Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:18:02.6389432Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:18:02.6391205Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:18:02.6392936Z [ 52%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:18:02.6394321Z [ 52%] Linking CXX static library libqnn_graph.a 2025-06-05T23:18:02.6395110Z [ 52%] Built target qnn_graph 2025-06-05T23:18:02.6396274Z [ 52%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-06-05T23:18:02.6397996Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:18:02.6399876Z [ 52%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:18:02.6401710Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:18:02.6403395Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:18:02.6405052Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:18:02.6406707Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:18:02.6408065Z [ 53%] Linking CXX static library libquantized_kernels.a 2025-06-05T23:18:02.6409932Z [ 53%] Built target quantized_kernels 2025-06-05T23:18:02.6411179Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:18:02.6412903Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:18:02.6414620Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:18:02.6416009Z [ 54%] Linking CXX static library libqnn_factory.a 2025-06-05T23:18:02.6416679Z [ 54%] Built target qnn_factory 2025-06-05T23:18:02.6417794Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:18:02.6419437Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:18:02.6421093Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:18:02.6422778Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:18:02.6424415Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:18:02.6426171Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:18:02.6427966Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:18:02.6429785Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:18:02.6431557Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:18:02.6432973Z [ 56%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-05T23:18:02.6434857Z [ 57%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:18:02.6436876Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:18:02.6438568Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:18:02.6440417Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:18:05.8547380Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:18:05.8548744Z [ 59%] Generating code for kernel registration 2025-06-05T23:18:05.8549985Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:18:05.8551573Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:18:05.8553118Z [ 59%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:18:05.8553845Z [ 59%] Built target qnn_dlc_manager 2025-06-05T23:18:05.8554905Z [ 60%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:18:05.8556673Z [ 60%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:18:05.8558403Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:18:05.8560049Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:18:05.8561790Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:18:05.8563544Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:18:05.8565272Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:18:05.8566454Z [ 62%] Linking CXX static library libqnn_manager.a 2025-06-05T23:18:05.8567059Z [ 62%] Built target qnn_manager 2025-06-05T23:18:05.8568065Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:18:05.8569869Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-06-05T23:18:05.8571676Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:18:05.8573604Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:18:05.8575474Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:18:05.8577204Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:18:05.8578974Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:18:05.8580399Z [ 63%] Linking CXX shared library libqnn_executorch_backend.so 2025-06-05T23:18:05.8581770Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:18:05.8583388Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:18:05.8584345Z [ 63%] Built target qnn_executorch_backend 2025-06-05T23:18:05.8585546Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:18:05.8587167Z [ 64%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:18:05.8588746Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:18:05.8590343Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:18:05.8591910Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:18:05.8593787Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:18:05.8595477Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:18:05.8597197Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:18:05.8598739Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:18:05.8600314Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:18:05.8602035Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:18:05.8603623Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:18:05.8605297Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:18:05.8606909Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:18:05.8608576Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:18:05.8610512Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:18:05.8612131Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:18:05.8613668Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:18:05.8615264Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:18:05.8616845Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:18:05.8618427Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:18:05.8620617Z [ 68%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:18:05.8622683Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:18:05.8624281Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:18:05.8625943Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:18:05.8627620Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:18:05.8628815Z [ 69%] Linking CXX static library libquantized_ops_lib.a 2025-06-05T23:18:05.8629470Z [ 69%] Built target quantized_ops_lib 2025-06-05T23:18:05.8630566Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:18:05.8632182Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:18:05.8633871Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:18:05.8635638Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:18:05.8637524Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:18:05.8639297Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:18:05.8640906Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:18:05.8642532Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:18:05.8644433Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:18:05.8646144Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:18:05.8647943Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:18:05.8649664Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:18:05.8651415Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:18:05.8653341Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:18:05.8655009Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:18:05.8656600Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:18:05.8658288Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:18:05.8660047Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:18:05.8661872Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:18:05.8663540Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:18:05.8665385Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:18:05.8667493Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:18:05.8669356Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:18:05.8671017Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:18:05.8672638Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:18:05.8674391Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:18:08.2545912Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:18:08.2546850Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:18:08.2547775Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:18:08.2548737Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:18:08.2549690Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:18:08.2550669Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:18:08.2551648Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:18:08.2552537Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:18:08.2553478Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:18:08.2554354Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:18:08.2554932Z [ 78%] Built target PyQnnWrapperAdaptor 2025-06-05T23:18:08.2555557Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:18:08.2556662Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:18:08.2557614Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:18:08.2558541Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:18:08.2559503Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:18:08.2560436Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:18:08.2561376Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:18:08.2562235Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:18:08.2563083Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:18:08.2563989Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:18:08.2564943Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:18:08.2565900Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:18:08.2566870Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:18:08.2567766Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:18:08.2568654Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:18:08.2569233Z [ 81%] Built target PyQnnManagerAdaptor 2025-06-05T23:18:08.2569862Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:18:08.2570802Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:18:08.2571771Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:18:08.2572748Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:18:08.2573725Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:18:08.2574625Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:18:08.2575489Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:18:08.2576343Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:18:08.2577207Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:18:08.2578105Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:18:08.2579008Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:18:08.2579917Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:18:08.2580829Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:18:08.2581769Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:18:08.2582691Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:18:08.2583552Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:18:08.2584465Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:18:08.2585426Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:18:08.2586320Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:18:08.2587250Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:18:08.2588152Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:18:08.2589115Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:18:08.2590072Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:18:08.2591006Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:18:08.2591900Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:18:08.2592785Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:18:08.2593814Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:18:08.2594733Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:18:08.2595682Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:18:08.2596552Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:18:08.2597396Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:18:08.2598280Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:18:08.2599141Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:18:08.2600070Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:18:08.2600952Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:18:08.2602193Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:18:08.2603320Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:18:08.2604254Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:18:08.2605207Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:18:08.2606567Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:18:08.2608226Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:18:08.2609564Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:18:08.2610557Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:18:08.2611542Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:18:08.2612456Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:18:08.2613379Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:18:08.2614545Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:18:08.2615731Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:18:08.2616880Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:18:11.2875832Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:18:11.2877681Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:18:11.2878817Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:18:11.2879918Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:18:11.2881000Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:18:11.2882086Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:18:11.2883134Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:18:11.2884134Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:18:11.2885222Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:18:11.2886535Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:18:11.2887943Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:18:11.2889318Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:18:11.2890586Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:18:11.2891818Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:18:11.2892946Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:18:11.2894239Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:18:11.2895338Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:18:11.2896382Z [ 97%] Linking CXX static library libportable_kernels.a 2025-06-05T23:18:11.2896855Z [ 97%] Built target portable_kernels 2025-06-05T23:18:11.2897409Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:18:11.2898187Z [ 97%] Generating code for kernel registration 2025-06-05T23:18:11.2899483Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:18:11.2900816Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:18:11.2901401Z [ 98%] Built target portable_ops_lib 2025-06-05T23:18:11.2902403Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:18:11.2903797Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:18:11.2905105Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:18:11.2906772Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:18:11.2908049Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:18:11.2909642Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:18:11.2910641Z [100%] Linking CXX executable executor_runner 2025-06-05T23:18:11.2911077Z [100%] Built target executor_runner 2025-06-05T23:18:11.2911638Z Install the project... 2025-06-05T23:18:11.2912165Z -- Install configuration: "Release" 2025-06-05T23:18:11.2912756Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-06-05T23:18:11.2913233Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-06-05T23:18:11.2914091Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-06-05T23:18:11.2914758Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-06-05T23:18:11.2915420Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-06-05T23:18:11.2916217Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-06-05T23:18:11.2917174Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-06-05T23:18:11.2918011Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-06-05T23:18:11.2918711Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-06-05T23:18:11.2919433Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-06-05T23:18:11.2920178Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-06-05T23:18:11.2920830Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-06-05T23:18:11.2921515Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-06-05T23:18:11.2922717Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-06-05T23:18:11.2923486Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-06-05T23:18:11.2924215Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-06-05T23:18:11.2925119Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-06-05T23:18:11.2925839Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-06-05T23:18:11.2926591Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-06-05T23:18:11.2927427Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-06-05T23:18:11.2928216Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-06-05T23:18:11.2929040Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-05T23:18:11.2930106Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-05T23:18:11.2930916Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-06-05T23:18:11.2931721Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-05T23:18:11.2932758Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:18:11.2933750Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-05T23:18:11.2934902Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-05T23:18:11.2935863Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-05T23:18:11.2936713Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:18:11.2937950Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-05T23:18:11.2939102Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-05T23:18:11.2940184Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-05T23:18:11.2941289Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-05T23:18:11.2942477Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-05T23:18:11.2943442Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-06-05T23:18:11.2944439Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-06-05T23:18:11.2945315Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/function_ref.h 2025-06-05T23:18:11.2946240Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-05T23:18:11.2947346Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-06-05T23:18:11.2948296Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-06-05T23:18:11.2949042Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-06-05T23:18:11.2950003Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-05T23:18:11.2950852Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-05T23:18:11.2951971Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-05T23:18:11.2953026Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:18:11.2954020Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:18:11.2954845Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:18:11.2955744Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-05T23:18:11.2956666Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-05T23:18:11.2957555Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:18:11.2958447Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-05T23:18:11.3088407Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-05T23:18:11.3089440Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-05T23:18:11.3090370Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-05T23:18:11.3091292Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-05T23:18:11.3092253Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-05T23:18:11.3093226Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-05T23:18:11.3094154Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-05T23:18:11.3095092Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-05T23:18:11.3096222Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-05T23:18:11.3097239Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-05T23:18:11.3098214Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-05T23:18:11.3099078Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-06-05T23:18:11.3099953Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-06-05T23:18:11.3100949Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-06-05T23:18:11.3101820Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-06-05T23:18:11.3102772Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-05T23:18:11.3103713Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-06-05T23:18:11.3104670Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-05T23:18:11.3105635Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-06-05T23:18:11.3106603Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-06-05T23:18:11.3107487Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-05T23:18:11.3108391Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-05T23:18:11.3109425Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-06-05T23:18:11.3110179Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-06-05T23:18:11.3110836Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-06-05T23:18:11.3111465Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-06-05T23:18:11.3112146Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-06-05T23:18:11.3112916Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-05T23:18:11.3113701Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-06-05T23:18:11.3114319Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-06-05T23:18:11.3114995Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-06-05T23:18:11.3115801Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-05T23:18:11.3116629Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-06-05T23:18:11.3117352Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-06-05T23:18:11.3118263Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-06-05T23:18:11.3119125Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-05T23:18:11.3119882Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-06-05T23:18:11.3120727Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-06-05T23:18:11.3121484Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-06-05T23:18:11.3122183Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-06-05T23:18:11.3123035Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-06-05T23:18:11.3123784Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-06-05T23:18:11.3124472Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-06-05T23:18:11.3125151Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-06-05T23:18:11.3125846Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-06-05T23:18:11.3126640Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-06-05T23:18:11.3127352Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-06-05T23:18:11.3128041Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-06-05T23:18:11.3128721Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-06-05T23:18:11.3129644Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/pal_spy.h 2025-06-05T23:18:11.3130480Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-06-05T23:18:11.3131417Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-06-05T23:18:11.3132502Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-06-05T23:18:11.3133349Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-05T23:18:11.3134276Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-06-05T23:18:11.3135037Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-06-05T23:18:11.3135781Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-06-05T23:18:11.3136474Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-06-05T23:18:11.3137132Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-06-05T23:18:11.3137863Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-06-05T23:18:11.3138627Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-06-05T23:18:11.3139390Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-05T23:18:11.3140116Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-06-05T23:18:11.3140773Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-06-05T23:18:11.3141493Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-05T23:18:11.3142253Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-06-05T23:18:11.3143000Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-06-05T23:18:11.3143802Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-05T23:18:11.3144467Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-06-05T23:18:11.3144963Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-06-05T23:18:11.3145580Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-05T23:18:11.3146232Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-06-05T23:18:11.3146744Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-06-05T23:18:11.3147230Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-06-05T23:18:11.3147761Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-06-05T23:18:11.3148426Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-06-05T23:18:11.3148978Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-06-05T23:18:11.3149548Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-06-05T23:18:11.3150116Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-06-05T23:18:11.3150654Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-06-05T23:18:11.3151213Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-06-05T23:18:11.3151802Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-06-05T23:18:11.3152440Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-06-05T23:18:11.3153201Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-05T23:18:11.3153934Z + rm -f '/pytorch/executorch/backends/qualcomm/python/*' 2025-06-05T23:18:13.2489718Z + 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:18:13.2494032Z '/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:18:13.2497853Z '/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:18:13.2500490Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-06-05T23:18:13.2501964Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-06-05T23:18:13.2503492Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-06-05T23:18:13.2505071Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:18:13.2506155Z + EXAMPLE_ROOT=examples/qualcomm 2025-06-05T23:18:13.2507406Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-06-05T23:18:13.2510621Z + echo 'Update tokenizers submodule...' 2025-06-05T23:18:13.2511280Z Update tokenizers submodule... 2025-06-05T23:18:13.2511892Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-06-05T23:18:13.2512894Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-06-05T23:18:13.2513876Z + git submodule update --init 2025-06-05T23:18:13.2514361Z + popd 2025-06-05T23:18:13.2514754Z /pytorch/executorch/build-x86 2025-06-05T23:18:13.2517531Z + 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:18:13.2520259Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:18:13.2520955Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:18:13.2521593Z -- Detecting C compiler ABI info 2025-06-05T23:18:13.2522141Z -- Detecting C compiler ABI info - done 2025-06-05T23:18:13.2522840Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:18:13.2523544Z -- Detecting C compile features 2025-06-05T23:18:13.2524077Z -- Detecting C compile features - done 2025-06-05T23:18:13.2524658Z -- Detecting CXX compiler ABI info 2025-06-05T23:18:13.2525224Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:18:13.2525864Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:18:13.2526799Z -- Detecting CXX compile features 2025-06-05T23:18:13.2527378Z -- Detecting CXX compile features - done 2025-06-05T23:18:13.2528413Z CMake Warning (dev) at CMakeLists.txt:31 (find_package): 2025-06-05T23:18:13.2529366Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-05T23:18:13.2530439Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-05T23:18:13.2531444Z cmake_policy command to set the policy and suppress this warning. 2025-06-05T23:18:13.2532033Z 2025-06-05T23:18:13.2532250Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-05T23:18:13.2532825Z 2025-06-05T23:18:13.2533057Z /pytorch/executorch/examples/qualcomm/../.. 2025-06-05T23:18:13.2533497Z 2025-06-05T23:18:13.2533761Z Environment variable EXECUTORCH_ROOT is set to: 2025-06-05T23:18:13.2534221Z 2025-06-05T23:18:13.2534388Z /pytorch/executorch 2025-06-05T23:18:13.2534682Z 2025-06-05T23:18:13.2535101Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-05T23:18:13.2535916Z .cmake module might still use it. 2025-06-05T23:18:13.2536524Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-05T23:18:13.2537309Z  2025-06-05T23:18:13.2537760Z coreml_util library is not found. 2025-06-05T23:18:13.2538643Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2539532Z coreml_inmemoryfs library is not found. 2025-06-05T23:18:13.2540449Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2541325Z coremldelegate library is not found. 2025-06-05T23:18:13.2542234Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2543089Z mpsdelegate library is not found. 2025-06-05T23:18:13.2543982Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2544853Z neuron_backend library is not found. 2025-06-05T23:18:13.2545744Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2546589Z custom_ops library is not found. 2025-06-05T23:18:13.2547454Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2548371Z extension_runner_util library is not found. 2025-06-05T23:18:13.2549286Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2550182Z extension_training library is not found. 2025-06-05T23:18:13.2551096Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2551905Z xnnpack_backend library is not found. 2025-06-05T23:18:13.2552802Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2553733Z XNNPACK library is not found. 2025-06-05T23:18:13.2554584Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2555477Z microkernels-prod library is not found. 2025-06-05T23:18:13.2556382Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2557183Z kleidiai library is not found. 2025-06-05T23:18:13.2558031Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2558904Z vulkan_backend library is not found. 2025-06-05T23:18:13.2559781Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2560666Z optimized_kernels library is not found. 2025-06-05T23:18:13.2561513Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2562467Z optimized_portable_kernels library is not found. 2025-06-05T23:18:13.2563425Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2564271Z cpublas library is not found. 2025-06-05T23:18:13.2565048Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2565897Z eigen_blas library is not found. 2025-06-05T23:18:13.2566922Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2567810Z optimized_ops_lib library is not found. 2025-06-05T23:18:13.2568728Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2569690Z optimized_native_cpu_ops_lib library is not found. 2025-06-05T23:18:13.2570683Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2571605Z quantized_ops_aot_lib library is not found. 2025-06-05T23:18:13.2572514Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:18:13.2573769Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-06-05T23:18:13.2574843Z -- Generating operator lib: 2025-06-05T23:18:13.2575207Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:18:13.2575663Z -- OPS_SCHEMA_YAML: 2025-06-05T23:18:13.2576056Z -- ROOT_OPS: 2025-06-05T23:18:13.2576403Z -- INCLUDE_ALL_OPS: ON 2025-06-05T23:18:13.2578311Z 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:18:13.2579995Z -- Generating kernel bindings: 2025-06-05T23:18:13.2580488Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:18:13.2581418Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-06-05T23:18:13.2582294Z -- CUSTOM_OPS_YAML: 2025-06-05T23:18:13.2582581Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:18:13.2582869Z -- Generating operator lib: 2025-06-05T23:18:13.2583148Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:18:13.2583437Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:18:13.2583722Z -- DEPS: executorch 2025-06-05T23:18:13.2584001Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-06-05T23:18:13.2584533Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-06-05T23:18:13.2584938Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-06-05T23:18:13.2585468Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-06-05T23:18:13.2586011Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:18:13.2586365Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:18:13.2586710Z -- Found Threads: TRUE 2025-06-05T23:18:13.2587468Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-06-05T23:18:13.2588691Z 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:18:13.2589544Z 2025-06-05T23:18:13.2589648Z  2025-06-05T23:18:13.2589842Z -- Configuring done (1.2s) 2025-06-05T23:18:13.2590107Z -- Generating done (0.3s) 2025-06-05T23:18:13.2590511Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-06-05T23:18:13.2591019Z + cmake --build examples/qualcomm -j7 2025-06-05T23:18:13.2592028Z [ 0%] Generating selected_operators.yaml for full_portable_ops_lib 2025-06-05T23:18:13.2593435Z [ 2%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-06-05T23:18:13.2595099Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-06-05T23:18:13.2596851Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-06-05T23:18:13.2598676Z [ 4%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-06-05T23:18:13.2600213Z [ 4%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-06-05T23:18:13.2601244Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-06-05T23:18:13.2602037Z [ 4%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-06-05T23:18:13.2602451Z [ 4%] Built target utf8_for_code_point 2025-06-05T23:18:13.2602909Z [ 4%] Linking CXX static library libabsl_spinlock_wait.a 2025-06-05T23:18:13.2603767Z [ 4%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-06-05T23:18:13.2604566Z [ 4%] Linking CXX static library libabsl_log_severity.a 2025-06-05T23:18:13.2605031Z [ 4%] Built target spinlock_wait 2025-06-05T23:18:13.2605432Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-06-05T23:18:14.2559901Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-06-05T23:18:14.2561936Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-06-05T23:18:14.2563083Z [ 4%] Built target log_severity 2025-06-05T23:18:14.2564345Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-06-05T23:18:14.2565422Z [ 5%] Built target strerror 2025-06-05T23:18:14.2566668Z [ 5%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-06-05T23:18:14.2567879Z [ 5%] Generating code for kernel registration 2025-06-05T23:18:14.2568756Z [ 5%] Linking CXX static library libabsl_int128.a 2025-06-05T23:18:14.2569467Z [ 5%] Built target int128 2025-06-05T23:18:14.2570815Z [ 5%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-06-05T23:18:14.2572292Z [ 6%] Linking CXX static library libabsl_leak_check.a 2025-06-05T23:18:14.2573142Z [ 6%] Linking CXX static library libabsl_civil_time.a 2025-06-05T23:18:14.2573788Z [ 6%] Built target leak_check 2025-06-05T23:18:14.2574246Z [ 6%] Built target civil_time 2025-06-05T23:18:14.2575448Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-06-05T23:18:14.2576810Z [ 7%] Linking CXX static library libabsl_exponential_biased.a 2025-06-05T23:18:14.2578164Z [ 7%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-06-05T23:18:14.2579202Z [ 7%] Built target exponential_biased 2025-06-05T23:18:14.2580435Z [ 7%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-06-05T23:18:14.2582293Z [ 7%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-06-05T23:18:14.2584132Z [ 7%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-06-05T23:18:14.2585577Z [ 7%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-06-05T23:18:14.2586402Z [ 7%] Built target flags_commandlineflag_internal 2025-06-05T23:18:14.2587629Z [ 8%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-06-05T23:18:14.2588983Z [ 9%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-06-05T23:18:14.2589721Z [ 9%] Built target log_internal_nullguard 2025-06-05T23:18:14.2590540Z [ 9%] Linking CXX static library libabsl_random_internal_platform.a 2025-06-05T23:18:14.2592094Z [ 9%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-06-05T23:18:14.2593898Z [ 9%] Built target random_internal_platform 2025-06-05T23:18:14.2595214Z [ 9%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-06-05T23:18:14.2597109Z [ 9%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-06-05T23:18:14.2598684Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-06-05T23:18:14.2599861Z [ 10%] Built target random_seed_gen_exception 2025-06-05T23:18:14.2601213Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-06-05T23:18:14.2603058Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-06-05T23:18:14.2604861Z [ 10%] Linking CXX static library libabsl_raw_logging_internal.a 2025-06-05T23:18:14.2605538Z [ 10%] Built target raw_logging_internal 2025-06-05T23:18:14.2609138Z [ 10%] Linking CXX static library libabsl_periodic_sampler.a 2025-06-05T23:18:14.2610525Z [ 10%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-06-05T23:18:14.2611716Z [ 10%] Built target periodic_sampler 2025-06-05T23:18:14.2613103Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-06-05T23:18:14.2614652Z [ 12%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-06-05T23:18:14.2615471Z [ 12%] Built target decode_rust_punycode 2025-06-05T23:18:14.2616671Z [ 12%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-06-05T23:18:14.2618400Z [ 12%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-06-05T23:18:14.2619834Z [ 12%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-06-05T23:18:14.2620568Z [ 12%] Built target bad_any_cast_impl 2025-06-05T23:18:14.2621699Z [ 13%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-06-05T23:18:14.2623348Z [ 14%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-06-05T23:18:14.2625022Z [ 14%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-06-05T23:18:14.2626436Z [ 14%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-06-05T23:18:14.2627219Z [ 14%] Built target random_internal_randen_slow 2025-06-05T23:18:14.2628048Z [ 15%] Linking CXX static library libabsl_time_zone.a 2025-06-05T23:18:14.2629513Z [ 15%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-06-05T23:18:14.2630735Z [ 15%] Built target time_zone 2025-06-05T23:18:14.2632010Z [ 16%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-06-05T23:18:14.2633709Z [ 16%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-06-05T23:18:14.2634936Z [ 16%] Linking CXX static library libabsl_scoped_set_env.a 2025-06-05T23:18:14.2636027Z [ 16%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-06-05T23:18:14.2636824Z [ 16%] Built target scoped_set_env 2025-06-05T23:18:14.2637347Z [ 16%] Built target random_internal_randen_hwaes_impl 2025-06-05T23:18:14.2638637Z [ 16%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-06-05T23:18:14.2640456Z [ 16%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-06-05T23:18:14.2642361Z [ 17%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-06-05T23:18:14.2643763Z [ 17%] Linking CXX static library libabsl_throw_delegate.a 2025-06-05T23:18:14.2644667Z [ 17%] Built target throw_delegate 2025-06-05T23:18:14.2646077Z [ 17%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-06-05T23:18:14.2647408Z [ 17%] Linking CXX static library libabsl_demangle_rust.a 2025-06-05T23:18:14.2648095Z [ 17%] Built target demangle_rust 2025-06-05T23:18:14.2649396Z [ 18%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-06-05T23:18:14.2650851Z [ 18%] Linking CXX static library libabsl_bad_variant_access.a 2025-06-05T23:18:14.2651813Z [ 18%] Built target bad_variant_access 2025-06-05T23:18:14.2653187Z [ 19%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-06-05T23:18:14.2654952Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-06-05T23:18:14.2656586Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-06-05T23:18:14.2657965Z [ 20%] Linking CXX static library libabsl_bad_optional_access.a 2025-06-05T23:18:14.2659034Z [ 20%] Linking CXX static library libabsl_debugging_internal.a 2025-06-05T23:18:14.2659743Z [ 20%] Built target bad_optional_access 2025-06-05T23:18:14.2660937Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-06-05T23:18:14.2662026Z [ 21%] Built target debugging_internal 2025-06-05T23:18:14.2663333Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-06-05T23:18:14.2664833Z [ 21%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-06-05T23:18:14.2665653Z [ 21%] Built target random_internal_randen_hwaes 2025-06-05T23:18:14.2666825Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-06-05T23:18:14.2668148Z [ 21%] Linking CXX static library libabsl_cordz_functions.a 2025-06-05T23:18:14.2669584Z [ 21%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-06-05T23:18:14.2670671Z [ 21%] Built target cordz_functions 2025-06-05T23:18:14.2671448Z [ 22%] Linking CXX static library libabsl_stacktrace.a 2025-06-05T23:18:14.2672439Z [ 22%] Linking CXX static library libabsl_demangle_internal.a 2025-06-05T23:18:14.2673479Z [ 22%] Linking CXX static library libabsl_base.a 2025-06-05T23:18:14.2674073Z [ 22%] Built target stacktrace 2025-06-05T23:18:14.2674531Z [ 22%] Built target demangle_internal 2025-06-05T23:18:14.2674972Z [ 22%] Built target base 2025-06-05T23:18:14.2676113Z [ 22%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-06-05T23:18:14.2677880Z [ 22%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-06-05T23:18:14.2679688Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-06-05T23:18:14.2681411Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-06-05T23:18:14.2683108Z [ 22%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-06-05T23:18:15.7819354Z [ 22%] Linking CXX static library libabsl_random_internal_randen.a 2025-06-05T23:18:15.7820254Z [ 22%] Built target random_internal_randen 2025-06-05T23:18:15.7821372Z [ 22%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-06-05T23:18:15.7822600Z [ 22%] Linking CXX static library libabsl_tracing_internal.a 2025-06-05T23:18:15.7823349Z [ 22%] Built target tracing_internal 2025-06-05T23:18:15.7824880Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-06-05T23:18:15.7826311Z [ 22%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-06-05T23:18:15.7827841Z [ 23%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-06-05T23:18:15.7828996Z [ 23%] Built target crc_cpu_detect 2025-06-05T23:18:15.7830300Z [ 24%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-06-05T23:18:15.7831743Z [ 24%] Linking CXX static library libabsl_string_view.a 2025-06-05T23:18:15.7832644Z [ 24%] Built target string_view 2025-06-05T23:18:15.7834057Z [ 24%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-06-05T23:18:15.7835838Z [ 25%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-06-05T23:18:15.7837190Z [ 26%] Linking CXX static library libabsl_malloc_internal.a 2025-06-05T23:18:15.7837942Z [ 26%] Built target malloc_internal 2025-06-05T23:18:15.7839131Z [ 26%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-06-05T23:18:15.7840505Z [ 27%] Linking CXX static library libabsl_city.a 2025-06-05T23:18:15.7841122Z [ 27%] Built target city 2025-06-05T23:18:15.7842185Z [ 27%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-06-05T23:18:15.7843587Z [ 27%] Linking CXX static library libabsl_log_internal_conditions.a 2025-06-05T23:18:15.7844721Z [ 27%] Linking CXX static library libabsl_strings_internal.a 2025-06-05T23:18:15.7845531Z [ 27%] Built target log_internal_conditions 2025-06-05T23:18:15.7846106Z [ 27%] Built target strings_internal 2025-06-05T23:18:15.7847642Z [ 27%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-06-05T23:18:15.7849495Z [ 28%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-06-05T23:18:15.7850690Z [ 29%] Linking CXX static library libabsl_poison.a 2025-06-05T23:18:15.7851632Z [ 29%] Linking CXX static library libabsl_low_level_hash.a 2025-06-05T23:18:15.7852356Z [ 29%] Built target poison 2025-06-05T23:18:15.7853396Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-06-05T23:18:15.7854278Z [ 29%] Built target low_level_hash 2025-06-05T23:18:15.7855405Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-06-05T23:18:15.7857141Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-06-05T23:18:15.7858554Z [ 30%] Linking CXX static library libabsl_crc_internal.a 2025-06-05T23:18:15.7859294Z [ 30%] Built target crc_internal 2025-06-05T23:18:15.7861602Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-06-05T23:18:15.7863122Z [ 30%] Linking CXX static library libabsl_graphcycles_internal.a 2025-06-05T23:18:15.7864793Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-06-05T23:18:15.7866078Z [ 30%] Built target graphcycles_internal 2025-06-05T23:18:15.7867230Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-06-05T23:18:15.7869004Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-06-05T23:18:15.7870672Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-06-05T23:18:15.7872178Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-06-05T23:18:15.7873988Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-06-05T23:18:15.7875583Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-06-05T23:18:15.7877155Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-06-05T23:18:15.7878730Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-06-05T23:18:15.7879970Z [ 33%] Linking CXX static library libabsl_strings.a 2025-06-05T23:18:15.7881633Z [ 33%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:18:15.7883139Z [ 33%] Built target strings 2025-06-05T23:18:15.7884148Z [ 33%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-06-05T23:18:15.7885733Z [ 33%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-06-05T23:18:15.7887324Z [ 35%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-06-05T23:18:15.7889135Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-06-05T23:18:15.7891141Z [ 35%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-06-05T23:18:15.7893027Z [ 35%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-06-05T23:18:15.7894368Z [ 36%] Linking CXX static library libabsl_symbolize.a 2025-06-05T23:18:15.7895057Z [ 36%] Built target symbolize 2025-06-05T23:18:15.7896031Z [ 37%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-06-05T23:18:15.7897238Z [ 37%] Linking CXX static library libabsl_log_internal_proto.a 2025-06-05T23:18:15.7898386Z [ 38%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-06-05T23:18:15.7899205Z [ 38%] Built target log_internal_proto 2025-06-05T23:18:15.7899779Z [ 38%] Built target flags_commandlineflag 2025-06-05T23:18:15.7900683Z [ 39%] Linking CXX static library libfull_portable_ops_lib.a 2025-06-05T23:18:15.7901926Z [ 39%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-06-05T23:18:15.7903572Z [ 39%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-06-05T23:18:15.7904714Z [ 39%] Built target full_portable_ops_lib 2025-06-05T23:18:15.7906157Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-06-05T23:18:15.7908276Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-06-05T23:18:15.7910652Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-06-05T23:18:15.7912230Z [ 39%] Linking CXX static library libabsl_hash.a 2025-06-05T23:18:15.7912877Z [ 39%] Built target hash 2025-06-05T23:18:15.7914277Z [ 39%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-06-05T23:18:15.7915866Z [ 40%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-06-05T23:18:15.7916675Z [ 40%] Built target log_internal_fnmatch 2025-06-05T23:18:15.7917727Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-06-05T23:18:15.7918994Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-06-05T23:18:15.7920683Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-06-05T23:18:15.7922889Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-06-05T23:18:15.7924888Z [ 42%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-06-05T23:18:15.7926996Z [ 42%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-06-05T23:18:15.7928979Z [ 42%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-06-05T23:18:15.7931149Z [ 43%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-06-05T23:18:15.7933857Z [ 43%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:18:15.7935540Z [ 43%] Linking CXX static library libabsl_time.a 2025-06-05T23:18:15.7936181Z [ 43%] Built target time 2025-06-05T23:18:15.7937757Z [ 43%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:18:15.7939529Z [ 43%] Linking CXX static library libabsl_str_format_internal.a 2025-06-05T23:18:15.7952375Z [ 44%] Linking CXX static library libabsl_random_distributions.a 2025-06-05T23:18:15.7953378Z [ 44%] Built target str_format_internal 2025-06-05T23:18:15.7954991Z [ 45%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-06-05T23:18:15.7956406Z [ 45%] Built target random_distributions 2025-06-05T23:18:15.7957475Z [ 45%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-06-05T23:18:15.7958788Z [ 46%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-06-05T23:18:15.7959685Z [ 46%] Built target random_internal_seed_material 2025-06-05T23:18:15.7961118Z [ 47%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-06-05T23:18:16.8453799Z [ 48%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-06-05T23:18:16.8454985Z [ 49%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-06-05T23:18:16.8455829Z [ 49%] Linking CXX static library libcustom_ops.a 2025-06-05T23:18:16.8456195Z [ 49%] Built target custom_ops 2025-06-05T23:18:16.8457023Z [ 49%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-06-05T23:18:16.8458099Z [ 50%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-06-05T23:18:16.8458871Z [ 50%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-06-05T23:18:16.8459336Z [ 50%] Built target kernel_timeout_internal 2025-06-05T23:18:16.8459921Z [ 50%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-06-05T23:18:16.8460572Z [ 50%] Linking CXX static library libabsl_examine_stack.a 2025-06-05T23:18:16.8460951Z [ 50%] Built target examine_stack 2025-06-05T23:18:16.8461601Z [ 50%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-06-05T23:18:16.8463571Z [ 50%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:18:16.8465371Z [ 50%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-06-05T23:18:16.8466987Z [ 51%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-06-05T23:18:16.8468115Z [ 51%] Built target flags_private_handle_accessor 2025-06-05T23:18:16.8469737Z [ 51%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-06-05T23:18:16.8471203Z [ 51%] Linking CXX static library libabsl_flags_marshalling.a 2025-06-05T23:18:16.8471989Z [ 51%] Built target flags_marshalling 2025-06-05T23:18:16.8473490Z [ 51%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-06-05T23:18:16.8474716Z [ 51%] Linking CXX static library libabsl_log_internal_globals.a 2025-06-05T23:18:16.8475156Z [ 51%] Built target log_internal_globals 2025-06-05T23:18:16.8476232Z [ 51%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-06-05T23:18:16.8477076Z [ 51%] Linking CXX static library libabsl_log_entry.a 2025-06-05T23:18:16.8477459Z [ 51%] Built target log_entry 2025-06-05T23:18:16.8478295Z [ 51%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-06-05T23:18:16.8479658Z [ 51%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:18:16.8480817Z [ 51%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-06-05T23:18:16.8482539Z [ 51%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-06-05T23:18:16.8483953Z [ 51%] Linking CXX static library libabsl_crc32c.a 2025-06-05T23:18:16.8484604Z [ 51%] Built target crc32c 2025-06-05T23:18:16.8486124Z [ 52%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-06-05T23:18:16.8487889Z [ 53%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-06-05T23:18:16.8488741Z [ 53%] Built target random_internal_pool_urbg 2025-06-05T23:18:16.8490234Z [ 53%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-06-05T23:18:16.8492391Z [ 53%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-06-05T23:18:16.8493958Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:18:16.8495395Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:18:16.8497828Z /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:18:16.8499861Z const NamedDataMap* named_data_map = nullptr) 2025-06-05T23:18:16.8500436Z ^ 2025-06-05T23:18:16.8501760Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:18:16.8503229Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:18:16.8503728Z ^ 2025-06-05T23:18:16.8504848Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:18:16.8506345Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:18:16.8507078Z ^ 2025-06-05T23:18:16.8507895Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:18:16.8510077Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:18:16.8512599Z /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:18:16.8513918Z const NamedDataMap* get_named_data_map() const { 2025-06-05T23:18:16.8514450Z ^ 2025-06-05T23:18:16.8515428Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:18:16.8516596Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:18:16.8517068Z ^ 2025-06-05T23:18:16.8518178Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:18:16.8519932Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:18:16.8520686Z ^ 2025-06-05T23:18:16.8521520Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:18:16.8523031Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:18:16.8525570Z /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:18:16.8527675Z const NamedDataMap* named_data_map_ = nullptr; 2025-06-05T23:18:16.8528225Z ^ 2025-06-05T23:18:16.8529416Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:18:16.8530856Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:18:16.8531370Z ^ 2025-06-05T23:18:16.8532485Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:18:16.8534010Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:18:16.8534761Z ^ 2025-06-05T23:18:16.8535118Z 3 warnings generated. 2025-06-05T23:18:16.8535878Z [ 54%] Linking CXX executable qnn_executor_runner 2025-06-05T23:18:16.8537371Z [ 54%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-06-05T23:18:16.8539103Z [ 55%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-06-05T23:18:16.8540070Z [ 55%] Built target random_internal_distribution_test_util 2025-06-05T23:18:16.8541625Z [ 55%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-06-05T23:18:16.8543188Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-06-05T23:18:16.8544647Z [ 56%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-06-05T23:18:16.8545782Z [ 56%] Linking CXX static library libabsl_failure_signal_handler.a 2025-06-05T23:18:16.8547383Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-06-05T23:18:16.8548645Z [ 56%] Built target failure_signal_handler 2025-06-05T23:18:16.8550064Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-06-05T23:18:16.8551918Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-06-05T23:18:16.8553106Z [ 57%] Linking CXX static library libabsl_log_internal_format.a 2025-06-05T23:18:16.8554722Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-06-05T23:18:16.8555875Z [ 57%] Built target log_internal_format 2025-06-05T23:18:16.8557136Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-06-05T23:18:16.8558803Z [ 57%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-06-05T23:18:16.8559970Z [ 58%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-06-05T23:18:16.8560569Z [ 58%] Built target qnn_executor_runner 2025-06-05T23:18:16.8561252Z [ 59%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-06-05T23:18:16.8561970Z [ 59%] Linking CXX static library libabsl_log_sink.a 2025-06-05T23:18:16.8562404Z [ 59%] Built target log_sink 2025-06-05T23:18:16.8562851Z [ 59%] Linking CXX static library libabsl_synchronization.a 2025-06-05T23:18:19.1940869Z [ 59%] Built target synchronization 2025-06-05T23:18:19.1942391Z [ 59%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-06-05T23:18:19.1943547Z [ 59%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-06-05T23:18:19.1944622Z [ 60%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-06-05T23:18:19.1945817Z [ 61%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-06-05T23:18:19.1946959Z [ 61%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-06-05T23:18:19.1947761Z [ 61%] Linking CXX static library libabsl_random_seed_sequences.a 2025-06-05T23:18:19.1948324Z [ 61%] Linking CXX static library libabsl_crc_cord_state.a 2025-06-05T23:18:19.1948735Z [ 61%] Built target random_seed_sequences 2025-06-05T23:18:19.1949056Z [ 61%] Built target crc_cord_state 2025-06-05T23:18:19.1949723Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-06-05T23:18:19.1950716Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-06-05T23:18:19.1951744Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-06-05T23:18:19.1952534Z [ 63%] Linking CXX static library libabsl_cordz_handle.a 2025-06-05T23:18:19.1953092Z [ 63%] Linking CXX static library libabsl_flags_program_name.a 2025-06-05T23:18:19.1953982Z [ 64%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-06-05T23:18:19.1954621Z [ 64%] Built target cordz_handle 2025-06-05T23:18:19.1955269Z [ 64%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-06-05T23:18:19.1956042Z [ 65%] Linking CXX static library libabsl_vlog_config_internal.a 2025-06-05T23:18:19.1956460Z [ 65%] Built target flags_program_name 2025-06-05T23:18:19.1957083Z [ 66%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-06-05T23:18:19.1957637Z [ 66%] Built target vlog_config_internal 2025-06-05T23:18:19.1958331Z [ 66%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-06-05T23:18:19.1959111Z [ 66%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-06-05T23:18:19.1959517Z [ 66%] Built target hashtablez_sampler 2025-06-05T23:18:19.1960101Z [ 66%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-06-05T23:18:19.1960741Z [ 66%] Linking CXX static library libabsl_cord_internal.a 2025-06-05T23:18:19.1961275Z [ 66%] Linking CXX static library libabsl_flags_config.a 2025-06-05T23:18:19.1961658Z [ 66%] Built target cord_internal 2025-06-05T23:18:19.1962250Z [ 66%] Linking CXX static library libabsl_log_globals.a 2025-06-05T23:18:19.1962999Z [ 66%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-06-05T23:18:19.1963566Z [ 66%] Built target flags_config 2025-06-05T23:18:19.1964188Z [ 66%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-06-05T23:18:19.1964734Z [ 66%] Built target log_globals 2025-06-05T23:18:19.1965427Z [ 66%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-06-05T23:18:19.1966447Z [ 67%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-06-05T23:18:19.1967106Z [ 67%] Linking CXX static library libabsl_cordz_info.a 2025-06-05T23:18:19.1967638Z [ 67%] Linking CXX static library libabsl_flags_internal.a 2025-06-05T23:18:19.1968220Z [ 67%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-06-05T23:18:19.1968668Z [ 67%] Built target cordz_info 2025-06-05T23:18:19.1969103Z [ 67%] Linking CXX static library libabsl_log_initialize.a 2025-06-05T23:18:19.1969493Z [ 67%] Built target flags_internal 2025-06-05T23:18:19.1969800Z [ 67%] Built target log_internal_log_sink_set 2025-06-05T23:18:19.1970404Z [ 68%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-06-05T23:18:19.1971190Z [ 68%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-06-05T23:18:19.1972089Z [ 68%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-06-05T23:18:19.1973017Z [ 68%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-06-05T23:18:19.1973898Z [ 69%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-06-05T23:18:19.1974497Z [ 69%] Built target log_initialize 2025-06-05T23:18:19.1974962Z [ 70%] Linking CXX static library libabsl_cordz_sample_token.a 2025-06-05T23:18:19.1975368Z [ 70%] Built target cordz_sample_token 2025-06-05T23:18:19.1975848Z [ 70%] Linking CXX static library libabsl_log_internal_message.a 2025-06-05T23:18:19.1976262Z [ 70%] Built target log_internal_message 2025-06-05T23:18:19.1976948Z [ 70%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-06-05T23:18:19.1977817Z [ 70%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-06-05T23:18:19.1978452Z [ 70%] Linking CXX static library libabsl_cord.a 2025-06-05T23:18:19.1978813Z [ 70%] Built target cord 2025-06-05T23:18:19.1979443Z [ 70%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-06-05T23:18:19.1980398Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-06-05T23:18:19.1981219Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-06-05T23:18:19.1982055Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-06-05T23:18:19.1982797Z [ 71%] Linking CXX static library libabsl_log_internal_check_op.a 2025-06-05T23:18:19.1983342Z [ 71%] Linking CXX static library libabsl_die_if_null.a 2025-06-05T23:18:19.1983733Z [ 71%] Built target log_internal_check_op 2025-06-05T23:18:19.1984033Z [ 71%] Built target die_if_null 2025-06-05T23:18:19.1984447Z [ 71%] Linking CXX static library libabsl_raw_hash_set.a 2025-06-05T23:18:19.1984816Z [ 71%] Built target raw_hash_set 2025-06-05T23:18:19.1985214Z [ 72%] Linking CXX static library libabsl_status.a 2025-06-05T23:18:19.1985900Z [ 72%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-06-05T23:18:19.1986519Z [ 72%] Built target status 2025-06-05T23:18:19.1987071Z [ 72%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-06-05T23:18:19.1987701Z [ 72%] Linking CXX static library libabsl_statusor.a 2025-06-05T23:18:19.1988068Z [ 72%] Built target statusor 2025-06-05T23:18:19.1988487Z [ 72%] Linking CXX static library libabsl_flags_reflection.a 2025-06-05T23:18:19.1988898Z [ 72%] Built target flags_reflection 2025-06-05T23:18:19.1989553Z [ 72%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-06-05T23:18:19.1990904Z [ 72%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-06-05T23:18:19.1991579Z [ 72%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-06-05T23:18:19.1992168Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-06-05T23:18:19.1992767Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-06-05T23:18:19.1993420Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-06-05T23:18:19.1994025Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-06-05T23:18:19.1994590Z [ 74%] Linking CXX static library libabsl_log_flags.a 2025-06-05T23:18:19.1994954Z [ 74%] Built target log_flags 2025-06-05T23:18:19.1995420Z [ 75%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-06-05T23:18:19.1995993Z [ 75%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-06-05T23:18:19.1996568Z [ 76%] Linking CXX static library libabsl_flags_usage_internal.a 2025-06-05T23:18:19.1997239Z [ 76%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-06-05T23:18:19.1997666Z [ 76%] Built target flags_usage_internal 2025-06-05T23:18:19.1998216Z [ 77%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-06-05T23:18:19.1998916Z [ 77%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-06-05T23:18:19.1999535Z [ 77%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-06-05T23:18:19.2000153Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-06-05T23:18:19.2000763Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-06-05T23:18:19.2001313Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-06-05T23:18:19.2001881Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-06-05T23:18:19.2002452Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-06-05T23:18:19.2003012Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-06-05T23:18:19.2003601Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-06-05T23:18:19.2004222Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-06-05T23:18:19.2004881Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-06-05T23:18:19.2005591Z [ 81%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-06-05T23:18:19.2006266Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-06-05T23:18:19.2006848Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-06-05T23:18:19.2007347Z [ 82%] Linking CXX static library libre2.a 2025-06-05T23:18:19.2007829Z [ 82%] Linking CXX static library libabsl_flags_usage.a 2025-06-05T23:18:19.2008193Z [ 82%] Built target flags_usage 2025-06-05T23:18:20.7571152Z [ 82%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-06-05T23:18:20.7572105Z [ 82%] Built target re2 2025-06-05T23:18:20.7573671Z [ 82%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-06-05T23:18:20.7575299Z [ 82%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-06-05T23:18:20.7577170Z [ 82%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-06-05T23:18:20.7579247Z [ 82%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-06-05T23:18:20.7581188Z [ 82%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-06-05T23:18:20.7582595Z [ 82%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-06-05T23:18:20.7583602Z [ 82%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-06-05T23:18:20.7584663Z [ 82%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-06-05T23:18:20.7585676Z [ 83%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/decoder_runner.cpp.o 2025-06-05T23:18:20.7586381Z [ 84%] Linking CXX static library libabsl_flags_parse.a 2025-06-05T23:18:20.7587650Z [ 85%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-06-05T23:18:20.7589359Z [ 85%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/prompt_processor.cpp.o 2025-06-05T23:18:20.7591043Z [ 85%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/token_generator.cpp.o 2025-06-05T23:18:20.7592045Z [ 85%] Built target flags_parse 2025-06-05T23:18:20.7593039Z [ 85%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/rpc_mem.cpp.o 2025-06-05T23:18:20.7594635Z [ 86%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/kv_manager.cpp.o 2025-06-05T23:18:20.7596062Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-06-05T23:18:20.7597876Z [ 87%] 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:18:20.7600062Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:18:20.7602032Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:18:20.7603995Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:18:20.7605302Z [ 88%] Linking CXX executable qaihub_stable_diffusion_runner 2025-06-05T23:18:20.7606940Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:18:20.7609506Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:18:20.7611895Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:18:20.7614391Z [ 89%] 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:18:20.7616904Z [ 90%] 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:18:20.7619525Z [ 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:18:20.7620991Z [ 90%] Built target qaihub_stable_diffusion_runner 2025-06-05T23:18:20.7622645Z [ 90%] 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:18:20.7625107Z [ 90%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:18:20.7627575Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:18:20.7630015Z [ 91%] 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:18:20.7632869Z [ 91%] 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:18:20.7635798Z [ 91%] 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:18:20.7638482Z [ 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:18:20.7640998Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:18:20.7643650Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:18:20.7646205Z [ 93%] 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:18:20.7648633Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:18:20.7651038Z [ 93%] 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:18:20.7653694Z [ 94%] 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:18:20.7656216Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:18:20.7658581Z [ 95%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:18:20.7661025Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:18:20.7663569Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:18:20.7666191Z [ 96%] 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:18:20.7669172Z [ 96%] 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:18:20.7672103Z [ 96%] 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:18:20.7674950Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:18:20.7677490Z [ 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:18:20.7680197Z [ 96%] 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:18:20.7682932Z [ 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:18:20.7685923Z [ 97%] 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:18:20.7688823Z [ 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:18:20.7691821Z [ 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:18:24.6037015Z [ 97%] 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:18:24.6038730Z [ 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:18:24.6039842Z [ 98%] Linking CXX executable qaihub_llama2_7b_runner 2025-06-05T23:18:24.6040319Z [ 99%] Linking CXX executable qnn_llama_runner 2025-06-05T23:18:24.6040811Z [100%] Linking CXX executable qaihub_llama3_8b_runner 2025-06-05T23:18:24.6041216Z [100%] Built target qaihub_llama2_7b_runner 2025-06-05T23:18:24.6041531Z [100%] Built target qaihub_llama3_8b_runner 2025-06-05T23:18:24.6041845Z [100%] Built target qnn_llama_runner 2025-06-05T23:18:24.6042117Z + set_up_aot 2025-06-05T23:18:24.6042339Z + cd /pytorch/executorch 2025-06-05T23:18:24.6042586Z + '[' '!' -d cmake-out ']' 2025-06-05T23:18:24.6042836Z + mkdir cmake-out 2025-06-05T23:18:24.6043047Z + pushd cmake-out 2025-06-05T23:18:24.6043317Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:18:24.6044778Z + 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:18:24.6046213Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:18:24.6046589Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:18:24.6046928Z -- Detecting C compiler ABI info 2025-06-05T23:18:24.6047235Z -- Detecting C compiler ABI info - done 2025-06-05T23:18:24.6047615Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:18:24.6047984Z -- Detecting C compile features 2025-06-05T23:18:24.6048279Z -- Detecting C compile features - done 2025-06-05T23:18:24.6048580Z -- Detecting CXX compiler ABI info 2025-06-05T23:18:24.6048885Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:18:24.6049265Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:18:24.6049660Z -- Detecting CXX compile features 2025-06-05T23:18:24.6049953Z -- Detecting CXX compile features - done 2025-06-05T23:18:24.6050270Z -- --- Configured Options --- 2025-06-05T23:18:24.6050447Z 2025-06-05T23:18:24.6050575Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:18:24.6050914Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:18:24.6051484Z -- CMAKE_BUILD_TYPE : Debug 2025-06-05T23:18:24.6051842Z -- PYTHON_EXECUTABLE : python3 2025-06-05T23:18:24.6052208Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:18:24.6052555Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:18:24.6052910Z -- BUCK2 x (unset) 2025-06-05T23:18:24.6053246Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:18:24.6053644Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:18:24.6054005Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:18:24.6054458Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:18:24.6054991Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:18:24.6055533Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:18:24.6055880Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-06-05T23:18:24.6056237Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-05T23:18:24.6056576Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:18:24.6056928Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:18:24.6057269Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:18:24.6057622Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:18:24.6057978Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:18:24.6058324Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:18:24.6058770Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:18:24.6059172Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:18:24.6059534Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:18:24.6059938Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:18:24.6060295Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:18:24.6060638Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:18:24.6060992Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:18:24.6061341Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:18:24.6061671Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:18:24.6062015Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:18:24.6062347Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:18:24.6062692Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:18:24.6063037Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:18:24.6063381Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:18:24.6063728Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-05T23:18:24.6064061Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:18:24.6064398Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:18:24.6064730Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:18:24.6065073Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:18:24.6065417Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:18:24.6065751Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:18:24.6066094Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:18:24.6066422Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:18:24.6066759Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:18:24.6067090Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:18:24.6067431Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:18:24.6067767Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:18:24.6068129Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:18:24.6068485Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:18:24.6068819Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:18:24.6069175Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:18:24.6069523Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:18:24.6069882Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:18:24.6070289Z -- -------------------------- 2025-06-05T23:18:24.6070713Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:18:24.6071522Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:18:24.6072162Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:24.6072574Z CMake. 2025-06-05T23:18:24.6072684Z 2025-06-05T23:18:24.6072898Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:24.6073538Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:24.6074080Z to work with policies introduced by or earlier. 2025-06-05T23:18:24.6074342Z 2025-06-05T23:18:24.6074451Z  2025-06-05T23:18:24.6074730Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:18:24.6075165Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:18:24.6075554Z -- Setting Clang compiler options 2025-06-05T23:18:24.6076233Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:18:24.6077311Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:18:24.6078008Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:24.6078417Z CMake. 2025-06-05T23:18:24.6078527Z 2025-06-05T23:18:24.6078753Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:24.6079284Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:24.6079754Z to work with policies introduced by or earlier. 2025-06-05T23:18:24.6080015Z 2025-06-05T23:18:24.6080110Z  2025-06-05T23:18:24.6080693Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:18:24.6081421Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:24.6081832Z CMake. 2025-06-05T23:18:24.6081940Z 2025-06-05T23:18:24.6082155Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:24.6082700Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:24.6083159Z to work with policies introduced by or earlier. 2025-06-05T23:18:24.6083420Z 2025-06-05T23:18:24.6083516Z  2025-06-05T23:18:24.6083730Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:18:24.6084106Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:18:24.6084458Z -- Found Threads: TRUE 2025-06-05T23:18:24.6085111Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:18:24.6085856Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:24.6086253Z CMake. 2025-06-05T23:18:24.6086376Z 2025-06-05T23:18:24.6086594Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:24.6087126Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:24.6087595Z to work with policies introduced by or earlier. 2025-06-05T23:18:24.6087841Z 2025-06-05T23:18:24.6087947Z  2025-06-05T23:18:24.6088136Z -- Resolved buck2 as buck2. 2025-06-05T23:18:24.6088405Z -- Killing buck2 daemon 2025-06-05T23:18:24.6088633Z 'buck2 killall' 2025-06-05T23:18:24.6088874Z -- executorch: Generating source lists 2025-06-05T23:18:24.6089371Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:18:24.6090044Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:18:24.6090515Z -- Generating operator lib: 2025-06-05T23:18:24.6090772Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:18:24.6091274Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:18:24.6091676Z -- ROOT_OPS: 2025-06-05T23:18:24.6091899Z -- INCLUDE_ALL_OPS: 2025-06-05T23:18:24.6093126Z 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:18:24.6094237Z -- Generating kernel bindings: 2025-06-05T23:18:24.6094521Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:18:24.6094899Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:18:24.6095387Z -- CUSTOM_OPS_YAML: 2025-06-05T23:18:24.6095630Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:18:24.6097315Z 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:18:24.6098762Z -- Generating operator lib: 2025-06-05T23:18:24.6099033Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:18:24.6099315Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:18:24.6099590Z -- DEPS: executorch_core 2025-06-05T23:18:24.6100160Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:18:24.6100789Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:24.6101195Z CMake. 2025-06-05T23:18:24.6101303Z 2025-06-05T23:18:24.6101519Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:29.5114717Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:29.5115558Z to work with policies introduced by or earlier. 2025-06-05T23:18:29.5115885Z 2025-06-05T23:18:29.5116227Z  2025-06-05T23:18:29.5116593Z -- Looking for C++ include unistd.h 2025-06-05T23:18:29.5117160Z -- Looking for C++ include unistd.h - found 2025-06-05T23:18:29.5117538Z -- Looking for C++ include stdint.h 2025-06-05T23:18:29.5117993Z -- Looking for C++ include stdint.h - found 2025-06-05T23:18:29.5118323Z -- Looking for C++ include inttypes.h 2025-06-05T23:18:29.5118710Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:18:29.5119147Z -- Looking for C++ include sys/types.h 2025-06-05T23:18:29.5119461Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:18:29.5119839Z -- Looking for C++ include sys/stat.h 2025-06-05T23:18:29.5120144Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:18:29.5120483Z -- Looking for C++ include fnmatch.h 2025-06-05T23:18:29.5120797Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:18:29.5121152Z -- Looking for C++ include stddef.h 2025-06-05T23:18:29.5121556Z -- Looking for C++ include stddef.h - found 2025-06-05T23:18:29.5121975Z -- Check size of uint32_t 2025-06-05T23:18:29.5122339Z -- Check size of uint32_t - done 2025-06-05T23:18:29.5122642Z -- Looking for strtoll 2025-06-05T23:18:29.5122992Z -- Looking for strtoll - found 2025-06-05T23:18:29.5123312Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:18:29.5123822Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:18:29.5124608Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:18:29.5125407Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:29.5125892Z CMake. 2025-06-05T23:18:29.5126004Z 2025-06-05T23:18:29.5126221Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:29.5126774Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:29.5127362Z to work with policies introduced by or earlier. 2025-06-05T23:18:29.5127621Z 2025-06-05T23:18:29.5127748Z  2025-06-05T23:18:29.5127984Z -- pybind11 v2.13.6 2025-06-05T23:18:29.5128749Z -- Found PythonInterp: python3 (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:18:29.5129499Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:18:29.5129898Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:18:29.5130265Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:18:29.5130652Z -- Configuring done (5.0s) 2025-06-05T23:18:29.5130919Z -- Generating done (0.1s) 2025-06-05T23:18:29.5131255Z CMake Warning: 2025-06-05T23:18:29.5131580Z Manually-specified variables were not used by the project: 2025-06-05T23:18:29.5131865Z 2025-06-05T23:18:29.5131961Z ANDROID_NATIVE_API_LEVEL 2025-06-05T23:18:29.5132334Z 2025-06-05T23:18:29.5132442Z  2025-06-05T23:18:29.5132748Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:18:29.5133217Z ++ nproc 2025-06-05T23:18:29.5133702Z + cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-06-05T23:18:29.5134575Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:18:29.5135222Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:18:29.5135827Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:18:29.5136444Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:18:29.5137064Z [ 0%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:18:29.5137648Z CMake Warning: 2025-06-05T23:18:29.5137957Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:18:29.5138290Z 2025-06-05T23:18:29.5138393Z  2025-06-05T23:18:29.5138638Z fatal: No names found, cannot describe anything. 2025-06-05T23:18:29.5139077Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:18:29.5139447Z git describe failed with exit code: 128 2025-06-05T23:18:29.5139658Z 2025-06-05T23:18:29.5139870Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:18:29.5140272Z Call Stack (most recent call first): 2025-06-05T23:18:29.5140636Z CMakeLists.txt:5 (include) 2025-06-05T23:18:29.5140853Z 2025-06-05T23:18:29.5140971Z  2025-06-05T23:18:29.5141206Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:18:29.5141586Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:18:29.5141990Z -- Detecting CXX compiler ABI info 2025-06-05T23:18:29.5142286Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:18:29.5142717Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:18:29.5143104Z -- Detecting CXX compile features 2025-06-05T23:18:29.5143454Z -- Detecting CXX compile features - done 2025-06-05T23:18:29.5143764Z -- Looking for strtof_l 2025-06-05T23:18:29.5144005Z -- Looking for strtof_l - found 2025-06-05T23:18:29.5144279Z -- Looking for strtoull_l 2025-06-05T23:18:29.5144529Z -- Looking for strtoull_l - found 2025-06-05T23:18:29.5144807Z -- Looking for realpath 2025-06-05T23:18:29.5145051Z -- Looking for realpath - found 2025-06-05T23:18:29.5145386Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:18:29.5145727Z -- Configuring done (0.9s) 2025-06-05T23:18:29.5145988Z -- Generating done (0.0s) 2025-06-05T23:18:29.5146678Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:18:29.5147595Z [ 0%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:18:29.5148203Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:18:29.5148818Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:18:29.5149434Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:18:29.5150014Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:18:29.5150624Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:18:29.5151363Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:18:29.5151990Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:18:29.5152616Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:18:29.5153349Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:18:29.5154079Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:18:29.5154734Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:18:29.5155413Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:18:29.5156031Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:18:29.5156628Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:18:29.5157271Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:18:29.5157906Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:18:29.5158541Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:18:29.5159157Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:18:29.5159759Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:18:29.5160419Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:18:29.5161069Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:18:29.5161782Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:18:29.5162505Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:18:29.5163145Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:18:29.5163740Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:18:29.5164319Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:18:29.5164958Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:18:29.5165589Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:18:29.5166275Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:18:29.5166976Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:18:29.5167603Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:18:29.5168379Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:18:29.5169114Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:18:29.5169868Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:18:29.5170638Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:18:29.5171404Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:18:29.5172159Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:18:29.5172710Z [100%] Linking CXX executable flatc 2025-06-05T23:18:29.5173039Z [100%] Built target flatc 2025-06-05T23:18:29.5173476Z [ 4%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:18:29.5173894Z [100%] Built target flatc 2025-06-05T23:18:29.5174196Z Install the project... 2025-06-05T23:18:29.5174470Z -- Install configuration: "" 2025-06-05T23:18:29.5175107Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:18:29.5176011Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:18:29.5176985Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:18:29.5177923Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:18:29.5178838Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:18:29.5179835Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:18:29.5180798Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:18:29.5181798Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:18:29.5182810Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:18:29.5183807Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:18:29.5184795Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:18:30.3022737Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:18:30.3024826Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:18:30.3026721Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:18:30.3028632Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:18:30.3030580Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:18:30.3032443Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:18:30.3034304Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:18:30.3036089Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:18:30.3037831Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:18:30.3039648Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:18:30.3041522Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:18:30.3043444Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:18:30.3045347Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:18:30.3047341Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:18:30.3049345Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:18:30.3051269Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:18:30.3053188Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:18:30.3055207Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:18:30.3056961Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:18:30.3058737Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:18:30.3060554Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:18:30.3062474Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:18:30.3064586Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:18:30.3066591Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:18:30.3068672Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:18:30.3070932Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:18:30.3072840Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:18:30.3074732Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:18:30.3076889Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:18:30.3078719Z [ 8%] Completed 'flatbuffers_external_project' 2025-06-05T23:18:30.3079450Z [ 8%] Built target flatbuffers_external_project 2025-06-05T23:18:30.3080221Z [ 13%] Generating common_schema headers 2025-06-05T23:18:30.3080984Z [ 13%] Generating qnn_schema headers 2025-06-05T23:18:30.3081525Z [ 13%] Built target common_schema 2025-06-05T23:18:30.3082044Z [ 13%] Built target qnn_schema 2025-06-05T23:18:30.3082710Z [ 13%] Generating program_schema headers 2025-06-05T23:18:30.3084100Z [ 13%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:18:30.3085254Z [ 13%] Built target program_schema 2025-06-05T23:18:30.3086371Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:18:30.3087915Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:18:30.3089707Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:18:30.3091733Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:18:30.3093649Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:18:30.3095189Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:18:30.3096688Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:18:30.3098253Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:18:30.3099850Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:18:30.3101185Z [ 21%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:18:30.3101995Z [ 21%] Built target qnn_executorch_logging 2025-06-05T23:18:30.3103162Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:18:30.3104921Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:18:30.3106716Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:18:30.3108518Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:18:30.3110502Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:18:30.3112112Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:18:30.3113876Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:18:30.3115434Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:18:30.3117002Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:18:30.3118580Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:18:30.3120118Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:18:30.3122009Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:18:30.3124230Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:18:30.3126354Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:18:30.3128082Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:18:30.3129778Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:18:30.3131534Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:18:30.3133251Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:18:30.3135172Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:18:30.3136660Z [ 39%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:18:30.3137387Z [ 39%] Built target executorch_core 2025-06-05T23:18:30.3138615Z [ 39%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:18:30.3140022Z [ 39%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:18:30.3140777Z [ 39%] Built target qnn_sys_implementation 2025-06-05T23:18:30.3141527Z [ 43%] Linking CXX static library libutils.a 2025-06-05T23:18:30.3142736Z [ 43%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:18:30.3144092Z [ 43%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:18:30.3144805Z [ 43%] Built target utils 2025-06-05T23:18:30.3145861Z [ 47%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:18:30.3147068Z [ 52%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:18:30.3147743Z [ 52%] Built target qnn_implementation 2025-06-05T23:18:30.3148842Z [ 52%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:18:30.3150481Z [ 56%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:18:30.3151595Z [ 56%] Built target qnn_profiler 2025-06-05T23:18:34.2607764Z [ 56%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:18:34.2609950Z [ 56%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:18:34.2610828Z [ 56%] Linking CXX static library libshared_buffer.a 2025-06-05T23:18:34.2611211Z [ 56%] Built target shared_buffer 2025-06-05T23:18:34.2611881Z [ 60%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:18:34.2612707Z [ 65%] Linking CXX static library libwrappers.a 2025-06-05T23:18:34.2613074Z [ 65%] Built target wrappers 2025-06-05T23:18:34.2613660Z [ 65%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:18:34.2614484Z [ 65%] Linking CXX static library libextension_tensor.a 2025-06-05T23:18:34.2614861Z [ 65%] Built target extension_tensor 2025-06-05T23:18:34.2615306Z [ 69%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:18:34.2615807Z [ 69%] Linking CXX static library libqnn_logger.a 2025-06-05T23:18:34.2616157Z [ 69%] Built target qnn_logger 2025-06-05T23:18:34.2616442Z [ 69%] Built target qnn_backend_cache 2025-06-05T23:18:34.2617145Z [ 73%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:18:34.2618265Z [ 73%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:18:34.2619322Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:18:34.2620499Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:18:34.2621693Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:18:34.2622854Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:18:34.2623695Z [ 78%] Linking CXX static library libexecutorch.a 2025-06-05T23:18:34.2624065Z [ 78%] Built target executorch 2025-06-05T23:18:34.2624448Z [ 78%] Linking CXX static library libqnn_backend.a 2025-06-05T23:18:34.2624808Z [ 78%] Built target qnn_backend 2025-06-05T23:18:34.2625221Z [ 78%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:18:34.2625729Z [ 82%] Linking CXX static library libqnn_device.a 2025-06-05T23:18:34.2626095Z [ 82%] Built target qnn_custom_protocol 2025-06-05T23:18:34.2626390Z [ 82%] Built target qnn_device 2025-06-05T23:18:34.2627075Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:18:34.2628119Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:18:34.2629315Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:18:34.2630519Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:18:34.2631294Z [ 86%] Linking CXX static library libqnn_context.a 2025-06-05T23:18:34.2631660Z [ 86%] Built target qnn_context 2025-06-05T23:18:34.2632310Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:18:34.2633493Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:18:34.2634708Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:18:34.2635836Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:18:34.2636953Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:18:34.2637704Z [ 91%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:18:34.2638088Z [ 91%] Built target qnn_mem_manager 2025-06-05T23:18:34.2638483Z [ 91%] Linking CXX static library libqnn_graph.a 2025-06-05T23:18:34.2638846Z [ 91%] Built target qnn_graph 2025-06-05T23:18:34.2639540Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:18:34.2640422Z [ 95%] Linking CXX static library libqnn_factory.a 2025-06-05T23:18:34.2640791Z [ 95%] Built target qnn_factory 2025-06-05T23:18:34.2641560Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:18:34.2642402Z [ 95%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:18:34.2642773Z [ 95%] Built target qnn_dlc_manager 2025-06-05T23:18:34.2643401Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:18:34.2644326Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:18:34.2645130Z [100%] Linking CXX static library libqnn_manager.a 2025-06-05T23:18:34.2645500Z [100%] Built target qnn_manager 2025-06-05T23:18:34.2646239Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:18:34.2647216Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:18:34.2647745Z [100%] Built target PyQnnManagerAdaptor 2025-06-05T23:18:34.2648070Z [ 50%] Built target flatbuffers_external_project 2025-06-05T23:18:34.2648401Z [ 50%] Built target qnn_schema 2025-06-05T23:18:34.2648681Z [ 50%] Built target qnn_executorch_logging 2025-06-05T23:18:34.2648989Z [ 75%] Built target wrappers 2025-06-05T23:18:34.2649718Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:18:34.2650832Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:18:34.2651774Z [100%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:18:34.2652291Z [100%] Built target PyQnnWrapperAdaptor 2025-06-05T23:18:34.2652962Z + cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:18:34.2653958Z + cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:18:34.2654594Z + popd 2025-06-05T23:18:34.2654785Z /pytorch/executorch 2025-06-05T23:18:34.2655073Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-06-05T23:18:34.2655492Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-06-05T23:18:34.2655851Z + PYTHON_EXECUTABLE=python 2025-06-05T23:18:34.2656164Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-06-05T23:18:34.2656512Z ++ dirname .ci/scripts/setup-linux.sh 2025-06-05T23:18:34.2656821Z + source .ci/scripts/utils.sh 2025-06-05T23:18:34.2657096Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-06-05T23:18:34.2657411Z ++ parse_args --build-tool cmake 2025-06-05T23:18:34.2657684Z ++ args=('--build-tool' 'cmake') 2025-06-05T23:18:34.2657952Z ++ local args 2025-06-05T23:18:34.2658144Z ++ local i 2025-06-05T23:18:34.2658351Z ++ local BUILD_TOOL= 2025-06-05T23:18:34.2658580Z ++ local BUILD_MODE= 2025-06-05T23:18:34.2658797Z ++ local EDITABLE= 2025-06-05T23:18:34.2659016Z ++ (( i=0 )) 2025-06-05T23:18:34.2659202Z ++ (( i<2 )) 2025-06-05T23:18:34.2659406Z ++ case "${args[$i]}" in 2025-06-05T23:18:34.2659634Z ++ BUILD_TOOL=cmake 2025-06-05T23:18:34.2659935Z ++ i=1 2025-06-05T23:18:34.2660115Z ++ (( i++ )) 2025-06-05T23:18:34.2660313Z ++ (( i<2 )) 2025-06-05T23:18:34.2660504Z ++ '[' -z cmake ']' 2025-06-05T23:18:34.2660738Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-06-05T23:18:34.2660999Z ++ BUILD_MODE=Release 2025-06-05T23:18:34.2661252Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-06-05T23:18:34.2661525Z ++ EDITABLE=false 2025-06-05T23:18:34.2661756Z ++ [[ false =~ ^(true|false)$ ]] 2025-06-05T23:18:34.2662032Z ++ echo 'cmake Release false' 2025-06-05T23:18:34.2662284Z + [[ false == \t\r\u\e ]] 2025-06-05T23:18:34.2662629Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:18:34.2662928Z + which pip 2025-06-05T23:18:34.2663145Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:18:34.2663448Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:18:34.2663897Z 2025-06-05 23:18:33,917 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:18:34.2664521Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:18:34.2665309Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:18:34.2666197Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:18:34.2667075Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:18:34.2668088Z 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:18:34.2669233Z 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:18:34.2670402Z 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:18:34.2671607Z 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:18:34.2672773Z 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:18:34.2673961Z 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:18:34.2675049Z 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:18:34.2676166Z 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:18:34.6215142Z 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:18:34.6216267Z 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:18:34.6217364Z 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:18:34.6218550Z 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:18:34.6219854Z 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:18:34.6221153Z 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:18:34.6222691Z 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:18:34.6224008Z 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:18:34.6225361Z 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:18:34.6226815Z 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:18:34.6228170Z 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:18:34.6229511Z 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:18:34.6230861Z 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:18:34.6232321Z 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:18:34.6233849Z 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:18:34.6234980Z 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:18:34.6235888Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:18:34.6236772Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:18:34.6237684Z 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:18:34.6238832Z 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:18:34.6240137Z 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:18:34.6241405Z 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:18:34.6242714Z 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:18:34.6244093Z 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:18:34.6245368Z 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:18:34.6246760Z 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:18:34.6248017Z 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:18:34.6249420Z 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:18:34.6250848Z 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:18:34.6252227Z 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:18:34.6253462Z 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:18:34.6254662Z 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:18:34.6256024Z 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:18:34.6257373Z 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:18:34.6258714Z 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:18:34.6260096Z 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:18:34.6261640Z 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:18:34.6263371Z 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:18:34.6265124Z 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:18:34.6266864Z 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:18:34.6268588Z 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:18:34.6270285Z 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:18:34.6272008Z 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:18:34.6273787Z 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:18:44.0509825Z 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:18:44.0511649Z 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:18:44.0513346Z 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:18:44.0515220Z 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:18:44.0516747Z 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:18:44.0518021Z 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:18:44.0519274Z 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:18:44.0520822Z 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:18:44.0522314Z 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:18:44.0523742Z 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:18:44.0525246Z 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:18:44.0526192Z Processing ./third-party/ao 2025-06-05T23:18:44.0526722Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:18:44.0527154Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:18:44.0527601Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:18:44.0528525Z [?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:18:44.0529610Z 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:18:44.0530685Z 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:18:44.0531822Z 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:18:44.0532982Z 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:18:44.0534257Z 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:18:44.0535550Z 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:18:44.0536873Z 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:18:44.0538175Z 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:18:44.0539464Z 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:18:44.0540822Z 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:18:44.0542298Z 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:18:44.0543692Z 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:18:44.0545042Z 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:18:44.0546389Z 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:18:44.0547808Z 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:18:44.0549216Z 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:18:44.0550156Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:18:44.0552501Z  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:18:44.0554580Z  Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-06-05T23:18:44.0555717Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=05126abbf1b85e2e078ba40136fee8b849e8d2511cbb3b83be1bf9b89f67bed4 2025-06-05T23:18:44.0556940Z Stored in directory: /tmp/pip-ephem-wheel-cache-kngydlzl/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:18:44.0557826Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:18:44.0558975Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=bffcd712f31f49b5f2d3a8e18e913c325693e2dfb85be2a4a8b5cc6dbc6e5baa 2025-06-05T23:18:44.0560189Z Stored in directory: /tmp/pip-ephem-wheel-cache-kngydlzl/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:18:44.0560884Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:18:44.0569256Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:18:44.0569750Z [?25l 2025-06-05T23:18:44.0570018Z  Attempting uninstall: torchao 2025-06-05T23:18:44.0570233Z 2025-06-05T23:18:44.0570467Z  Found existing installation: torchao 0.12.0+gitbc68b11 2025-06-05T23:18:44.0570736Z 2025-06-05T23:18:44.0571045Z  Uninstalling torchao-0.12.0+gitbc68b11: 2025-06-05T23:18:44.0571295Z 2025-06-05T23:18:44.0571518Z  Successfully uninstalled torchao-0.12.0+gitbc68b11 2025-06-05T23:18:44.0571781Z 2025-06-05T23:18:44.0572065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:18:44.0572562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:18:44.0573065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:18:44.0573553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:18:44.0574086Z  Attempting uninstall: pytorch_tokenizers 2025-06-05T23:18:44.0574556Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:18:44.0575027Z  Found existing installation: pytorch_tokenizers 0.1.0 2025-06-05T23:18:44.0575545Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:18:44.0575983Z  Uninstalling pytorch_tokenizers-0.1.0: 2025-06-05T23:18:46.2669610Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:18:46.2670463Z  Successfully uninstalled pytorch_tokenizers-0.1.0 2025-06-05T23:18:46.2670974Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:18:46.2671548Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:18:46.2671943Z [?25h 2025-06-05T23:18:46.2672383Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:18:46.2673076Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:18:46.2673907Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:18:46.2674415Z Processing /pytorch/executorch 2025-06-05T23:18:46.2674756Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:18:46.2675726Z /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:18:46.2676607Z !! 2025-06-05T23:18:46.2676714Z 2025-06-05T23:18:46.2676846Z ******************************************************************************** 2025-06-05T23:18:46.2677654Z 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:18:46.2678356Z 2025-06-05T23:18:46.2678571Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:18:46.2679017Z or your builds will no longer be supported. 2025-06-05T23:18:46.2679260Z 2025-06-05T23:18:46.2679606Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:18:46.2680395Z ******************************************************************************** 2025-06-05T23:18:46.2680631Z 2025-06-05T23:18:46.2680709Z !! 2025-06-05T23:18:46.2680925Z corresp(dist, value, root_dir) 2025-06-05T23:18:46.2681751Z /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:18:46.2682580Z !! 2025-06-05T23:18:46.2682684Z 2025-06-05T23:18:46.2682813Z ******************************************************************************** 2025-06-05T23:18:46.2683436Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:18:46.2683839Z 2025-06-05T23:18:46.2684005Z License :: OSI Approved :: BSD License 2025-06-05T23:18:46.2684224Z 2025-06-05T23:18:46.2684565Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:18:46.2685136Z ******************************************************************************** 2025-06-05T23:18:46.2685369Z 2025-06-05T23:18:46.2685458Z !! 2025-06-05T23:18:46.2685663Z dist._finalize_license_expression() 2025-06-05T23:18:46.2686419Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:18:46.2687135Z !! 2025-06-05T23:18:46.2687249Z 2025-06-05T23:18:46.2687365Z ******************************************************************************** 2025-06-05T23:18:46.2688153Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:18:46.2688574Z 2025-06-05T23:18:46.2688693Z License :: OSI Approved :: BSD License 2025-06-05T23:18:46.2688914Z 2025-06-05T23:18:46.2689267Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:18:46.2689830Z ******************************************************************************** 2025-06-05T23:18:46.2690076Z 2025-06-05T23:18:46.2690153Z !! 2025-06-05T23:18:46.2690357Z self._finalize_license_expression() 2025-06-05T23:18:46.2690661Z running dist_info 2025-06-05T23:18:46.2691014Z creating /tmp/pip-modern-metadata-oawryd55/executorch.egg-info 2025-06-05T23:18:46.2691556Z writing /tmp/pip-modern-metadata-oawryd55/executorch.egg-info/PKG-INFO 2025-06-05T23:18:46.2692405Z writing dependency_links to /tmp/pip-modern-metadata-oawryd55/executorch.egg-info/dependency_links.txt 2025-06-05T23:18:46.2693459Z writing entry points to /tmp/pip-modern-metadata-oawryd55/executorch.egg-info/entry_points.txt 2025-06-05T23:18:46.2694205Z writing requirements to /tmp/pip-modern-metadata-oawryd55/executorch.egg-info/requires.txt 2025-06-05T23:18:46.2694931Z writing top-level names to /tmp/pip-modern-metadata-oawryd55/executorch.egg-info/top_level.txt 2025-06-05T23:18:46.2695673Z writing manifest file '/tmp/pip-modern-metadata-oawryd55/executorch.egg-info/SOURCES.txt' 2025-06-05T23:18:46.2696388Z reading manifest file '/tmp/pip-modern-metadata-oawryd55/executorch.egg-info/SOURCES.txt' 2025-06-05T23:18:46.2696893Z adding license file 'LICENSE' 2025-06-05T23:18:46.2697370Z writing manifest file '/tmp/pip-modern-metadata-oawryd55/executorch.egg-info/SOURCES.txt' 2025-06-05T23:18:46.2698050Z creating '/tmp/pip-modern-metadata-oawryd55/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:18:46.2698727Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:18:46.2699500Z 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:18:46.2700336Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:18:46.2701715Z 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:18:46.2702998Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:18:46.2703860Z 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:18:46.2704937Z 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:18:46.2705977Z 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:18:46.2707127Z 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:18:46.2708173Z 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:18:46.2709414Z 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:18:46.2710488Z 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:18:46.2711225Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:18:46.2712417Z 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:18:46.2713768Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:18:46.2714292Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:18:46.2715579Z 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:18:46.2716887Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:18:46.2717719Z 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:18:46.2718786Z 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:18:46.2719836Z 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:18:46.2720565Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:18:46.2721664Z 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:18:46.2722825Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:18:46.2723673Z 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:18:46.2724567Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:18:46.2725815Z 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:18:46.2727168Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata (2.6 kB) 2025-06-05T23:18:46.2727763Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:18:46.2729179Z 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:18:46.2730471Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-06-05T23:18:46.2731389Z 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:18:46.2732576Z 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:18:47.7362007Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:18:47.7364141Z 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:18:47.7365477Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:18:47.7366124Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:18:47.7367408Z 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:18:47.7368623Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:18:47.7369684Z 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:18:47.7371168Z 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:18:47.7372533Z 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:18:47.7373969Z 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:18:47.7375455Z 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:18:47.7376931Z 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:18:47.7378298Z 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:18:47.7379589Z 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:18:47.7380779Z 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:18:47.7381637Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:18:47.7382873Z 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:18:47.7384183Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:18:47.7385059Z 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:18:47.7385965Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:18:47.7387263Z 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:18:47.7388640Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:18:47.7389575Z 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:18:47.7390496Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-06-05T23:18:47.7391381Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:18:47.7392053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 121.8 MB/s eta 0:00:00 2025-06-05T23:18:47.7392871Z [?25hDownloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl (321 kB) 2025-06-05T23:18:47.7393463Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:18:47.7393961Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:18:47.7394399Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:18:47.7394858Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:18:47.7395310Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:18:47.7395764Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:18:47.7396164Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:18:47.7396566Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:18:47.7396999Z Building wheels for collected packages: executorch 2025-06-05T23:18:47.7397444Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:18:47.7398492Z /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:18:47.7399395Z !! 2025-06-05T23:18:47.7399516Z 2025-06-05T23:18:47.7399635Z ******************************************************************************** 2025-06-05T23:18:47.7400497Z 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:18:47.7401229Z 2025-06-05T23:18:47.7401450Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:18:47.7401907Z or your builds will no longer be supported. 2025-06-05T23:18:47.7402136Z 2025-06-05T23:18:47.7402480Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:18:47.7403112Z ******************************************************************************** 2025-06-05T23:18:47.7403346Z 2025-06-05T23:18:47.7403424Z !! 2025-06-05T23:18:47.7403641Z corresp(dist, value, root_dir) 2025-06-05T23:18:47.7404523Z /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:18:47.7405335Z !! 2025-06-05T23:18:47.7405490Z 2025-06-05T23:18:47.7405609Z ******************************************************************************** 2025-06-05T23:18:47.7406138Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:18:47.7406542Z 2025-06-05T23:18:47.7406684Z License :: OSI Approved :: BSD License 2025-06-05T23:18:47.7406953Z 2025-06-05T23:18:47.7407304Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:18:47.7407862Z ******************************************************************************** 2025-06-05T23:18:47.7408109Z 2025-06-05T23:18:47.7408184Z !! 2025-06-05T23:18:47.7408445Z dist._finalize_license_expression() 2025-06-05T23:18:47.7409471Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:18:47.7410264Z !! 2025-06-05T23:18:47.7410409Z 2025-06-05T23:18:47.7410741Z ******************************************************************************** 2025-06-05T23:18:47.7411287Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:18:47.7411753Z 2025-06-05T23:18:47.7411893Z License :: OSI Approved :: BSD License 2025-06-05T23:18:47.7412149Z 2025-06-05T23:18:47.7412541Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:18:47.7413228Z ******************************************************************************** 2025-06-05T23:18:47.7413686Z 2025-06-05T23:18:47.7413763Z !! 2025-06-05T23:18:47.7413984Z self._finalize_license_expression() 2025-06-05T23:18:47.7414277Z running bdist_wheel 2025-06-05T23:18:47.7414532Z running build 2025-06-05T23:18:47.7414794Z command options for 'CustomBuild': 2025-06-05T23:18:47.7415153Z build_base = pip-out 2025-06-05T23:18:47.7415450Z build_purelib = pip-out/lib 2025-06-05T23:18:47.7415775Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:18:47.7416231Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:18:47.7416684Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:18:47.7417041Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-06-05T23:18:47.7417397Z plat_name = linux-x86_64 2025-06-05T23:18:47.7417691Z compiler = None 2025-06-05T23:18:47.7417959Z parallel = None 2025-06-05T23:18:47.7418214Z debug = None 2025-06-05T23:18:47.7418427Z force = None 2025-06-05T23:18:47.7418680Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:18:47.7419253Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:18:47.7419931Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:18:47.7420400Z Preset CMake variables: 2025-06-05T23:18:47.7420600Z 2025-06-05T23:18:47.7420706Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:18:47.7421273Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:18:47.7421651Z 2025-06-05T23:18:47.7421799Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:18:47.7422286Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:18:47.7422683Z -- Detecting C compiler ABI info 2025-06-05T23:18:47.7422981Z -- Detecting C compiler ABI info - done 2025-06-05T23:18:47.7423388Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:18:47.7423812Z -- Detecting C compile features 2025-06-05T23:18:47.7424171Z -- Detecting C compile features - done 2025-06-05T23:18:47.7424476Z -- Detecting CXX compiler ABI info 2025-06-05T23:18:47.7424792Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:18:47.7425343Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:18:47.7425724Z -- Detecting CXX compile features 2025-06-05T23:18:47.7426035Z -- Detecting CXX compile features - done 2025-06-05T23:18:47.7426532Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:18:47.7427064Z -- --- Configured Options --- 2025-06-05T23:18:47.7427242Z 2025-06-05T23:18:47.7427358Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:18:47.7427715Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:18:47.7428193Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:18:47.7428649Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:18:47.7429090Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:18:47.7429496Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:18:47.7429923Z -- BUCK2 : 2025-06-05T23:18:50.6943433Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:18:50.6944455Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:18:50.6945475Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:18:50.6946165Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:18:50.6946933Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:18:50.6947941Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:18:50.6948956Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:18:50.6949614Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:18:50.6950259Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:18:50.6951063Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:18:50.6951674Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:18:50.6952310Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:18:50.6952943Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:18:50.6953653Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:18:50.6954360Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:18:50.6955050Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:18:50.6955719Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:18:50.6956388Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:18:50.6957033Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:18:50.6957685Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:18:50.6958347Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:18:50.6959044Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:18:50.6959721Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:18:50.6960376Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:18:50.6961033Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:18:50.6961673Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:18:50.6962317Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:18:50.6962988Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:18:50.6963672Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:18:50.6964328Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:18:50.6965003Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:18:50.6965634Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:18:50.6966303Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:18:50.6966965Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:18:50.6967632Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:18:50.6968290Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:18:50.6968916Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:18:50.6969532Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:18:50.6970110Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:18:50.6970727Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:18:50.6971376Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:18:50.6972012Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:18:50.6972603Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:18:50.6973218Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:18:50.6973906Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:18:50.6974566Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:18:50.6975214Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:18:50.6975883Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:18:50.6976503Z -- -------------------------- 2025-06-05T23:18:50.6977252Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:18:50.6978392Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:18:50.6979644Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:50.6980091Z CMake. 2025-06-05T23:18:50.6980220Z 2025-06-05T23:18:50.6980438Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:50.6980979Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:50.6981456Z to work with policies introduced by or earlier. 2025-06-05T23:18:50.6981706Z 2025-06-05T23:18:50.6981710Z 2025-06-05T23:18:50.6981815Z -- pybind11 v2.13.6 2025-06-05T23:18:50.6982463Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:18:50.6983467Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:18:50.6983905Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:18:50.6984335Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:18:50.6984878Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:18:50.6985703Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:50.6986146Z CMake. 2025-06-05T23:18:50.6986260Z 2025-06-05T23:18:50.6986477Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:50.6987202Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:50.6987676Z to work with policies introduced by or earlier. 2025-06-05T23:18:50.6987938Z 2025-06-05T23:18:50.6987943Z 2025-06-05T23:18:50.6988112Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:18:50.6988726Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:18:50.6989108Z -- Setting Clang compiler options 2025-06-05T23:18:50.6989892Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:18:50.6990919Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:18:50.6991749Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:50.6992264Z CMake. 2025-06-05T23:18:50.6992379Z 2025-06-05T23:18:50.6992594Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:50.6993332Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:50.6993800Z to work with policies introduced by or earlier. 2025-06-05T23:18:50.6994065Z 2025-06-05T23:18:50.6994077Z 2025-06-05T23:18:50.6994577Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:18:50.6995296Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:50.6995693Z CMake. 2025-06-05T23:18:50.6995805Z 2025-06-05T23:18:50.6996034Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:50.6996570Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:50.6997044Z to work with policies introduced by or earlier. 2025-06-05T23:18:50.6997293Z 2025-06-05T23:18:50.6997297Z 2025-06-05T23:18:50.6997418Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:18:50.6997789Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:18:50.6998138Z -- Found Threads: TRUE 2025-06-05T23:18:50.6998690Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:18:50.6999424Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:18:50.6999819Z CMake. 2025-06-05T23:18:50.6999942Z 2025-06-05T23:18:50.7000155Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:18:50.7000685Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:18:50.7001262Z to work with policies introduced by or earlier. 2025-06-05T23:18:50.7001512Z 2025-06-05T23:18:50.7001516Z 2025-06-05T23:18:50.7001631Z -- Resolved buck2 as buck2. 2025-06-05T23:18:50.7001892Z -- Killing buck2 daemon 2025-06-05T23:18:50.7002142Z 'buck2 killall' 2025-06-05T23:18:50.7002381Z -- executorch: Generating source lists 2025-06-05T23:18:50.7003068Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:18:50.7004064Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:18:50.7005109Z '/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:18:50.7005789Z -- Generating operator lib: 2025-06-05T23:18:50.7006059Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:18:50.7006470Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:18:50.7006874Z -- ROOT_OPS: 2025-06-05T23:18:50.7007102Z -- INCLUDE_ALL_OPS: 2025-06-05T23:18:50.7008384Z 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:18:50.7009920Z -- Generating kernel bindings: 2025-06-05T23:18:50.7010214Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:18:50.7010612Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:18:50.7011035Z -- CUSTOM_OPS_YAML: 2025-06-05T23:18:50.7011294Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:18:50.7013187Z 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:18:50.7015087Z -- Generating operator lib: 2025-06-05T23:18:50.7015356Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:18:50.7015648Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:18:50.7015945Z -- DEPS: executorch_core 2025-06-05T23:18:50.7016209Z -- Generating operator lib: 2025-06-05T23:18:50.7016496Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:18:50.7016899Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:18:50.7017318Z -- ROOT_OPS: 2025-06-05T23:18:50.7017531Z -- INCLUDE_ALL_OPS: 2025-06-05T23:18:50.7018838Z 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:18:50.7020186Z -- Generating kernel bindings: 2025-06-05T23:18:50.7020462Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:18:50.7020873Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:18:50.7021285Z -- CUSTOM_OPS_YAML: 2025-06-05T23:18:50.7021539Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:19:01.2229199Z 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:19:01.2231242Z -- Generating operator lib: 2025-06-05T23:19:01.2231541Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:19:01.2232078Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:19:01.2232384Z -- DEPS: executorch_core 2025-06-05T23:19:01.2232690Z -- Merging kernel yaml files: 2025-06-05T23:19:01.2233247Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:19:01.2233957Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:19:01.2234672Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-06-05T23:19:01.2235204Z -- Generating operator lib: 2025-06-05T23:19:01.2235601Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:19:01.2236215Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:19:01.2236801Z -- ROOT_OPS: 2025-06-05T23:19:01.2237012Z -- INCLUDE_ALL_OPS: 2025-06-05T23:19:01.2238504Z 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:19:01.2240034Z -- Generating kernel bindings: 2025-06-05T23:19:01.2240342Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:19:01.2240954Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:19:01.2241544Z -- CUSTOM_OPS_YAML: 2025-06-05T23:19:01.2241802Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:19:01.2243791Z 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:19:01.2245805Z -- Generating operator lib: 2025-06-05T23:19:01.2246108Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:19:01.2246492Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:19:01.2246876Z -- DEPS: executorch_core 2025-06-05T23:19:01.2247344Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:19:01.2247985Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:01.2248400Z CMake. 2025-06-05T23:19:01.2248516Z 2025-06-05T23:19:01.2248731Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:01.2249277Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:01.2249740Z to work with policies introduced by or earlier. 2025-06-05T23:19:01.2250005Z 2025-06-05T23:19:01.2250014Z 2025-06-05T23:19:01.2250119Z -- Looking for C++ include unistd.h 2025-06-05T23:19:01.2250428Z -- Looking for C++ include unistd.h - found 2025-06-05T23:19:01.2250774Z -- Looking for C++ include stdint.h 2025-06-05T23:19:01.2251078Z -- Looking for C++ include stdint.h - found 2025-06-05T23:19:01.2251408Z -- Looking for C++ include inttypes.h 2025-06-05T23:19:01.2251727Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:19:01.2252069Z -- Looking for C++ include sys/types.h 2025-06-05T23:19:01.2252390Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:19:01.2252730Z -- Looking for C++ include sys/stat.h 2025-06-05T23:19:01.2253043Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:19:01.2253380Z -- Looking for C++ include fnmatch.h 2025-06-05T23:19:01.2253708Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:19:01.2254026Z -- Looking for C++ include stddef.h 2025-06-05T23:19:01.2254346Z -- Looking for C++ include stddef.h - found 2025-06-05T23:19:01.2254728Z -- Check size of uint32_t 2025-06-05T23:19:01.2255008Z -- Check size of uint32_t - done 2025-06-05T23:19:01.2255283Z -- Looking for strtoll 2025-06-05T23:19:01.2255550Z -- Looking for strtoll - found 2025-06-05T23:19:01.2255937Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:19:01.2256374Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:19:01.2256713Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:19:01.2257322Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:19:01.2257961Z -- Generating microkernels.cmake 2025-06-05T23:19:01.2258329Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:19:01.2258755Z No microkernel found in src/reference/packing.cc 2025-06-05T23:19:01.2259158Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:19:01.2259909Z '/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:19:01.2260611Z -- MKL_ARCH: None, set to ` intel64` by default 2025-06-05T23:19:01.2260940Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-06-05T23:19:01.2261264Z -- MKL_LINK: None, set to ` dynamic` by default 2025-06-05T23:19:01.2261648Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-06-05T23:19:01.2262078Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-06-05T23:19:01.2262448Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-06-05T23:19:01.2263140Z 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:19:01.2263830Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:19:01.2264186Z Call Stack (most recent call first): 2025-06-05T23:19:01.2264869Z /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:19:01.2265557Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:19:01.2265899Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:19:01.2266112Z 2025-06-05T23:19:01.2266116Z 2025-06-05T23:19:01.2266391Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:19:01.2267374Z -- 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:19:01.2268179Z -- Generating operator lib: 2025-06-05T23:19:01.2268451Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:19:01.2268863Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:19:01.2269268Z -- ROOT_OPS: 2025-06-05T23:19:01.2269491Z -- INCLUDE_ALL_OPS: 2025-06-05T23:19:01.2270788Z 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:19:01.2272150Z -- Generating kernel bindings: 2025-06-05T23:19:01.2272439Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:19:01.2272707Z -- FUNCTIONS_YAML: 2025-06-05T23:19:01.2273072Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:19:01.2273584Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:19:01.2277286Z 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:19:01.2280903Z -- Generating operator lib: 2025-06-05T23:19:01.2281191Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:19:01.2281478Z -- OPS_SCHEMA_YAML: 2025-06-05T23:19:01.2284000Z -- 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:19:01.2286614Z -- INCLUDE_ALL_OPS: 2025-06-05T23:19:01.2290033Z 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:19:01.2293481Z -- Generating kernel bindings: 2025-06-05T23:19:01.2293765Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:19:02.3486665Z -- FUNCTIONS_YAML: 2025-06-05T23:19:02.3487453Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:19:02.3488289Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:19:02.3488857Z -- Generating custom ops aot lib: 2025-06-05T23:19:02.3489407Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:19:02.3490458Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:19:02.3491957Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:19:02.3493506Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:19:02.3495109Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:19:02.3496659Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:19:02.3498121Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:19:02.3499674Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:19:02.3501248Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:19:02.3502791Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:19:02.3504324Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:19:02.3505879Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:19:02.3507740Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:19:02.3509359Z -- Generating operator lib: 2025-06-05T23:19:02.3509846Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:19:02.3510644Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:19:02.3511422Z -- ROOT_OPS: 2025-06-05T23:19:02.3511805Z -- INCLUDE_ALL_OPS: 2025-06-05T23:19:02.3514472Z 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:19:02.3517538Z -- Generating kernel bindings: 2025-06-05T23:19:02.3518085Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:19:02.3518644Z -- FUNCTIONS_YAML: 2025-06-05T23:19:02.3519313Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:19:02.3520138Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:19:02.3520689Z -- Generating operator lib: 2025-06-05T23:19:02.3521280Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:19:02.3521911Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:19:02.3522503Z -- DEPS: portable_lib 2025-06-05T23:19:02.3522972Z -- Generating operator lib: 2025-06-05T23:19:02.3523448Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:19:02.3523995Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:19:02.3524543Z -- DEPS: executorch_core 2025-06-05T23:19:02.3525028Z -- Configuring done (14.1s) 2025-06-05T23:19:02.3525529Z -- Generating done (0.4s) 2025-06-05T23:19:02.3526458Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:19:02.3528865Z 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:19:02.3530866Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:19:02.3531686Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:19:02.3532991Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:19:02.3534537Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:19:02.3535890Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:19:02.3537498Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:19:02.3539159Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:19:02.3540335Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:19:02.3541092Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:19:02.3541810Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:19:02.3542451Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:19:02.3543039Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:19:02.3543710Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:19:02.3544538Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:19:02.3545418Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:19:02.3546129Z CMake Warning: 2025-06-05T23:19:02.3546677Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:19:02.3547191Z 2025-06-05T23:19:02.3547199Z 2025-06-05T23:19:02.3547350Z CMake Warning: 2025-06-05T23:19:02.3547959Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:19:02.3548478Z 2025-06-05T23:19:02.3548485Z 2025-06-05T23:19:02.3549106Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:19:02.3550171Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:19:02.3550961Z CMake. 2025-06-05T23:19:02.3551158Z 2025-06-05T23:19:02.3551558Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:19:02.3552587Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:19:02.3553495Z to work with policies introduced by or earlier. 2025-06-05T23:19:02.3554095Z 2025-06-05T23:19:02.3554103Z 2025-06-05T23:19:02.3554346Z fatal: No names found, cannot describe anything. 2025-06-05T23:19:02.3555033Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:19:02.3555712Z git describe failed with exit code: 128 2025-06-05T23:19:02.3556113Z 2025-06-05T23:19:02.3556428Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:19:02.3557133Z Call Stack (most recent call first): 2025-06-05T23:19:02.3557692Z CMakeLists.txt:5 (include) 2025-06-05T23:19:02.3558019Z 2025-06-05T23:19:02.3558027Z 2025-06-05T23:19:02.3558220Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:19:02.3559303Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:19:02.3560475Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:19:02.3561677Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:19:02.3563265Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:19:02.3564805Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:19:02.3565919Z -- Detecting C compiler ABI info 2025-06-05T23:19:02.3566808Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:19:02.3567845Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:19:02.3569038Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:19:02.3570179Z -- Detecting CXX compiler ABI info 2025-06-05T23:19:02.3571291Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:19:02.3572886Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:19:02.3573980Z -- Detecting C compiler ABI info - done 2025-06-05T23:19:02.3575033Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:19:02.3576197Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:19:02.3576924Z -- Detecting C compile features 2025-06-05T23:19:02.3577474Z -- Detecting C compile features - done 2025-06-05T23:19:02.3578200Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:19:02.3578970Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:19:02.3579690Z -- Setting Clang compiler options 2025-06-05T23:19:02.3580990Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:19:02.3582372Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:19:02.3583007Z -- Configuring done (0.3s) 2025-06-05T23:19:02.3583487Z -- Generating done (0.0s) 2025-06-05T23:19:02.3584524Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:19:02.3585653Z [ 2%] Built target pthreadpool 2025-06-05T23:19:02.3587263Z -- 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:19:02.3589547Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:19:02.3591113Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:19:02.3592302Z [ 2%] Performing build step for 'flatcc_external_project' 2025-06-05T23:19:02.3593557Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:19:02.3594830Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:19:02.3595876Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:19:02.3596679Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:19:02.3597731Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:19:02.3599058Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:19:02.3600123Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:19:02.3600848Z -- Detecting CXX compile features 2025-06-05T23:19:02.3601420Z -- Detecting CXX compile features - done 2025-06-05T23:19:02.3602458Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:19:02.3603685Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:19:02.3604449Z -- Looking for strtof_l 2025-06-05T23:19:02.3605126Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:19:03.2902301Z [ 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:19:03.2904252Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:19:03.2905721Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:19:03.2907257Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:19:03.2908451Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:19:03.2910208Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:19:03.2911522Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:19:03.2912746Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:19:03.2914542Z [ 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:19:03.2916522Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:19:03.2917797Z [ 30%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:19:03.2919112Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:19:03.2920616Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:19:03.2922040Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:19:03.2922924Z -- Looking for strtof_l - found 2025-06-05T23:19:03.2923448Z -- Looking for strtoull_l 2025-06-05T23:19:03.2924530Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:19:03.2926200Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:19:03.2927720Z [ 36%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:19:03.2929847Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:19:03.2931258Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:19:03.2933157Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-06-05T23:19:03.2934669Z [ 39%] Built target flatccrt 2025-06-05T23:19:03.2935418Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:19:03.2936633Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:19:03.2937927Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:19:03.2939530Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:19:03.2941145Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:19:03.2942794Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:19:03.2944095Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:19:03.2945364Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:19:03.2946967Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:19:03.2948090Z -- Looking for strtoull_l - found 2025-06-05T23:19:03.2948636Z -- Looking for realpath 2025-06-05T23:19:03.2950013Z [ 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:19:03.2952388Z [ 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:19:03.2954553Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:19:03.2955943Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:19:03.2957243Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:19:03.2958755Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:19:03.2960447Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:19:03.2961834Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:19:03.2963082Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:19:03.2964701Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:19:03.2966295Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:19:03.2968265Z [ 3%] 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:19:03.2970302Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:19:03.2971880Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:19:03.2972945Z -- Looking for realpath - found 2025-06-05T23:19:03.2973514Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:19:03.2974133Z -- Configuring done (1.1s) 2025-06-05T23:19:03.2974803Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:19:03.2975784Z -- Generating done (0.0s) 2025-06-05T23:19:03.2977364Z -- 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:19:03.2979134Z [ 6%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:19:03.2980297Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:19:03.2981375Z [ 6%] Linking C static library libcpuinfo.a 2025-06-05T23:19:03.2982274Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:19:03.2983529Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:19:03.2984571Z [ 6%] Built target cpuinfo 2025-06-05T23:19:03.2985567Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:19:03.2987141Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:19:03.2988428Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:19:03.2990095Z [ 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:19:03.2992434Z [ 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:19:03.2994828Z [ 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:19:03.2996719Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:19:03.2998349Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:19:03.2999767Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:19:03.3000856Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:19:03.3002164Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:19:03.3003627Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:19:03.3005080Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:19:03.3006699Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:19:03.3007993Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:19:03.3011197Z [ 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:19:03.3012948Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:19:03.3014106Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:19:03.3015257Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:19:03.3016157Z [ 6%] Linking CXX static library libeigen_blas.a 2025-06-05T23:19:03.3017651Z [ 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:19:03.3019872Z [ 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:19:03.3021331Z [ 7%] Built target logging 2025-06-05T23:19:03.3022717Z [ 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:19:03.8778268Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:19:03.8779225Z [ 7%] Built target eigen_blas 2025-06-05T23:19:03.8780228Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:19:03.8781594Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:19:03.8783452Z [ 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:19:03.8786148Z [ 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:19:03.8788707Z [ 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:19:03.8790445Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:19:03.8791467Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:19:03.8792254Z [ 7%] Built target indirection 2025-06-05T23:19:03.8793410Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:19:03.8795072Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:19:03.8796418Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:19:03.8797205Z [ 7%] Built target microparams-init 2025-06-05T23:19:03.8797737Z [ 7%] Built target normalization 2025-06-05T23:19:03.8798487Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:19:03.8799803Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:19:03.8801299Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:19:03.8802639Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:19:03.8804599Z [ 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:19:03.8806248Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:19:03.8807853Z [ 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:19:03.8810166Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:19:03.8810959Z [ 7%] Built target allocator 2025-06-05T23:19:03.8812345Z [ 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:19:03.8813738Z [ 7%] Built target packing 2025-06-05T23:19:03.8814191Z [ 7%] Built target cache 2025-06-05T23:19:03.8814844Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:19:03.8816024Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:19:03.8817005Z [ 93%] Built target flatcc 2025-06-05T23:19:03.8817713Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:19:03.8819318Z [ 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:19:03.8820811Z [ 7%] Built target datatype 2025-06-05T23:19:03.8822338Z [ 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:19:03.8823961Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:19:03.8825167Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:19:03.8826228Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:19:03.8827137Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:19:03.8827826Z [100%] Built target flatcc_cli 2025-06-05T23:19:03.8828623Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:19:03.8829229Z [ 7%] Built target memory 2025-06-05T23:19:03.8830457Z [ 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:19:03.8832018Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:19:03.8832901Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:19:03.8833715Z [ 21%] Built target flatccrt 2025-06-05T23:19:03.8834925Z [ 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:19:03.8836322Z [ 93%] Built target flatcc 2025-06-05T23:19:03.8836740Z [100%] Built target flatcc_cli 2025-06-05T23:19:03.8837179Z Install the project... 2025-06-05T23:19:03.8837658Z -- Install configuration: "" 2025-06-05T23:19:03.8838796Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:19:03.8840799Z -- 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:19:03.8843006Z -- 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:19:03.8845223Z -- 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:19:03.8847408Z -- 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:19:03.8849734Z -- 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:19:03.8851931Z -- 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:19:03.8854092Z -- 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:19:03.8856276Z -- 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:19:03.8858579Z -- 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:19:03.8860767Z -- 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:19:03.8862984Z -- 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:19:03.8865274Z -- 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:19:03.8867696Z -- 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:19:03.8869916Z -- 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:19:03.8872107Z -- 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:19:03.8874386Z -- 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:19:03.8876781Z -- 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:19:03.8878966Z -- 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:19:03.8881185Z -- 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:19:03.8883327Z -- 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:19:03.8885453Z -- 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:19:03.8887475Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:19:03.8889574Z -- 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:19:03.8891681Z -- 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:19:03.8903893Z -- 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:19:03.8906222Z -- 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:19:03.8907734Z -- 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:19:03.8909576Z -- 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:19:03.8910836Z -- 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:19:03.8912086Z -- 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:19:03.8913443Z -- 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:19:03.8914740Z -- 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:19:03.8916016Z -- 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:19:03.8917367Z -- 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:19:03.8918854Z -- 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:19:03.8920172Z -- 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:19:03.8921481Z -- 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:19:03.8922742Z -- 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:19:03.8924067Z -- 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:19:03.8925285Z -- 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:19:03.8926507Z -- 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:19:03.8927783Z -- 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:19:03.8929089Z -- 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:19:03.8930340Z -- 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:19:03.8931595Z -- 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:19:03.8932851Z -- 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:19:03.8934070Z -- 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:19:03.8935313Z -- 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:19:03.8936537Z -- 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:19:03.8937798Z -- 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:19:03.8939057Z -- 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:19:03.8940284Z -- 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:19:03.8941519Z -- 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:19:03.8942754Z -- 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:19:03.8943980Z -- 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:19:03.8945243Z -- 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:19:03.8946608Z -- 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:19:03.8947889Z -- 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:19:03.8949713Z -- 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:19:03.8951825Z -- 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:19:03.8954244Z -- 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:19:03.8956326Z -- 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:19:03.8957635Z -- 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:19:03.8958841Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:19:03.8960100Z -- 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:19:03.8961416Z -- 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:19:03.8962842Z -- 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:19:03.8964248Z -- 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:19:03.8965573Z -- 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:19:03.8966913Z -- 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:19:03.8968156Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:19:03.8969317Z -- 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:19:03.8970517Z -- 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:19:03.8971727Z -- 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:19:03.8972949Z -- 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:19:04.9758074Z -- 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:19:04.9759376Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:19:04.9760788Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:19:04.9762045Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:19:04.9762739Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:19:04.9763114Z [ 7%] Built target flatcc_external_project 2025-06-05T23:19:04.9763838Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:19:04.9765104Z [ 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:19:04.9767286Z [ 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:19:04.9769130Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:19:04.9770805Z [ 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:19:04.9772264Z [ 7%] Built target microkernel-utils 2025-06-05T23:19:04.9773965Z [ 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:19:04.9775806Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:19:04.9776939Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:19:04.9778681Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:19:04.9780635Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:19:04.9782257Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:19:04.9783328Z [ 8%] Built target mutex 2025-06-05T23:19:04.9784563Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:19:04.9786533Z [ 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:19:04.9788543Z [ 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:19:04.9789937Z [ 8%] Built target operator-utils 2025-06-05T23:19:04.9790485Z [ 8%] Built target operator-run 2025-06-05T23:19:04.9791394Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:19:04.9793000Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:19:04.9794721Z [ 8%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:19:04.9795862Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:19:04.9796637Z [ 8%] Built target reference-ukernels 2025-06-05T23:19:04.9797362Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:19:04.9798279Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:19:04.9799396Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:19:04.9800327Z [ 9%] Built target hardware-config 2025-06-05T23:19:04.9801678Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-06-05T23:19:04.9803228Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:19:04.9804070Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:19:04.9804982Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:19:04.9805942Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-06-05T23:19:04.9807327Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:19:04.9809302Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:19:04.9810777Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:19:04.9812621Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-06-05T23:19:04.9814570Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-06-05T23:19:04.9816153Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:19:04.9817548Z [ 9%] 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:19:04.9819603Z [ 9%] 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:19:04.9821696Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:19:04.9823393Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:19:04.9825182Z [ 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:19:04.9826873Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:19:04.9828423Z [ 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:19:04.9830310Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:19:04.9832221Z [ 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:19:04.9834251Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:19:04.9835468Z [ 9%] Built target flatccrt 2025-06-05T23:19:04.9836596Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:19:04.9837887Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:19:04.9839140Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-06-05T23:19:04.9840766Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:19:04.9842564Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-06-05T23:19:04.9844556Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:19:04.9846128Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:19:04.9847591Z [ 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:19:04.9849837Z [ 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:19:04.9851982Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:19:04.9854003Z [ 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:19:04.9856088Z [ 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:19:04.9858123Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:19:04.9859677Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:19:04.9860993Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:19:04.9862732Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:19:04.9864149Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:19:04.9865801Z [ 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:19:04.9868140Z [ 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:19:06.2534319Z [ 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:19:06.2548859Z [ 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:19:06.2550780Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:19:06.2552053Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:19:06.2553421Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:19:06.2555153Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:19:06.2556962Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:19:06.2558681Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:19:06.2560509Z [ 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:19:06.2562351Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:19:06.2564257Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:19:06.2566167Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:19:06.2567818Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:19:06.2569496Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:19:06.2570997Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:19:06.2572162Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:19:06.2574040Z [ 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:19:06.2575871Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:19:06.2576782Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:19:06.2578224Z [ 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:19:06.2580282Z [ 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:19:06.2581611Z [ 13%] Built target operators 2025-06-05T23:19:06.2582487Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:19:06.2584033Z [ 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:19:06.2586324Z [ 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:19:06.2587890Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:19:06.2588783Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:19:06.2589751Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:19:06.2591232Z [ 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:19:06.2593348Z [ 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:19:06.2594934Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:19:06.2596369Z [ 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:19:06.2597727Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:19:06.2598961Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:19:06.2600393Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:19:06.2601802Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:19:06.2603320Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:19:06.2605047Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:19:06.2606984Z [ 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:19:06.2609120Z [ 14%] 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:19:06.2611016Z [ 14%] 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:19:06.2613043Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:19:06.2614701Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:19:06.2615985Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:19:06.2617384Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:19:06.2619134Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:19:06.2621388Z [ 14%] 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:19:06.2623394Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:19:06.2624769Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:19:06.2625942Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:19:06.2627093Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:19:06.2628623Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:19:06.2630944Z [ 14%] 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:19:06.2633370Z [ 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:19:06.2635147Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:19:06.2636639Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:19:06.2638500Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:19:06.2640497Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:19:06.2642357Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:19:06.2644167Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:19:06.2646030Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:19:06.2648316Z [ 16%] 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:19:06.2650541Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:19:06.2652298Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:19:06.2653768Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:19:06.2655293Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:19:06.2656799Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:19:06.2658498Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:19:06.2660877Z [ 16%] 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:19:06.2663289Z [ 16%] 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:19:07.2495973Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:19:07.2497864Z [ 16%] 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:19:07.2499352Z [ 16%] 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:19:07.2501498Z [ 16%] 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:19:07.2504076Z [ 16%] 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:19:07.2505535Z [100%] Linking CXX executable flatc 2025-06-05T23:19:07.2506697Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:19:07.2508595Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:19:07.2511577Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:19:07.2513415Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:19:07.2515558Z [ 16%] 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:19:07.2517858Z [ 16%] 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:19:07.2520135Z [ 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:19:07.2522303Z [ 17%] 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:19:07.2524002Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:19:07.2525710Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:19:07.2527460Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:19:07.2529424Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:19:07.2530945Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:19:07.2532160Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:19:07.2533966Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:19:07.2535830Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:19:07.2537381Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:19:07.2539452Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-06-05T23:19:07.2540685Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:19:07.2541715Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-06-05T23:19:07.2543029Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-06-05T23:19:07.2544312Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-06-05T23:19:07.2545537Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:19:07.2546903Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-06-05T23:19:07.2547650Z [ 18%] Built target subgraph 2025-06-05T23:19:07.2548380Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-06-05T23:19:07.2550364Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-06-05T23:19:07.2552842Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-06-05T23:19:07.2555316Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-06-05T23:19:07.2557635Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-06-05T23:19:07.2558946Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:19:07.2560193Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-06-05T23:19:07.2561411Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-06-05T23:19:07.2562856Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-06-05T23:19:07.2564055Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-06-05T23:19:07.2565260Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-06-05T23:19:07.2566915Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:19:07.2569086Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-06-05T23:19:07.2570994Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-06-05T23:19:07.2573139Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-06-05T23:19:07.2574785Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-06-05T23:19:07.2576090Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-06-05T23:19:07.2577390Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-06-05T23:19:07.2578642Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-06-05T23:19:07.2579880Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-06-05T23:19:07.2581098Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-06-05T23:19:07.2582414Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:19:07.2583653Z [ 20%] 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:19:07.2584887Z [ 20%] 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:19:07.2586070Z [ 20%] 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:19:07.2586875Z [100%] Built target flatc 2025-06-05T23:19:07.2587222Z [ 20%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:19:07.2588192Z [ 20%] 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:19:07.3807711Z [ 20%] 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:19:07.3810817Z [ 20%] 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:19:07.3813620Z [ 20%] 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:19:07.3816520Z [ 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:19:07.3819416Z [ 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:19:07.3821156Z [100%] Built target flatc 2025-06-05T23:19:07.3821662Z Install the project... 2025-06-05T23:19:07.3822137Z -- Install configuration: "" 2025-06-05T23:19:07.3823447Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:19:07.3825721Z -- 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:19:07.3828189Z -- 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:19:07.3830613Z -- 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:19:07.3833014Z -- 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:19:07.3835490Z -- 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:19:07.3837993Z -- 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:19:07.3840569Z -- 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:19:07.3843151Z -- 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:19:07.3845792Z -- 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:19:07.3848658Z -- 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:19:07.3851226Z -- 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:19:07.3853821Z -- 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:19:07.3856336Z -- 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:19:07.3859012Z -- 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:19:07.3861514Z -- 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:19:07.3864044Z -- 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:19:07.3866475Z -- 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:19:07.3868870Z -- 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:19:07.3871338Z -- 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:19:07.3873900Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:19:07.3876358Z -- 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:19:07.3878838Z -- 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:19:07.3881346Z -- 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:19:07.3883776Z -- 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:19:07.3886422Z -- 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:19:07.3888982Z -- 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:19:07.3891518Z -- 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:19:07.3894011Z -- 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:19:07.3896484Z -- 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:19:07.3898800Z -- 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:19:07.3901258Z -- 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:19:07.3903999Z -- 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:19:07.3906589Z -- 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:19:07.3911248Z -- 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:19:07.3914113Z -- 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:19:07.3917046Z -- 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:19:07.3919650Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:19:07.3922163Z [ 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:19:07.3925054Z [ 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:19:07.3927945Z [ 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:19:07.3930760Z -- 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:19:07.3933583Z -- 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:19:07.3935357Z [ 20%] Completed 'flatbuffers_external_project' 2025-06-05T23:19:07.3936040Z [ 20%] Built target flatbuffers_external_project 2025-06-05T23:19:07.3937738Z [ 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:19:08.4941356Z [ 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:19:08.4944309Z [ 22%] 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:19:08.4947321Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:19:08.4949954Z [ 22%] 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:19:08.4952293Z [ 22%] 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:19:08.4953868Z [ 22%] Generating common_schema headers 2025-06-05T23:19:08.4955276Z [ 22%] 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:19:08.4956718Z [ 22%] Built target common_schema 2025-06-05T23:19:08.4958064Z [ 22%] 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:19:08.4960496Z [ 22%] 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:19:08.4963564Z [ 22%] 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:19:08.4965051Z [ 23%] Generating xnnpack_schema headers 2025-06-05T23:19:08.4966489Z [ 23%] 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:19:08.4967931Z [ 23%] Built target xnnpack_schema 2025-06-05T23:19:08.4969455Z [ 23%] 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:19:08.4972001Z [ 23%] 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:19:08.4974467Z [ 23%] 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:19:08.4976853Z [ 23%] 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:19:08.4979191Z [ 23%] 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:19:08.4981488Z [ 23%] 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:19:08.4983685Z [ 23%] 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:19:08.4985971Z [ 23%] 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:19:08.4988313Z [ 24%] 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:19:08.4989783Z [ 24%] Generating program_schema headers 2025-06-05T23:19:08.4991204Z [ 24%] 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:19:08.4993503Z [ 24%] 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:19:08.4994802Z [ 24%] Built target program_schema 2025-06-05T23:19:08.4996352Z [ 24%] 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:19:08.4998274Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:19:08.5000110Z [ 24%] 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:19:08.5001878Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:19:08.5003568Z [ 24%] 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:19:08.5005829Z [ 24%] 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:19:08.5008152Z [ 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:19:08.5010644Z [ 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:19:08.5012879Z [ 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:19:08.5015004Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:19:08.5016698Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:19:08.5018283Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:19:08.5019588Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:19:08.5021369Z [ 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:19:08.5023363Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:19:08.5025277Z [ 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:19:08.5027128Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:19:08.5028401Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:19:08.5029702Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:19:08.5030992Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:19:08.5032417Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:19:08.5034546Z [ 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:19:08.5036551Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:19:08.5038026Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:19:08.5039343Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:19:08.5040543Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:19:08.5042415Z [ 25%] 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:19:08.5044333Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:19:08.5045627Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:19:08.5046877Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:19:08.5047933Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:19:08.5049831Z [ 25%] 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:19:08.5051779Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:19:08.5053709Z [ 25%] 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:19:08.5056125Z [ 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:19:08.5058430Z [ 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:19:08.5060879Z [ 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:19:08.5063418Z [ 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:19:08.5066118Z [ 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:19:08.5067809Z [ 27%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:19:09.8687441Z [ 27%] Built target executorch_core 2025-06-05T23:19:09.8689114Z [ 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:19:09.8691008Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:19:09.8693080Z [ 27%] 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:19:09.8695374Z [ 27%] 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:19:09.8697639Z [ 27%] 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:19:09.8699931Z [ 27%] 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:19:09.8701735Z [ 28%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:19:09.8702978Z [ 28%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:19:09.8704555Z [ 28%] 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:19:09.8706676Z [ 28%] 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:19:09.8708277Z [ 28%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:19:09.8709699Z [ 28%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:19:09.8711255Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:19:09.8712864Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:19:09.8714647Z [ 28%] 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:19:09.8716704Z [ 28%] 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:19:09.8718628Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:19:09.8719789Z [ 28%] Linking CXX static library libexecutorch.a 2025-06-05T23:19:09.8720990Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:19:09.8722112Z [ 28%] Built target executorch 2025-06-05T23:19:09.8723076Z [ 28%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:19:09.8724100Z [ 28%] Linking CXX static library libextension_tensor.a 2025-06-05T23:19:09.8725170Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:19:09.8726230Z [ 29%] Built target extension_tensor 2025-06-05T23:19:09.8727214Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:19:09.8728695Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:19:09.8730771Z [ 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:19:09.8732526Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:19:09.8733958Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:19:09.8735483Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:19:09.8737287Z [ 29%] 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:19:09.8739752Z [ 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:19:09.8741336Z [ 30%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:19:09.8742701Z [ 30%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:19:09.8744329Z [ 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:19:09.8746094Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:19:09.8747571Z [ 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:19:09.8749310Z [ 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:19:09.8750423Z [ 30%] Generating etdump headers 2025-06-05T23:19:09.8751342Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:19:09.8752351Z [ 30%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:19:09.8752948Z [ 30%] Built target extension_data_loader 2025-06-05T23:19:09.8753968Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:19:09.8755254Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:19:09.8756347Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:19:09.8757575Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:19:09.8759412Z [ 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:19:09.8760874Z [ 30%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:19:09.8761503Z [ 30%] Built target extension_threadpool 2025-06-05T23:19:09.8762045Z [ 30%] Generating bundled_program headers 2025-06-05T23:19:09.8762994Z [ 30%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:19:09.8764789Z [ 30%] 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:19:09.8767213Z [ 30%] 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:19:09.8769279Z [ 30%] 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:19:09.8771707Z [ 30%] 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:19:09.8773414Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:19:09.8775122Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:19:09.8776467Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:19:09.8777327Z [ 30%] Linking CXX static library libbundled_program.a 2025-06-05T23:19:09.8777920Z [ 30%] Built target bundled_program 2025-06-05T23:19:09.8778862Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:19:09.8780170Z [ 30%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:19:09.8781381Z [ 30%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:19:09.8783034Z [ 30%] 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:19:09.8784778Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:19:09.8785858Z [ 30%] Linking CXX static library libetdump.a 2025-06-05T23:19:09.8787321Z [ 30%] 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:19:09.8788591Z [ 30%] Built target etdump 2025-06-05T23:19:09.8789638Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:19:09.8791311Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:19:09.8792961Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:19:09.8794971Z [ 30%] 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:19:09.8797307Z [ 30%] 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:19:09.8799585Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:19:09.8801379Z [ 30%] 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:19:11.8224734Z [ 30%] 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:19:11.8227486Z [ 32%] 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:19:11.8229724Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:19:11.8231999Z [ 33%] 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:19:11.8233766Z [ 34%] Linking CXX static library libcpublas.a 2025-06-05T23:19:11.8234377Z [ 34%] Built target cpublas 2025-06-05T23:19:11.8235865Z [ 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:19:11.8238487Z [ 34%] 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:19:11.8241133Z [ 34%] 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:19:11.8243265Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:19:11.8245198Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:19:11.8247401Z [ 34%] 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:19:11.8249498Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:19:11.8251040Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:19:11.8252148Z [ 34%] Linking CXX static library libutil.a 2025-06-05T23:19:11.8252868Z [ 34%] Built target util 2025-06-05T23:19:11.8253864Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:19:11.8255961Z [ 34%] 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:19:11.8258091Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:19:11.8259657Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:19:11.8260835Z [ 34%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:19:11.8261536Z [ 34%] Built target kernels_util_all_deps 2025-06-05T23:19:11.8262634Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:19:11.8264733Z [ 34%] 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:19:11.8267244Z [ 34%] 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:19:11.8269265Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:19:11.8271410Z [ 34%] 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:19:11.8274235Z [ 34%] 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:19:11.8276998Z [ 34%] 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:19:11.8279665Z [ 34%] 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:19:11.8282317Z [ 34%] 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:19:11.8284435Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:19:11.8286619Z [ 34%] 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:19:11.8288793Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:19:11.8290275Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:19:11.8291644Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:19:11.8293042Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:19:11.8294421Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:19:11.8296057Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:19:11.8298091Z [ 34%] 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:19:11.8300138Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:19:11.8301607Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:19:11.8303574Z [ 35%] 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:19:11.8305763Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:19:11.8307851Z [ 35%] 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:19:11.8310550Z [ 35%] 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:19:11.8313241Z [ 35%] 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:19:11.8315305Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:19:11.8317362Z [ 35%] 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:19:11.8319539Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:19:11.8321146Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:19:11.8322818Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:19:11.8325064Z [ 35%] 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:19:11.8327126Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:19:11.8328551Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:19:11.8330006Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:19:11.8331597Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:19:11.8333808Z [ 37%] 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:19:11.8336337Z [ 37%] 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:19:11.8338622Z [ 37%] 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:19:11.8340927Z [ 37%] 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:19:11.8342923Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:19:11.8344963Z [ 37%] 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:19:11.8347390Z [ 37%] 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:19:11.8350068Z [ 37%] 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:19:15.1681006Z [ 37%] 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:19:15.1683354Z [ 37%] 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:19:15.1685268Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:19:15.1687168Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:19:15.1688660Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:19:15.1690532Z [ 37%] 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:19:15.1692381Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:19:15.1693953Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:19:15.1695907Z [ 38%] 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:19:15.1697863Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:19:15.1699947Z [ 38%] 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:19:15.1702401Z [ 38%] 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:19:15.1704462Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:19:15.1706134Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:19:15.1708160Z [ 38%] 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:19:15.1710736Z [ 38%] 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:19:15.1713305Z [ 38%] 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:19:15.1715236Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:19:15.1717656Z [ 38%] 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:19:15.1720700Z [ 38%] 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:19:15.1723803Z [ 38%] 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:19:15.1726067Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:19:15.1727592Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:19:15.1729893Z [ 38%] 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:19:15.1732374Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:19:15.1734224Z [ 38%] 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:19:15.1736109Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:19:15.1737604Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:19:15.1739217Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:19:15.1741405Z [ 39%] 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:19:15.1743819Z [ 39%] 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:19:15.1745835Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:19:15.1747871Z [ 39%] 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:19:15.1750230Z [ 39%] 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:19:15.1752059Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:19:15.1753613Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:19:15.1755562Z [ 39%] 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:19:15.1757863Z [ 40%] 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:19:15.1759814Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:19:15.1761393Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:19:15.1763252Z [ 40%] 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:19:15.1765556Z [ 40%] 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:19:15.1767486Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:19:15.1769447Z [ 40%] 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:19:15.1771888Z [ 40%] 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:19:15.1774252Z [ 40%] 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:19:15.1776286Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:19:15.1777873Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:19:15.1779633Z [ 40%] 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:19:15.1781863Z [ 40%] 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:19:15.1784010Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:19:15.1785952Z [ 41%] 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:19:15.1788175Z [ 41%] 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:19:15.1790178Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:19:15.1792309Z [ 41%] 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:19:15.1794704Z [ 41%] 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:19:15.1796679Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:19:15.1798623Z [ 41%] 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:19:15.1800954Z [ 41%] 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:19:15.1802812Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:19:15.1804674Z [ 41%] 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:19:15.1806921Z [ 41%] 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:19:19.0632574Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:19:19.0634689Z [ 43%] 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:19:19.0636919Z [ 43%] 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:19:19.0638796Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:19:19.0640722Z [ 43%] 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:19:19.0642754Z [ 43%] 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:19:19.0644539Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:19:19.0646284Z [ 43%] 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:19:19.0648307Z [ 43%] 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:19:19.0650137Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:19:19.0651847Z [ 43%] 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:19:19.0653737Z [ 43%] 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:19:19.0655584Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:19:19.0657410Z [ 43%] 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:19:19.0659565Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:19:19.0661243Z [ 43%] 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:19:19.0663105Z [ 43%] 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:19:19.0664772Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:19:19.0666662Z [ 43%] 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:19:19.0668475Z [ 43%] 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:19:19.0670414Z [ 43%] 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:19:19.0672097Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:19:19.0673621Z [ 43%] 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:19:19.0675367Z [ 43%] 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:19:19.0676917Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:19:19.0678415Z [ 44%] 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:19:19.0680144Z [ 44%] 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:19:19.0682083Z [ 44%] 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:19:19.0683951Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:19:19.0685757Z [ 44%] 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:19:19.0687693Z [ 44%] 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:19:19.0689434Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:19:19.0690980Z [ 44%] 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:19:19.0692793Z [ 44%] 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:19:19.0694484Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:19:19.0696328Z [ 44%] 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:19:19.0698277Z [ 44%] 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:19:19.0700140Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:19:19.0701693Z [ 45%] 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:19:19.0703733Z [ 45%] 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:19:19.0705287Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:19:19.0707024Z [ 45%] 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:19:19.0708828Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:19:19.0710268Z [ 45%] 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:19:19.0712062Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:19:19.0713417Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:19:19.0715544Z [ 45%] 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:19:19.0717950Z [ 45%] 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:19:19.0720241Z [ 45%] 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:19:19.0722324Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:19:19.0723997Z [ 46%] 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:19:19.0725308Z [ 46%] 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:19:19.0726607Z [ 46%] 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:19:19.0727555Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:19:19.0728524Z [ 46%] 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:19:19.0729653Z [ 46%] 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:19:19.0730746Z [ 46%] 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:19:19.0731855Z [ 46%] 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:19:19.0732974Z [ 46%] 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:19:19.0734120Z [ 46%] 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:19:19.0735086Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:19:19.0736026Z [ 46%] 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:19:19.0736999Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:19:21.2721654Z [ 46%] 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:19:21.2723798Z [ 46%] 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:19:21.2725407Z [ 46%] 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:19:21.2726482Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:19:21.2727385Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:19:21.2728432Z [ 46%] 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:19:21.2729447Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:19:21.2730670Z [ 46%] 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:19:21.2732641Z [ 48%] 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:19:21.2734408Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:19:21.2735834Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:19:21.2737314Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:19:21.2738824Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:19:21.2740571Z [ 48%] 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:19:21.2742691Z [ 48%] 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:19:21.2744781Z [ 48%] 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:19:21.2746658Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:19:21.2748244Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:19:21.2749823Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:19:21.2751313Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:19:21.2753138Z [ 49%] 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:19:21.2755006Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:19:21.2756473Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:19:21.2758233Z [ 49%] 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:19:21.2760091Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:19:21.2761673Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:19:21.2763623Z [ 49%] 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:19:21.2765466Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:19:21.2766986Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:19:21.2768963Z [ 49%] 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:19:21.2770831Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:19:21.2772345Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:19:21.2773853Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:19:21.2775692Z [ 49%] 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:19:21.2777279Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:19:21.2778147Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:19:21.2779163Z [ 49%] 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:19:21.2780281Z [ 49%] 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:19:21.2781408Z [ 49%] 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:19:21.2782400Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:19:21.2783406Z [ 49%] 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:19:21.2784427Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:19:21.2785245Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:19:21.2786234Z [ 50%] 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:19:21.2787203Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:19:21.2788146Z [ 50%] 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:19:21.2789199Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:19:21.2790193Z [ 50%] 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:19:21.2791353Z [ 51%] 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:19:21.2792394Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:19:21.2793342Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:19:21.2794363Z [ 51%] 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:19:21.2795516Z [ 51%] 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:19:21.2796466Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:19:21.2797347Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:19:21.2798372Z [ 51%] 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:19:21.2799515Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:19:21.2800455Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:19:21.2801418Z [ 51%] 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:19:21.2802925Z [ 51%] 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:19:21.2804406Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:19:21.2805829Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:19:21.2807507Z [ 51%] 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:19:21.2809242Z [ 51%] 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:19:21.2811192Z [ 51%] 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:19:22.9608466Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:19:22.9610718Z [ 51%] 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:19:22.9612627Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:19:22.9614466Z [ 51%] 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:19:22.9616652Z [ 51%] 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:19:22.9618517Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:19:22.9620114Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:19:22.9622080Z [ 51%] 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:19:22.9624325Z [ 51%] 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:19:22.9626545Z [ 51%] 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:19:22.9628490Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:19:22.9630249Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:19:22.9631981Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:19:22.9634059Z [ 53%] 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:19:22.9636250Z [ 54%] 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:19:22.9638413Z [ 54%] 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:19:22.9640573Z [ 54%] 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:19:22.9643026Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-06-05T23:19:22.9645018Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:19:22.9646664Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:19:22.9648572Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-06-05T23:19:22.9651042Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:19:22.9652955Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:19:22.9654518Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:19:22.9656425Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-06-05T23:19:22.9658324Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:19:22.9660229Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-06-05T23:19:22.9662517Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-06-05T23:19:22.9664851Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:19:22.9666871Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:19:22.9668588Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:19:22.9670585Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-06-05T23:19:22.9672846Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-06-05T23:19:22.9674464Z [ 54%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:19:22.9676040Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-06-05T23:19:22.9678114Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:19:22.9679807Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:19:22.9681845Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:19:22.9683789Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:19:22.9684870Z [ 54%] Built target optimized_kernels 2025-06-05T23:19:22.9686310Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-06-05T23:19:22.9688231Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:19:22.9689803Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:19:22.9691801Z [ 54%] 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:19:22.9693963Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:19:22.9695587Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:19:22.9697296Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:19:22.9699069Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:19:22.9701182Z [ 56%] 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:19:22.9703407Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:19:22.9705062Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:19:22.9706656Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:19:22.9708276Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:19:22.9710080Z [ 56%] 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:19:22.9712161Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:19:22.9714060Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:19:22.9715835Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:19:22.9717899Z [ 56%] 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:19:22.9720011Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:19:22.9722093Z [ 56%] 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:19:22.9724469Z [ 56%] 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:19:22.9726419Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:19:22.9727997Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:19:22.9729581Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:19:22.9731131Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:19:22.9733005Z [ 56%] 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:19:24.4419035Z [ 56%] 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:19:24.4420156Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:19:24.4421291Z [ 56%] 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:19:24.4423103Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:19:24.4424536Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:19:24.4426708Z [ 58%] 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:19:24.4428873Z [ 58%] 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:19:24.4430314Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:19:24.4431361Z [ 58%] 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:19:24.4432601Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:19:24.4433555Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:19:24.4434371Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:19:24.4435512Z [ 58%] 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:19:24.4436667Z [ 58%] 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:19:24.4437635Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:19:24.4438602Z [ 58%] 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:19:24.4439562Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:19:24.4440385Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:19:24.4441250Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:19:24.4442084Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:19:24.4443066Z [ 58%] 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:19:24.4444049Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:19:24.4444941Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:19:24.4445976Z [ 58%] 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:19:24.4447231Z [ 59%] 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:19:24.4448523Z [ 59%] 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:19:24.4449851Z [ 59%] 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:19:24.4450838Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:19:24.4451669Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:19:24.4452707Z [ 59%] 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:19:24.4453915Z [ 59%] 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:19:24.4455003Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:19:24.4455944Z [ 59%] 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:19:24.4457065Z [ 59%] 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:19:24.4459079Z [ 59%] 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:19:24.4461470Z [ 59%] 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:19:24.4462589Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:19:24.4463497Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:19:24.4464422Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:19:24.4465342Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:19:24.4466347Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:19:24.4467510Z [ 60%] 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:19:24.4468714Z [ 60%] 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:19:24.4469770Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:19:24.4470820Z [ 60%] 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:19:24.4471996Z [ 60%] 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:19:24.4473102Z [ 60%] 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:19:24.4474263Z [ 60%] 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:19:24.4475404Z [ 60%] 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:19:24.4476380Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:19:24.4477349Z [ 61%] 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:19:24.4479242Z [ 61%] 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:19:24.4481008Z [ 61%] 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:19:24.4482347Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:19:24.4483500Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:19:24.4484781Z [ 61%] 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:19:24.4486188Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:19:24.4487865Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:19:24.4489678Z [ 61%] 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:19:24.4491390Z [ 61%] 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:19:24.4492887Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:19:24.4494581Z [ 61%] 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:19:24.4496252Z [ 61%] 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:19:25.7187515Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:19:25.7189861Z [ 61%] 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:19:25.7191989Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:19:25.7194059Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:19:25.7196156Z [ 61%] 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:19:25.7198592Z [ 61%] 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:19:25.7200666Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:19:25.7202776Z [ 62%] 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:19:25.7205280Z [ 62%] 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:19:25.7207622Z [ 62%] 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:19:25.7210890Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:19:25.7212920Z [ 62%] 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:19:25.7214825Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:19:25.7216391Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:19:25.7218287Z [ 64%] 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:19:25.7220111Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:19:25.7222040Z [ 64%] 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:19:25.7224288Z [ 64%] 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:19:25.7226612Z [ 64%] 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:19:25.7228847Z [ 64%] 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:19:25.7231118Z [ 64%] 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:19:25.7233381Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:19:25.7235738Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-06-05T23:19:25.7238116Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:19:25.7240498Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:19:25.7242552Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:19:25.7244646Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:19:25.7246722Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-06-05T23:19:25.7249006Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-06-05T23:19:25.7251043Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:19:25.7252830Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:19:25.7254779Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-06-05T23:19:25.7257060Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-06-05T23:19:25.7259482Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-06-05T23:19:25.7262224Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-06-05T23:19:25.7264459Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:19:25.7266219Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:19:25.7268446Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-06-05T23:19:25.7271083Z [ 65%] 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:19:25.7273785Z [ 65%] 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:19:25.7276256Z [ 65%] 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:19:25.7278556Z [ 65%] 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:19:25.7280560Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:19:25.7282615Z [ 65%] 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:19:25.7285045Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-06-05T23:19:25.7287347Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-06-05T23:19:25.7289690Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-06-05T23:19:25.7291751Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:19:25.7293978Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-06-05T23:19:25.7296386Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-06-05T23:19:25.7298788Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-06-05T23:19:25.7301213Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-06-05T23:19:25.7303444Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-06-05T23:19:25.7305326Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:19:25.7307240Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-06-05T23:19:25.7309277Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:19:25.7311029Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:19:25.7312878Z [ 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:19:25.7314866Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:19:25.7316855Z [ 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:19:26.9191957Z [ 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:19:26.9194067Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:19:26.9196089Z [ 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:19:26.9198525Z [ 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:19:26.9200666Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:19:26.9202416Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:19:26.9203851Z [ 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:19:26.9205109Z [ 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:19:26.9206332Z [ 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:19:26.9207825Z [ 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:19:26.9209130Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:19:26.9210113Z [ 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:19:26.9211103Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:19:26.9212086Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:19:26.9213186Z [ 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:19:26.9214521Z [ 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:19:26.9215887Z [ 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:19:26.9217051Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:19:26.9218200Z [ 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:19:26.9219580Z [ 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:19:26.9220898Z [ 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:19:26.9222225Z [ 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:19:26.9223574Z [ 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:19:26.9224969Z [ 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:19:26.9226345Z [ 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:19:26.9227250Z [ 69%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:19:26.9228174Z [ 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:19:26.9229562Z [ 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:19:26.9231031Z [ 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:19:26.9233262Z [ 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:19:26.9234666Z [ 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:19:26.9236028Z [ 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:19:26.9237495Z [ 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:19:26.9238344Z [ 69%] Built target optimized_portable_kernels 2025-06-05T23:19:26.9239213Z [ 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:19:26.9240590Z [ 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:19:26.9241509Z [ 69%] Merging kernel yaml files 2025-06-05T23:19:26.9242362Z [ 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:19:26.9253561Z [ 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:19:26.9256102Z [ 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:19:26.9258088Z [ 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:19:26.9259958Z [ 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:19:26.9261879Z [ 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:19:26.9263933Z [ 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:19:26.9265308Z [ 70%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:19:26.9266611Z [ 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:19:26.9268503Z [ 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:19:26.9270410Z [ 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:19:26.9272333Z [ 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:19:26.9274452Z [ 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:19:26.9276486Z [ 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:19:26.9278507Z [ 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:19:26.9280586Z [ 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:19:26.9282935Z [ 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:19:27.8885159Z [ 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:19:27.8886800Z [ 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:19:27.8888252Z [ 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:19:27.8889135Z [ 70%] Generating code for kernel registration 2025-06-05T23:19:27.8890228Z [ 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:19:27.8891752Z [ 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:19:27.8893935Z [ 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:19:27.8896398Z [ 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:19:27.8898919Z [ 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:19:27.8901541Z [ 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:19:27.8903520Z [ 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:19:27.8905687Z [ 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:19:27.8907907Z [ 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:19:27.8910861Z [ 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:19:27.8913770Z [ 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:19:27.8916530Z [ 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:19:27.8919145Z [ 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:19:27.8921685Z [ 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:19:27.8924310Z [ 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:19:27.8926853Z [ 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:19:27.8929395Z [ 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:19:27.8931783Z [ 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:19:27.8934173Z [ 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:19:27.8936659Z [ 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:19:27.8938876Z [ 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:19:27.8940455Z [ 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:19:27.8941893Z [ 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:19:27.8943243Z [ 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:19:27.8944587Z [ 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:19:27.8945939Z [ 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:19:27.8947286Z [ 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:19:27.8948652Z [ 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:19:27.8950041Z [ 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:19:27.8951416Z [ 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:19:27.8953050Z [ 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:19:27.8954623Z [ 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:19:27.8956181Z [ 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:19:27.8957887Z [ 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:19:27.8959245Z [ 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:19:27.8961491Z [ 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:19:27.8964098Z [ 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:19:27.8966608Z [ 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:19:27.8968257Z [ 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:19:27.8969426Z [ 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:19:27.8970556Z [ 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:19:27.8971728Z [ 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:19:27.8973030Z [ 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:19:27.8974648Z [ 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:19:27.8976745Z [ 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:19:27.8978862Z [ 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:19:27.8981106Z [ 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:19:28.8723060Z [ 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:19:28.8725877Z [ 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:19:28.8728809Z [ 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:19:28.8731612Z [ 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:19:28.8734418Z [ 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:19:28.8737297Z [ 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:19:28.8740241Z [ 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:19:28.8742876Z [ 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:19:28.8745423Z [ 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:19:28.8748297Z [ 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:19:28.8751223Z [ 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:19:28.8754190Z [ 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:19:28.8757062Z [ 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:19:28.8760242Z [ 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:19:28.8763105Z [ 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:19:28.8766014Z [ 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:19:28.8768858Z [ 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:19:28.8771919Z [ 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:19:28.8774830Z [ 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:19:28.8777711Z [ 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:19:28.8780514Z [ 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:19:28.8783442Z [ 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:19:28.8786373Z [ 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:19:28.8789247Z [ 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:19:28.8792096Z [ 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:19:28.8795058Z [ 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:19:28.8797912Z [ 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:19:28.8800749Z [ 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:19:28.8803504Z [ 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:19:28.8806224Z [ 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:19:28.8808945Z [ 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:19:28.8811594Z [ 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:19:28.8814182Z [ 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:19:28.8816835Z [ 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:19:28.8819707Z [ 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:19:28.8822433Z [ 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:19:28.8825127Z [ 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:19:28.8827931Z [ 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:19:28.8830539Z [ 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:19:28.8833423Z [ 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:19:28.8836267Z [ 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:19:28.8839124Z [ 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:19:28.8841928Z [ 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:19:28.8845153Z [ 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:19:28.8848022Z [ 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:19:28.8850828Z [ 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:19:28.8853612Z [ 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:19:28.8856924Z [ 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:19:29.7638668Z [ 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:19:29.7640153Z [ 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:19:29.7641570Z [ 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:19:29.7643075Z [ 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:19:29.7644476Z [ 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:19:29.7646463Z [ 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:19:29.7649185Z [ 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:19:29.7651734Z [ 79%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:19:29.7653277Z [ 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:19:29.7654705Z [ 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:19:29.7656247Z [ 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:19:29.7657524Z [ 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:19:29.7658912Z [ 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:19:29.7661226Z [ 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:19:29.7663644Z [ 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:19:29.7665897Z [ 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:19:29.7668142Z [ 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:19:29.7669687Z [ 79%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:19:29.7670460Z [ 79%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:19:29.7671942Z [ 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:19:29.7674218Z [ 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:19:29.7676340Z [ 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:19:29.7678559Z [ 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:19:29.7680845Z [ 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:19:29.7683166Z [ 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:19:29.7685519Z [ 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:19:29.7687776Z [ 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:19:29.7690089Z [ 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:19:29.7692520Z [ 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:19:29.7694887Z [ 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:19:29.7696935Z [ 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:19:29.7698255Z [ 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:19:29.7699517Z [ 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:19:29.7700694Z [ 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:19:29.7702010Z [ 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:19:29.7703269Z [ 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:19:29.7704452Z [ 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:19:29.7705533Z [ 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:19:29.7706607Z [ 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:19:29.7707702Z [ 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:19:29.7710231Z [ 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:19:29.7711356Z [ 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:19:29.7712460Z [ 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:19:29.7713613Z [ 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:19:29.7714727Z [ 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:19:29.7715887Z [ 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:19:29.7717353Z [ 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:19:29.7718512Z [ 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:19:29.7719637Z [ 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:19:29.7720747Z [ 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:19:29.7722068Z [ 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:19:29.7723591Z [ 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:19:29.7724935Z [ 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:19:29.7726490Z [ 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:19:29.7728579Z [ 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:19:30.6047650Z [ 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:19:30.6049957Z [ 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:19:30.6052592Z [ 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:19:30.6054920Z [ 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:19:30.6057243Z [ 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:19:30.6059680Z [ 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:19:30.6062075Z [ 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:19:30.6064416Z [ 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:19:30.6066835Z [ 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:19:30.6069250Z [ 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:19:30.6071737Z [ 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:19:30.6074298Z [ 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:19:30.6076791Z [ 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:19:30.6079284Z [ 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:19:30.6081633Z [ 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:19:30.6084038Z [ 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:19:30.6086441Z [ 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:19:30.6088910Z [ 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:19:30.6091410Z [ 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:19:30.6094039Z [ 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:19:30.6096705Z [ 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:19:30.6099112Z [ 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:19:30.6101496Z [ 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:19:30.6103771Z [ 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:19:30.6106064Z [ 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:19:30.6108269Z [ 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:19:30.6110587Z [ 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:19:30.6112738Z [ 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:19:30.6114935Z [ 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:19:30.6117014Z [ 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:19:30.6119403Z [ 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:19:30.6121900Z [ 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:19:30.6124154Z [ 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:19:30.6126373Z [ 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:19:30.6128681Z [ 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:19:30.6131035Z [ 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:19:30.6133360Z [ 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:19:30.6135774Z [ 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:19:30.6138311Z [ 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:19:30.6140895Z [ 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:19:30.6143332Z [ 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:19:30.6145600Z [ 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:19:30.6147817Z [ 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:19:30.6150396Z [ 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:19:30.6152832Z [ 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:19:30.6155360Z [ 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:19:30.6157951Z [ 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:19:30.6160332Z [ 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:19:30.6162804Z [ 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:19:30.6165105Z [ 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:19:30.6167425Z [ 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:19:30.6169924Z [ 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:19:31.4584349Z [ 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:19:31.4586902Z [ 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:19:31.4588958Z [ 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:19:31.4590326Z [ 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:19:31.4591603Z [ 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:19:31.4592916Z [ 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:19:31.4594243Z [ 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:19:31.4595575Z [ 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:19:31.4597527Z [ 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:19:31.4599625Z [ 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:19:31.4601674Z [ 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:19:31.4603916Z [ 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:19:31.4606256Z [ 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:19:31.4609892Z [ 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:19:31.4612340Z [ 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:19:31.4614888Z [ 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:19:31.4617003Z [ 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:19:31.4619499Z [ 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:19:31.4621925Z [ 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:19:31.4624438Z [ 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:19:31.4627020Z [ 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:19:31.4629415Z [ 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:19:31.4631367Z [ 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:19:31.4632627Z [ 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:19:31.4633996Z [ 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:19:31.4635165Z [ 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:19:31.4636249Z [ 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:19:31.4637329Z [ 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:19:31.4638424Z [ 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:19:31.4639507Z [ 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:19:31.4640933Z [ 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:19:31.4642533Z [ 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:19:31.4644318Z [ 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:19:31.4645656Z [ 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:19:31.4647626Z [ 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:19:31.4649558Z [ 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:19:31.4651462Z [ 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:19:31.4653045Z [ 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:19:31.4654579Z [ 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:19:31.4656228Z [ 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:19:31.4658090Z [ 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:19:31.4659846Z [ 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:19:31.4661639Z [ 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:19:31.4663412Z [ 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:19:31.4665162Z [ 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:19:31.4666910Z [ 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:19:31.4668736Z [ 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:19:31.4670424Z [ 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:19:31.4671957Z [ 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:19:31.4673625Z [ 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:19:31.4675166Z [ 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:19:31.4676916Z [ 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:19:31.4678824Z [ 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:19:31.4680781Z [ 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:19:31.4682754Z [ 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:19:32.2007703Z [ 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:19:32.2010258Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-06-05T23:19:32.2012256Z [ 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:19:32.2014248Z [ 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:19:32.2016306Z [ 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:19:32.2018667Z [ 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:19:32.2020773Z [ 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:19:32.2022874Z [ 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:19:32.2024676Z [ 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:19:32.2026938Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:19:32.2029070Z [ 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:19:32.2031300Z [ 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:19:32.2033486Z [ 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:19:32.2035495Z [ 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:19:32.2037609Z [ 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:19:32.2039880Z [ 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:19:32.2041967Z [ 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:19:32.2043847Z [ 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:19:32.2045861Z [ 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:19:32.2048038Z [ 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:19:32.2050346Z [ 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:19:32.2052714Z [ 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:19:32.2055065Z [ 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:19:32.2057264Z [ 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:19:32.2059462Z [ 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:19:32.2061558Z [ 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:19:32.2063947Z [ 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:19:32.2066248Z [ 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:19:32.2068866Z [ 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:19:32.2071355Z [ 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:19:32.2073941Z [ 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:19:32.2076378Z [ 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:19:32.2078961Z [ 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:19:32.2081435Z [ 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:19:32.2083836Z [ 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:19:32.2086022Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:19:32.2088031Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-06-05T23:19:32.2090123Z [ 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:19:32.2092053Z [ 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:19:32.2094046Z [ 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:19:32.2096096Z [ 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:19:32.2098153Z [ 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:19:32.2100145Z [ 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:19:32.2102145Z [ 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:19:32.2104221Z [ 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:19:32.2106525Z [ 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:19:32.2109917Z [ 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:19:32.2112389Z [ 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:19:32.2114768Z [ 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:19:32.2116769Z [ 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:19:32.2118984Z [ 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:19:32.2121347Z [ 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:19:32.2123779Z [ 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:19:32.2125821Z [ 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:19:32.2128152Z [ 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:19:32.2130603Z [ 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:19:32.2133171Z [ 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:19:33.8057146Z [ 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:19:33.8058521Z [ 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:19:33.8059801Z [ 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:19:33.8061078Z [ 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:19:33.8062260Z [ 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:19:33.8063287Z [ 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:19:33.8064284Z [ 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:19:33.8065298Z [ 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:19:33.8066311Z [ 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:19:33.8067309Z [ 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:19:33.8068318Z [ 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:19:33.8069316Z [ 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:19:33.8070364Z [ 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:19:33.8071439Z [ 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:19:33.8072468Z [ 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:19:33.8073601Z [ 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:19:33.8074659Z [ 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:19:33.8075819Z [ 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:19:33.8076956Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:19:33.8077963Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:19:33.8079189Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:19:33.8080239Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:19:33.8081278Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:19:33.8082336Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:19:33.8083465Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:19:33.8084530Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:19:33.8085535Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:19:33.8086190Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:19:33.8086566Z [ 97%] Built target microkernels-prod 2025-06-05T23:19:33.8086875Z [ 97%] Generating build_identifier.c 2025-06-05T23:19:33.8087501Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:19:33.8088425Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:19:33.8089380Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:19:33.8090325Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:19:33.8091222Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:19:33.8092143Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:19:33.8093063Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:19:33.8093999Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:19:33.8094904Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:19:33.8095813Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:19:33.8096756Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:19:33.8097675Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:19:33.8098573Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:19:33.8099479Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:19:33.8100381Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:19:33.8101348Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:19:33.8102387Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:19:33.8103257Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:19:33.8104853Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:19:33.8106403Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:19:33.8107487Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:19:33.8108497Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:19:33.8109635Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:19:33.8110698Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:19:33.8111595Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:19:33.8112481Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:19:33.8113423Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:19:33.8114210Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:19:33.8114950Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:19:33.8115730Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:19:33.8116312Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:19:33.8116645Z [100%] Built target XNNPACK 2025-06-05T23:19:33.8117147Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:19:33.8117931Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:19:33.8118709Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:19:33.8119481Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:19:33.8120324Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:19:33.8121159Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:19:33.8121774Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:19:33.8122128Z [100%] Built target xnnpack_backend 2025-06-05T23:19:46.1651607Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:19:46.1652875Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:19:46.1653747Z [100%] Built target portable_lib 2025-06-05T23:19:46.1655015Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:19:46.1656809Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:19:46.1658446Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:19:46.1660044Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:19:46.1661728Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:19:46.1662937Z Linking CXX static library libcoreml_util.a 2025-06-05T23:19:46.1663381Z Built target coreml_util 2025-06-05T23:19:46.1663745Z Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:19:46.1664101Z Built target coreml_inmemoryfs 2025-06-05T23:19:46.1665050Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:19:46.1667134Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:19:46.1668691Z Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:19:46.1669517Z Built target executorchcoreml 2025-06-05T23:19:46.1670058Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:19:46.1670660Z [ 1%] Built target flatcc_external_project 2025-06-05T23:19:46.1671425Z [ 2%] Built target pthreadpool 2025-06-05T23:19:46.1671876Z [ 3%] Built target cpuinfo 2025-06-05T23:19:46.1672326Z [ 3%] Built target common_schema 2025-06-05T23:19:46.1672821Z [ 4%] Built target xnnpack_schema 2025-06-05T23:19:46.1673403Z [ 6%] Built target flatccrt 2025-06-05T23:19:46.1673877Z [ 7%] Built target eigen_blas 2025-06-05T23:19:46.1674339Z [ 8%] Built target logging 2025-06-05T23:19:46.1674812Z [ 8%] Built target indirection 2025-06-05T23:19:46.1675310Z [ 8%] Built target microparams-init 2025-06-05T23:19:46.1675845Z [ 8%] Built target normalization 2025-06-05T23:19:46.1676326Z [ 8%] Built target program_schema 2025-06-05T23:19:46.1676821Z [ 8%] Built target datatype 2025-06-05T23:19:46.1677284Z [ 8%] Built target reference-ukernels 2025-06-05T23:19:46.1677830Z [ 8%] Built target hardware-config 2025-06-05T23:19:46.1678345Z [ 8%] Built target allocator 2025-06-05T23:19:46.1678779Z [ 8%] Built target packing 2025-06-05T23:19:46.1679233Z [ 8%] Built target cache 2025-06-05T23:19:46.1679650Z [ 8%] Built target memory 2025-06-05T23:19:46.1680133Z [ 8%] Built target microkernel-utils 2025-06-05T23:19:46.1680619Z [ 8%] Built target mutex 2025-06-05T23:19:46.1681057Z [ 8%] Built target operator-utils 2025-06-05T23:19:46.1681555Z [ 8%] Built target operator-run 2025-06-05T23:19:46.1682048Z [ 11%] Built target operators 2025-06-05T23:19:46.1682526Z [ 12%] Built target executorch_core 2025-06-05T23:19:46.1683028Z [ 14%] Built target subgraph 2025-06-05T23:19:46.1683543Z [ 14%] Built target extension_data_loader 2025-06-05T23:19:46.1684098Z [ 14%] Built target extension_threadpool 2025-06-05T23:19:46.1684647Z [ 14%] Built target extension_tensor 2025-06-05T23:19:46.1685146Z [ 16%] Built target executorch 2025-06-05T23:19:46.1685628Z [ 16%] Built target bundled_program 2025-06-05T23:19:46.1686115Z [ 17%] Built target cpublas 2025-06-05T23:19:46.1686576Z [ 17%] Built target etdump 2025-06-05T23:19:46.1687054Z [ 18%] Built target kernels_util_all_deps 2025-06-05T23:19:46.1687613Z [ 18%] Built target util 2025-06-05T23:19:46.1688054Z [ 19%] Built target optimized_kernels 2025-06-05T23:19:46.1688588Z [ 34%] Built target optimized_portable_kernels 2025-06-05T23:19:46.1689183Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:19:46.1689770Z [ 97%] Built target microkernels-prod 2025-06-05T23:19:46.1690290Z [100%] Built target XNNPACK 2025-06-05T23:19:46.1690759Z [100%] Built target xnnpack_backend 2025-06-05T23:19:46.1691287Z [100%] Built target portable_lib 2025-06-05T23:19:46.1692254Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:19:46.1693856Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:19:46.1695443Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:19:46.1696861Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:19:46.1698522Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:19:46.1700192Z [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:19:46.1701932Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:19:46.1703541Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-06-05T23:19:46.1705239Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:19:46.1706818Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:19:46.1708008Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:19:46.1709022Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:19:46.1709648Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:19:46.1710272Z [ 1%] Built target flatcc_external_project 2025-06-05T23:19:46.1710848Z [ 2%] Built target pthreadpool 2025-06-05T23:19:46.1711357Z [ 3%] Built target cpuinfo 2025-06-05T23:19:46.1711875Z [ 3%] Built target common_schema 2025-06-05T23:19:46.1712404Z [ 4%] Built target xnnpack_schema 2025-06-05T23:19:46.1712943Z [ 6%] Built target eigen_blas 2025-06-05T23:19:46.1713461Z [ 7%] Built target flatccrt 2025-06-05T23:19:46.1713891Z [ 8%] Built target logging 2025-06-05T23:19:46.1714315Z [ 8%] Built target indirection 2025-06-05T23:19:46.1714778Z [ 8%] Built target microparams-init 2025-06-05T23:19:46.1715297Z [ 8%] Built target normalization 2025-06-05T23:19:46.1715743Z [ 8%] Built target datatype 2025-06-05T23:19:46.1716218Z [ 8%] Built target program_schema 2025-06-05T23:19:46.1716751Z [ 8%] Built target reference-ukernels 2025-06-05T23:19:46.1717292Z [ 8%] Built target hardware-config 2025-06-05T23:19:46.1717751Z [ 8%] Built target allocator 2025-06-05T23:19:46.1718188Z [ 8%] Built target packing 2025-06-05T23:19:46.1718623Z [ 8%] Built target cache 2025-06-05T23:19:46.1719077Z [ 8%] Built target memory 2025-06-05T23:19:46.1719529Z [ 8%] Built target microkernel-utils 2025-06-05T23:19:46.1720068Z [ 8%] Built target operator-utils 2025-06-05T23:19:46.1720576Z [ 8%] Built target mutex 2025-06-05T23:19:46.1721028Z [ 8%] Built target operator-run 2025-06-05T23:19:46.1721557Z [ 9%] Built target executorch_core 2025-06-05T23:19:46.1722082Z [ 12%] Built target operators 2025-06-05T23:19:46.1722616Z [ 12%] Built target extension_data_loader 2025-06-05T23:19:46.1723188Z [ 12%] Built target extension_threadpool 2025-06-05T23:19:46.1723723Z [ 13%] Built target executorch 2025-06-05T23:19:46.1724213Z [ 13%] Built target extension_tensor 2025-06-05T23:19:46.1724753Z [ 15%] Built target subgraph 2025-06-05T23:19:46.1725248Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:19:46.1725775Z [ 18%] Built target cpublas 2025-06-05T23:19:46.1726263Z [ 18%] Built target bundled_program 2025-06-05T23:19:46.1726782Z [ 18%] Built target etdump 2025-06-05T23:19:46.1727262Z [ 19%] Built target optimized_kernels 2025-06-05T23:19:46.1727770Z [ 19%] Built target util 2025-06-05T23:19:46.1728275Z [ 33%] Built target optimized_portable_kernels 2025-06-05T23:19:46.1729379Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:19:46.1729968Z [ 95%] Built target microkernels-prod 2025-06-05T23:19:46.1730481Z [ 97%] Built target XNNPACK 2025-06-05T23:19:46.1730947Z [ 97%] Built target xnnpack_backend 2025-06-05T23:19:46.1731433Z [ 97%] Built target portable_lib 2025-06-05T23:19:46.1732357Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:19:46.1733888Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:19:46.1735445Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:19:46.1737060Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:19:46.1738843Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:19:46.1740407Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:19:46.1741956Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:19:46.1743489Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:19:46.1745278Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:19:46.1746744Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:19:46.1747750Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:19:46.1748404Z [ 98%] Built target quantized_pybind_kernels_lib 2025-06-05T23:19:46.1749010Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:19:46.1749611Z [ 98%] Generating code for kernel registration 2025-06-05T23:19:46.1750752Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:19:46.1751918Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:19:46.1752480Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:19:46.1753038Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:19:46.1756720Z 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:19:46.1760250Z [ 98%] Generating code for kernel registration 2025-06-05T23:19:46.1761142Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:19:48.4197215Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:19:48.4198229Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:19:48.4199025Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:19:48.4199836Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:19:48.4200679Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:19:48.4201485Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:19:48.4202304Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:19:48.4203157Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:19:48.4204061Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:19:48.4204987Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:19:48.4205787Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:19:48.4206854Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:19:48.4207857Z [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:19:48.4208597Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:19:48.4209165Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:19:48.4209476Z running build_py 2025-06-05T23:19:48.4209801Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:19:48.4210570Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:19:48.4211360Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:19:48.4212211Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:19:48.4212980Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:19:48.4213602Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:19:48.4214250Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:19:48.4214871Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4215464Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4216171Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4216903Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4217648Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4218394Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4219156Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4219924Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4220822Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4221698Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4222568Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4223454Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4224231Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4225071Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4225895Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4226636Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4227411Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4228174Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4228952Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4229872Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4230634Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4231504Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4232210Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4232934Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4233726Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:48.4234317Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:19:48.4234950Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:19:48.4235644Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:19:48.4236341Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:19:48.4237258Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:19:48.4238132Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:19:48.4238817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4239525Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4240410Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4241305Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4242270Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4243223Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4244132Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4245087Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4246293Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4247380Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4248384Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4249313Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4250216Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4251242Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:19:48.4252030Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:19:48.4252834Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:19:48.4253871Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:19:48.4254983Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:19:48.4256298Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:19:48.4257331Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:19:48.4258392Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:19:48.4259446Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:19:48.4260475Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:19:48.4261254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:19:48.4262027Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:19:48.4634052Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:19:48.4635110Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:19:48.4636082Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:19:48.4636827Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:19:48.4637584Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:19:48.4638583Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:19:48.4639613Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:19:48.4640412Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:19:48.4641223Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:19:48.4642041Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4642838Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4643881Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4644965Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4646059Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4647207Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4648369Z 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:19:48.4649490Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4650557Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4651617Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4652670Z 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:19:48.4653730Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4654816Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4656115Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4657196Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:19:48.4658292Z 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:19:48.4659151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:19:48.4659977Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:19:48.4660935Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:19:48.4661900Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:19:48.4662852Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:19:48.4663812Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:19:48.4664610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:19:48.4665368Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:19:48.4666360Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:19:48.4667182Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:19:48.4667946Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:19:48.4668965Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:19:48.4669823Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:19:48.4670752Z 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:19:48.4672021Z 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:19:48.4673027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:19:48.4674061Z 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:19:48.4675364Z 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:19:48.4676367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:19:48.4677319Z 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:19:48.4678600Z 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:19:48.4679579Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:19:48.4680539Z 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:19:48.4681870Z 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:19:48.4682848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:19:48.4683927Z 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:19:48.4684955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:19:48.4685866Z 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:19:48.4687135Z 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:19:48.4688368Z 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:19:48.4689583Z 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:19:48.4690794Z 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:19:48.4692051Z 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:19:48.4693302Z 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:19:48.4694552Z 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:19:48.4695808Z 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:19:48.4697070Z 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:19:48.4698297Z 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:19:48.5078336Z 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:19:48.5079673Z 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:19:48.5080889Z 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:19:48.5082091Z 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:19:48.5083299Z 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:19:48.5084502Z 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:19:48.5085757Z 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:19:48.5086955Z 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:19:48.5088155Z 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:19:48.5089236Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:19:48.5090147Z 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:19:48.5091366Z 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:19:48.5092379Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:19:48.5093474Z 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:19:48.5094928Z 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:19:48.5095926Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:19:48.5096779Z 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:19:48.5097914Z 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:19:48.5099080Z 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:19:48.5100294Z 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:19:48.5101489Z 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:19:48.5102634Z 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:19:48.5103782Z 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:19:48.5104656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:19:48.5105518Z 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:19:48.5106650Z 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:19:48.5107504Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:19:48.5108384Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:19:48.5109594Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:19:48.5110700Z 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:19:48.5111878Z 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:19:48.5112933Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:19:48.5114037Z 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:19:48.5115073Z 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:19:48.5116309Z 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:19:48.5117380Z 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:19:48.5118423Z 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:19:48.5119483Z 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:19:48.5120715Z 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:19:48.5121870Z 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:19:48.5123036Z 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:19:48.5124329Z 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:19:48.5125400Z 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:19:48.5126496Z 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:19:48.5127623Z 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:19:48.5128696Z 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:19:48.5129887Z 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:19:48.5131018Z 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:19:48.5132151Z 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:19:48.5133323Z 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:19:48.5134447Z 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:19:48.5135579Z 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:19:48.5136758Z 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:19:48.5137896Z 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:19:48.5139007Z 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:19:48.5140172Z 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:19:48.5141318Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:19:48.5142398Z 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:19:48.5532302Z 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:19:48.5533557Z 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:19:48.5535112Z 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:19:48.5536251Z 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:19:48.5537459Z 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:19:48.5538694Z 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:19:48.5539897Z 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:19:48.5540989Z 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:19:48.5542096Z 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:19:48.5543256Z 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:19:48.5544389Z 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:19:48.5545536Z 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:19:48.5546724Z 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:19:48.5548033Z 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:19:48.5549115Z 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:19:48.5550186Z 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:19:48.5551265Z 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:19:48.5552402Z 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:19:48.5553625Z 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:19:48.5554818Z 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:19:48.5556007Z 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:19:48.5557200Z 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:19:48.5558134Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:19:48.5559052Z 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:19:48.5560354Z 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:19:48.5561704Z 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:19:48.5562993Z 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:19:48.5564280Z 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:19:48.5565545Z 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:19:48.5566811Z 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:19:48.5568042Z 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:19:48.5569370Z 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:19:48.5570667Z 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:19:48.5571928Z 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:19:48.5572897Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5573736Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5574809Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5575892Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5577010Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5578120Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5579171Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5580211Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5581280Z 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:19:48.5582349Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5583374Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5584425Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5585622Z 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:19:48.5586753Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5587880Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5588912Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5589951Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5590978Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5592098Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5593240Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5594404Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5595440Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5596478Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5597583Z 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:19:48.5987352Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5988511Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5989603Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5990633Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5991700Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5992751Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5993959Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.5995245Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6005479Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6006635Z 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:19:48.6007729Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6009014Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6010176Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6011332Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6012391Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6013578Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6014641Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6015704Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6016757Z 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:19:48.6018091Z 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:19:48.6019208Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6020367Z 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:19:48.6021550Z 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:19:48.6022659Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6023719Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6024872Z 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:19:48.6026225Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6027397Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6028481Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:19:48.6029325Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:19:48.6030162Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:19:48.6031236Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:19:48.6032373Z 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:19:48.6033822Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:19:48.6035083Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:19:48.6035978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:19:48.6036816Z 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:19:48.6037650Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:19:48.6038426Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:19:48.6039391Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:19:48.6040479Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:19:48.6041471Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:19:48.6042247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:19:48.6043069Z 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:19:48.6043889Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:19:48.6044843Z 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:19:48.6046013Z 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:19:48.6047288Z 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:19:48.6048653Z 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:19:48.6049904Z 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:19:48.6051068Z 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:19:48.6052259Z 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:19:48.6053573Z 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:19:48.6054834Z 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:19:48.6056144Z 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:19:48.6057471Z 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:19:48.6058343Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:19:48.6059230Z 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:19:48.6060398Z 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:19:48.6061554Z 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:19:48.6062668Z 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:19:48.6467540Z 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:19:48.6468759Z 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:19:48.6470099Z 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:19:48.6472208Z 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:19:48.6473960Z 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:19:48.6475233Z 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:19:48.6476415Z 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:19:48.6477271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:19:48.6478446Z 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:19:48.6480297Z 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:19:48.6481655Z 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:19:48.6482816Z 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:19:48.6483858Z 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:19:48.6484908Z 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:19:48.6485966Z 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:19:48.6487511Z 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:19:48.6489389Z 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:19:48.6490609Z 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:19:48.6491699Z 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:19:48.6492762Z 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:19:48.6493805Z 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:19:48.6494872Z 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:19:48.6496737Z 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:19:48.6498309Z 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:19:48.6499487Z 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:19:48.6500562Z 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:19:48.6501617Z 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:19:48.6502709Z 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:19:48.6504679Z 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:19:48.6506417Z 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:19:48.6507593Z 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:19:48.6508856Z 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:19:48.6509908Z 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:19:48.6511069Z 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:19:48.6512749Z 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:19:48.6514637Z 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:19:48.6515770Z 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:19:48.6516827Z 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:19:48.6517875Z 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:19:48.6518901Z 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:19:48.6520053Z 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:19:48.6521936Z 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:19:48.6523458Z 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:19:48.6524654Z 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:19:48.6525747Z 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:19:48.6526846Z 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:19:48.6527924Z 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:19:48.6529340Z 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:19:48.6531384Z 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:19:48.6532591Z 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:19:48.6533658Z 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:19:48.6534726Z 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:19:48.6535816Z 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:19:48.6536906Z 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:19:48.6538091Z 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:19:48.6539688Z 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:19:48.6541518Z 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:19:48.6542687Z 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:19:48.6543878Z 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:19:48.6544962Z 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:19:48.6907158Z 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:19:48.6908306Z 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:19:48.6909909Z 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:19:48.6911724Z 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:19:48.6913143Z 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:19:48.6914386Z 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:19:48.6915468Z 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:19:48.6916555Z 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:19:48.6917639Z 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:19:48.6919193Z 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:19:48.6921092Z 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:19:48.6922466Z 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:19:48.6923568Z 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:19:48.6924681Z 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:19:48.6925739Z 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:19:48.6926805Z 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:19:48.6928587Z 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:19:48.6930350Z 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:19:48.6931556Z 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:19:48.6932775Z 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:19:48.6933827Z 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:19:48.6934882Z 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:19:48.6936466Z 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:19:48.6937657Z 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:19:48.6938715Z 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:19:48.6939776Z 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:19:48.6940894Z 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:19:48.6942141Z 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:19:48.6943311Z 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:19:48.6944378Z 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:19:48.6945431Z 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:19:48.6946512Z 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:19:48.6947645Z 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:19:48.6948825Z 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:19:48.6949933Z 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:19:48.6951009Z 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:19:48.6952171Z 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:19:48.6953378Z 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:19:48.6954297Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:19:48.6955226Z 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:19:48.6956452Z 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:19:48.6957693Z 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:19:48.6958975Z 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:19:48.6960346Z 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:19:48.6961670Z 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:19:48.6962946Z 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:19:48.6964232Z 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:19:48.6965539Z 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:19:48.6966857Z 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:19:48.6968359Z 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:19:48.6969723Z 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:19:48.6970975Z 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:19:48.6972166Z 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:19:48.6973376Z 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:19:48.6974622Z 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:19:48.6975904Z 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:19:48.6977192Z 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:19:48.7251651Z 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:19:48.7252967Z 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:19:48.7254166Z 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:19:48.7255428Z 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:19:48.7256396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:19:48.7257427Z 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:19:48.7258486Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:19:48.7259334Z 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:19:48.7260495Z 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:19:48.7261653Z 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:19:48.7262946Z 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:19:48.7263848Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:19:48.7264719Z 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:19:48.7265812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:19:48.7267035Z 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:19:48.7268206Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:19:48.7269562Z 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:19:48.7271337Z 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:19:48.7272752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:19:48.7274397Z 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:19:48.7276190Z 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:19:48.7277891Z 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:19:48.7279626Z 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:19:48.7281494Z 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:19:48.7283316Z 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:19:48.7285056Z 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:19:48.7286727Z 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:19:48.7288398Z 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:19:48.7290310Z 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:19:48.7292169Z 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:19:48.7293894Z 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:19:48.7295621Z 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:19:48.7297418Z 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:19:48.7299195Z 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:19:48.7301175Z 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:19:48.7303020Z 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:19:48.7304744Z 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:19:48.7306499Z 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:19:48.7308256Z 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:19:48.7310246Z 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:19:48.7312209Z 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:19:48.7314051Z 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:19:48.7315768Z 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:19:48.7317500Z 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:19:48.7319204Z 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:19:48.7320881Z 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:19:48.7562314Z 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:19:48.7564209Z 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:19:48.7565944Z 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:19:48.7567760Z 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:19:48.7569723Z 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:19:48.7571700Z 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:19:48.7573410Z 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:19:48.7574677Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:19:48.7575979Z 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:19:48.7577319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:19:48.7578842Z 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:19:48.7580354Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:19:48.7581990Z 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:19:48.7583455Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:19:48.7584951Z 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:19:48.7586582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:19:48.7588173Z 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:19:48.7590512Z 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:19:48.7592125Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:19:48.7593729Z 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:19:48.7595786Z 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:19:48.7597316Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:19:48.7598990Z 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:19:48.7600854Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:19:48.7602495Z 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:19:48.7604639Z 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:19:48.7606714Z 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:19:48.7609103Z 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:19:48.7611443Z 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:19:48.7612966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:19:48.7614524Z 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:19:48.7616598Z 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:19:48.7618705Z 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:19:48.7620492Z 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:19:48.7622201Z 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:19:48.7623870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:19:48.7625479Z 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:19:48.7627254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:19:48.7629131Z 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:19:48.7630908Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:19:48.7632638Z 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:19:48.7862931Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:19:48.7864581Z 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:19:48.7866456Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:19:48.7868271Z 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:19:48.7869914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:19:48.7871581Z 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:19:48.7873246Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:19:48.7875069Z 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:19:48.7876783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:19:48.7878403Z 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:19:48.7880009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:19:48.7881706Z 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:19:48.7883452Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:19:48.7885235Z 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:19:48.7887005Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:19:48.7888609Z 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:19:48.7890679Z 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:19:48.7893058Z 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:19:48.7895138Z 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:19:48.7896976Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:19:48.7898773Z 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:19:48.7900410Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:19:48.7902062Z 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:19:48.7903685Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:19:48.7905287Z 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:19:48.7907008Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:19:48.7908614Z 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:19:48.7910593Z 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:19:48.7912759Z 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:19:48.7915275Z 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:19:48.7917165Z 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:19:48.7919284Z 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:19:48.7922079Z 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:19:48.7924689Z 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:19:48.7927367Z 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:19:48.7929304Z 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:19:48.7931174Z 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:19:48.7933894Z 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:19:48.8087857Z 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:19:48.8089769Z 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:19:48.8091695Z 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:19:48.8094218Z 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:19:48.8096940Z 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:19:48.8099417Z 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:19:48.8101269Z 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:19:48.8103355Z 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:19:48.8105896Z 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:19:48.8107774Z 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:19:48.8109893Z 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:19:48.8112779Z 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:19:48.8115379Z 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:19:48.8117283Z 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:19:48.8119221Z 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:19:48.8121889Z 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:19:48.8124659Z 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:19:48.8127352Z 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:19:48.8129987Z 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:19:48.8132566Z 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:19:48.8135278Z 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:19:48.8138126Z 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:19:48.8140690Z 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:19:48.8143260Z 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:19:48.8146040Z 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:19:48.8148591Z 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:19:48.8151298Z 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:19:48.8154116Z 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:19:48.8156837Z 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:19:48.8159480Z 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:19:48.8329900Z 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:19:48.8332747Z 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:19:48.8335438Z 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:19:48.8337995Z 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:19:48.8340630Z 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:19:48.8343276Z 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:19:48.8345457Z 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:19:48.8347399Z 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:19:48.8349955Z 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:19:48.8352132Z 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:19:48.8354326Z 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:19:48.8357115Z 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:19:48.8360120Z 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:19:48.8362974Z 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:19:48.8366045Z 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:19:48.8368949Z 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:19:48.8371726Z 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:19:48.8373933Z 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:19:48.8376291Z 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:19:48.8379104Z 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:19:48.8381984Z 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:19:48.8384945Z 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:19:48.8387670Z 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:19:48.8389658Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:19:48.8391491Z 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:19:48.8393747Z 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:19:48.8395979Z 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:19:48.8398367Z 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:19:48.8400588Z 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:19:48.8565972Z 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:19:48.8568308Z 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:19:48.8570704Z 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:19:48.8572914Z 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:19:48.8575393Z 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:19:48.8577383Z 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:19:48.8579518Z 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:19:48.8582197Z 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:19:48.8584660Z 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:19:48.8587103Z 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:19:48.8589553Z 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:19:48.8592200Z 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:19:48.8594751Z 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:19:48.8597200Z 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:19:48.8599660Z 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:19:48.8602129Z 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:19:48.8604682Z 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:19:48.8607312Z 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:19:48.8610114Z 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:19:48.8612069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:19:48.8613844Z 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:19:48.8616127Z 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:19:48.8618431Z 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:19:48.8620219Z 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:19:48.8622036Z 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:19:48.8623967Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:19:48.8625739Z 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:19:48.8627942Z 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:19:48.8630233Z 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:19:48.8632592Z 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:19:48.8635008Z 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:19:48.8637237Z 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:19:48.8679745Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:19:48.8681344Z 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:19:48.8683234Z 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:19:48.8685022Z 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:19:48.8687498Z 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:19:48.8690038Z 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:19:48.8692108Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:19:48.8693999Z 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:19:48.8695782Z 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:19:48.8697939Z 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:19:48.8700568Z 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:19:48.8703056Z 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:19:48.8705462Z 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:19:48.8707819Z 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:19:48.8710334Z 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:19:48.8712730Z 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:19:48.8715056Z 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:19:48.8717340Z 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:19:48.8720453Z 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:19:48.8722926Z 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:19:48.8725387Z 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:19:48.8727726Z 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:19:48.8730258Z 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:19:48.8733134Z 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:19:48.8735752Z 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:19:48.8738199Z 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:19:48.8740738Z 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:19:48.8743143Z 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:19:48.8745606Z 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:19:48.8748167Z 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:19:48.8750707Z 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:19:48.8752767Z 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:19:48.8754605Z 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:19:48.8927262Z 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:19:48.8929076Z 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:19:48.8930970Z 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:19:48.8933484Z 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:19:48.8936048Z 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:19:48.8938603Z 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:19:48.8941313Z 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:19:48.8943922Z 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:19:48.8946425Z 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:19:48.8948321Z 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:19:48.8950359Z 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:19:48.8952863Z 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:19:48.8955445Z 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:19:48.8958111Z 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:19:48.8959956Z 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:19:48.8961835Z 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:19:48.8964272Z 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:19:48.8966266Z 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:19:48.8968349Z 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:19:48.8971117Z 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:19:48.8973894Z 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:19:48.8976733Z 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:19:48.8979609Z 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:19:48.8981228Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8982081Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8983107Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8984270Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8985454Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8986588Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8987751Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8988803Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8989911Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8991010Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8992130Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8993504Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8994534Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8995610Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.8996683Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.9327684Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.9328792Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.9329855Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.9330916Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:48.9332308Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:19:48.9333815Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:19:48.9335089Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:19:48.9336203Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:19:48.9337314Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:19:48.9338168Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:19:48.9339041Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:19:48.9340439Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:19:48.9342644Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:19:48.9343638Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:19:48.9344617Z 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:19:48.9345873Z 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:19:48.9347218Z 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:19:48.9348461Z 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:19:48.9349894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:19:48.9351641Z 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:19:48.9354032Z 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:19:48.9356324Z 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:19:48.9357833Z 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:19:48.9359042Z 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:19:48.9360278Z 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:19:48.9361531Z 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:19:48.9362779Z 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:19:48.9364819Z 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:19:48.9366585Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:19:48.9368184Z 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:19:48.9369982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:19:48.9371606Z 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:19:48.9373025Z 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:19:48.9374106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:19:48.9375173Z 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:19:48.9376590Z 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:19:48.9379376Z 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:19:48.9381269Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:19:48.9383103Z 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:19:48.9385035Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:19:48.9386366Z 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:19:48.9387498Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:19:48.9388596Z 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:19:48.9390043Z 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:19:48.9392140Z 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:19:48.9394410Z 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:19:48.9395626Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:19:48.9396929Z 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:19:48.9398676Z 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:19:48.9400951Z 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:19:48.9403027Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:19:48.9404330Z 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:19:48.9406031Z 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:19:48.9407714Z 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:19:48.9410167Z 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:19:48.9412239Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:19:48.9646489Z 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:19:48.9648386Z 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:19:48.9650401Z 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:19:48.9653155Z 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:19:48.9654611Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:19:48.9656007Z 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:19:48.9657617Z 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:19:48.9659745Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:19:48.9661396Z 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:19:48.9663193Z 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:19:48.9664526Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:19:48.9665815Z 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:19:48.9668683Z 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:19:48.9670648Z 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:19:48.9672343Z 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:19:48.9674120Z 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:19:48.9677074Z 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:19:48.9678946Z 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:19:48.9680183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:19:48.9681376Z 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:19:48.9682974Z 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:19:48.9685077Z 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:19:48.9688141Z 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:19:48.9691162Z 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:19:48.9692934Z 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:19:48.9694632Z 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:19:48.9696210Z 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:19:48.9697752Z 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:19:48.9699740Z 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:19:48.9702574Z 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:19:48.9704940Z 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:19:48.9706568Z 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:19:48.9708156Z 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:19:48.9710248Z 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:19:48.9712217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:19:48.9713145Z 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:19:48.9714102Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:19:48.9715035Z 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:19:48.9715933Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:19:48.9716827Z 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:19:48.9717827Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:19:48.9719926Z 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:19:48.9722004Z 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:19:48.9723344Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:19:48.9724410Z 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:19:48.9725722Z 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:19:48.9727570Z 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:19:48.9729606Z 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:19:48.9730908Z 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:19:49.0028632Z 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:19:49.0029959Z 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:19:49.0031472Z 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:19:49.0033877Z 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:19:49.0036113Z 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:19:49.0037859Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:19:49.0039445Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:19:49.0040824Z 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:19:49.0041815Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:19:49.0042722Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:19:49.0043900Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:19:49.0045079Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:19:49.0046734Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:19:49.0048387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:19:49.0049463Z 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:19:49.0050705Z 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:19:49.0051927Z 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:19:49.0052825Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:19:49.0053809Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:19:49.0054901Z 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:19:49.0056335Z 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:19:49.0057508Z 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:19:49.0058469Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:19:49.0059361Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:19:49.0060484Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:19:49.0061563Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:19:49.0062384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:19:49.0063706Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:19:49.0065621Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:19:49.0066891Z 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:19:49.0068190Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:19:49.0069246Z 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:19:49.0070332Z 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:19:49.0071462Z 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:19:49.0072674Z 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:19:49.0074740Z 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:19:49.0076754Z 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:19:49.0078759Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:19:49.0080303Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:19:49.0081532Z 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:19:49.0082728Z 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:19:49.0083875Z 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:19:49.0085008Z 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:19:49.0085952Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:19:49.0087066Z 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:19:49.0089398Z 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:19:49.0091103Z 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:19:49.0092499Z 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:19:49.0093592Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:19:49.0094496Z 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:19:49.0095447Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:19:49.0097215Z 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:19:49.0099273Z 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:19:49.0100376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:19:49.0101466Z 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:19:49.0102860Z 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:19:49.0104291Z 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:19:49.0106351Z 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:19:49.0109124Z 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:19:49.0354612Z 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:19:49.0355781Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:19:49.0357386Z 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:19:49.0359848Z 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:19:49.0361586Z 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:19:49.0363198Z 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:19:49.0364422Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:19:49.0366215Z 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:19:49.0368617Z 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:19:49.0370365Z 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:19:49.0371937Z 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:19:49.0373294Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:19:49.0375225Z 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:19:49.0377193Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:19:49.0378745Z 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:19:49.0380628Z 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:19:49.0382890Z 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:19:49.0385912Z 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:19:49.0388068Z 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:19:49.0390038Z 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:19:49.0392985Z 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:19:49.0395474Z 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:19:49.0397481Z 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:19:49.0399590Z 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:19:49.0402760Z 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:19:49.0404947Z 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:19:49.0406911Z 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:19:49.0409116Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:19:49.0411320Z 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:19:49.0413238Z 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:19:49.0415013Z 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:19:49.0417199Z 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:19:49.0419463Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:19:49.0420549Z 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:19:49.0422084Z 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:19:49.0423536Z 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:19:49.0425155Z 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:19:49.0427619Z 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:19:49.0429155Z 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:19:49.0430705Z 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:19:49.0432188Z 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:19:49.0434283Z 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:19:49.0436597Z 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:19:49.0438355Z 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:19:49.0748213Z 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:19:49.0749941Z 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:19:49.0751405Z 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:19:49.0752882Z 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:19:49.0754557Z 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:19:49.0756164Z 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:19:49.0757561Z 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:19:49.0758983Z 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:19:49.0760414Z 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:19:49.0762017Z 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:19:49.0763556Z 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:19:49.0764943Z 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:19:49.0766326Z 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:19:49.0767796Z 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:19:49.0769432Z 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:19:49.0771069Z 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:19:49.0772471Z 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:19:49.0773869Z 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:19:49.0775249Z 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:19:49.0776799Z 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:19:49.0778441Z 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:19:49.0779881Z 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:19:49.0781475Z 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:19:49.0782998Z 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:19:49.0784603Z 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:19:49.0786175Z 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:19:49.0787680Z 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:19:49.0789108Z 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:19:49.0790504Z 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:19:49.0792035Z 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:19:49.0793880Z 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:19:49.0795402Z 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:19:49.0796794Z 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:19:49.0798202Z 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:19:49.0799663Z 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:19:49.0801297Z 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:19:49.0802720Z 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:19:49.0804158Z 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:19:49.0805631Z 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:19:49.0807241Z 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:19:49.0809176Z 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:19:49.0810607Z 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:19:49.0812005Z 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:19:49.0813571Z 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:19:49.0815019Z 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:19:49.0816714Z 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:19:49.0818196Z 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:19:49.0819800Z 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:19:49.0821296Z 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:19:49.1128260Z 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:19:49.1129773Z 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:19:49.1131137Z 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:19:49.1132558Z 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:19:49.1134029Z 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:19:49.1135750Z 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:19:49.1137211Z 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:19:49.1138622Z 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:19:49.1140033Z 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:19:49.1141483Z 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:19:49.1143094Z 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:19:49.1144644Z 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:19:49.1146223Z 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:19:49.1147679Z 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:19:49.1149143Z 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:19:49.1150794Z 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:19:49.1152397Z 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:19:49.1153973Z 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:19:49.1155490Z 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:19:49.1157011Z 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:19:49.1158395Z 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:19:49.1160019Z 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:19:49.1161385Z 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:19:49.1162722Z 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:19:49.1164080Z 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:19:49.1165563Z 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:19:49.1167336Z 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:19:49.1168842Z 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:19:49.1170262Z 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:19:49.1171640Z 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:19:49.1172997Z 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:19:49.1174433Z 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:19:49.1175951Z 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:19:49.1177325Z 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:19:49.1178698Z 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:19:49.1180072Z 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:19:49.1181534Z 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:19:49.1183147Z 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:19:49.1184653Z 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:19:49.1186144Z 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:19:49.1187632Z 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:19:49.1189014Z 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:19:49.1190604Z 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:19:49.1191992Z 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:19:49.1193472Z 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:19:49.1194982Z 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:19:49.1196474Z 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:19:49.1198106Z 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:19:49.1199536Z 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:19:49.1503125Z 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:19:49.1504756Z 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:19:49.1506342Z 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:19:49.1507851Z 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:19:49.1509538Z 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:19:49.1511132Z 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:19:49.1512581Z 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:19:49.1514041Z 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:19:49.1515613Z 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:19:49.1517285Z 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:19:49.1518717Z 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:19:49.1520147Z 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:19:49.1521687Z 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:19:49.1523138Z 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:19:49.1524694Z 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:19:49.1526141Z 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:19:49.1527559Z 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:19:49.1528987Z 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:19:49.1530388Z 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:19:49.1531905Z 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:19:49.1533567Z 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:19:49.1535038Z 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:19:49.1536605Z 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:19:49.1538096Z 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:19:49.1539525Z 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:19:49.1541121Z 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:19:49.1542522Z 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:19:49.1544007Z 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:19:49.1545503Z 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:19:49.1547104Z 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:19:49.1548908Z 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:19:49.1550495Z 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:19:49.1552062Z 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:19:49.1553798Z 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:19:49.1555401Z 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:19:49.1557188Z 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:19:49.1558780Z 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:19:49.1560384Z 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:19:49.1561948Z 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:19:49.1563558Z 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:19:49.1565158Z 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:19:49.1566673Z 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:19:49.1568217Z 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:19:49.1569780Z 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:19:49.1571604Z 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:19:49.1573211Z 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:19:49.1574731Z 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:19:49.1576244Z 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:19:49.1829985Z 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:19:49.1844052Z 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:19:49.1845702Z 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:19:49.1847137Z 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:19:49.1848508Z 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:19:49.1850324Z 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:19:49.1851777Z 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:19:49.1853217Z 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:19:49.1854585Z 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:19:49.1855987Z 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:19:49.1857454Z 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:19:49.1859089Z 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:19:49.1860753Z 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:19:49.1862134Z 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:19:49.1863669Z 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:19:49.1865221Z 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:19:49.1866627Z 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:19:49.1868370Z 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:19:49.1869952Z 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:19:49.1871521Z 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:19:49.1873105Z 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:19:49.1874886Z 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:19:49.1876552Z 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:19:49.1878105Z 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:19:49.1879627Z 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:19:49.1881163Z 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:19:49.1882892Z 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:19:49.1884054Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:19:49.1885368Z 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:19:49.1887126Z 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:19:49.1888831Z 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:19:49.1890715Z 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:19:49.1892443Z 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:19:49.1894169Z 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:19:49.1895937Z 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:19:49.1897919Z 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:19:49.1899767Z 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:19:49.1901703Z 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:19:49.1903554Z 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:19:49.1905440Z 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:19:49.1907185Z 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:19:49.1909253Z 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:19:49.1911117Z 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:19:49.1912971Z 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:19:49.2131980Z 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:19:49.2133812Z 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:19:49.2135617Z 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:19:49.2137427Z 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:19:49.2139295Z 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:19:49.2141008Z 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:19:49.2142727Z 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:19:49.2144597Z 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:19:49.2146447Z 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:19:49.2148335Z 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:19:49.2150087Z 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:19:49.2151801Z 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:19:49.2153627Z 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:19:49.2155744Z 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:19:49.2157722Z 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:19:49.2159497Z 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:19:49.2161264Z 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:19:49.2163069Z 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:19:49.2164925Z 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:19:49.2166705Z 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:19:49.2168469Z 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:19:49.2170243Z 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:19:49.2172139Z 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:19:49.2173870Z 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:19:49.2175601Z 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:19:49.2177362Z 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:19:49.2179204Z 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:19:49.2180929Z 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:19:49.2182689Z 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:19:49.2184425Z 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:19:49.2186259Z 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:19:49.2188134Z 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:19:49.2189868Z 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:19:49.2191597Z 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:19:49.2193473Z 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:19:49.2195304Z 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:19:49.2197015Z 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:19:49.2198751Z 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:19:49.2200503Z 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:19:49.2421694Z 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:19:49.2423656Z 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:19:49.2425442Z 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:19:49.2427195Z 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:19:49.2429162Z 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:19:49.2431022Z 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:19:49.2432863Z 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:19:49.2434852Z 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:19:49.2436728Z 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:19:49.2438689Z 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:19:49.2440426Z 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:19:49.2442158Z 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:19:49.2444165Z 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:19:49.2445938Z 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:19:49.2448136Z 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:19:49.2449876Z 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:19:49.2451697Z 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:19:49.2453552Z 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:19:49.2455351Z 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:19:49.2457111Z 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:19:49.2459006Z 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:19:49.2460942Z 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:19:49.2462648Z 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:19:49.2464414Z 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:19:49.2466211Z 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:19:49.2468197Z 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:19:49.2470227Z 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:19:49.2471655Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:19:49.2472990Z 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:19:49.2474413Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:19:49.2475669Z 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:19:49.2477194Z 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:19:49.2478666Z 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:19:49.2479867Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:19:49.2481144Z 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:19:49.2482943Z 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:19:49.2484845Z 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:19:49.2486707Z 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:19:49.2488526Z 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:19:49.2490464Z 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:19:49.2777499Z 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:19:49.2779381Z 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:19:49.2781342Z 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:19:49.2783466Z 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:19:49.2785536Z 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:19:49.2787480Z 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:19:49.2789342Z 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:19:49.2791827Z 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:19:49.2793771Z 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:19:49.2795854Z 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:19:49.2797335Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:19:49.2798732Z 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:19:49.2800404Z 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:19:49.2802062Z 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:19:49.2803819Z 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:19:49.2805547Z 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:19:49.2807400Z 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:19:49.2809273Z 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:19:49.2811044Z 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:19:49.2812752Z 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:19:49.2814040Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:19:49.2815034Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:19:49.2816219Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:19:49.2817137Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:19:49.2818138Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:19:49.2819169Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:19:49.2820191Z 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:19:49.2821237Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:19:49.2822375Z 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:19:49.2823709Z 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:19:49.2824878Z 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:19:49.2826197Z 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:19:49.2827400Z 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:19:49.2828678Z 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:19:49.2830101Z 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:19:49.2831287Z 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:19:49.2832479Z 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:19:49.2833852Z 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:19:49.2835060Z 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:19:49.2836028Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.2837073Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.2838388Z 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:19:49.2839625Z 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:19:49.2840801Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.2842083Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.2843289Z 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:19:49.2844573Z 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:19:49.2845910Z 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:19:49.2847213Z 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:19:49.3212275Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3213495Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3214782Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3216195Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3217518Z 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:19:49.3218959Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3220099Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3221309Z 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:19:49.3222688Z 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:19:49.3223880Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3225263Z 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:19:49.3226495Z 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:19:49.3227654Z 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:19:49.3228761Z 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:19:49.3230031Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3231262Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3232648Z 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:19:49.3233983Z 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:19:49.3235183Z 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:19:49.3236400Z 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:19:49.3237711Z 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:19:49.3238932Z 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:19:49.3240445Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3241713Z 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:19:49.3242982Z 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:19:49.3244285Z 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:19:49.3245490Z 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:19:49.3246645Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:19:49.3247706Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3248615Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3249756Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3250912Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3252240Z 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:19:49.3253420Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3254665Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3255959Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3257084Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3258228Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3259453Z 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:19:49.3260684Z 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:19:49.3261893Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3263428Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3264570Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3265704Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3266976Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3268166Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3269541Z 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:19:49.3270822Z 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:19:49.3272101Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3273375Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3274830Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3275998Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3277220Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3278441Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3279583Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3280713Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3645179Z 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:19:49.3646394Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3647519Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3648709Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3649868Z 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:19:49.3651046Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3652213Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3653406Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3654567Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3655720Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3656872Z 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:19:49.3658085Z 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:19:49.3659269Z 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:19:49.3660555Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3661689Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3662883Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3664024Z 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:19:49.3665296Z 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:19:49.3666499Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3667626Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3668759Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3669979Z 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:19:49.3671134Z 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:19:49.3672274Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3673494Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3674614Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3675729Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3676829Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3677944Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3679135Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3680331Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3681745Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3682883Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3684024Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3685178Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3686321Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3687467Z 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:19:49.3688764Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3689962Z 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:19:49.3691269Z 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:19:49.3692702Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3693983Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3695125Z 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:19:49.3696285Z 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:19:49.3697455Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3698636Z 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:19:49.3699832Z 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:19:49.3701205Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3702588Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3703787Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3704917Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3706050Z 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:19:49.3707198Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3708315Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3709638Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3711015Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.3712185Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.4118350Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.4119612Z 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:19:49.4120896Z 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:19:49.4122086Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.4123431Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.4124715Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:19:49.4125608Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:19:49.4126496Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:19:49.4127460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:19:49.4128387Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:19:49.4129598Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:19:49.4130795Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:19:49.4131746Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:19:49.4132764Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:19:49.4134140Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:19:49.4135513Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:19:49.4136697Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:19:49.4137640Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:19:49.4138651Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:19:49.4140015Z 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:19:49.4141037Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:19:49.4142066Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:19:49.4143195Z 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:19:49.4144322Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:19:49.4145206Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:19:49.4146079Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:19:49.4147163Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:19:49.4148073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:19:49.4149288Z 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:19:49.4150929Z 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:19:49.4152009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:19:49.4153082Z 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:19:49.4154490Z 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:19:49.4155832Z 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:19:49.4156733Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:19:49.4157564Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:19:49.4158804Z 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:19:49.4159936Z 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:19:49.4161112Z 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:19:49.4162269Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:19:49.4163416Z 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:19:49.4164682Z 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:19:49.4165922Z 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:19:49.4167228Z 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:19:49.4168120Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:19:49.4169074Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:19:49.4170031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:19:49.4170954Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:19:49.4171857Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:19:49.4172732Z 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:19:49.4173618Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:19:49.4174751Z 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:19:49.4176073Z 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:19:49.4177381Z 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:19:49.4178425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:19:49.4179287Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:19:49.4180396Z 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:19:49.4181544Z 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:19:49.4182728Z 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:19:49.4183618Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:19:49.4184777Z 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:19:49.4536439Z 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:19:49.4537793Z 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:19:49.4538828Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:19:49.4539832Z 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:19:49.4541160Z 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:19:49.4542612Z 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:19:49.4543980Z 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:19:49.4545339Z 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:19:49.4546649Z 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:19:49.4547666Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:19:49.4548660Z 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:19:49.4549830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:19:49.4551131Z 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:19:49.4552790Z 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:19:49.4554511Z 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:19:49.4556208Z 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:19:49.4558059Z 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:19:49.4559642Z 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:19:49.4561264Z 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:19:49.4562669Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:19:49.4564154Z 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:19:49.4565577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:19:49.4567137Z 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:19:49.4568508Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:19:49.4569349Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:19:49.4570522Z 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:19:49.4571857Z 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:19:49.4573014Z 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:19:49.4574151Z 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:19:49.4575344Z 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:19:49.4576525Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:19:49.4577667Z 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:19:49.4578850Z 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:19:49.4580114Z 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:19:49.4581279Z 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:19:49.4582405Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:19:49.4583285Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4584174Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4585385Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4586654Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4587782Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4588903Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4590146Z 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:19:49.4591299Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4592429Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4593701Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4594978Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4596300Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4597451Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4598646Z 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:19:49.4599924Z 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:19:49.4601105Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4602299Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4960296Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4961705Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4962874Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4964063Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4965233Z 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:19:49.4966398Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4967661Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4968978Z 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:19:49.4970205Z 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:19:49.4971510Z 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:19:49.4972689Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4973855Z 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:19:49.4975000Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4976380Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4977551Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4978704Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4979860Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4981040Z 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:19:49.4982201Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4983344Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4984466Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4985612Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4986930Z 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:19:49.4988325Z 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:19:49.4989553Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4990718Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4991879Z 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:19:49.4993057Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4994337Z 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:19:49.4995598Z 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:19:49.4996971Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.4998103Z 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:19:49.4999351Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:19:49.5000405Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:19:49.5001355Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:19:49.5002632Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:19:49.5003582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:19:49.5004722Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:19:49.5006049Z 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:19:49.5007023Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:19:49.5008040Z 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:19:49.5009566Z 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:19:49.5010545Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:19:49.5011429Z 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:19:49.5012766Z 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:19:49.5013735Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:19:49.5014752Z 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:19:49.5015720Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:19:49.5016567Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:19:49.5017664Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:19:49.5018735Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:19:49.5019997Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:19:49.5020983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:19:49.5021982Z 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:19:49.5023293Z 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:19:49.5024659Z 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:19:49.5026089Z 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:19:49.5027621Z 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:19:49.5393265Z 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:19:49.5394422Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:19:49.5395469Z 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:19:49.5396777Z 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:19:49.5397833Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:19:49.5398821Z 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:19:49.5400039Z 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:19:49.5401243Z 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:19:49.5402475Z 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:19:49.5403703Z 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:19:49.5404954Z 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:19:49.5406260Z 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:19:49.5407553Z 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:19:49.5408996Z 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:19:49.5410197Z 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:19:49.5411426Z 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:19:49.5412731Z 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:19:49.5413913Z 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:19:49.5414799Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:19:49.5415670Z 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:19:49.5416792Z 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:19:49.5417950Z 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:19:49.5419132Z 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:19:49.5420289Z 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:19:49.5421502Z 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:19:49.5422634Z 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:19:49.5423824Z 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:19:49.5425008Z 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:19:49.5426249Z 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:19:49.5427404Z 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:19:49.5428536Z 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:19:49.5429661Z 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:19:49.5430772Z 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:19:49.5431946Z 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:19:49.5433201Z 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:19:49.5434515Z 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:19:49.5435699Z 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:19:49.5436879Z 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:19:49.5438099Z 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:19:49.5439238Z 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:19:49.5440360Z 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:19:49.5441608Z 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:19:49.5442767Z 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:19:49.5443927Z 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:19:49.5445100Z 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:19:49.5446262Z 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:19:49.5447420Z 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:19:49.5448658Z 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:19:49.5449930Z 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:19:49.5451062Z 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:19:49.5452204Z 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:19:49.5453394Z 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:19:49.5454648Z 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:19:49.5455790Z 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:19:49.5456922Z 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:19:49.5458172Z 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:19:49.5459349Z 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:19:49.5777927Z 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:19:49.5779104Z 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:19:49.5780271Z 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:19:49.5781475Z 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:19:49.5782652Z 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:19:49.5783554Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:19:49.5784697Z 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:19:49.5786011Z 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:19:49.5787355Z 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:19:49.5788688Z 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:19:49.5789986Z 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:19:49.5791315Z 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:19:49.5792753Z 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:19:49.5793815Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:19:49.5794996Z 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:19:49.5796355Z 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:19:49.5797719Z 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:19:49.5798768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:19:49.5799981Z 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:19:49.5801503Z 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:19:49.5802537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:19:49.5803440Z 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:19:49.5804612Z 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:19:49.5805547Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:19:49.5806560Z 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:19:49.5807569Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:19:49.5808924Z 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:19:49.5809961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:19:49.5811006Z 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:19:49.5812054Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:19:49.5813161Z 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:19:49.5814418Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:19:49.5815685Z 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:19:49.5817301Z 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:19:49.5818768Z 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:19:49.5819921Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:19:49.5821097Z 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:19:49.5822242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:19:49.5823521Z 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:19:49.5825154Z 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:19:49.5826786Z 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:19:49.5828477Z 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:19:49.5829638Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:19:49.5830848Z 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:19:49.5832604Z 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:19:49.5834283Z 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:19:49.5835937Z 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:19:49.5837746Z 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:19:49.5839377Z 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:19:49.5841255Z 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:19:49.5842856Z 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:19:49.5844553Z 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:19:49.5846154Z 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:19:49.6380315Z 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:19:49.6382127Z 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:19:49.6383901Z 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:19:49.6385719Z 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:19:49.6387798Z 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:19:49.6389525Z 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:19:49.6391258Z 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:19:49.6392926Z 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:19:49.6394775Z 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:19:49.6396712Z 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:19:49.6398555Z 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:19:49.6400224Z 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:19:49.6401827Z 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:19:49.6403319Z 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:19:49.6404821Z 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:19:49.6406610Z 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:19:49.6408171Z 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:19:49.6409514Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:19:49.6410829Z 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:19:49.6412643Z 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:19:49.6414392Z 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:19:49.6415802Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:19:49.6417058Z 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:19:49.6418253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:19:49.6418942Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:19:49.6419907Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:19:49.6420769Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:19:49.6421607Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:19:49.6422312Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:19:49.6423101Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:19:49.6424166Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:19:49.6425536Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:19:49.6426558Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:19:49.6427568Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:19:49.6428573Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:19:49.6429328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:19:49.6430040Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:19:49.6430945Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:19:49.6431872Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:19:49.6432783Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:19:49.6434006Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:19:49.6434986Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:19:49.6436091Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:19:49.6436828Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:19:49.6437592Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:19:49.6438566Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:19:49.6439558Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:19:49.6440315Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:19:49.6441142Z 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:19:49.6442201Z 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:19:49.6443388Z 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:19:49.6444538Z 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:19:49.6445421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:19:49.6446320Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:19:49.6447390Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:19:49.6448245Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:19:49.6449095Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:19:49.6805112Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:19:49.6806348Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:19:49.6807201Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:19:49.6808030Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:19:49.6809740Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:19:49.6811149Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:19:49.6812273Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:19:49.6813281Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:19:49.6814164Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:19:49.6814923Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:19:49.6815905Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:19:49.6816673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:19:49.6817449Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:19:49.6818938Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:19:49.6820791Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:19:49.6821993Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:19:49.6823176Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:19:49.6824019Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:19:49.6824942Z 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:19:49.6826132Z 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:19:49.6827677Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:19:49.6829182Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:19:49.6830551Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:19:49.6831972Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:19:49.6832906Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:19:49.6833928Z 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:19:49.6835214Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:19:49.6836896Z 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:19:49.6839289Z 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:19:49.6840920Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:19:49.6841917Z 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:19:49.6842869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:19:49.6843801Z 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:19:49.6845005Z 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:19:49.6846202Z 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:19:49.6847513Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:19:49.6849154Z 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:19:49.6850506Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:19:49.6851548Z 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:19:49.6852589Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:19:49.6853740Z 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:19:49.6854763Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:19:49.6855732Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:19:49.6857223Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:19:49.6858754Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:19:49.6859652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:19:49.6860568Z 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:19:49.6861764Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:19:49.6862953Z 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:19:49.6864483Z 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:19:49.6866791Z 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:19:49.6867880Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:19:49.6868754Z 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:19:49.6869973Z 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:19:49.6871145Z 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:19:49.6872294Z 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:19:49.6873906Z 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:19:49.6875460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:19:49.6876405Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:19:49.6877546Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:19:49.6878536Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:19:49.6879496Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:19:49.6880314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:19:49.6881216Z 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:19:49.7249706Z 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:19:49.7250937Z 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:19:49.7252080Z 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:19:49.7253229Z 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:19:49.7254142Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:19:49.7255103Z 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:19:49.7256344Z 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:19:49.7257618Z 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:19:49.7259028Z 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:19:49.7260423Z 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:19:49.7261382Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:19:49.7262450Z 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:19:49.7263665Z 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:19:49.7264561Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:19:49.7265440Z 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:19:49.7266636Z 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:19:49.7267470Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:19:49.7268276Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:19:49.7269379Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:19:49.7270213Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:19:49.7271234Z 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:19:49.7272391Z 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:19:49.7273404Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:19:49.7274324Z 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:19:49.7275476Z 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:19:49.7276384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:19:49.7277272Z 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:19:49.7278419Z 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:19:49.7279426Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:19:49.7280312Z 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:19:49.7281454Z 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:19:49.7282319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7283143Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7284205Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7285274Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7286366Z 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:19:49.7287558Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7288730Z 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:19:49.7289830Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7290893Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7292044Z 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:19:49.7293280Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7294352Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7295499Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7296543Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7297548Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7298621Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:19:49.7299513Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:19:49.7300445Z 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:19:49.7301328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:19:49.7302130Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:19:49.7303218Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:19:49.7304336Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:19:49.7305146Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:19:49.7305944Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:19:49.7306945Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:19:49.7307767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:19:49.7308645Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:19:49.7309960Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:19:49.7310856Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:19:49.7311741Z 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:19:49.7312996Z 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:19:49.7313948Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:19:49.7314936Z 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:19:49.7628013Z 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:19:49.7628951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:19:49.7629930Z 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:19:49.7630875Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:19:49.7631847Z 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:19:49.7632954Z 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:19:49.7634310Z 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:19:49.7635640Z 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:19:49.7636786Z 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:19:49.7637670Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:19:49.7638537Z 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:19:49.7639671Z 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:19:49.7640554Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:19:49.7641398Z 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:19:49.7642558Z 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:19:49.7643700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:19:49.7644767Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:19:49.7645855Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:19:49.7646721Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:19:49.7647549Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:19:49.7648592Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:19:49.7649423Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:19:49.7650287Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:19:49.7651388Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:19:49.7652441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:19:49.7653327Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:19:49.7654458Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:19:49.7655331Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:19:49.7656261Z 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:19:49.7657466Z 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:19:49.7658367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:19:49.7659276Z 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:19:49.7660349Z 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:19:49.7661445Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:19:49.7662330Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:19:49.7663445Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:19:49.7664437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:19:49.7665666Z 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:19:49.7667249Z 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:19:49.7668847Z 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:19:49.7670718Z 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:19:49.7672270Z 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:19:49.7673915Z 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:19:49.7675058Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:19:49.7675993Z 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:19:49.7677228Z 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:19:49.7678210Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:19:49.7679235Z 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:19:49.7680850Z 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:19:49.7682186Z 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:19:49.7683623Z 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:19:49.7684634Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:19:49.7685534Z 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:19:49.7686741Z 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:19:49.7688078Z 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:19:49.7689237Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:19:49.7690372Z 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:19:49.7691856Z 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:19:49.7693371Z 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:19:49.7988942Z 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:19:49.7990473Z 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:19:49.7992083Z 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:19:49.7993696Z 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:19:49.7995761Z 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:19:49.7997403Z 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:19:49.7998894Z 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:19:49.8000497Z 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:19:49.8002022Z 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:19:49.8017205Z 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:19:49.8018866Z 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:19:49.8020754Z 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:19:49.8022465Z 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:19:49.8024049Z 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:19:49.8025611Z 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:19:49.8026761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:19:49.8027714Z 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:19:49.8029296Z 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:19:49.8030608Z 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:19:49.8031873Z 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:19:49.8033115Z 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:19:49.8034414Z 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:19:49.8035670Z 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:19:49.8036653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:19:49.8037879Z 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:19:49.8038915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:19:49.8040000Z 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:19:49.8041527Z 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:19:49.8042974Z 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:19:49.8044400Z 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:19:49.8045706Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:19:49.8046795Z 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:19:49.8048108Z 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:19:49.8049538Z 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:19:49.8051025Z 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:19:49.8052328Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:19:49.8053487Z 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:19:49.8054805Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:19:49.8056023Z 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:19:49.8057461Z 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:19:49.8058596Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:19:49.8059773Z 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:19:49.8061311Z 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:19:49.8062523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:19:49.8063987Z 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:19:49.8065826Z 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:19:49.8066959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:19:49.8067871Z 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:19:49.8069019Z 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:19:49.8069917Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:19:49.8070819Z 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:19:49.8071662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:49.8523969Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:49.8524875Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:49.8525765Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:49.8526692Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:49.8527622Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:49.8528557Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:49.8529464Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:49.8530533Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:49.8531476Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:49.8532185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:19:49.8532919Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:19:49.8533855Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:19:49.8534893Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:19:49.8535873Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:19:49.8536822Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:19:49.8537726Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:19:49.8538427Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:19:49.8539115Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:19:49.8539982Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:19:49.8541036Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:19:49.8542062Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:19:49.8542809Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:19:49.8543607Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:19:49.8544511Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:19:49.8545324Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:19:49.8545971Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:19:49.8546795Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:19:49.8547618Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:19:49.8548302Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:19:49.8549032Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:19:49.8549916Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:19:49.8550785Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:19:49.8551476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8552160Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8553112Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8554207Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8555156Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8556230Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8557235Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8558224Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8559245Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8560475Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8561442Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8562534Z 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:19:49.8563618Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8564588Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8565588Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8566625Z 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:19:49.8567599Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8568561Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8569522Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8570465Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8571602Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8572610Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8573599Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8574579Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8575620Z 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:19:49.8576698Z 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:19:49.8577777Z 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:19:49.8578800Z 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:19:49.8579878Z 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:19:49.8580966Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8581906Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8582898Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8583843Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8584810Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:19:49.8585569Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:19:49.8586275Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:19:49.8587208Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:19:49.9065341Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:19:49.9066104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:19:49.9066771Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:19:49.9067658Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:19:49.9068790Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:19:49.9069638Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:19:49.9070524Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:19:49.9071355Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:19:49.9072159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9072976Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9073873Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9074788Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9075726Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9076620Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9077505Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9078392Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9079266Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9080355Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9081253Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9082236Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9083243Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9084131Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9085075Z 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:19:49.9086226Z 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:19:49.9087263Z 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:19:49.9088239Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9089162Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9090143Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9091012Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9091909Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9092866Z 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:19:49.9093851Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9094791Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9095771Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9096940Z 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:19:49.9097938Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9098825Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9099680Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9100528Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9101425Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9102327Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9103227Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:19:49.9103953Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:19:49.9104759Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:19:49.9105749Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:19:49.9106756Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:19:49.9107771Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:19:49.9108554Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:19:49.9109509Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:19:49.9110472Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:19:49.9111599Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:19:49.9112893Z 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:19:49.9114004Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:19:49.9114878Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:19:49.9115949Z 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:19:49.9117431Z 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:19:49.9118867Z 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:19:49.9120314Z 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:19:49.9121980Z 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:19:49.9122978Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:19:49.9123822Z 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:19:49.9124977Z 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:19:49.9126141Z 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:19:49.9127278Z 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:19:49.9128403Z 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:19:49.9129605Z 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:19:49.9535347Z 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:19:49.9536840Z 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:19:49.9537943Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:19:49.9538995Z 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:19:49.9540066Z 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:19:49.9541127Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:19:49.9542207Z 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:19:49.9543296Z 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:19:49.9544552Z 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:19:49.9545681Z 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:19:49.9547048Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:19:49.9548395Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:19:49.9549468Z 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:19:49.9550619Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:19:49.9551425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:19:49.9552344Z 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:19:49.9553612Z 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:19:49.9554530Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:19:49.9555522Z 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:19:49.9556881Z 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:19:49.9558137Z 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:19:49.9559009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:19:49.9559812Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:19:49.9560605Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:19:49.9561354Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:19:49.9562114Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:19:49.9562941Z 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:19:49.9563803Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:19:49.9564733Z 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:19:49.9565631Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:19:49.9566460Z 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:19:49.9567490Z 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:19:49.9568315Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:19:49.9569183Z 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:19:49.9570303Z 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:19:49.9571488Z 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:19:49.9572323Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:19:49.9573130Z 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:19:49.9574185Z 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:19:49.9575031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:19:49.9575986Z 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:19:49.9577104Z 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:19:49.9577955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:19:49.9578832Z 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:19:49.9579949Z 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:19:49.9580836Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:19:49.9581736Z 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:19:49.9582576Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:19:49.9583315Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:19:49.9584055Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:19:49.9584875Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:19:49.9585789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:19:49.9586773Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:19:49.9587779Z 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:19:49.9589041Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:19:49.9590047Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:19:49.9590984Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:19:49.9591846Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:19:49.9592647Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:19:49.9593726Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:19:49.9594528Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:19:49.9595327Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:19:49.9596105Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:19:49.9596903Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:19:49.9598097Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:19:49.9599242Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:19:49.9600026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:19:49.9600851Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:19:49.9918825Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:19:49.9919907Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:19:49.9920835Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:19:49.9921621Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:19:49.9922450Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:19:49.9923380Z 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:19:49.9924799Z 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:19:49.9926131Z 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:19:49.9927154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:19:49.9928111Z 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:19:49.9929031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:19:49.9929984Z 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:19:49.9930905Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:19:49.9931753Z 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:19:49.9932821Z 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:19:49.9934025Z 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:19:49.9935311Z 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:19:49.9936470Z 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:19:49.9937684Z 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:19:49.9938887Z 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:19:49.9940049Z 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:19:49.9941216Z 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:19:49.9942083Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:19:49.9942993Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:19:49.9944023Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:19:49.9945079Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:19:49.9946182Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:19:49.9947549Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:19:49.9948820Z 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:19:49.9949683Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:19:49.9950483Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:19:49.9951563Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:19:49.9952672Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:19:49.9953801Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:19:49.9954637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:19:49.9955499Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:19:49.9956396Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:19:49.9957461Z 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:19:49.9958587Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:19:49.9959823Z 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:19:49.9961475Z 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:19:49.9962637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:19:49.9963671Z 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:19:49.9964805Z 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:19:49.9965694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:19:49.9966575Z 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:19:49.9967726Z 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:19:49.9968917Z 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:19:49.9970233Z 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:19:49.9971560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:19:49.9972757Z 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:19:49.9974224Z 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:19:49.9975779Z 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:19:49.9977259Z 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:19:49.9978720Z 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:19:49.9979792Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:19:49.9980825Z 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:19:49.9981932Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:19:49.9983150Z 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:19:49.9984400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:19:50.0335159Z 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:19:50.0336942Z 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:19:50.0338251Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:19:50.0339470Z 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:19:50.0341037Z 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:19:50.0342271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:19:50.0343585Z 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:19:50.0344930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:19:50.0346279Z 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:19:50.0348056Z 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:19:50.0349597Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:19:50.0351403Z 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:19:50.0352990Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:19:50.0354575Z 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:19:50.0356144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:19:50.0357521Z 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:19:50.0358939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:19:50.0360419Z 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:19:50.0361881Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:19:50.0363336Z 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:19:50.0364752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:19:50.0366134Z 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:19:50.0367469Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:19:50.0368905Z 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:19:50.0370569Z 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:19:50.0372204Z 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:19:50.0373856Z 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:19:50.0375555Z 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:19:50.0377355Z 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:19:50.0378983Z 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:19:50.0380697Z 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:19:50.0381959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:19:50.0383184Z 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:19:50.0384656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:19:50.0385983Z 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:19:50.0387569Z 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:19:50.0389170Z 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:19:50.0390334Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:19:50.0391545Z 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:19:50.0393131Z 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:19:50.0394717Z 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:19:50.0395946Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:19:50.0397324Z 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:19:50.0398682Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:19:50.0400032Z 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:19:50.0401439Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:19:50.0403189Z 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:19:51.2903127Z 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:19:51.2904768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:19:51.2906415Z 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:19:51.2909085Z 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:19:51.2911304Z 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:19:51.2913617Z 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:19:51.2915302Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:19:51.2916617Z 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:19:51.2918545Z 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:19:51.2920433Z 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:19:51.2922325Z 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:19:51.2924001Z 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:19:51.2925325Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:19:51.2926693Z 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:19:51.2928079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:19:51.2929733Z 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:19:51.2931736Z 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:19:51.2933036Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:19:51.2934053Z 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:19:51.2935026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:19:51.2935918Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:19:51.2937119Z 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:19:51.2938466Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:19:51.2939420Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:19:51.2940337Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:19:51.2941271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:19:51.2942379Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:19:51.2943517Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:19:51.2944513Z 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:19:51.2945867Z 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:19:51.2946838Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:19:51.2947900Z 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:19:51.2948935Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:19:51.2949941Z 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:19:51.2950869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:19:51.2951797Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:19:51.2952660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:19:51.2953636Z 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:19:51.2954836Z 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:19:51.2955721Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:19:51.2956444Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:19:51.2957051Z running egg_info 2025-06-05T23:19:51.2957286Z creating executorch.egg-info 2025-06-05T23:19:51.2957589Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:19:51.2958007Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:19:51.2958518Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:19:51.2958979Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:19:51.2959456Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:19:51.2960021Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:19:51.2960541Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:19:51.2960912Z adding license file 'LICENSE' 2025-06-05T23:19:51.2961241Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:19:51.2961835Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:19:51.2962465Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:19:51.2963084Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:19:51.2963880Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:19:51.2964870Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:19:51.2966316Z 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:19:51.2967401Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:19:51.2968677Z 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:19:51.2970627Z 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:19:51.2972176Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:19:51.3157667Z 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:19:51.3159717Z 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:19:51.3161695Z 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:19:51.3163237Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:19:51.3165036Z 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:19:51.3167201Z 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:19:51.3169292Z 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:19:51.3170910Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:19:51.3172436Z 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:19:51.3174580Z 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:19:51.3176619Z 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:19:51.3178658Z 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:19:51.3180872Z 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:19:51.3183000Z 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:19:51.3185063Z 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:19:51.3187170Z 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:19:51.3189171Z 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:19:51.3191183Z 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:19:51.3193778Z 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:19:51.3195947Z 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:19:51.3197999Z 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:19:51.3200072Z 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:19:51.3202112Z 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:19:51.3204246Z 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:19:51.3206328Z 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:19:51.3208411Z 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:19:51.3210638Z 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:19:51.3212762Z 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:19:51.3214990Z 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:19:51.3217081Z 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:19:51.3219266Z 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:19:51.3221326Z 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:19:51.3223080Z 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:19:51.3224873Z 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:19:51.3226676Z 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:19:51.3388002Z 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:19:51.3389772Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:19:51.3391380Z 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:19:51.3393550Z 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:19:51.3395750Z 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:19:51.3397370Z 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:19:51.3399032Z 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:19:51.3401172Z 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:19:51.3402936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:19:51.3404731Z 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:19:51.3406880Z 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:19:51.3408537Z 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:19:51.3410544Z 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:19:51.3412556Z 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:19:51.3414449Z 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:19:51.3416253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:19:51.3417877Z 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:19:51.3420108Z 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:19:51.3422577Z 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:19:51.3424370Z 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:19:51.3426111Z 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:19:51.3428481Z 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:19:51.3430749Z 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:19:51.3432875Z 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:19:51.3435024Z 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:19:51.3436840Z 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:19:51.3438689Z 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:19:51.3440897Z 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:19:51.3442644Z 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:19:51.3444331Z 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:19:51.3446024Z 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:19:51.3447838Z 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:19:51.3449558Z 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:19:51.3451298Z 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:19:51.3453589Z 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:19:51.3455986Z 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:19:51.3617846Z 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:19:51.3620194Z 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:19:51.3622519Z 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:19:51.3624327Z 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:19:51.3626446Z 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:19:51.3628927Z 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:19:51.3631488Z 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:19:51.3633518Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:19:51.3635364Z 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:19:51.3637817Z 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:19:51.3640074Z 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:19:51.3642348Z 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:19:51.3644814Z 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:19:51.3647094Z 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:19:51.3649363Z 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:19:51.3651631Z 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:19:51.3654144Z 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:19:51.3656665Z 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:19:51.3659066Z 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:19:51.3661393Z 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:19:51.3663908Z 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:19:51.3665736Z 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:19:51.3667462Z 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:19:51.3669188Z 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:19:51.3670922Z 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:19:51.3673258Z 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:19:51.3675114Z 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:19:51.3676751Z 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:19:51.3678919Z 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:19:51.3681161Z 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:19:51.3682934Z 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:19:51.3684643Z 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:19:51.3686874Z 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:19:51.3904363Z 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:19:51.3906162Z 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:19:51.3910268Z 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:19:51.3912287Z 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:19:51.3914371Z 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:19:51.3918389Z 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:19:51.3920886Z 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:19:51.3922985Z 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:19:51.3924990Z 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:19:51.3928193Z 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:19:51.3930361Z 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:19:51.3932242Z 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:19:51.3935686Z 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:19:51.3938843Z 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:19:51.3940664Z 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:19:51.3942512Z 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:19:51.3946334Z 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:19:51.3947959Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:19:51.3948847Z 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:19:51.3949984Z 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:19:51.3951077Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:51.3952965Z 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:19:51.3954966Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:19:51.3956211Z 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:19:51.3957414Z 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:19:51.3958388Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:19:51.3959237Z 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:19:51.3960398Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:19:51.3961914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:19:51.3963953Z 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:19:51.3965641Z 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:19:51.3967148Z 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:19:51.3968610Z 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:19:51.3970404Z 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:19:51.3972968Z 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:19:51.3974574Z 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:19:51.3976113Z 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:19:51.3977663Z 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:19:51.3980053Z 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:19:51.3982212Z 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:19:51.3983708Z 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:19:51.3985130Z 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:19:51.3986541Z 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:19:51.4275394Z 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:19:51.4277244Z 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:19:51.4280021Z 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:19:51.4281845Z 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:19:51.4283346Z 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:19:51.4284795Z 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:19:51.4287028Z 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:19:51.4289324Z 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:19:51.4291126Z 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:19:51.4292604Z 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:19:51.4294403Z 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:19:51.4297050Z 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:19:51.4298744Z 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:19:51.4300141Z 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:19:51.4301542Z 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:19:51.4303002Z 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:19:51.4305724Z 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:19:51.4308110Z 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:19:51.4309992Z 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:19:51.4311465Z 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:19:51.4313063Z 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:19:51.4315522Z 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:19:51.4317660Z 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:19:51.4319281Z 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:19:51.4320765Z 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:19:51.4322237Z 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:19:51.4324972Z 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:19:51.4326794Z 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:19:51.4328382Z 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:19:51.4329786Z 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:19:51.4331509Z 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:19:51.4334302Z 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:19:51.4336809Z 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:19:51.4338293Z 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:19:51.4339707Z 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:19:51.4341135Z 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:19:51.4343171Z 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:19:51.4345627Z 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:19:51.4347461Z 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:19:51.4349021Z 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:19:51.4350630Z 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:19:51.4352987Z 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:19:51.4355093Z 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:19:51.4356677Z 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:19:51.4358156Z 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:19:51.4359602Z 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:19:51.4627357Z 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:19:51.4628855Z 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:19:51.4630288Z 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:19:51.4632014Z 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:19:51.4633054Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:19:51.4634033Z 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:19:51.4635264Z 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:19:51.4636766Z 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:19:51.4638519Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:19:51.4640068Z 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:19:51.4641647Z 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:19:51.4643022Z 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:19:51.4644539Z 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:19:51.4646610Z 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:19:51.4648854Z 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:19:51.4650333Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:19:51.4651755Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:19:51.4653056Z 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:19:51.4654377Z 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:19:51.4656632Z 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:19:51.4658489Z 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:19:51.4660005Z 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:19:51.4661544Z 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:19:51.4663168Z 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:19:51.4665204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:19:51.4667038Z 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:19:51.4668719Z 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:19:51.4670242Z 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:19:51.4671779Z 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:19:51.4674284Z 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:19:51.4676461Z 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:19:51.4678152Z 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:19:51.4679662Z 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:19:51.4681954Z 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:19:51.4684265Z 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:19:51.4685917Z 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:19:51.4687597Z 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:19:51.4689126Z 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:19:51.4690909Z 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:19:51.4692385Z 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:19:51.4693836Z 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:19:51.4695316Z 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:19:51.4696844Z 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:19:51.4699661Z 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:19:51.4701403Z 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:19:51.4702960Z 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:19:51.4704492Z 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:19:51.4706490Z 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:19:51.5047502Z 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:19:51.5049041Z 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:19:51.5051496Z 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:19:51.5053495Z 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:19:51.5055380Z 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:19:51.5056898Z 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:19:51.5058630Z 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:19:51.5061332Z 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:19:51.5063190Z 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:19:51.5064676Z 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:19:51.5066202Z 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:19:51.5068336Z 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:19:51.5070779Z 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:19:51.5072490Z 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:19:51.5074108Z 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:19:51.5075633Z 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:19:51.5078313Z 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:19:51.5080284Z 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:19:51.5081874Z 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:19:51.5083323Z 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:19:51.5085073Z 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:19:51.5087650Z 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:19:51.5089351Z 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:19:51.5090902Z 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:19:51.5092579Z 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:19:51.5095359Z 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:19:51.5097272Z 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:19:51.5099131Z 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:19:51.5100726Z 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:19:51.5103300Z 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:19:51.5106135Z 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:19:51.5109243Z 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:19:51.5112204Z 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:19:51.5115251Z 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:19:51.5118245Z 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:19:51.5121214Z 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:19:51.5124135Z 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:19:51.5127123Z 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:19:51.5130122Z 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:19:51.5132942Z 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:19:51.5135753Z 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:19:51.5138676Z 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:19:51.5141615Z 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:19:51.5144743Z 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:19:51.5228549Z 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:19:51.5230029Z 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:19:51.5232026Z 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:19:51.5233592Z 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:19:51.5235085Z 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:19:51.5236544Z 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:19:51.5237959Z 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:19:51.5240293Z 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:19:51.5243034Z 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:19:51.5244760Z 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:19:51.5246412Z 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:19:51.5248082Z 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:19:51.5250194Z 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:19:51.5253016Z 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:19:51.5255932Z 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:19:51.5258886Z 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:19:51.5261780Z 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:19:51.5264447Z 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:19:51.5266215Z 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:19:51.5267858Z 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:19:51.5269530Z 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:19:51.5272064Z 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:19:51.5275040Z 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:19:51.5277119Z 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:19:51.5278692Z 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:19:51.5280255Z 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:19:51.5281858Z 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:19:51.5284610Z 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:19:51.5287315Z 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:19:51.5288946Z 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:19:51.5290509Z 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:19:51.5292112Z 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:19:51.5294635Z 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:19:51.5297464Z 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:19:51.5300509Z 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:19:51.5303119Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:19:51.5305073Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:19:51.5307465Z 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:19:51.5310219Z 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:19:51.5312550Z 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:19:51.5314997Z 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:19:51.5317481Z 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:19:51.5319769Z 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:19:51.5322078Z 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:19:51.5324153Z copying src/executorch/exir/_serialize/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:51.5325945Z copying src/executorch/exir/_serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:19:51.6299261Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:19:51.6300703Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:19:51.6302091Z 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:19:51.6303616Z 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:19:51.6305378Z 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:19:51.6307650Z 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:19:51.6309660Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:19:51.6310914Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:19:51.6312047Z 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:19:51.6313052Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:19:51.6313955Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:19:51.6315176Z 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:19:51.6316439Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:19:51.6317251Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-06-05T23:19:51.6318085Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:19:51.6319300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6320081Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6321072Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6321948Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6322906Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6323901Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6324865Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6325800Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6326883Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6327858Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6328943Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6329914Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6331020Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6332151Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6333035Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6334044Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6334934Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6336102Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6337303Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:19:51.6338367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:19:51.6339581Z 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:19:51.6350586Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:19:51.6352182Z 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:19:51.6353613Z 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:19:51.6354700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:19:51.6355718Z 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:19:51.6357033Z 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:19:51.6358274Z 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:19:51.6359748Z 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:19:51.6361064Z 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:19:51.6362144Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:19:51.6363337Z 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:19:51.6364501Z 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:19:51.6365778Z 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:19:51.6367031Z 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:19:51.6368252Z 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:19:51.6369484Z 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:19:51.6370603Z 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:19:51.6371952Z 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:19:51.6373190Z 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:19:51.6374326Z 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:19:51.6375689Z 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:19:51.6377065Z 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:19:51.6378201Z 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:19:51.6379387Z 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:19:51.6847125Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:19:51.6848507Z 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:19:51.6849929Z 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:19:51.6851133Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:19:51.6852307Z 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:19:51.6853918Z 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:19:51.6855318Z 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:19:51.6856703Z 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:19:51.6858158Z 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:19:51.6859565Z 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:19:51.6861007Z 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:19:51.6862388Z 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:19:51.6863772Z 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:19:51.6865196Z 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:19:51.6866652Z 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:19:51.6868070Z 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:19:51.6869111Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:19:51.6869961Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:19:51.6870962Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:19:51.6871992Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:19:51.6873021Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:19:51.6874020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:19:51.6874909Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:19:51.6875769Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6876605Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6877544Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6878498Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6879465Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6880511Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6881461Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6882392Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6883361Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6884329Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6885329Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6886275Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:19:51.6887237Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:19:51.6888138Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:19:51.6889216Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:19:51.6890140Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:19:51.6891135Z 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:19:51.6892296Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:19:51.6893365Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:19:51.6894247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:19:51.6895077Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:19:51.6896062Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:19:51.6897063Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:19:51.6898048Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:19:51.6898937Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:19:51.6899861Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:19:51.6900924Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:19:51.6902014Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:19:51.6902702Z running build_ext 2025-06-05T23:19:51.6903126Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:19:51.6904327Z 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:19:51.6905680Z 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:19:51.6907021Z 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:19:51.6908929Z 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:19:51.6910765Z 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:19:51.7136229Z 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:19:51.7137421Z installing to pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:19:51.7137781Z running install 2025-06-05T23:19:51.7138015Z running install_lib 2025-06-05T23:19:51.7138273Z creating pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:19:51.7138654Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-06-05T23:19:51.7139229Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-06-05T23:19:51.7140076Z 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:19:51.7141394Z 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:19:51.7142615Z 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:19:51.7143797Z 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:19:51.7144777Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-06-05T23:19:51.7145831Z 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:19:51.7146983Z 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:19:51.7148229Z 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:19:51.7149490Z 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:19:51.7150575Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-06-05T23:19:51.7151593Z 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:19:51.7152952Z 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:19:51.7154341Z 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:19:51.7155387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-06-05T23:19:51.7156572Z 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:19:51.7157877Z 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:19:51.7159430Z 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:19:51.7161088Z 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:19:51.7162407Z 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:19:51.7163845Z 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:19:51.7165000Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-06-05T23:19:51.7165893Z 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:19:51.7167190Z 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:19:51.7168550Z 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:19:51.7169891Z 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:19:51.7171349Z 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:19:51.7172562Z 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:19:51.7173909Z 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:19:51.7174946Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-06-05T23:19:51.7175900Z 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:19:51.7177550Z 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:19:51.7179076Z 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:19:51.7180651Z 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:19:51.7181714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-06-05T23:19:51.7182520Z 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:19:51.7183365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-06-05T23:19:51.7184433Z 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:19:51.7185978Z 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:19:51.7187184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:19:51.7188247Z 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:19:51.7189473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-06-05T23:19:51.7190691Z 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:19:51.7192187Z 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:19:51.7193738Z 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:19:51.7194959Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:19:51.7196274Z 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:19:51.7198262Z 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:19:51.7199543Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:19:51.7201104Z 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:19:51.7203104Z 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:19:51.7205145Z 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:19:51.7206327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:19:51.7207706Z 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:19:51.7209223Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:19:51.7230638Z 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:19:51.7232854Z 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:19:51.7234818Z 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:19:51.7236155Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:19:51.7237413Z 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:19:51.7238959Z 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:19:51.7240654Z 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:19:51.7241753Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:19:51.7242976Z 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:19:51.7244319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-06-05T23:19:51.7245454Z 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:19:51.7246819Z 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:19:51.7247778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-06-05T23:19:51.7248984Z 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:19:51.7250320Z 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:19:51.7251360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:19:51.7252380Z 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:19:51.7253862Z 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:19:51.7255271Z 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:19:51.7256272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-06-05T23:19:51.7257368Z 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:19:51.7258832Z 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:19:51.7259882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:19:51.7261041Z 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:19:51.7262170Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-06-05T23:19:51.7263150Z 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:19:51.7264595Z 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:19:51.7266051Z 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:19:51.7267618Z 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:19:51.7269128Z 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:19:51.7270193Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:19:51.7271304Z 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:19:51.7272917Z 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:19:51.7274777Z 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:19:51.7276468Z 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:19:51.7278196Z 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:19:51.7279518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:19:51.7280721Z 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:19:51.7282347Z 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:19:51.7283517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-06-05T23:19:51.7284572Z 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:19:51.7286165Z 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:19:51.7287927Z 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:19:51.7289022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-06-05T23:19:51.7289832Z 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:19:51.7290923Z 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:19:51.7291948Z 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:19:51.7293128Z 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:19:51.7294250Z 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:19:51.7295393Z 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:19:51.7296523Z 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:19:51.7297691Z 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:19:51.7298761Z 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:19:51.7299844Z 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:19:51.7301036Z 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:19:51.7302196Z 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:19:51.7316022Z 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:19:51.7317555Z 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:19:51.7318766Z 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:19:51.7319936Z 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:19:51.7320950Z 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:19:51.7322093Z 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:19:51.7323311Z 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:19:51.7324278Z 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:19:51.7325390Z 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:19:51.7326454Z 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:19:51.7327416Z 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:19:51.7328533Z 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:19:51.7329380Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-06-05T23:19:51.7330225Z 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:19:51.7331432Z 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:19:51.7332697Z 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:19:51.7333919Z 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:19:51.7335241Z 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:19:51.7336564Z 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:19:51.7337845Z 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:19:51.7339170Z 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:19:51.7340443Z 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:19:51.7341440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-06-05T23:19:51.7342502Z 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:19:51.7343862Z 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:19:51.7345371Z 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:19:51.7347148Z 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:19:51.7348798Z 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:19:51.7350183Z 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:19:51.7351539Z 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:19:51.7352588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-06-05T23:19:51.7353580Z 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:19:51.7354932Z 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:19:51.7356265Z 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:19:51.7357666Z 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:19:51.7358975Z 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:19:51.7360262Z 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:19:51.7361288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:19:51.7362643Z 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:19:51.7364468Z 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:19:51.7366323Z 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:19:51.7368374Z 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:19:51.7370271Z 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:19:51.7371670Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-06-05T23:19:51.7372887Z 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:19:51.7374492Z 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:19:51.7376189Z 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:19:51.7377763Z 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:19:51.7379567Z 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:19:51.7381146Z 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:19:51.7382686Z 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:19:51.7384482Z 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:19:51.7385979Z 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:19:51.7387581Z 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:19:51.7410126Z 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:19:51.7411698Z 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:19:51.7413156Z 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:19:51.7414598Z 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:19:51.7416039Z 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:19:51.7417644Z 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:19:51.7419206Z 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:19:51.7420709Z 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:19:51.7422105Z 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:19:51.7423687Z 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:19:51.7424666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:19:51.7425876Z 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:19:51.7427503Z 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:19:51.7428649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:19:51.7429867Z 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:19:51.7431879Z 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:19:51.7433637Z 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:19:51.7434675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-06-05T23:19:51.7435596Z 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:19:51.7436993Z 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:19:51.7438184Z 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:19:51.7439441Z 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:19:51.7440374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-06-05T23:19:51.7441251Z 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:19:51.7442544Z 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:19:51.7443496Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-06-05T23:19:51.7444468Z 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:19:51.7445532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:19:51.7446701Z 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:19:51.7447780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-06-05T23:19:51.7448744Z 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:19:51.7449681Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:19:51.7450766Z 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:19:51.7452147Z 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:19:51.7453145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:19:51.7454271Z 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:19:51.7455806Z 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:19:51.7457302Z 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:19:51.7458345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:19:51.7459322Z 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:19:51.7460833Z 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:19:51.7462048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:19:51.7463223Z 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:19:51.7464309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:19:51.7465450Z 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:19:51.7467063Z 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:19:51.7468176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:19:51.7469308Z 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:19:51.7471022Z 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:19:51.7472516Z 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:19:51.7473626Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-06-05T23:19:51.7474776Z 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:19:51.7475745Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-06-05T23:19:51.7476719Z 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:19:51.7477910Z 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:19:51.7479077Z 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:19:51.7479998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-06-05T23:19:51.7481008Z 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:19:51.7481908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-06-05T23:19:51.7500648Z 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:19:51.7501882Z 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:19:51.7503171Z 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:19:51.7504133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-06-05T23:19:51.7505184Z 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:19:51.7506185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-06-05T23:19:51.7507114Z 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:19:51.7508606Z 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:19:51.7510380Z 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:19:51.7511570Z 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:19:51.7513121Z 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:19:51.7514794Z 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:19:51.7516343Z 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:19:51.7517966Z 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:19:51.7519401Z 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:19:51.7520950Z 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:19:51.7522438Z 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:19:51.7524040Z 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:19:51.7525411Z 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:19:51.7526972Z 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:19:51.7528529Z 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:19:51.7529984Z 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:19:51.7531365Z 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:19:51.7532663Z 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:19:51.7534193Z 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:19:51.7535594Z 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:19:51.7536978Z 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:19:51.7538529Z 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:19:51.7539966Z 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:19:51.7541646Z 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:19:51.7543248Z 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:19:51.7544896Z 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:19:51.7546334Z 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:19:51.7547903Z 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:19:51.7549371Z 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:19:51.7550871Z 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:19:51.7552191Z 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:19:51.7553715Z 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:19:51.7555106Z 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:19:51.7556124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-06-05T23:19:51.7557105Z 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:19:51.7558476Z 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:19:51.7559918Z 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:19:51.7560838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-06-05T23:19:51.7561978Z 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:19:51.7563402Z 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:19:51.7564898Z 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:19:51.7565795Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-06-05T23:19:51.7566782Z 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:19:51.7568126Z 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:19:51.7569254Z 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:19:51.7570608Z 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:19:51.7571959Z 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:19:51.7573362Z 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:19:51.7574143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-06-05T23:19:51.7575105Z 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:19:51.7594987Z 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:19:51.7596475Z 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:19:51.7598045Z 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:19:51.7599366Z 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:19:51.7600653Z 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:19:51.7601975Z 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:19:51.7603248Z 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:19:51.7604357Z 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:19:51.7605672Z 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:19:51.7606898Z 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:19:51.7608246Z 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:19:51.7609707Z 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:19:51.7611076Z 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:19:51.7612486Z 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:19:51.7613892Z 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:19:51.7615345Z 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:19:51.7616622Z 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:19:51.7618012Z 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:19:51.7619342Z 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:19:51.7620721Z 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:19:51.7622065Z 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:19:51.7623649Z 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:19:51.7624947Z 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:19:51.7626261Z 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:19:51.7627621Z 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:19:51.7629098Z 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:19:51.7630445Z 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:19:51.7631657Z 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:19:51.7632915Z 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:19:51.7634169Z 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:19:51.7635483Z 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:19:51.7636772Z 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:19:51.7637707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-06-05T23:19:51.7638697Z 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:19:51.7640145Z 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:19:51.7641516Z 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:19:51.7642964Z 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:19:51.7644004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-06-05T23:19:51.7645094Z 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:19:51.7646430Z 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:19:51.7647270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-06-05T23:19:51.7648188Z 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:19:51.7648986Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-06-05T23:19:51.7649967Z 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:19:51.7650929Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-06-05T23:19:51.7651553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-06-05T23:19:51.7652799Z 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:19:51.7653881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-06-05T23:19:51.7654689Z 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:19:51.7655935Z 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:19:51.7657136Z 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:19:51.7658049Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-06-05T23:19:51.7658658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-06-05T23:19:51.7659579Z 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:19:51.7660846Z 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:19:51.7662158Z 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:19:51.7663524Z 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:19:51.7664877Z 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:19:51.7666221Z 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:19:51.7669771Z 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:19:51.7671630Z 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:19:51.7672933Z 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:19:51.7674341Z 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:19:51.7675816Z 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:19:51.7677205Z 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:19:51.7678617Z 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:19:51.7679562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-06-05T23:19:51.7680649Z 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:19:51.7682038Z 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:19:51.7683553Z 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:19:51.7685323Z 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:19:51.7686889Z 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:19:51.7688387Z 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:19:51.7689786Z 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:19:51.7691215Z 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:19:51.7692670Z 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:19:51.7694081Z 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:19:51.7695578Z 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:19:51.7697134Z 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:19:51.7698763Z 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:19:51.7700297Z 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:19:51.7701949Z 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:19:51.7703684Z 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:19:51.7705189Z 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:19:51.7706888Z 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:19:51.7708488Z 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:19:51.7710275Z 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:19:51.7711821Z 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:19:51.7713496Z 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:19:51.7715183Z 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:19:51.7716960Z 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:19:51.7718978Z 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:19:51.7720734Z 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:19:51.7722275Z 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:19:51.7724001Z 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:19:51.7725714Z 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:19:51.7727269Z 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:19:51.7728927Z 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:19:51.7730577Z 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:19:51.7732284Z 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:19:51.7733906Z 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:19:51.7735383Z 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:19:51.7736895Z 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:19:51.7738457Z 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:19:51.7740061Z 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:19:51.7741545Z 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:19:51.7743062Z 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:19:51.7746900Z 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:19:51.7748698Z 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:19:51.7750127Z 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:19:51.7751551Z 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:19:51.7753198Z 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:19:51.7754710Z 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:19:51.7756161Z 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:19:51.7757641Z 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:19:51.7759196Z 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:19:51.7760675Z 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:19:51.7762147Z 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:19:51.7763748Z 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:19:51.7765329Z 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:19:51.7766375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:19:51.7767539Z 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:19:51.7769195Z 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:19:51.7770833Z 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:19:51.7772406Z 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:19:51.7774045Z 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:19:51.7775736Z 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:19:51.7777415Z 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:19:51.7779122Z 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:19:51.7780850Z 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:19:51.7782606Z 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:19:51.7784298Z 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:19:51.7785533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-06-05T23:19:51.7786615Z 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:19:51.7788233Z 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:19:51.7789728Z 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:19:51.7791350Z 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:19:51.7792917Z 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:19:51.7794398Z 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:19:51.7795947Z 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:19:51.7797317Z 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:19:51.7798825Z 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:19:51.7800221Z 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:19:51.7801698Z 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:19:51.7803192Z 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:19:51.7804738Z 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:19:51.7806177Z 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:19:51.7807622Z 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:19:51.7809197Z 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:19:51.7810675Z 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:19:51.7812114Z 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:19:51.7813504Z 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:19:51.7815059Z 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:19:51.7816463Z 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:19:51.7817952Z 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:19:51.7824158Z 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:19:51.7826162Z 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:19:51.7827797Z 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:19:51.7829306Z 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:19:51.7830787Z 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:19:51.7832271Z 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:19:51.7833844Z 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:19:51.7835369Z 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:19:51.7836892Z 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:19:51.7838408Z 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:19:51.7839908Z 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:19:51.7841477Z 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:19:51.7843005Z 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:19:51.7844480Z 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:19:51.7845845Z 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:19:51.7847198Z 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:19:51.7848584Z 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:19:51.7849966Z 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:19:51.7851417Z 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:19:51.7852774Z 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:19:51.7854331Z 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:19:51.7855880Z 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:19:51.7857518Z 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:19:51.7859303Z 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:19:51.7860988Z 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:19:51.7862546Z 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:19:51.7864117Z 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:19:51.7865633Z 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:19:51.7867066Z 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:19:51.7868546Z 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:19:51.7869588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:19:51.7870595Z 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:19:51.7871999Z 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:19:51.7873541Z 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:19:51.7875095Z 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:19:51.7876668Z 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:19:51.7877849Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-06-05T23:19:51.7878881Z 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:19:51.7879988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-06-05T23:19:51.7880960Z 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:19:51.7882494Z 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:19:51.7883959Z 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:19:51.7885323Z 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:19:51.7886302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:19:51.7887531Z 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:19:51.7889099Z 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:19:51.7890739Z 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:19:51.7892356Z 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:19:51.7894071Z 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:19:51.7895856Z 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:19:51.7900454Z 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:19:51.7902389Z 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:19:51.7904157Z 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:19:51.7906065Z 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:19:51.7907904Z 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:19:51.7909142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-06-05T23:19:51.7910408Z 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:19:51.7911942Z 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:19:51.7913575Z 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:19:51.7915163Z 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:19:51.7916754Z 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:19:51.7918525Z 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:19:51.7920221Z 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:19:51.7921919Z 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:19:51.7923692Z 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:19:51.7925275Z 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:19:51.7926854Z 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:19:51.7927971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:19:51.7928915Z 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:19:51.7930320Z 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:19:51.7931802Z 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:19:51.7933239Z 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:19:51.7934707Z 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:19:51.7936143Z 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:19:51.7937553Z 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:19:51.7939064Z 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:19:51.7940524Z 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:19:51.7942125Z 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:19:51.7943570Z 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:19:51.7945102Z 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:19:51.7946598Z 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:19:51.7948083Z 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:19:51.7949612Z 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:19:51.7951020Z 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:19:51.7952579Z 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:19:51.7954243Z 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:19:51.7955887Z 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:19:51.7957455Z 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:19:51.7959035Z 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:19:51.7960520Z 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:19:51.7962041Z 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:19:51.7963515Z 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:19:51.7965104Z 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:19:51.7966606Z 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:19:51.7968167Z 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:19:51.7969655Z 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:19:51.7971269Z 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:19:51.7972799Z 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:19:51.7974237Z 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:19:51.7976468Z 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:19:51.7978128Z 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:19:51.7979736Z 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:19:51.7981320Z 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:19:51.7983123Z 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:19:51.7984816Z 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:19:51.7986504Z 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:19:51.7988088Z 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:19:51.7989744Z 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:19:51.7991465Z 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:19:51.7993047Z 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:19:51.7994634Z 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:19:51.7996235Z 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:19:51.7997897Z 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:19:51.7999544Z 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:19:51.8001168Z 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:19:51.8002848Z 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:19:51.8004397Z 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:19:51.8006026Z 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:19:51.8007580Z 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:19:51.8009279Z 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:19:51.8010844Z 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:19:51.8012354Z 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:19:51.8013897Z 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:19:51.8015419Z 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:19:51.8017157Z 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:19:51.8018720Z 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:19:51.8020264Z 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:19:51.8021768Z 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:19:51.8023446Z 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:19:51.8024815Z 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:19:51.8026358Z 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:19:51.8027904Z 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:19:51.8029478Z 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:19:51.8031048Z 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:19:51.8032606Z 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:19:51.8034177Z 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:19:51.8035680Z 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:19:51.8037092Z 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:19:51.8038691Z 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:19:51.8040266Z 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:19:51.8041747Z 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:19:51.8043321Z 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:19:51.8044767Z 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:19:51.8046295Z 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:19:51.8047778Z 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:19:51.8049242Z 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:19:51.8050891Z 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:19:51.8052360Z 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:19:51.8054385Z 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:19:51.8056577Z 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:19:51.8058257Z 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:19:51.8059878Z 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:19:51.8061548Z 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:19:51.8063211Z 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:19:51.8064653Z 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:19:51.8066068Z 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:19:51.8067558Z 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:19:51.8069066Z 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:19:51.8070218Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:19:51.8071268Z 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:19:51.8072949Z 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:19:51.8074703Z 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:19:51.8076450Z 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:19:51.8078212Z 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:19:51.8079835Z 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:19:51.8081750Z 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:19:51.8083480Z 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:19:51.8085209Z 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:19:51.8086973Z 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:19:51.8088834Z 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:19:51.8090543Z 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:19:51.8092232Z 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:19:51.8093881Z 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:19:51.8095511Z 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:19:51.8097201Z 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:19:51.8098939Z 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:19:51.8100656Z 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:19:51.8102403Z 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:19:51.8104092Z 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:19:51.8105721Z 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:19:51.8107411Z 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:19:51.8108846Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:19:51.8110053Z 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:19:51.8111295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:19:51.8112580Z 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:19:51.8114662Z 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:19:51.8116246Z 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:19:51.8117790Z 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:19:51.8118816Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:19:51.8119903Z 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:19:51.8121051Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-06-05T23:19:51.8121991Z 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:19:51.8123029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-06-05T23:19:51.8123718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:19:51.8125044Z 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:19:51.8126360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:19:51.8127255Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:19:51.8128901Z 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:19:51.8131215Z 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:19:51.8132786Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:19:51.8134484Z 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:19:51.8136699Z 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:19:51.8138780Z 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:19:51.8140958Z 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:19:51.8143194Z 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:19:51.8145271Z 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:19:51.8147522Z 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:19:51.8149682Z 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:19:51.8151763Z 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:19:51.8154150Z 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:19:51.8156430Z 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:19:51.8158495Z 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:19:51.8160749Z 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:19:51.8162748Z 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:19:51.8164833Z 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:19:51.8167114Z 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:19:51.8169161Z 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:19:51.8171340Z 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:19:51.8173621Z 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:19:51.8175693Z 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:19:51.8177892Z 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:19:51.8180313Z 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:19:51.8182774Z 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:19:51.8185076Z 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:19:51.8187258Z 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:19:51.8189362Z 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:19:51.8191449Z 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:19:51.8193616Z 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:19:51.8195873Z 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:19:51.8198005Z 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:19:51.8200479Z 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:19:51.8202710Z 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:19:51.8204876Z 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:19:51.8206989Z 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:19:51.8208440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:19:51.8209458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:19:51.8211011Z 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:19:51.8212572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:19:51.8214463Z 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:19:51.8216381Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:19:51.8217525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:19:51.8219405Z 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:19:51.8221572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:19:51.8223622Z 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:19:51.8225582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:19:51.8227822Z 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:19:51.8229891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:19:51.8231968Z 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:19:51.8235516Z 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:19:51.8237451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:19:51.8239314Z 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:19:51.8241377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:19:51.8243445Z 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:19:51.8245356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:19:51.8247289Z 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:19:51.8249164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:19:51.8251180Z 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:19:51.8253163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:19:51.8255083Z 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:19:51.8257141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:19:51.8259320Z 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:19:51.8261347Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:19:51.8263594Z 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:19:51.8265598Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:19:51.8267569Z 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:19:51.8269441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:19:51.8271414Z 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:19:51.8273535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:19:51.8275538Z 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:19:51.8277425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:19:51.8279547Z 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:19:51.8282125Z 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:19:51.8284833Z 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:19:51.8287882Z 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:19:51.8289781Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:19:51.8291884Z 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:19:51.8293915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:19:51.8295963Z 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:19:51.8297912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:19:51.8299795Z 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:19:51.8301675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:19:51.8303643Z 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:19:51.8305800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:19:51.8307729Z 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:19:51.8310203Z 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:19:51.8312110Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:19:51.8314375Z 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:19:51.8317038Z 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:19:51.8319848Z 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:19:51.8322849Z 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:19:51.8325496Z 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:19:51.8328461Z 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:19:51.8331363Z 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:19:51.8334318Z 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:19:51.8337216Z 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:19:51.8340086Z 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:19:51.8342217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:19:51.8344560Z 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:19:51.8347644Z 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:19:51.8350770Z 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:19:51.8353939Z 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:19:51.8356996Z 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:19:51.8360221Z 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:19:51.8363377Z 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:19:51.8366456Z 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:19:51.8369525Z 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:19:51.8372656Z 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:19:51.8375809Z 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:19:51.8378859Z 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:19:51.8381939Z 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:19:51.8384656Z 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:19:51.8387198Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:19:51.8389054Z 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:19:51.8391509Z 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:19:51.8393402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:19:51.8395366Z 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:19:51.8397874Z 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:19:51.8400453Z 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:19:51.8403035Z 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:19:51.8405624Z 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:19:51.8427356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:19:51.8429294Z 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:19:51.8432222Z 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:19:51.8434947Z 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:19:51.8436975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:19:51.8439180Z 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:19:51.8442274Z 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:19:51.8445266Z 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:19:51.8447433Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:19:51.8449552Z 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:19:51.8452683Z 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:19:51.8455714Z 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:19:51.8458972Z 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:19:51.8462097Z 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:19:51.8465105Z 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:19:51.8467943Z 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:19:51.8470936Z 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:19:51.8474010Z 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:19:51.8476965Z 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:19:51.8479811Z 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:19:51.8482644Z 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:19:51.8485483Z 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:19:51.8488829Z 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:19:51.8492119Z 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:19:51.8495318Z 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:19:51.8498516Z 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:19:51.8501579Z 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:19:51.8504985Z 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:19:51.8508045Z 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:19:51.8511122Z 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:19:51.8514105Z 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:19:51.8516332Z 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:19:51.8518651Z 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:19:51.8521785Z 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:19:51.8524964Z 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:19:51.8529045Z 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:19:51.8532655Z 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:19:51.8536299Z 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:19:51.8539880Z 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:19:51.8542032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:19:51.8544179Z 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:19:51.8547279Z 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:19:51.8549750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:19:51.8552228Z 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:19:51.8555340Z 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:19:51.8558390Z 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:19:51.8560677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:19:51.8562728Z 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:19:51.8565549Z 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:19:51.8568380Z 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:19:51.8571061Z 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:19:51.8573748Z 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:19:51.8576596Z 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:19:51.8579240Z 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:19:51.8581871Z 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:19:51.8584636Z 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:19:51.8586908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:19:51.8589179Z 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:19:51.8591990Z 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:19:51.8595078Z 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:19:51.8597116Z 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:19:51.8599305Z 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:19:51.8602148Z 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:19:51.8604323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:19:51.8606157Z 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:19:51.8608148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:19:51.8610484Z 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:19:51.8613411Z 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:19:51.8616633Z 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:19:51.8618868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:19:51.8620872Z 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:19:51.8623466Z 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:19:51.8625598Z 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:19:51.8627962Z 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:19:51.8630396Z 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:19:51.8633016Z 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:19:51.8636435Z 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:19:51.8639793Z 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:19:51.8642239Z 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:19:51.8644562Z 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:19:51.8647749Z 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:19:51.8650073Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:19:51.8651500Z 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:19:51.8653720Z 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:19:51.8656864Z 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:19:51.8660271Z 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:19:51.8663380Z 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:19:51.8665723Z 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:19:51.8668238Z 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:19:51.8671874Z 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:19:51.8675372Z 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:19:51.8678925Z 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:19:51.8682256Z 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:19:51.8684898Z 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:19:51.8687344Z 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:19:51.8690521Z 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:19:51.8693486Z 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:19:51.8696774Z 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:19:51.8699796Z 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:19:51.8702524Z 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:19:51.8705318Z 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:19:51.8708162Z 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:19:51.8710995Z 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:19:51.8713721Z 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:19:51.8716481Z 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:19:51.8719243Z 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:19:51.8721872Z 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:19:51.8724782Z 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:19:51.8727318Z 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:19:51.8730036Z 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:19:51.8732773Z 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:19:51.8735314Z 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:19:51.8738089Z 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:19:51.8741045Z 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:19:51.8744080Z 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:19:51.8747018Z 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:19:51.8749768Z 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:19:51.8752611Z 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:19:51.8755734Z 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:19:51.8758639Z 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:19:51.8761570Z 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:19:51.8763499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:19:51.8765508Z 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:19:51.8767508Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:19:51.8769559Z 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:19:51.8772463Z 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:19:51.8774539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:19:51.8776707Z 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:19:51.8779528Z 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:19:51.8781815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:19:51.8784026Z 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:19:51.8786811Z 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:19:51.8789009Z 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:19:51.8791237Z 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:19:51.8794192Z 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:19:51.8796201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:19:51.8798245Z 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:19:51.8800276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:19:51.8802367Z 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:19:51.8804408Z 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:19:51.8806453Z 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:19:51.8809477Z 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:19:51.8812197Z 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:19:51.8815023Z 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:19:51.8817081Z 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:19:51.8819307Z 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:19:51.8820734Z 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:19:51.8822308Z 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:19:51.8822986Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:19:51.8824193Z 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:19:51.8825664Z 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:19:51.8827094Z 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:19:51.8828475Z 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:19:51.8829857Z 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:19:51.8831228Z 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:19:51.8832548Z 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:19:51.8833977Z 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:19:51.8835397Z 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:19:51.8836789Z 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:19:51.8838175Z 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:19:51.8839660Z 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:19:51.8840193Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:19:51.8841563Z 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:19:51.8842207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:19:51.8842883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:19:51.8843534Z 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:19:51.8845187Z 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:19:51.8846845Z 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:19:51.8847526Z 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:19:51.8848218Z 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:19:51.8849827Z 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:19:51.8850404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:19:51.8850939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:19:51.8852231Z 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:19:51.8852751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:19:51.8853367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:19:51.8854049Z 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:19:51.8855584Z 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:19:51.8857198Z 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:19:51.8857919Z 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:19:51.8859700Z 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:19:51.8861556Z 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:19:51.8863210Z 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:19:51.8865040Z 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:19:51.8866381Z 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:19:51.8866965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:19:51.8867598Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:19:51.8869062Z 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:19:51.8869658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:19:51.8870228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:19:51.8870883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:19:51.8871591Z 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:19:51.8872358Z 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:19:51.8874099Z 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:19:51.8875917Z 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:19:51.8877491Z 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:19:51.8878265Z 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:19:51.8880055Z 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:19:51.8881718Z 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:19:51.8883416Z 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:19:51.8885064Z 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:19:51.8886745Z 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:19:51.8888452Z 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:19:51.8890352Z 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:19:51.8891932Z 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:19:51.8893435Z 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:19:51.8895084Z 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:19:51.8896523Z 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:19:51.8898162Z 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:19:51.8899645Z 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:19:51.8901223Z 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:19:51.8902825Z 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:19:51.8904310Z 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:19:51.8905789Z 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:19:51.8907427Z 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:19:51.8909124Z 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:19:51.8910666Z 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:19:51.8912290Z 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:19:51.8913916Z 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:19:51.8914714Z 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:19:51.8916469Z 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:19:51.8918121Z 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:19:51.8919849Z 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:19:51.8921510Z 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:19:51.8923383Z 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:19:51.8925004Z 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:19:51.8926682Z 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:19:51.8927366Z 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:19:51.8928908Z 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:19:51.8930469Z 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:19:51.8931150Z 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:19:51.8932679Z 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:19:51.8934256Z 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:19:51.8935801Z 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:19:51.8937327Z 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:19:51.8937976Z 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:19:51.8939758Z 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:19:51.8941510Z 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:19:51.8943326Z 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:19:51.8945222Z 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:19:51.8947021Z 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:19:51.8947868Z 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:19:51.8949498Z 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:19:51.8951137Z 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:19:51.8951885Z 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:19:51.8953902Z 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:19:51.8955555Z 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:19:51.8957036Z 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:19:51.8957732Z 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:19:51.8959386Z 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:19:51.8960667Z 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:19:51.8961262Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:19:51.8962740Z 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:19:51.8964076Z 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:19:51.8964623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:19:51.8965917Z 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:19:51.8967306Z 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:19:51.8968828Z 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:19:51.8969411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:19:51.8970726Z 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:19:51.8971433Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:19:51.8972615Z 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:19:51.8973187Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:19:51.8973710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:19:51.8974354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:19:51.8975039Z 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:19:51.8975609Z 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:19:51.8976949Z 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:19:51.8977540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:19:51.8978172Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:19:51.8978740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:19:51.8980088Z 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:19:51.8980695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:19:51.8981297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:19:51.8982523Z 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:19:51.8983853Z 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:19:51.8984307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:19:51.8985242Z 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:19:51.8985464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-06-05T23:19:51.8985705Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:19:51.8986527Z 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:19:51.8987256Z 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:19:51.8987478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-06-05T23:19:51.8988166Z 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:19:51.8988836Z 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:19:51.8989534Z 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:19:51.8990242Z 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:19:51.8990603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:19:51.8991568Z 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:19:51.8992586Z 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:19:51.8992967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-06-05T23:19:51.8993797Z 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:19:51.8994593Z 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:19:51.8995348Z 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:19:51.8996189Z 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:19:51.8996904Z 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:19:51.8997683Z 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:19:51.8998581Z 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:19:51.8999350Z 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:19:51.9000116Z 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:19:51.9000814Z 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:19:51.9001097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-06-05T23:19:51.9001850Z 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:19:51.9002454Z 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:19:51.9003130Z 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:19:51.9003375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:19:51.9003987Z 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:19:51.9004936Z 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:19:51.9005194Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:19:51.9005890Z 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:19:51.9006605Z 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:19:51.9007367Z 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:19:51.9008048Z 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:19:51.9008249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-06-05T23:19:51.9009155Z 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:19:51.9010171Z 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:19:51.9010763Z 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:19:51.9011281Z 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:19:51.9011539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:19:51.9012451Z 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:19:51.9013298Z 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:19:51.9014190Z 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:19:51.9014425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-06-05T23:19:51.9015193Z 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:19:51.9016194Z 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:19:51.9017231Z 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:19:51.9017880Z 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:19:51.9018119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:19:51.9018891Z 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:19:51.9019572Z 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:19:51.9020416Z 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:19:51.9021078Z 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:19:51.9021420Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:19:51.9022272Z 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:19:51.9023056Z 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:19:51.9024019Z 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:19:51.9024865Z 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:19:51.9025360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:19:51.9026229Z 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:19:51.9027242Z 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:19:51.9028230Z 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:19:51.9029249Z 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:19:51.9029664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:19:51.9030604Z 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:19:51.9031737Z 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:19:51.9032727Z 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:19:51.9033923Z 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:19:51.9034418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:19:51.9035323Z 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:19:51.9035817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:19:51.9036903Z 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:19:51.9038086Z 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:19:51.9039267Z 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:19:51.9040375Z 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:19:51.9041546Z 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:19:51.9042717Z 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:19:51.9043939Z 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:19:51.9045052Z 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:19:51.9046349Z 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:19:51.9047602Z 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:19:51.9048883Z 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:19:51.9050026Z 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:19:51.9051161Z 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:19:51.9051624Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:19:51.9052679Z 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:19:51.9053790Z 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:19:51.9054768Z 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:19:51.9055943Z 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:19:51.9056206Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:19:51.9056948Z 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:19:51.9057331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:19:51.9058093Z 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:19:51.9059061Z 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:19:51.9059909Z 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:19:51.9060852Z 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:19:51.9061709Z 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:19:51.9062638Z 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:19:51.9063469Z 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:19:51.9064485Z 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:19:51.9065410Z 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:19:51.9066311Z 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:19:51.9067429Z 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:19:51.9068390Z 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:19:51.9069304Z 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:19:51.9070190Z 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:19:51.9071117Z 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:19:51.9072016Z 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:19:51.9072820Z 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:19:51.9073841Z 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:19:51.9074646Z 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:19:51.9075620Z 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:19:51.9076461Z 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:19:51.9077359Z 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:19:51.9078288Z 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:19:51.9079146Z 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:19:51.9080176Z 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:19:51.9081121Z 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:19:51.9082143Z 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:19:51.9083445Z 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:19:51.9084207Z 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:19:51.9085027Z 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:19:51.9085833Z 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:19:51.9086741Z 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:19:51.9087702Z 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:19:51.9088703Z 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:19:51.9089534Z 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:19:51.9090514Z 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:19:51.9091288Z 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:19:51.9092266Z 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:19:51.9093027Z 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:19:51.9093983Z 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:19:51.9094921Z 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:19:51.9095983Z 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:19:51.9096796Z 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:19:51.9097731Z 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:19:51.9098641Z 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:19:51.9099523Z 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:19:51.9100332Z 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:19:51.9101263Z 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:19:51.9102100Z 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:19:51.9103051Z 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:19:51.9104166Z 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:19:51.9104946Z 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:19:51.9105913Z 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:19:51.9106666Z 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:19:51.9107672Z 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:19:51.9108455Z 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:19:51.9109579Z 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:19:51.9110400Z 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:19:51.9111514Z 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:19:51.9112301Z 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:19:51.9113378Z 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:19:51.9114120Z 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:19:51.9115116Z 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:19:51.9115906Z 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:19:51.9116893Z 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:19:51.9117687Z 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:19:51.9118651Z 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:19:51.9119457Z 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:19:51.9120366Z 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:19:51.9121273Z 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:19:51.9122086Z 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:19:51.9123196Z 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:19:51.9123994Z 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:19:51.9124960Z 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:19:51.9125844Z 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:19:51.9126745Z 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:19:51.9127778Z 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:19:51.9128601Z 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:19:51.9129609Z 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:19:51.9130400Z 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:19:51.9131375Z 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:19:51.9132344Z 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:19:51.9133092Z 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:19:51.9134013Z 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:19:51.9134757Z 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:19:51.9135817Z 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:19:51.9136826Z 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:19:51.9137635Z 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:19:51.9138598Z 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:19:51.9139330Z 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:19:51.9140211Z 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:19:51.9141490Z 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:19:51.9142442Z 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:19:51.9143367Z 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:19:51.9144151Z 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:19:51.9145176Z 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:19:51.9146015Z 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:19:51.9146935Z 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:19:51.9148035Z 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:19:51.9148999Z 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:19:51.9149822Z 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:19:51.9150788Z 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:19:51.9151548Z 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:19:51.9152551Z 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:19:51.9153475Z 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:19:51.9154488Z 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:19:51.9155441Z 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:19:51.9156303Z 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:19:51.9157225Z 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:19:51.9158058Z 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:19:51.9159113Z 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:19:51.9159948Z 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:19:51.9160900Z 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:19:51.9161803Z 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:19:51.9162652Z 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:19:51.9163410Z 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:19:51.9164310Z 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:19:51.9165173Z 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:19:51.9166009Z 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:19:51.9166823Z 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:19:51.9167649Z 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:19:51.9168509Z 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:19:51.9169283Z 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:19:51.9170079Z 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:19:51.9170838Z 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:19:51.9171680Z 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:19:51.9172440Z 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:19:51.9173352Z 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:19:51.9174242Z 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:19:51.9175168Z 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:19:51.9176105Z 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:19:51.9177082Z 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:19:51.9178086Z 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:19:51.9178906Z 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:19:51.9179811Z 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:19:51.9180689Z 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:19:51.9181617Z 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:19:51.9182498Z 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:19:51.9183494Z 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:19:51.9184663Z 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:19:51.9185843Z 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:19:51.9186870Z 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:19:51.9187848Z 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:19:51.9189005Z 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:19:51.9189973Z 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:19:51.9190974Z 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:19:51.9192186Z 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:19:51.9193173Z 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:19:51.9194213Z 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:19:51.9195437Z 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:19:51.9196407Z 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:19:51.9197411Z 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:19:51.9198985Z 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:19:51.9199893Z 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:19:51.9200944Z 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:19:51.9201881Z 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:19:51.9202803Z 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:19:51.9203750Z 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:19:51.9204758Z 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:19:51.9205657Z 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:19:51.9206601Z 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:19:51.9207475Z 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:19:51.9208293Z 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:19:51.9209387Z 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:19:51.9210265Z 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:19:51.9211192Z 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:19:51.9212009Z 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:19:51.9213241Z 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:19:51.9214202Z 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:19:51.9215029Z 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:19:51.9216070Z 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:19:51.9217099Z 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:19:51.9217992Z 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:19:51.9219001Z 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:19:51.9219867Z 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:19:51.9220781Z 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:19:51.9221758Z 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:19:51.9222799Z 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:19:51.9223736Z 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:19:51.9224563Z 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:19:51.9225508Z 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:19:51.9226341Z 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:19:51.9227315Z 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:19:51.9228104Z 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:19:51.9228444Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:19:51.9229262Z 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:19:51.9230238Z 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:19:51.9230634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:19:51.9231673Z 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:19:51.9232742Z 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:19:51.9233885Z 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:19:51.9234909Z 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:19:51.9235963Z 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:19:51.9237081Z 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:19:51.9238126Z 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:19:51.9239263Z 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:19:51.9240404Z 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:19:51.9241509Z 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:19:51.9242637Z 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:19:51.9243722Z 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:19:51.9244696Z 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:19:51.9245899Z 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:19:51.9246966Z 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:19:51.9248021Z 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:19:51.9249160Z 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:19:51.9250172Z 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:19:51.9251797Z 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:19:51.9252807Z 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:19:51.9253798Z 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:19:51.9254795Z 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:19:51.9255748Z 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:19:51.9256755Z 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:19:51.9257860Z 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:19:51.9258857Z 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:19:51.9259884Z 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:19:51.9260954Z 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:19:51.9262234Z 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:19:51.9263394Z 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:19:51.9264499Z 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:19:51.9265648Z 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:19:51.9266792Z 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:19:51.9267958Z 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:19:51.9269122Z 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:19:51.9270158Z 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:19:51.9271163Z 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:19:51.9272143Z 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:19:51.9273118Z 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:19:51.9274262Z 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:19:51.9275412Z 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:19:51.9276411Z 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:19:51.9277477Z 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:19:51.9278690Z 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:19:51.9279820Z 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:19:51.9280729Z 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:19:51.9281991Z 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:19:51.9283126Z 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:19:51.9284178Z 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:19:51.9285370Z 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:19:51.9286521Z 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:19:51.9287566Z 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:19:51.9288638Z 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:19:51.9289848Z 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:19:51.9290836Z 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:19:51.9292043Z 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:19:51.9293202Z 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:19:51.9294388Z 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:19:51.9295440Z 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:19:51.9296650Z 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:19:51.9312941Z 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:19:51.9314426Z 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:19:51.9315535Z 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:19:51.9316621Z 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:19:51.9317756Z 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:19:51.9318922Z 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:19:51.9320163Z 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:19:51.9321274Z 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:19:51.9322309Z 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:19:51.9323461Z 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:19:51.9324651Z 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:19:51.9325720Z 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:19:51.9326888Z 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:19:51.9328136Z 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:19:51.9329239Z 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:19:51.9330249Z 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:19:51.9331449Z 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:19:51.9332368Z 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:19:51.9333551Z 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:19:51.9334500Z 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:19:51.9335682Z 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:19:51.9336871Z 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:19:51.9337376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:19:51.9338444Z 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:19:51.9338895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:19:51.9339690Z 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:19:51.9340699Z 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:19:51.9341507Z 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:19:51.9341823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:19:51.9342718Z 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:19:51.9343558Z 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:19:51.9344620Z 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:19:51.9345406Z 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:19:51.9346408Z 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:19:51.9347366Z 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:19:51.9347872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:19:51.9348962Z 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:19:51.9381367Z 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:19:51.9382497Z 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:19:51.9383462Z 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:19:51.9384674Z 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:19:51.9385868Z 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:19:51.9387073Z 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:19:51.9388139Z 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:19:51.9389264Z 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:19:51.9390425Z 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:19:51.9391755Z 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:19:51.9392991Z 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:19:51.9394264Z 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:19:51.9395639Z 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:19:51.9396894Z 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:19:51.9398236Z 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:19:51.9398498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:19:51.9399249Z 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:19:51.9400129Z 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:19:51.9400932Z 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:19:51.9401256Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-06-05T23:19:51.9401929Z 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:19:51.9402576Z 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:19:51.9403473Z 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:19:51.9404091Z 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:19:51.9404897Z 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:19:51.9405619Z 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:19:51.9406356Z 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:19:51.9407052Z 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:19:51.9407712Z 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:19:51.9408476Z 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:19:51.9409279Z 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:19:51.9409560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:19:51.9409937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:19:51.9410404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:19:51.9411615Z 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:19:51.9412694Z 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:19:51.9413829Z 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:19:51.9414743Z 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:19:51.9415827Z 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:19:51.9416783Z 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:19:51.9417729Z 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:19:51.9464827Z 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:19:51.9465950Z 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:19:51.9466223Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-06-05T23:19:51.9466907Z 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:19:51.9467626Z 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:19:51.9468312Z 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:19:51.9468676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:19:51.9469655Z 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:19:51.9470519Z 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:19:51.9470774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-06-05T23:19:51.9471400Z 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:19:51.9471675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:19:51.9472672Z 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:19:51.9473001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:19:51.9473937Z 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:19:51.9474627Z 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:19:51.9475488Z 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:19:51.9476212Z 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:19:51.9477120Z 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:19:51.9477978Z 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:19:51.9478665Z 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:19:51.9479585Z 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:19:51.9480302Z 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:19:51.9481019Z 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:19:51.9481834Z 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:19:51.9482084Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-06-05T23:19:51.9482725Z 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:19:51.9483046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:19:51.9483876Z 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:19:51.9484728Z 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:19:51.9485532Z 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:19:51.9486362Z 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:19:51.9487031Z 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:19:51.9487811Z 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:19:51.9488620Z 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:19:51.9489457Z 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:19:51.9490214Z 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:19:51.9490977Z 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:19:51.9491784Z 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:19:51.9492602Z 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:19:51.9493389Z 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:19:51.9494230Z 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:19:51.9495008Z 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:19:51.9495794Z 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:19:51.9496637Z 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:19:51.9497459Z 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:19:51.9498204Z 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:19:51.9499087Z 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:19:51.9499849Z 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:19:51.9537008Z 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:19:51.9537833Z 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:19:51.9538600Z 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:19:51.9539285Z 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:19:51.9540369Z 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:19:51.9541044Z 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:19:51.9541901Z 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:19:51.9542636Z 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:19:51.9543523Z 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:19:51.9544221Z 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:19:51.9545049Z 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:19:51.9545748Z 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:19:51.9546556Z 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:19:51.9547206Z 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:19:51.9548019Z 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:19:51.9548640Z 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:19:51.9548990Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:19:51.9549676Z 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:19:51.9550479Z 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:19:51.9551132Z 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:19:51.9551882Z 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:19:51.9552720Z 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:19:51.9553441Z 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:19:51.9554258Z 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:19:51.9554897Z 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:19:51.9555770Z 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:19:51.9556480Z 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:19:51.9557250Z 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:19:51.9557919Z 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:19:51.9558678Z 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:19:51.9559335Z 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:19:51.9560129Z 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:19:51.9560823Z 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:19:51.9561566Z 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:19:51.9562254Z 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:19:51.9563047Z 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:19:51.9563817Z 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:19:51.9564521Z 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:19:51.9565222Z 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:19:51.9565971Z 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:19:51.9566715Z 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:19:51.9567447Z 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:19:51.9568265Z 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:19:51.9568909Z 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:19:51.9569724Z 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:19:51.9570415Z 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:19:51.9571239Z 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:19:51.9610453Z 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:19:51.9611343Z 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:19:51.9612022Z 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:19:51.9612803Z 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:19:51.9613524Z 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:19:51.9614269Z 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:19:51.9614938Z 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:19:51.9615692Z 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:19:51.9616446Z 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:19:51.9617188Z 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:19:51.9617989Z 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:19:51.9618676Z 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:19:51.9619437Z 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:19:51.9620179Z 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:19:51.9621046Z 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:19:51.9621719Z 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:19:51.9622485Z 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:19:51.9623125Z 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:19:51.9624049Z 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:19:51.9624699Z 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:19:51.9625436Z 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:19:51.9626127Z 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:19:51.9626862Z 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:19:51.9627543Z 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:19:51.9628290Z 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:19:51.9628968Z 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:19:51.9629703Z 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:19:51.9630390Z 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:19:51.9631098Z 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:19:51.9631847Z 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:19:51.9632528Z 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:19:51.9633283Z 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:19:51.9634038Z 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:19:51.9634895Z 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:19:51.9635612Z 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:19:51.9636499Z 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:19:51.9637304Z 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:19:51.9637967Z 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:19:51.9638848Z 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:19:51.9639545Z 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:19:51.9640291Z 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:19:51.9640976Z 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:19:51.9641802Z 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:19:51.9642547Z 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:19:51.9643269Z 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:19:51.9643988Z 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:19:51.9688040Z 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:19:51.9688677Z 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:19:51.9689409Z 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:19:51.9690043Z 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:19:51.9690660Z 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:19:51.9691362Z 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:19:51.9692111Z 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:19:51.9692800Z 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:19:51.9693535Z 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:19:51.9694499Z 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:19:51.9695280Z 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:19:51.9696089Z 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:19:51.9696946Z 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:19:51.9697779Z 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:19:51.9698041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:19:51.9698792Z 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:19:51.9699077Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:19:51.9699831Z 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:19:51.9700671Z 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:19:51.9701412Z 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:19:51.9701704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:19:51.9702597Z 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:19:51.9703465Z 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:19:51.9704211Z 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:19:51.9705025Z 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:19:51.9705459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:19:51.9706336Z 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:19:51.9707393Z 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:19:51.9707747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:19:51.9708529Z 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:19:51.9709709Z 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:19:51.9710718Z 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:19:51.9710964Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:19:51.9711695Z 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:19:51.9712573Z 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:19:51.9713219Z 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:19:51.9713572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:19:51.9714466Z 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:19:51.9715147Z 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:19:51.9715473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:19:51.9715738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:19:51.9716396Z 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:19:51.9716648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-06-05T23:19:51.9717461Z 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:19:51.9718115Z 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:19:51.9718934Z 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:19:51.9719590Z 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:19:51.9720362Z 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:19:51.9721179Z 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:19:51.9722070Z 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:19:51.9722669Z 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:19:51.9764287Z 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:19:51.9765508Z 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:19:51.9766602Z 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:19:51.9767223Z 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:19:51.9767953Z 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:19:51.9768540Z 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:19:51.9769259Z 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:19:51.9769560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-06-05T23:19:51.9770338Z 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:19:51.9771123Z 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:19:51.9771785Z 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:19:51.9772015Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-06-05T23:19:51.9772544Z 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:19:51.9773214Z 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:19:51.9773777Z 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:19:51.9774368Z 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:19:51.9774952Z 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:19:51.9775206Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:19:51.9776031Z 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:19:51.9776675Z 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:19:51.9777426Z 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:19:51.9778094Z 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:19:51.9778926Z 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:19:51.9779599Z 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:19:51.9780395Z 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:19:51.9781140Z 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:19:51.9781996Z 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:19:51.9782331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:19:51.9783098Z 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:19:51.9783377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:19:51.9784106Z 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:19:51.9784351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:19:51.9785094Z 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:19:51.9785357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:19:51.9785650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:19:51.9785952Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:19:51.9786886Z 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:19:51.9787774Z 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:19:51.9788680Z 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:19:51.9789590Z 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:19:51.9790378Z 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:19:51.9791298Z 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:19:51.9792080Z 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:19:51.9793060Z 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:19:51.9794074Z 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:19:51.9795033Z 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:19:51.9795942Z 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:19:51.9796709Z 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:19:51.9797675Z 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:19:51.9825677Z 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:19:51.9826532Z 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:19:51.9827535Z 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:19:51.9828436Z 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:19:51.9829490Z 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:19:51.9830415Z 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:19:51.9831207Z 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:19:51.9832075Z 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:19:51.9833042Z 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:19:51.9834056Z 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:19:51.9834919Z 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:19:51.9835800Z 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:19:51.9836688Z 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:19:51.9837685Z 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:19:51.9838551Z 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:19:51.9839390Z 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:19:51.9840269Z 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:19:51.9841247Z 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:19:51.9842179Z 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:19:51.9843068Z 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:19:51.9843948Z 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:19:51.9844822Z 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:19:51.9845676Z 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:19:51.9846580Z 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:19:51.9847438Z 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:19:51.9848256Z 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:19:51.9849118Z 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:19:51.9849991Z 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:19:51.9850870Z 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:19:51.9851758Z 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:19:51.9852609Z 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:19:51.9853665Z 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:19:51.9854541Z 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:19:51.9855348Z 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:19:51.9856317Z 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:19:51.9857264Z 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:19:51.9858066Z 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:19:51.9858862Z 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:19:51.9859843Z 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:19:51.9899937Z 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:19:51.9900865Z 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:19:51.9901891Z 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:19:51.9902841Z 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:19:51.9903947Z 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:19:51.9904778Z 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:19:51.9905778Z 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:19:51.9906575Z 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:19:51.9907553Z 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:19:51.9908539Z 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:19:51.9909610Z 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:19:51.9910572Z 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:19:51.9910851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:19:51.9911700Z 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:19:51.9912635Z 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:19:51.9913498Z 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:19:51.9914346Z 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:19:51.9914579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-06-05T23:19:51.9915316Z 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:19:51.9916091Z 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:19:51.9916830Z 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:19:51.9917595Z 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:19:51.9917863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:19:51.9918603Z 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:19:51.9919442Z 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:19:51.9920406Z 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:19:51.9920702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:19:51.9921525Z 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:19:51.9922472Z 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:19:51.9923428Z 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:19:51.9924456Z 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:19:51.9925295Z 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:19:51.9926047Z 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:19:51.9926380Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:19:51.9927094Z 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:19:51.9927923Z 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:19:51.9928635Z 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:19:51.9928912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:19:51.9929222Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:19:51.9929985Z 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:19:51.9930342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:19:51.9930945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:19:51.9932031Z 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:19:51.9933077Z 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:19:51.9934263Z 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:19:51.9935173Z 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:19:51.9977404Z 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:19:51.9978435Z 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:19:51.9979415Z 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:19:51.9979961Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:19:51.9981085Z 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:19:51.9981596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:19:51.9982035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:19:51.9982526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:19:51.9983731Z 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:19:51.9984047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:19:51.9984400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:19:51.9984690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:19:51.9985463Z 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:19:51.9986316Z 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:19:51.9987049Z 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:19:51.9987998Z 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:19:51.9988857Z 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:19:51.9989648Z 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:19:51.9989866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-06-05T23:19:51.9990513Z 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:19:51.9991338Z 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:19:51.9991588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:19:51.9992180Z 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:19:51.9992991Z 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:19:51.9993761Z 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:19:51.9994502Z 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:19:51.9995255Z 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:19:51.9996046Z 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:19:51.9996712Z 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:19:51.9997469Z 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:19:51.9998231Z 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:19:51.9998969Z 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:19:51.9999671Z 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:19:52.0000385Z 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:19:52.0000652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:19:52.0001329Z 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:19:52.0002080Z 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:19:52.0002769Z 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:19:52.0003477Z 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:19:52.0004153Z 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:19:52.0005039Z 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:19:52.0005932Z 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:19:52.0006717Z 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:19:52.0007576Z 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:19:52.0008390Z 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:19:52.0009381Z 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:19:52.0010172Z 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:19:52.0011129Z 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:19:52.0053419Z 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:19:52.0054330Z 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:19:52.0055106Z 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:19:52.0056002Z 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:19:52.0056641Z 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:19:52.0057387Z 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:19:52.0058054Z 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:19:52.0058709Z 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:19:52.0059363Z 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:19:52.0060146Z 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:19:52.0060861Z 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:19:52.0061509Z 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:19:52.0062257Z 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:19:52.0062901Z 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:19:52.0063677Z 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:19:52.0064452Z 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:19:52.0065102Z 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:19:52.0065852Z 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:19:52.0066494Z 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:19:52.0067427Z 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:19:52.0068115Z 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:19:52.0068839Z 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:19:52.0069572Z 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:19:52.0070398Z 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:19:52.0071049Z 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:19:52.0071791Z 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:19:52.0072446Z 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:19:52.0073212Z 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:19:52.0074045Z 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:19:52.0074770Z 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:19:52.0075553Z 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:19:52.0076344Z 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:19:52.0077148Z 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:19:52.0077874Z 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:19:52.0078592Z 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:19:52.0079298Z 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:19:52.0079638Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:19:52.0080345Z 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:19:52.0081168Z 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:19:52.0081602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:19:52.0082353Z 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:19:52.0083209Z 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:19:52.0084107Z 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:19:52.0084964Z 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:19:52.0085888Z 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:19:52.0086835Z 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:19:52.0087220Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:19:52.0132012Z 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:19:52.0132899Z 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:19:52.0133212Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:19:52.0134118Z 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:19:52.0134963Z 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:19:52.0135286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:19:52.0136170Z 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:19:52.0137106Z 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:19:52.0137933Z 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:19:52.0138849Z 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:19:52.0139085Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:19:52.0139855Z 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:19:52.0140641Z 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:19:52.0140922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:19:52.0141983Z 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:19:52.0142901Z 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:19:52.0143703Z 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:19:52.0144750Z 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:19:52.0145725Z 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:19:52.0146616Z 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:19:52.0147446Z 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:19:52.0148284Z 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:19:52.0149074Z 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:19:52.0149877Z 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:19:52.0150708Z 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:19:52.0151459Z 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:19:52.0152210Z 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:19:52.0152465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:19:52.0153346Z 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:19:52.0154108Z 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:19:52.0154901Z 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:19:52.0155816Z 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:19:52.0156545Z 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:19:52.0157359Z 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:19:52.0158154Z 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:19:52.0158919Z 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:19:52.0159864Z 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:19:52.0160668Z 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:19:52.0161457Z 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:19:52.0162164Z 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:19:52.0162856Z 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:19:52.0163647Z 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:19:52.0164335Z 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:19:52.0165066Z 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:19:52.0165786Z 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:19:52.0166674Z 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:19:52.0167368Z 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:19:52.0168228Z 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:19:52.0206687Z 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:19:52.0207557Z 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:19:52.0208393Z 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:19:52.0209417Z 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:19:52.0210243Z 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:19:52.0211234Z 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:19:52.0212306Z 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:19:52.0213106Z 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:19:52.0213978Z 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:19:52.0214867Z 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:19:52.0215661Z 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:19:52.0216462Z 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:19:52.0217298Z 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:19:52.0218074Z 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:19:52.0218788Z 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:19:52.0219660Z 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:19:52.0220455Z 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:19:52.0221314Z 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:19:52.0222173Z 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:19:52.0222819Z 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:19:52.0223753Z 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:19:52.0224467Z 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:19:52.0225246Z 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:19:52.0225511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:19:52.0226407Z 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:19:52.0227139Z 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:19:52.0228117Z 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:19:52.0228834Z 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:19:52.0229746Z 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:19:52.0230472Z 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:19:52.0231428Z 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:19:52.0231705Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:19:52.0232666Z 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:19:52.0233573Z 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:19:52.0234471Z 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:19:52.0234772Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:19:52.0235698Z 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:19:52.0236531Z 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:19:52.0236825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:19:52.0237586Z 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:19:52.0238340Z 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:19:52.0238687Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:19:52.0239055Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:19:52.0239820Z 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:19:52.0240274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:19:52.0240639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:19:52.0241538Z 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:19:52.0242389Z 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:19:52.0274509Z 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:19:52.0274882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:19:52.0275242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:19:52.0276216Z 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:19:52.0277103Z 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:19:52.0277489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:19:52.0278232Z 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:19:52.0279156Z 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:19:52.0279471Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:19:52.0280351Z 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:19:52.0280697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:19:52.0281624Z 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:19:52.0282605Z 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:19:52.0283644Z 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:19:52.0283975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:19:52.0284323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:19:52.0285391Z 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:19:52.0286265Z 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:19:52.0287096Z 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:19:52.0287441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:19:52.0288440Z 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:19:52.0289299Z 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:19:52.0289684Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:19:52.0290067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:19:52.0290909Z 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:19:52.0291952Z 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:19:52.0292962Z 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:19:52.0293853Z 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:19:52.0294182Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:19:52.0295110Z 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:19:52.0295937Z 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:19:52.0296846Z 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:19:52.0297852Z 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:19:52.0298716Z 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:19:52.0299754Z 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:19:52.0300661Z 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:19:52.0301692Z 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:19:52.0302612Z 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:19:52.0303572Z 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:19:52.0304626Z 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:19:52.0305508Z 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:19:52.0306531Z 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:19:52.0307426Z 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:19:52.0308475Z 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:19:52.0335650Z 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:19:52.0337124Z 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:19:52.0338013Z 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:19:52.0338860Z 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:19:52.0339704Z 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:19:52.0340659Z 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:19:52.0341509Z 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:19:52.0342483Z 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:19:52.0343466Z 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:19:52.0344358Z 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:19:52.0345267Z 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:19:52.0346377Z 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:19:52.0346994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:19:52.0347916Z 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:19:52.0348834Z 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:19:52.0349921Z 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:19:52.0350773Z 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:19:52.0351788Z 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:19:52.0352723Z 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:19:52.0353670Z 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:19:52.0354657Z 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:19:52.0355480Z 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:19:52.0356438Z 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:19:52.0357266Z 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:19:52.0358314Z 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:19:52.0359253Z 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:19:52.0360134Z 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:19:52.0361097Z 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:19:52.0362045Z 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:19:52.0362928Z 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:19:52.0363934Z 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:19:52.0364881Z 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:19:52.0365754Z 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:19:52.0366733Z 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:19:52.0367638Z 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:19:52.0368535Z 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:19:52.0369511Z 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:19:52.0370314Z 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:19:52.0393885Z 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:19:52.0394875Z 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:19:52.0395898Z 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:19:52.0396826Z 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:19:52.0397892Z 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:19:52.0398853Z 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:19:52.0399742Z 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:19:52.0400755Z 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:19:52.0401786Z 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:19:52.0402798Z 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:19:52.0403890Z 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:19:52.0404952Z 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:19:52.0405818Z 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:19:52.0406851Z 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:19:52.0407895Z 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:19:52.0408986Z 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:19:52.0409993Z 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:19:52.0410843Z 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:19:52.0411813Z 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:19:52.0412771Z 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:19:52.0413587Z 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:19:52.0414634Z 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:19:52.0415543Z 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:19:52.0416496Z 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:19:52.0417499Z 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:19:52.0418760Z 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:19:52.0419891Z 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:19:52.0420994Z 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:19:52.0422094Z 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:19:52.0423139Z 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:19:52.0424217Z 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:19:52.0425136Z 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:19:52.0426083Z 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:19:52.0427115Z 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:19:52.0427972Z 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:19:52.0429043Z 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:19:52.0430033Z 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:19:52.0430867Z 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:19:52.0469435Z 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:19:52.0470535Z 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:19:52.0471540Z 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:19:52.0472607Z 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:19:52.0473656Z 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:19:52.0474502Z 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:19:52.0475477Z 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:19:52.0476506Z 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:19:52.0477382Z 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:19:52.0478328Z 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:19:52.0479158Z 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:19:52.0480024Z 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:19:52.0480303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:19:52.0481098Z 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:19:52.0481722Z 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:19:52.0482310Z 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:19:52.0483119Z 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:19:52.0483333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-06-05T23:19:52.0483552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-06-05T23:19:52.0484196Z 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:19:52.0484874Z 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:19:52.0485136Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:19:52.0485900Z 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:19:52.0486649Z 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:19:52.0487458Z 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:19:52.0488231Z 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:19:52.0488973Z 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:19:52.0489823Z 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:19:52.0490731Z 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:19:52.0491440Z 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:19:52.0492244Z 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:19:52.0493072Z 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:19:52.0493834Z 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:19:52.0494581Z 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:19:52.0495326Z 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:19:52.0496079Z 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:19:52.0496890Z 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:19:52.0497586Z 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:19:52.0498316Z 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:19:52.0499097Z 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:19:52.0499871Z 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:19:52.0500673Z 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:19:52.0500935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:19:52.0501697Z 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:19:52.0502511Z 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:19:52.0502888Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:19:52.0503750Z 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:19:52.0554696Z 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:19:52.0555450Z 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:19:52.0555928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:19:52.0556815Z 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:19:52.0557555Z 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:19:52.0558336Z 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:19:52.0559087Z 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:19:52.0559896Z 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:19:52.0560604Z 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:19:52.0561359Z 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:19:52.0561605Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:19:52.0562426Z 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:19:52.0563131Z 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:19:52.0563368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-06-05T23:19:52.0563693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:19:52.0564517Z 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:19:52.0565297Z 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:19:52.0565702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:19:52.0566443Z 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:19:52.0567402Z 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:19:52.0567756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:19:52.0568530Z 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:19:52.0569400Z 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:19:52.0569714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:19:52.0570423Z 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:19:52.0571430Z 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:19:52.0571698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:19:52.0572002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:19:52.0572948Z 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:19:52.0573734Z 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:19:52.0574675Z 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:19:52.0574906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-06-05T23:19:52.0575191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-06-05T23:19:52.0575947Z 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:19:52.0576605Z 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:19:52.0577411Z 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:19:52.0578088Z 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:19:52.0578830Z 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:19:52.0579437Z 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:19:52.0580239Z 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:19:52.0580888Z 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:19:52.0581720Z 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:19:52.0582378Z 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:19:52.0583199Z 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:19:52.0583781Z 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:19:52.0584515Z 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:19:52.0585169Z 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:19:52.0585823Z 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:19:52.0586609Z 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:19:52.0587216Z 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:19:52.0587840Z 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:19:52.0588125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:19:52.0588909Z 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:19:52.0634040Z 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:19:52.0636869Z 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:19:52.0639656Z 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:19:52.0654744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:19:52.0656805Z 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:19:52.0659762Z 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:19:52.0662696Z 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:19:52.0665535Z 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:19:52.0668399Z 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:19:52.0671271Z 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:19:52.0674317Z 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:19:52.0677479Z 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:19:52.0680461Z 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:19:52.0683228Z 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:19:52.0686099Z 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:19:52.0688786Z 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:19:52.0690691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:19:52.0692552Z 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:19:52.0695216Z 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:19:52.0697859Z 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:19:52.0700494Z 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:19:52.0702364Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-06-05T23:19:52.0704208Z 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:19:52.0706802Z 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:19:52.0709632Z 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:19:52.0711592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:19:52.0713638Z 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:19:52.0715704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:19:52.0718000Z 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:19:52.0721167Z 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:19:52.0723468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:19:52.0725749Z 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:19:52.0728970Z 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:19:52.0732397Z 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:19:52.0734678Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:19:52.0736806Z 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:19:52.0739046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:19:52.0741612Z 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:19:52.0744112Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:19:52.0746835Z 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:19:52.0750604Z 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:19:52.0754469Z 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:19:52.0757199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:19:52.0759894Z 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:19:52.0763637Z 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:19:52.0767393Z 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:19:52.0771142Z 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:19:52.0773880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:19:52.0776646Z 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:19:52.0780476Z 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:19:52.0784293Z 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:19:52.0788133Z 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:19:52.0790977Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:19:52.0793657Z 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:19:52.0797237Z 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:19:52.0800089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:19:52.0802677Z 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:19:52.0806352Z 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:19:52.0809240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:19:52.0811909Z 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:19:52.0815709Z 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:19:52.0819523Z 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:19:52.0823260Z 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:19:52.0827018Z 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:19:52.0830779Z 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:19:52.0834615Z 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:19:52.0837186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:19:52.0839517Z 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:19:52.0842766Z 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:19:52.0846099Z 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:19:52.0849618Z 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:19:52.0851916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:19:52.0853316Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:19:52.0855816Z 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:19:52.0859527Z 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:19:52.0863147Z 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:19:52.0866759Z 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:19:52.0870294Z 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:19:52.0873947Z 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:19:52.0877520Z 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:19:52.0881049Z 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:19:52.0884558Z 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:19:52.0887999Z 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:19:52.0891471Z 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:19:52.0895070Z 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:19:52.0898649Z 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:19:52.0902186Z 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:19:52.0905699Z 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:19:52.0908008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-06-05T23:19:52.0909405Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:19:52.0911245Z 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:19:52.0913837Z 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:19:52.0915688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:19:52.0917847Z 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:19:52.0919825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:19:52.0921756Z 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:19:52.0923585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-06-05T23:19:52.0924612Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:19:52.0926487Z 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:19:52.0929161Z 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:19:52.0931930Z 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:19:52.0934611Z 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:19:52.0937289Z 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:19:52.0940007Z 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:19:52.0942853Z 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:19:52.0945665Z 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:19:52.0948417Z 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:19:52.0950311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-06-05T23:19:52.0951955Z 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:19:52.0954323Z 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:19:52.0956698Z 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:19:52.0959075Z 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:19:52.0960978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:19:52.0962869Z 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:19:52.0965461Z 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:19:52.0967319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-06-05T23:19:52.0969191Z 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:19:52.0971626Z 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:19:52.0973472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:19:52.0975455Z 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:19:52.0978164Z 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:19:52.0980313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:19:52.0982893Z 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:19:52.0986447Z 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:19:52.0990006Z 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:19:52.0993732Z 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:19:52.0997205Z 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:19:52.1000674Z 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:19:52.1003106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:19:52.1005076Z 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:19:52.1007798Z 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:19:52.1009910Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:19:52.1011872Z 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:19:52.1014766Z 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:19:52.1016701Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:19:52.1018650Z 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:19:52.1021343Z 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:19:52.1023386Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-06-05T23:19:52.1025162Z 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:19:52.1027708Z 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:19:52.1030266Z 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:19:52.1032847Z 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:19:52.1035517Z 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:19:52.1038155Z 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:19:52.1040778Z 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:19:52.1043326Z 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:19:52.1046048Z 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:19:52.1048836Z 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:19:52.1051449Z 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:19:52.1053963Z 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:19:52.1056478Z 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:19:52.1058913Z 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:19:52.1061479Z 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:19:52.1063441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:19:52.1065461Z 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:19:52.1068426Z 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:19:52.1070525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:19:52.1072712Z 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:19:52.1075868Z 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:19:52.1079083Z 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:19:52.1082194Z 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:19:52.1084353Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:19:52.1086327Z 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:19:52.1089152Z 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:19:52.1091988Z 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:19:52.1094127Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:19:52.1096465Z 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:19:52.1099787Z 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:19:52.1103185Z 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:19:52.1106557Z 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:19:52.1110161Z 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:19:52.1113543Z 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:19:52.1116874Z 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:19:52.1120283Z 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:19:52.1123836Z 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:19:52.1127118Z 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:19:52.1130367Z 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:19:52.1132849Z 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:19:52.1134663Z 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:19:52.1136404Z 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:19:52.1138186Z 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:19:52.1139949Z 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:19:52.1141760Z 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:19:52.1143556Z 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:19:52.1144708Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:19:52.1145785Z 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:19:52.1147357Z 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:19:52.1148966Z 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:19:52.1150471Z 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:19:52.1151963Z 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:19:52.1153542Z 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:19:52.1155035Z 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:19:52.1156131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:19:52.1157270Z 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:19:52.1158362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:19:52.1159401Z 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:19:52.1160485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:19:52.1161680Z 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:19:52.1163406Z 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:19:52.1165066Z 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:19:52.1166725Z 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:19:52.1167933Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:19:52.1169170Z 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:19:52.1171965Z 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:19:52.1175078Z 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:19:52.1178107Z 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:19:52.1180380Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:19:52.1182722Z 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:19:52.1185094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:19:52.1187596Z 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:19:52.1191023Z 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:19:52.1193636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:19:52.1196024Z 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:19:52.1199415Z 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:19:52.1201856Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:19:52.1204400Z 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:19:52.1207927Z 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:19:52.1210597Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-06-05T23:19:52.1212385Z 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:19:52.1214917Z 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:19:52.1217472Z 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:19:52.1219295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-06-05T23:19:52.1221228Z 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:19:52.1223971Z 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:19:52.1225858Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-06-05T23:19:52.1227633Z 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:19:52.1230064Z 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:19:52.1231870Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:19:52.1233866Z 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:19:52.1236242Z 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:19:52.1237266Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:19:52.1238300Z 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:19:52.1239679Z 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:19:52.1240690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:19:52.1241707Z 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:19:52.1244245Z 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:19:52.1246205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:19:52.1248444Z 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:19:52.1250463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:19:52.1252355Z 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:19:52.1254960Z 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:19:52.1257743Z 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:19:52.1260457Z 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:19:52.1263192Z 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:19:52.1265182Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:19:52.1267044Z 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:19:52.1269726Z 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:19:52.1271669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:19:52.1273586Z 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:19:52.1276146Z 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:19:52.1278036Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-06-05T23:19:52.1279809Z 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:19:52.1282376Z 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:19:52.1284265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-06-05T23:19:52.1286070Z 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:19:52.1288598Z 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:19:52.1290416Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-06-05T23:19:52.1292236Z 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:19:52.1294889Z 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:19:52.1296799Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-06-05T23:19:52.1298562Z 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:19:52.1301186Z 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:19:52.1303074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:19:52.1305112Z 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:19:52.1307941Z 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:19:52.1310171Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-06-05T23:19:52.1312024Z 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:19:52.1314635Z 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:19:52.1316511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:19:52.1318421Z 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:19:52.1321108Z 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:19:52.1323008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-06-05T23:19:52.1324116Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:19:52.1326073Z 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:19:52.1327952Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-06-05T23:19:52.1328984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-06-05T23:19:52.1330104Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:19:52.1332074Z 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:19:52.1334937Z 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:19:52.1337772Z 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:19:52.1340436Z 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:19:52.1343171Z 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:19:52.1345145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:19:52.1347215Z 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:19:52.1350083Z 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:19:52.1353212Z 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:19:52.1356355Z 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:19:52.1359341Z 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:19:52.1361546Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-06-05T23:19:52.1362654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:19:52.1364633Z 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:19:52.1367417Z 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:19:52.1369281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-06-05T23:19:52.1370281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-06-05T23:19:52.1372034Z 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:19:52.1374459Z 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:19:52.1376270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-06-05T23:19:52.1378009Z 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:19:52.1379820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:19:52.1381803Z 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:19:52.1384638Z 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:19:52.1387553Z 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:19:52.1390431Z 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:19:52.1393282Z 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:19:52.1395369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:19:52.1397314Z 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:19:52.1399226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-06-05T23:19:52.1400999Z 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:19:52.1403440Z 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:19:52.1405986Z 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:19:52.1407814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:19:52.1409981Z 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:19:52.1411981Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-06-05T23:19:52.1413987Z 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:19:52.1415868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-06-05T23:19:52.1417799Z 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:19:52.1420599Z 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:19:52.1423483Z 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:19:52.1426202Z 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:19:52.1429022Z 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:19:52.1431071Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-06-05T23:19:52.1432730Z 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:19:52.1434521Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-06-05T23:19:52.1436301Z 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:19:52.1438055Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-06-05T23:19:52.1439783Z 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:19:52.1441591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-06-05T23:19:52.1443678Z 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:19:52.1445808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:19:52.1447946Z 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:19:52.1450906Z 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:19:52.1452962Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-06-05T23:19:52.1454153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:19:52.1456428Z 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:19:52.1459352Z 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:19:52.1461465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:19:52.1463734Z 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:19:52.1465927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-06-05T23:19:52.1466957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:19:52.1468790Z 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:19:52.1471372Z 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:19:52.1474093Z 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:19:52.1476783Z 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:19:52.1479492Z 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:19:52.1482340Z 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:19:52.1485145Z 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:19:52.1487909Z 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:19:52.1490654Z 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:19:52.1492673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:19:52.1494926Z 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:19:52.1497308Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:19:52.1498887Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:19:52.1501497Z 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:19:52.1505000Z 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:19:52.1508125Z 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:19:52.1510366Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-06-05T23:19:52.1512139Z 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:19:52.1514668Z 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:19:52.1517235Z 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:19:52.1520010Z 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:19:52.1522648Z 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:19:52.1525290Z 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:19:52.1527188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-06-05T23:19:52.1529069Z 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:19:52.1531765Z 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:19:52.1533683Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-06-05T23:19:52.1535475Z 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:19:52.1538077Z 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:19:52.1540723Z 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:19:52.1543286Z 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:19:52.1545124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:19:52.1547051Z 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:19:52.1549763Z 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:19:52.1552585Z 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:19:52.1555524Z 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:19:52.1557576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:19:52.1559463Z 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:19:52.1561512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:19:52.1564037Z 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:19:52.1567345Z 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:19:52.1570690Z 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:19:52.1574135Z 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:19:52.1577468Z 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:19:52.1579934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:19:52.1582511Z 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:19:52.1585132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:19:52.1587928Z 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:19:52.1591777Z 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:19:52.1594411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:19:52.1596470Z 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:19:52.1598625Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:19:52.1600107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:19:52.1602669Z 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:19:52.1606176Z 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:19:52.1608921Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:19:52.1610645Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:19:52.1613467Z 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:19:52.1617408Z 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:19:52.1621506Z 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:19:52.1624175Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:19:52.1625687Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:19:52.1627309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:19:52.1629286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:19:52.1632274Z 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:19:52.1635232Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:19:52.1636919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:19:52.1638769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:19:52.1641830Z 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:19:52.1644772Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:19:52.1646460Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:19:52.1649344Z 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:19:52.1652328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:19:52.1655429Z 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:19:52.1658473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:19:52.1661531Z 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:19:52.1664568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:19:52.1667441Z 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:19:52.1670209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:19:52.1671751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:19:52.1674475Z 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:19:52.1678297Z 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:19:52.1681898Z 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:19:52.1685410Z 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:19:52.1687700Z 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:19:52.1689724Z 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:19:52.1691767Z 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:19:52.1693805Z 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:19:52.1695236Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:19:52.1696080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:19:52.1697543Z 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:19:52.1698937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:19:52.1700324Z 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:19:52.1702245Z 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:19:52.1704123Z 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:19:52.1705591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:19:52.1707189Z 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:19:52.1708859Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:19:52.1710237Z 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:19:52.1712116Z 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:19:52.1714033Z 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:19:52.1715326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:19:52.1716282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:19:52.1717719Z 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:19:52.1720146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:19:52.1722052Z 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:19:52.1724287Z 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:19:52.1725874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:19:52.1726899Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:19:52.1729647Z 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:19:52.1732014Z 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:19:52.1734440Z 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:19:52.1737002Z 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:19:52.1738568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:19:52.1739242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:19:52.1740016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:19:52.1741404Z 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:19:52.1743300Z 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:19:52.1745330Z 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:19:52.1747246Z 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:19:52.1749155Z 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:19:52.1750636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:19:52.1752104Z 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:19:52.1753703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:19:52.1755279Z 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:19:52.1757442Z 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:19:52.1758811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-06-05T23:19:52.1759368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-06-05T23:19:52.1759982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-06-05T23:19:52.1761096Z 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:19:52.1762126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-06-05T23:19:52.1762700Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-06-05T23:19:52.1763575Z 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:19:52.1764476Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-06-05T23:19:52.1765454Z 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:19:52.1766891Z 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:19:52.1768366Z 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:19:52.1769731Z 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:19:52.1771056Z 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:19:52.1771975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-06-05T23:19:52.1772706Z 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:19:52.1773803Z 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:19:52.1774773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-06-05T23:19:52.1775453Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-06-05T23:19:52.1775932Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-06-05T23:19:52.1776794Z 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:19:52.1777711Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-06-05T23:19:52.1778210Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-06-05T23:19:52.1778792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-06-05T23:19:52.1779406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:19:52.1780483Z 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:19:52.1781986Z 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:19:52.1783472Z 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:19:52.1784953Z 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:19:52.1786424Z 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:19:52.1787910Z 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:19:52.1789446Z 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:19:52.1791041Z 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:19:52.1792624Z 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:19:52.1794356Z 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:19:52.1795942Z 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:19:52.1797523Z 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:19:52.1799061Z 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:19:52.1799741Z 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:19:52.1800497Z 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:19:52.1801159Z 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:19:52.1801859Z 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:19:52.1802661Z 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:19:52.1802984Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:19:52.1803754Z 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:19:52.1804152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:19:52.1805062Z 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:19:52.1805963Z 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:19:52.1806311Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:19:52.1807141Z 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:19:52.1807993Z 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:19:52.1809027Z 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:19:52.1809898Z 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:19:52.1810737Z 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:19:52.1811083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:19:52.1811899Z 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:19:52.1812745Z 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:19:52.1813567Z 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:19:52.1814546Z 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:19:52.1815356Z 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:19:52.1816150Z 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:19:52.1817047Z 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:19:52.1817863Z 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:19:52.1818661Z 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:19:52.1819493Z 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:19:52.1820317Z 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:19:52.1821134Z 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:19:52.1821950Z 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:19:52.1822786Z 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:19:52.1823157Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:19:52.1823542Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:19:52.1823954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:19:52.1824921Z 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:19:52.1825867Z 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:19:52.1826268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:19:52.1827235Z 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:19:52.1828237Z 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:19:52.1829209Z 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:19:52.1830137Z 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:19:52.1831109Z 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:19:52.1832103Z 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:19:52.1833031Z 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:19:52.1834034Z 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:19:52.1834987Z 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:19:52.1835942Z 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:19:52.1836936Z 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:19:52.1837862Z 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:19:52.1838159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:19:52.1838901Z 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:19:52.1839667Z 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:19:52.1840426Z 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:19:52.1841205Z 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:19:52.1841514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:19:52.1842331Z 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:19:52.1842624Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:19:52.1843344Z 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:19:52.1844077Z 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:19:52.1844839Z 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:19:52.1845593Z 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:19:52.1846338Z 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:19:52.1847040Z 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:19:52.1847784Z 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:19:52.1848834Z 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:19:52.1850187Z 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:19:52.1851311Z 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:19:52.1852046Z 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:19:52.1852369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:19:52.1853524Z 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:19:52.1855054Z 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:19:52.1855392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-06-05T23:19:52.1855880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:19:52.1857501Z 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:19:52.1858412Z 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:19:52.1859314Z 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:19:52.1859614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:19:52.1860359Z 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:19:52.1861117Z 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:19:52.1861903Z 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:19:52.1862673Z 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:19:52.1862985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:19:52.2314725Z 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:19:52.2315581Z 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:19:52.2316405Z 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:19:52.2316591Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-06-05T23:19:52.2316775Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-06-05T23:19:52.2317286Z 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:19:52.2317808Z 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:19:52.2317908Z running install_egg_info 2025-06-05T23:19:52.2318273Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:19:52.2318384Z running install_scripts 2025-06-05T23:19:52.2318658Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:19:52.2319228Z creating '/tmp/pip-wheel-oyss_vsi/.tmp-5f51zaps/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:19:52.2319344Z adding 'executorch/version.py' 2025-06-05T23:19:52.2319722Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:19:52.2319918Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:19:52.2320102Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:19:52.2320397Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:19:52.2320594Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:19:52.2320836Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:19:52.2321039Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:19:52.2321273Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:19:52.2321539Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:19:52.2321787Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:19:52.2322164Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:19:52.2322348Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:19:52.2322542Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:19:52.2322721Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:19:52.2322960Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:19:52.2323173Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:19:52.2323369Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:19:52.2323650Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:19:52.2323863Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:19:52.2324076Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:19:52.2324301Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:19:52.2324502Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:19:52.2324737Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:19:52.2324935Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:19:52.2325146Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:19:52.2325374Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:19:52.2325568Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:19:52.2325795Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:19:52.2325994Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:19:52.2326189Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:19:52.2326375Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:19:52.2326555Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:19:52.2326751Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:19:52.2326954Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:19:52.2327184Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:19:52.2327553Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:19:52.2327865Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:19:52.2328060Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:19:52.2328225Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:19:52.2328444Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:19:52.2328655Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:19:52.2328839Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:19:52.2329051Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:19:52.2329300Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:19:52.2329559Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:19:52.2329844Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:19:52.2330110Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:19:52.2330320Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:19:52.2330508Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:19:52.2330739Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:19:52.2331014Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:19:52.2331259Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:19:52.2331494Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:19:52.2331718Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:19:52.2331972Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:19:52.2332341Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:19:52.2332624Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:19:52.2332844Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:19:52.2333071Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:19:52.2333341Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:19:52.2333607Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:19:52.2333906Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:19:52.2334459Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:19:52.2334685Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:19:52.2334838Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:19:52.2335149Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:19:52.2335450Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:19:52.2335790Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:19:52.2336108Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:19:52.2336448Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:19:52.2336808Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:19:52.2337140Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:19:52.2337384Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:19:52.2337746Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:19:52.2338108Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:19:52.2338470Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:19:52.2338851Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:19:52.2339242Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:19:52.2339557Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:19:52.2339809Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:19:52.2340074Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:19:52.2340410Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:19:52.2340809Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:19:52.2341219Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:19:52.2341614Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:19:52.2342014Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:19:52.2342218Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:19:52.2342522Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:19:52.2342859Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:19:52.2343181Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:19:52.2343541Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:19:52.2343913Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:19:52.2344345Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:19:52.2344546Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:19:52.2344727Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:19:52.2344918Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:19:52.2345175Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:19:52.2345468Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:19:52.2345970Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:19:52.2346406Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:19:52.2346837Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:19:52.2651896Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:19:52.2652263Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:19:52.2652674Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:19:52.2653143Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:19:52.2653336Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:19:52.2653609Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:19:52.2653925Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:19:52.2654171Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:19:52.2654386Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:19:52.2654655Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:19:52.2654880Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:19:52.2655128Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:19:52.2655324Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:19:52.2655564Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:19:52.2655880Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:19:52.2656099Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:19:52.2656324Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:19:52.2656554Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:19:52.2656782Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:19:52.2657004Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:19:52.2657227Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:19:52.2657437Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:19:52.2657701Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:19:52.2657887Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:19:52.2658153Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:19:52.2658345Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:19:52.2658491Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:19:52.2658641Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:19:52.2658793Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:19:52.2658947Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:19:52.2659119Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:19:52.2659261Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:19:52.2659414Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:19:52.2659569Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:19:52.2659766Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:19:52.2659943Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:19:52.2660086Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:19:52.2660225Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:19:52.2660395Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:19:52.2660632Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:19:52.2660929Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:19:52.2661071Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:19:52.2661222Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:19:52.2661366Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:19:52.2661501Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:19:52.2661687Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:19:52.2661850Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:19:52.2662064Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:19:52.2662207Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:19:52.2662360Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:19:52.2662519Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:19:52.2662663Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:19:52.2662861Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:19:52.2663112Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:19:52.2663314Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:19:52.2663511Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:19:52.2663662Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:19:52.2663820Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:19:52.2663961Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:19:52.2664129Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:19:52.2664271Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:19:52.2664413Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:19:52.2664574Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:19:52.2664725Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:19:52.2664884Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:19:52.2665099Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:19:52.2665268Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:19:52.2665486Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:19:52.2665695Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:19:52.2665903Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:19:52.2666140Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:19:52.2666394Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:19:52.2666567Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:19:52.2666737Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:19:52.2666894Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:19:52.2667061Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:19:52.2667258Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:19:52.2667456Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:19:52.2667690Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:19:52.2667892Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:19:52.2668069Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:19:52.2668220Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:19:52.2668355Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:19:52.2668513Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:19:52.2668737Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:19:52.2669017Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:19:52.2669293Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:19:52.2669476Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:19:52.2669690Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:19:52.2669883Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:19:52.2670083Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:19:52.2670313Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:19:52.2670569Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:19:52.2670804Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:19:52.2671112Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:19:52.2671373Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:19:52.2671610Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:19:52.2671811Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:19:52.2671996Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:19:52.2672162Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:19:52.2672340Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:19:52.2672567Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:19:52.2672780Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:19:52.2672989Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:19:52.2673191Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:19:52.2673481Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:19:52.2673656Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:19:52.2673809Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:19:52.2673971Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:19:52.2674199Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:19:52.2674353Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:19:52.2674518Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:19:52.2674664Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:19:52.2674824Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:19:52.2674986Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:19:52.2675163Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:19:52.2675335Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:19:52.2675498Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:19:52.2675658Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:19:52.2675808Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:19:52.2675964Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:19:52.2676134Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:19:52.2676334Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:19:52.2676493Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:19:52.2676667Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:19:52.2676914Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:19:52.2677111Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:19:52.2677334Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:19:52.2677496Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:19:52.2677694Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:19:52.2955992Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:19:52.2956311Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:19:52.2956550Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:19:52.2956843Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:19:52.2957147Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:19:52.2957333Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:19:52.2957497Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:19:52.2957786Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:19:52.2957940Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:19:52.2958117Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:19:52.2958277Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:19:52.2958463Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:19:52.2958640Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:19:52.2958824Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:19:52.2958997Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:19:52.2959140Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:19:52.2959332Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:19:52.2959640Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:19:52.2959846Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:19:52.2960000Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:19:52.2960174Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:19:52.2960348Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:19:52.2960546Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:19:52.2960711Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:19:52.2960867Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:19:52.2961082Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:19:52.2961315Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:19:52.2961506Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:19:52.2961667Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:19:52.2961808Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:19:52.2961968Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:19:52.2962162Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:19:52.2962307Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:19:52.2962469Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:19:52.2962629Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:19:52.2962778Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:19:52.2962966Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:19:52.2963116Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:19:52.2963277Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:19:52.2963433Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:19:52.2963600Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:19:52.2963792Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:19:52.2963974Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:19:52.2964182Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:19:52.2964380Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:19:52.2964588Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:19:52.2964894Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:19:52.2965084Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:19:52.2965282Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:19:52.2965439Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:19:52.2965608Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:19:52.2965769Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:19:52.2965922Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:19:52.2966234Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:19:52.2966447Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:19:52.2966621Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:19:52.2966791Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:19:52.2966940Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:19:52.2967109Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:19:52.2967319Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:19:52.2967504Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:19:52.2967721Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:19:52.2967935Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:19:52.2968095Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:19:52.2968262Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:19:52.2968474Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:19:52.2968681Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:19:52.2968969Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:19:52.2969184Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:19:52.2969521Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:19:52.2969783Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:19:52.2970025Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:19:52.2970238Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:19:52.2970539Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:19:52.2970765Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:19:52.2971112Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:19:52.2971498Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:19:52.2971743Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:19:52.2972029Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:19:52.2972286Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:19:52.2972490Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:19:52.2972719Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:19:52.2972957Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:19:52.2973270Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:19:52.2973589Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:19:52.2973901Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:19:52.2974135Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:19:52.2974333Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:19:52.2974736Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:19:52.2974991Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:19:52.2975152Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:19:52.2975365Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:19:52.2975547Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:19:52.2975729Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:19:52.2975962Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:19:52.2976343Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:19:52.2976706Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:19:52.2977117Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:19:52.2977547Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:19:52.2977839Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:19:52.2978152Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:19:52.2978565Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:19:52.2978978Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:19:52.2979293Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:19:52.2979677Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:19:52.2979965Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:19:52.2980272Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:19:52.2980639Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:19:52.2981024Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:19:52.2981416Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:19:52.2981776Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:19:52.2982097Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:19:52.2982421Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:19:52.2982732Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:19:52.2983052Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:19:52.2983396Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:19:52.2983829Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:19:52.3145755Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:19:52.3146265Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:19:52.3146587Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:19:52.3146928Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:19:52.3147242Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:19:52.3147557Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:19:52.3148006Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:19:52.3148317Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:19:52.3148612Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:19:52.3148917Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:19:52.3149264Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:19:52.3149716Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:19:52.3150125Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:19:52.3150597Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:19:52.3150887Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:19:52.3151249Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:19:52.3151632Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:19:52.3151935Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:19:52.3152403Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:19:52.3152890Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:19:52.3153464Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:19:52.3153941Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:19:52.3154303Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:19:52.3154739Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:19:52.3155147Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:19:52.3155663Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:19:52.3156159Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:19:52.3156576Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:19:52.3156993Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:19:52.3157396Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:19:52.3157794Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:19:52.3158219Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:19:52.3158664Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:19:52.3159220Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:19:52.3159647Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:19:52.3160042Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:19:52.3160514Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:19:52.3160923Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:19:52.3161328Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:19:52.3161740Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:19:52.3162253Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:19:52.3162737Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:19:52.3163132Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:19:52.3163531Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:19:52.3163921Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:19:52.3164308Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:19:52.3164727Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:19:52.3165279Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:19:52.3165733Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:19:52.3166150Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:19:52.3166538Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:19:52.3166945Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:19:52.3167434Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:19:52.3167985Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:19:52.3168638Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:19:52.3169203Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:19:52.3169718Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:19:52.3170305Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:19:52.3170934Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:19:52.3171332Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:19:52.3171848Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:19:52.3172351Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:19:52.3172811Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:19:52.3173394Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:19:52.3174092Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:19:52.3174665Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:19:52.3175217Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:19:52.3175752Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:19:52.3176325Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:19:52.3176813Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:19:52.3177334Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:19:52.3332608Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:19:52.3333152Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:19:52.3333653Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:19:52.3334249Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:19:52.3334731Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:19:52.3335443Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:19:52.3336236Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:19:52.3336851Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:19:52.3337360Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:19:52.3337961Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:19:52.3338614Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:19:52.3339256Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:19:52.3340088Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:19:52.3341123Z 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:19:52.3342099Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:19:52.3343178Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:19:52.3344176Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:19:52.3344898Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:19:52.3346144Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:19:52.3347176Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:19:52.3348282Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:19:52.3349320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:19:52.3349847Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:19:52.3350374Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:19:52.3350855Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:19:52.3351380Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:19:52.3352151Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:19:52.3353282Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:19:52.3354234Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:19:52.3355374Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:19:52.3356311Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:19:52.3357365Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:19:52.3358298Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:19:52.3358992Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:19:52.3360055Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:19:52.3360918Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:19:52.3361923Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:19:52.3362903Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:19:52.3363625Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:19:52.3364355Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:19:52.3365028Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:19:52.3365866Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:19:52.3366814Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:19:52.3367659Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:19:52.3368468Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:19:52.3369251Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:19:52.3370248Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:19:52.3371098Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:19:52.3371921Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:19:52.3372720Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:19:52.3373522Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:19:52.3374547Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:19:52.3375523Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:19:52.3376414Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:19:52.3377346Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:19:52.3378207Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:19:52.3378702Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:19:52.3379175Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:19:52.3379667Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:19:52.3380140Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:19:52.3380644Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:19:52.3540830Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:19:52.3541739Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:19:52.3542253Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:19:52.3542967Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:19:52.3543705Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:19:52.3544473Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:19:52.3544953Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:19:52.3545713Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:19:52.3546698Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:19:52.3547543Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:19:52.3548250Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:19:52.3548995Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:19:52.3549928Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:19:52.3550704Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:19:52.3551421Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:19:52.3552236Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:19:52.3552989Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:19:52.3553809Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:19:52.3554567Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:19:52.3555315Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:19:52.3556080Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:19:52.3556911Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:19:52.3557516Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:19:52.3558280Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:19:52.3559138Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:19:52.3559899Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:19:52.3560719Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:19:52.3561495Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:19:52.3562359Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:19:52.3563179Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:19:52.3563876Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:19:52.3564674Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:19:52.3565319Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:19:52.3565681Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:19:52.3566323Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:19:52.3567226Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:19:52.3568135Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:19:52.3568909Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:19:52.3569711Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:19:52.3570492Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:19:52.3571297Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:19:52.3572173Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:19:52.3572602Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:19:52.3573259Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:19:52.3574116Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:19:52.3574846Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:19:52.3575477Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:19:52.3576318Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:19:52.3577192Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:19:52.3578026Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:19:52.3578875Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:19:52.3579712Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:19:52.3580544Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:19:52.3581453Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:19:52.3582248Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:19:52.3583133Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:19:52.3583936Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:19:52.3584872Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:19:52.3585889Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:19:52.3586726Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:19:52.3587556Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:19:52.3588600Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:19:52.3589481Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:19:52.3590429Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:19:52.3591263Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:19:52.3592254Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:19:52.3593163Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:19:52.3594294Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:19:52.3670387Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:19:52.3671079Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:19:52.3671994Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:19:52.3672990Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:19:52.3673821Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:19:52.3674664Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:19:52.3675553Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:19:52.3676274Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:19:52.3677276Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:19:52.3678148Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:19:52.3678783Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:19:52.3679676Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:19:52.3680558Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:19:52.3681384Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:19:52.3682247Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:19:52.3683061Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:19:52.3683847Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:19:52.3684593Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:19:52.3684993Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:19:52.3702414Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:19:52.3703232Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:19:52.3704142Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:19:52.3704994Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:19:52.3705815Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:19:52.3706302Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:19:52.3706924Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:19:52.3707955Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:19:52.3708938Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:19:52.3709442Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:19:52.3709918Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:19:52.3710476Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:19:52.3711260Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:19:52.3712171Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:19:52.3712863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:19:52.3713804Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:19:52.3714695Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:19:52.3715245Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:19:52.3715725Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:19:52.3716256Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:19:52.3716773Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:19:52.3717367Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:19:52.3718303Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:19:52.3719346Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:19:52.3719933Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:19:52.3720517Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:19:52.3721112Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:19:52.3721658Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:19:52.3722569Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:19:52.3723541Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:19:52.3724269Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:19:52.3724965Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:19:52.3725634Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:19:52.3726025Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:19:52.3726505Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:19:52.3727005Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:19:52.3727495Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:19:52.3728054Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:19:52.3728519Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:19:52.3729059Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:19:52.3729655Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:19:52.3730140Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:19:52.3730619Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:19:52.3731081Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:19:52.4031141Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:19:52.4031977Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:19:52.4032616Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:19:52.4033667Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:19:52.4034625Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:19:52.4035700Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:19:52.4036677Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:19:52.4037764Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:19:52.4038569Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:19:52.4039573Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:19:52.4040627Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:19:52.4041518Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:19:52.4042549Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:19:52.4043257Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:19:52.4044319Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:19:52.4045358Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:19:52.4045863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:19:52.4046148Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:19:52.4046460Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:19:52.4046784Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:19:52.4047057Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:19:52.4047328Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:19:52.4047638Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:19:52.4047927Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:19:52.4048159Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:19:52.4048321Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:19:52.4048559Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:19:52.4048750Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:19:52.4048896Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:19:52.4049062Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:19:52.4049348Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:19:52.4049654Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:19:52.4049986Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:19:52.4050304Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:19:52.4050559Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:19:52.4050914Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:19:52.4051184Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:19:52.4051416Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:19:52.4051689Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:19:52.4051978Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:19:52.4052229Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:19:52.4052619Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:19:52.4052970Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:19:52.4053343Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:19:52.4053613Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:19:52.4053871Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:19:52.4054105Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:19:52.4054375Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:19:52.4054755Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:19:52.4055284Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:19:52.4055749Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:19:52.4056180Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:19:52.4056601Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:19:52.4057063Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:19:52.4057371Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:19:52.4057772Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:19:52.4058080Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:19:52.4058333Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:19:52.4058496Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:19:52.4058685Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:19:52.4059027Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:19:52.4059323Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:19:52.4059753Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:19:52.4060177Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:19:52.4060566Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:19:52.4060891Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:19:52.4061149Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:19:52.4061352Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:19:52.4061596Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:19:52.4061899Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:19:52.4062185Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:19:52.4062628Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:19:52.4063164Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:19:52.4063721Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:19:52.4064208Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:19:52.4064527Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:19:52.4064955Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:19:52.4065490Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:19:52.4066032Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:19:52.4066574Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:19:52.4066909Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:19:52.4067171Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:19:52.4067675Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:19:52.4068256Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:19:52.4068810Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:19:52.4069301Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:19:52.4069571Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:19:52.4069849Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:19:52.4070410Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:19:52.4070942Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:19:52.4071466Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:19:52.4071842Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:19:52.4072159Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:19:52.4072474Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:19:52.4072874Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:19:52.4073527Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:19:52.4074134Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:19:52.4074724Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:19:52.4075061Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:19:52.4326165Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:19:52.4326762Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:19:52.4327192Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:19:52.4327489Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:19:52.4327783Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:19:52.4328048Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:19:52.4328356Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:19:52.4328679Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:19:52.4328992Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:19:52.4329284Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:19:52.4329711Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:19:52.4329874Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:19:52.4330059Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:19:52.4330290Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:19:52.4330508Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:19:52.4330683Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:19:52.4330863Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:19:52.4331031Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:19:52.4331224Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:19:52.4331526Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:19:52.4331988Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:19:52.4332310Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:19:52.4332570Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:19:52.4332776Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:19:52.4332985Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:19:52.4333200Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:19:52.4333551Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:19:52.4333751Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:19:52.4333990Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:19:52.4334172Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:19:52.4334414Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:19:52.4334617Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:19:52.4334773Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:19:52.4335087Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:19:52.4335268Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:19:52.4335559Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:19:52.4335732Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:19:52.4335932Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:19:52.4336103Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:19:52.4336284Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:19:52.4336469Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:19:52.4336625Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:19:52.4336786Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:19:52.4336912Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:19:52.4337189Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:19:52.4337548Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:19:52.4337856Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:19:52.4338030Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:19:52.4338239Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:19:52.4338456Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:19:52.4338669Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:19:52.4338868Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:19:52.4339066Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:19:52.4339232Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:19:52.4339430Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:19:52.4339631Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:19:52.4339860Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:19:52.4340123Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:19:52.4340336Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:19:52.4340630Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:19:52.4341117Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:19:52.4341380Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:19:52.4341708Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:19:52.4341973Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:19:52.4342262Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:19:52.4342510Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:19:52.4342903Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:19:52.4343276Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:19:52.4343712Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:19:52.4344090Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:19:52.4344506Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:19:52.4344926Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:19:52.4345327Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:19:52.4345809Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:19:52.4346361Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:19:52.4346778Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:19:52.4347205Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:19:52.4347606Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:19:52.4347974Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:19:52.4348368Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:19:52.4348791Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:19:52.4349237Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:19:52.4349620Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:19:52.4349949Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:19:52.4350315Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:19:52.4350503Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:19:52.4350729Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:19:52.4350945Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:19:52.4351247Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:19:52.4351471Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:19:52.4351683Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:19:52.4351998Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:19:52.4352342Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:19:52.4352632Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:19:52.4352889Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:19:52.4353173Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:19:52.4353623Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:19:52.4353958Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:19:52.4354212Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:19:52.4354461Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:19:52.4354720Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:19:52.4354976Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:19:52.4355344Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:19:52.4621540Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:19:52.4622050Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:19:52.4622535Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:19:52.4622791Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:19:52.4623010Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:19:52.4623705Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:19:52.4623990Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:19:52.4624428Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:19:52.4624882Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:19:52.4625273Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:19:52.4625695Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:19:52.4626096Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:19:52.4626514Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:19:52.4626994Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:19:52.4627474Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:19:52.4627936Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:19:52.4628452Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:19:52.4628965Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:19:52.4629446Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:19:52.4629882Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:19:52.4630367Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:19:52.4630789Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:19:52.4631181Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:19:52.4631761Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:19:52.4632383Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:19:52.4632794Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:19:52.4633211Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:19:52.4633767Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:19:52.4634251Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:19:52.4634672Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:19:52.4635113Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:19:52.4635567Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:19:52.4636101Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:19:52.4636793Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:19:52.4637258Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:19:52.4637697Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:19:52.4638130Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:19:52.4638886Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:19:52.4639356Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:19:52.4639849Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:19:52.4640353Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:19:52.4640781Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:19:52.4641245Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:19:52.4641863Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:19:52.4642253Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:19:52.4642664Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:19:52.4642981Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:19:52.4643490Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:19:52.4643965Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:19:52.4644436Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:19:52.4644835Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:19:52.4645211Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:19:52.4645671Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:19:52.4646086Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:19:52.4646779Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:19:52.4647199Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:19:52.4647666Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:19:52.4648160Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:19:52.4648626Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:19:52.4649087Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:19:52.4649424Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:19:52.4649910Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:19:52.4650289Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:19:52.4650741Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:19:52.4651213Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:19:52.4651522Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:19:52.4651751Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:19:52.4652142Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:19:52.4652717Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:19:52.4653303Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:19:52.4653794Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:19:52.4654059Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:19:52.4654434Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:19:52.4654855Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:19:52.4655276Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:19:52.4655678Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:19:52.4656219Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:19:52.4656595Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:19:52.4657024Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:19:52.4657442Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:19:52.4657927Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:19:52.4658451Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:19:52.4659034Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:19:52.4659441Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:19:52.4659861Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:19:52.4660261Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:19:52.4660682Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:19:52.4661190Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:19:52.4661691Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:19:52.4662090Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:19:52.4662328Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:19:52.4662564Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:19:52.4662855Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:19:52.4663176Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:19:52.4663673Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:19:52.4664141Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:19:52.4664590Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:19:52.4665061Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:19:52.4665389Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:19:52.4665619Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:19:52.4665863Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:19:52.4666112Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:19:52.4666401Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:19:52.4666832Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:19:52.4667312Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:19:52.4667757Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:19:52.4862231Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:19:52.4862605Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:19:52.4862874Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:19:52.4863101Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:19:52.4863361Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:19:52.4863704Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:19:52.4864126Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:19:52.4864383Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:19:52.4864708Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:19:52.4865130Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:19:52.4865355Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:19:52.4865627Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:19:52.4865855Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:19:52.4866209Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:19:52.4866581Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:19:52.4867048Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:19:52.4867375Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:19:52.4867703Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:19:52.4867993Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:19:52.4868299Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:19:52.4868606Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:19:52.4869032Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:19:52.4869431Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:19:52.4869798Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:19:52.4870097Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:19:52.4870364Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:19:52.4870625Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:19:52.4870928Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:19:52.4871208Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:19:52.4871603Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:19:52.4872080Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:19:52.4872411Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:19:52.4872691Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:19:52.4872974Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:19:52.4873270Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:19:52.4873626Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:19:52.4873892Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:19:52.4874172Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:19:52.4874438Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:19:52.4874732Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:19:52.4874951Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:19:52.4875221Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:19:52.4875436Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:19:52.4875682Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:19:52.4875948Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:19:52.4876191Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:19:52.4876497Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:19:52.4876771Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:19:52.4877272Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:19:52.4877508Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:19:52.4877802Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:19:52.4878097Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:19:52.4878453Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:19:52.4878767Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:19:52.4879058Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:19:52.4879301Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:19:52.4879610Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:19:52.4879964Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:19:52.4880203Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:19:52.4880499Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:19:52.4880708Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:19:52.4880937Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:19:52.4881204Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:19:52.4881504Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:19:52.4881818Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:19:52.4882142Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:19:52.4882522Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:19:52.4883007Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:19:52.4883396Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:19:52.4883776Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:19:52.4884134Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:19:52.4884560Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:19:52.4884987Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:19:52.4885338Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:19:52.4885777Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:19:52.4886167Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:19:52.4886662Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:19:52.4886989Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:19:52.4887328Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:19:52.4887650Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:19:52.4888010Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:19:52.4888582Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:19:52.4889018Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:19:52.4889391Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:19:52.4889722Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:19:52.4890032Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:19:52.4890431Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:19:52.4890862Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:19:52.4891246Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:19:52.4891656Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:19:52.4892031Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:19:52.4892396Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:19:52.4892722Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:19:52.4893063Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:19:52.5130738Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:19:52.5131095Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:19:52.5131415Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:19:52.5131790Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:19:52.5132197Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:19:52.5132642Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:19:52.5132995Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:19:52.5133358Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:19:52.5133682Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:19:52.5134058Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:19:52.5134388Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:19:52.5134716Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:19:52.5135100Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:19:52.5135622Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:19:52.5135947Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:19:52.5136348Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:19:52.5136664Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:19:52.5137012Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:19:52.5137338Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:19:52.5137854Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:19:52.5138337Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:19:52.5138649Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:19:52.5139041Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:19:52.5139361Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:19:52.5139798Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:19:52.5140147Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:19:52.5140657Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:19:52.5141056Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:19:52.5141422Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:19:52.5141878Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:19:52.5142257Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:19:52.5142591Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:19:52.5142928Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:19:52.5143261Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:19:52.5143582Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:19:52.5143958Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:19:52.5144391Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:19:52.5144750Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:19:52.5145121Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:19:52.5145460Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:19:52.5145785Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:19:52.5146164Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:19:52.5146504Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:19:52.5146861Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:19:52.5147171Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:19:52.5147496Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:19:52.5147868Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:19:52.5148298Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:19:52.5148640Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:19:52.5149127Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:19:52.5149616Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:19:52.5149972Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:19:52.5150240Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:19:52.5150477Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:19:52.5150717Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:19:52.5150959Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:19:52.5151337Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:19:52.5151682Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:19:52.5151935Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:19:52.5152196Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:19:52.5152502Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:19:52.5152813Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:19:52.5153145Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:19:52.5153666Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:19:52.5154037Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:19:52.5154407Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:19:52.5154900Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:19:52.5155458Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:19:52.5155806Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:19:52.5156219Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:19:52.5156693Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:19:52.5157050Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:19:52.5157439Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:19:52.5157953Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:19:52.5158382Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:19:52.5158839Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:19:52.5159342Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:19:52.5159550Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:19:52.5159710Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:19:52.5159849Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:19:52.5160049Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:19:52.5160190Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:19:52.5160407Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:19:52.5160551Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:19:52.5160802Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:19:52.5509409Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:19:52.5509937Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:19:52.5510209Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:19:52.5510410Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:19:52.5510614Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:19:52.5510795Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:19:52.5511351Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:19:52.5511714Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:19:52.5512035Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:19:52.5512362Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:19:52.5512703Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:19:52.5513099Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:19:52.5513480Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:19:52.5513815Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:19:52.5514242Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:19:52.5514390Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:19:52.5514558Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:19:52.5514705Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:19:52.5514878Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:19:52.5515061Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:19:52.5515242Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:19:52.5515487Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:19:52.5515721Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:19:52.5515903Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:19:52.5516082Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:19:52.5516270Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:19:52.5516483Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:19:52.5516806Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:19:52.5516984Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:19:52.5517174Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:19:52.5517378Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:19:52.5517578Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:19:52.5517753Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:19:52.5517924Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:19:52.5518086Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:19:52.5518334Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:19:52.5518560Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:19:52.5518748Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:19:52.5518940Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:19:52.5519137Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:19:52.5519429Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:19:52.5519752Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:19:52.5519972Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:19:52.5520172Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:19:52.5520361Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:19:52.5520554Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:19:52.5520764Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:19:52.5521066Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:19:52.5521253Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:19:52.5521450Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:19:52.5521701Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:19:52.5521927Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:19:52.5522089Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:19:52.5522381Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:19:52.5522623Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:19:52.5522790Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:19:52.5522981Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:19:52.5523186Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:19:52.5523380Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:19:52.5523640Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:19:52.5523834Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:19:52.5524071Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:19:52.5524288Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:19:52.5524499Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:19:52.5524690Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:19:52.5524890Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:19:52.5525107Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:19:52.5525376Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:19:52.5525629Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:19:52.5525818Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:19:52.5525972Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:19:52.5526122Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:19:52.5526299Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:19:52.5526483Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:19:52.5526641Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:19:52.5526875Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:19:52.5527046Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:19:52.5527209Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:19:52.5527370Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:19:52.5527554Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:19:52.5527722Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:19:52.5527911Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:19:52.5528111Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:19:52.5528401Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:19:52.5528644Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:19:52.5528869Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:19:52.5529035Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:19:52.5529203Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:19:52.5529359Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:19:52.5529629Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:19:52.5529836Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:19:52.5530026Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:19:52.5530200Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:19:52.5530356Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:19:52.5530542Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:19:52.5530711Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:19:52.5530867Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:19:52.5531037Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:19:52.5531224Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:19:52.5531501Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:19:52.5531671Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:19:52.5531831Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:19:52.5532005Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:19:52.5532192Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:19:52.5532347Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:19:52.5532559Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:19:52.5532743Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:19:52.5532922Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:19:52.5533091Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:19:52.5533287Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:19:52.5533492Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:19:52.5533681Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:19:52.5533855Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:19:52.5534025Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:19:52.5534185Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:19:52.5534440Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:19:52.5534654Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:19:52.5534881Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:19:52.5535088Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:19:52.5535260Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:19:52.5535451Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:19:52.5900245Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:19:52.5901138Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:19:52.5901728Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:19:52.5902170Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:19:52.5902643Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:19:52.5903084Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:19:52.5903561Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:19:52.5904196Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:19:52.5904685Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:19:52.5905345Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:19:52.5905818Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:19:52.5906319Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:19:52.5906788Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:19:52.5907418Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:19:52.5908171Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:19:52.5908803Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:19:52.5909430Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:19:52.5910102Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:19:52.5910617Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:19:52.5911174Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:19:52.5911717Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:19:52.5912233Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:19:52.5912836Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:19:52.5913514Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:19:52.5914135Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:19:52.5914631Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:19:52.5915239Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:19:52.5915745Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:19:52.5916194Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:19:52.5916787Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:19:52.5917384Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:19:52.5917868Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:19:52.5918309Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:19:52.5918835Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:19:52.5919409Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:19:52.5919900Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:19:52.5920442Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:19:52.5921195Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:19:52.5921704Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:19:52.5922184Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:19:52.5922755Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:19:52.5923207Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:19:52.5923674Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:19:52.5924192Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:19:52.5924835Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:19:52.5925297Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:19:52.5925800Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:19:52.5926516Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:19:52.5926967Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:19:52.5927616Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:19:52.5928665Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:19:52.5929316Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:19:52.5929952Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:19:52.5930585Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:19:52.5931151Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:19:52.5931782Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:19:52.5932228Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:19:52.5932804Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:19:52.5933267Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:19:52.5933705Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:19:52.5934135Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:19:52.5934621Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:19:52.5935184Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:19:52.5935758Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:19:52.5936324Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:19:52.5936989Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:19:52.5937464Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:19:52.5937924Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:19:52.5938516Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:19:52.5939035Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:19:52.5939569Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:19:52.5940195Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:19:52.5940706Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:19:52.5941252Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:19:52.5942003Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:19:52.5942760Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:19:52.5943410Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:19:52.5943875Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:19:52.5944327Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:19:52.5944723Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:19:52.5945160Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:19:52.5945560Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:19:52.5946041Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:19:52.5946501Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:19:52.5947073Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:19:52.5947625Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:19:52.5948204Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:19:52.5948739Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:19:52.5949290Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:19:52.5949835Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:19:52.5950432Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:19:52.5951146Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:19:52.5951693Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:19:52.5952176Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:19:52.5952965Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:19:52.5953737Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:19:52.5954606Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:19:52.5955263Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:19:52.5955841Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:19:52.5956663Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:19:52.5957244Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:19:52.5958109Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:19:52.5958848Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:19:52.5959500Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:19:52.5960245Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:19:52.5960794Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:19:52.5961514Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:19:52.5962113Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:19:52.5962759Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:19:52.5963585Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:19:52.5964337Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:19:52.5965137Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:19:52.5965811Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:19:52.5966433Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:19:52.5967215Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:19:52.5967957Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:19:52.5968867Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:19:52.5969507Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:19:52.5970171Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:19:52.6227976Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:19:52.6229098Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:19:52.6230141Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:19:52.6230843Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:19:52.6231464Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:19:52.6232088Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:19:52.6232976Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:19:52.6233732Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:19:52.6234479Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:19:52.6235179Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:19:52.6235847Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:19:52.6236606Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:19:52.6237441Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:19:52.6238070Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:19:52.6238701Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:19:52.6239538Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:19:52.6240269Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:19:52.6241003Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:19:52.6241579Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:19:52.6242435Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:19:52.6243209Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:19:52.6243929Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:19:52.6244663Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:19:52.6245229Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:19:52.6245889Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:19:52.6246521Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:19:52.6247177Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:19:52.6247838Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:19:52.6248686Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:19:52.6249373Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:19:52.6249922Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:19:52.6250509Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:19:52.6251259Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:19:52.6251883Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:19:52.6252468Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:19:52.6253172Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:19:52.6253789Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:19:52.6254363Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:19:52.6254955Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:19:52.6255463Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:19:52.6256006Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:19:52.6256589Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:19:52.6257184Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:19:52.6257781Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:19:52.6258272Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:19:52.6258806Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:19:52.6259350Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:19:52.6259915Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:19:52.6260436Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:19:52.6261025Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:19:52.6261675Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:19:52.6262197Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:19:52.6262832Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:19:52.6263435Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:19:52.6264035Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:19:52.6264829Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:19:52.6265534Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:19:52.6266214Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:19:52.6266861Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:19:52.6267502Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:19:52.6268260Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:19:52.6269032Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:19:52.6269718Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:19:52.6270500Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:19:52.6271232Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:19:52.6271898Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:19:52.6272670Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:19:52.6273655Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:19:52.6274434Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:19:52.6275132Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:19:52.6275736Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:19:52.6276341Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:19:52.6277066Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:19:52.6277693Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:19:52.6278305Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:19:52.6278867Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:19:52.6279364Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:19:52.6279800Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:19:52.6280341Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:19:52.6280927Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:19:52.6281531Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:19:52.6282133Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:19:52.6282683Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:19:52.6283232Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:19:52.6283836Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:19:52.6284471Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:19:52.6285010Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:19:52.6285548Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:19:52.6286147Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:19:52.6286721Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:19:52.6287196Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:19:52.6287651Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:19:52.6288196Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:19:52.6288704Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:19:52.6289199Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:19:52.6289686Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:19:52.6290181Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:19:52.6290633Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:19:52.6291087Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:19:52.6291559Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:19:52.6292004Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:19:52.6292604Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:19:52.6293307Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:19:52.6293814Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:19:52.6294254Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:19:52.6294687Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:19:52.6295144Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:19:52.6295613Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:19:52.6296275Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:19:52.6569146Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:19:52.6570094Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:19:52.6570985Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:19:52.6571592Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:19:52.6572139Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:19:52.6572616Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:19:52.6573189Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:19:52.6573811Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:19:52.6574293Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:19:52.6574790Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:19:52.6575267Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:19:52.6575874Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:19:52.6576397Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:19:52.6576888Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:19:52.6577378Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:19:52.6577908Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:19:52.6578431Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:19:52.6578891Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:19:52.6579356Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:19:52.6579846Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:19:52.6580332Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:19:52.6580795Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:19:52.6581271Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:19:52.6581808Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:19:52.6582649Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:19:52.6583261Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:19:52.6583804Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:19:52.6584248Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:19:52.6584771Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:19:52.6585364Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:19:52.6585878Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:19:52.6586529Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:19:52.6587057Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:19:52.6587649Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:19:52.6588356Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:19:52.6589001Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:19:52.6589599Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:19:52.6590167Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:19:52.6590686Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:19:52.6591187Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:19:52.6591871Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:19:52.6592506Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:19:52.6593030Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:19:52.6593633Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:19:52.6594267Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:19:52.6594844Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:19:52.6595461Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:19:52.6596060Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:19:52.6596519Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:19:52.6596994Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:19:52.6597529Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:19:52.6598093Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:19:52.6598692Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:19:52.6599203Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:19:52.6599703Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:19:52.6600204Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:19:52.6600770Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:19:52.6601308Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:19:52.6601839Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:19:52.6602316Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:19:52.6602738Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:19:52.6603263Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:19:52.6603786Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:19:52.6604296Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:19:52.6604759Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:19:52.6605198Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:19:52.6605810Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:19:52.6606383Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:19:52.6606908Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:19:52.6607357Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:19:52.6607825Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:19:52.6608302Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:19:52.6608977Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:19:52.6609590Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:19:52.6610028Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:19:52.6610486Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:19:52.6611034Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:19:52.6611598Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:19:52.6612084Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:19:52.6612573Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:19:52.6613076Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:19:52.6613575Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:19:52.6614091Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:19:52.6614555Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:19:52.6615115Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:19:52.6615643Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:19:52.6616164Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:19:52.6616634Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:19:52.6617169Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:19:52.6617777Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:19:52.6618270Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:19:52.6618903Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:19:52.6619564Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:19:52.6620136Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:19:52.6620780Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:19:52.6621303Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:19:52.6621773Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:19:52.6622260Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:19:52.6622757Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:19:52.6623219Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:19:52.6623777Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:19:52.6624460Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:19:52.6625046Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:19:52.6625571Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:19:52.6626308Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:19:52.6627125Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:19:52.6627777Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:19:52.6628567Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:19:52.6629353Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:19:52.6630132Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:19:52.6631085Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:19:52.6631749Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:19:52.6632366Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:19:52.6632987Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:19:52.6633975Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:19:52.6634653Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:19:52.6635106Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:19:52.6635693Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:19:52.6636432Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:19:52.6636962Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:19:52.6637517Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:19:52.6892582Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:19:52.6893549Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:19:52.6894148Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:19:52.6894893Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:19:52.6895496Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:19:52.6896088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:19:52.6896775Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:19:52.6897517Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:19:52.6898316Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:19:52.6899147Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:19:52.6899828Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:19:52.6900488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:19:52.6901190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:19:52.6901956Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:19:52.6902859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:19:52.6903528Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:19:52.6904198Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:19:52.6904862Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:19:52.6905534Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:19:52.6906188Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:19:52.6907016Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:19:52.6907812Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:19:52.6908410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:19:52.6909200Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:19:52.6909809Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:19:52.6910450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:19:52.6911282Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:19:52.6912103Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:19:52.6912873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:19:52.6913585Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:19:52.6914261Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:19:52.6915037Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:19:52.6915722Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:19:52.6916382Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:19:52.6916997Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:19:52.6917842Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:19:52.6918549Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:19:52.6919280Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:19:52.6920007Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:19:52.6920723Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:19:52.6921527Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:19:52.6922321Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:19:52.6923080Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:19:52.6923843Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:19:52.6924604Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:19:52.6925342Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:19:52.6926257Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:19:52.6926997Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:19:52.6927761Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:19:52.6928514Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:19:52.6929183Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:19:52.6930031Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:19:52.6930656Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:19:52.6931264Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:19:52.6931897Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:19:52.6932578Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:19:52.6933370Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:19:52.6934270Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:19:52.6935041Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:19:52.6935862Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:19:52.6936657Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:19:52.6937589Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:19:52.6938495Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:19:52.6939240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:19:52.6939987Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:19:52.6940727Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:19:52.6941658Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:19:52.6942630Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:19:52.6943377Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:19:52.6944157Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:19:52.6944901Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:19:52.6945579Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:19:52.6946230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:19:52.6946956Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:19:52.6947736Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:19:52.6948673Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:19:52.6949363Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:19:52.6949969Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:19:52.6950601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:19:52.6951246Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:19:52.6952038Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:19:52.6952719Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:19:52.6953366Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:19:52.6954041Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:19:52.6954779Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:19:52.6955534Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:19:52.6956488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:19:52.6957314Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:19:52.6958393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:19:52.6959114Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:19:52.6959852Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:19:52.6960847Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:19:52.6961635Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:19:52.6962396Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:19:53.0218598Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:19:53.0219495Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:19:53.0220697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:19:53.0221512Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:19:53.0222240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:19:53.0223106Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:19:53.0223877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:19:53.0224717Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:19:53.0225641Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:19:53.0226435Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:19:53.0227236Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:19:53.0228136Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:19:53.0228787Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:19:53.0229419Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:19:53.0230263Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:19:53.0230846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:19:53.0231474Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:19:53.0232162Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:19:53.0232747Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:19:53.0233478Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:19:53.0234355Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:19:53.0235116Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:19:53.0235882Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:19:53.0236688Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:19:53.0237273Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:19:53.0237769Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:19:53.0238394Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:19:53.0238817Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:19:53.0239253Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:19:53.0239678Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:19:53.0240037Z adding 'executorch/codegen/gen.py' 2025-06-05T23:19:53.0240444Z adding 'executorch/codegen/model.py' 2025-06-05T23:19:53.0240746Z adding 'executorch/codegen/parse.py' 2025-06-05T23:19:53.0241075Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:19:53.0241420Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:19:53.0241768Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:19:53.0242249Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:19:53.0242666Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:19:53.0243061Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:19:53.0243433Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:19:53.0243858Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:19:53.0244331Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:19:53.0244902Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:19:53.0245473Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:19:53.0245933Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:19:53.0246387Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:19:53.0246775Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:19:53.0247150Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:19:53.0247520Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:19:53.0247893Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:19:53.0248519Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:19:53.0249012Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:19:53.0249380Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:19:53.0249790Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:19:53.0250256Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:19:53.0250740Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:19:53.0251299Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:19:53.0251748Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:19:53.0252070Z adding 'executorch/data/bin/flatc' 2025-06-05T23:19:53.0252182Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:19:53.0252336Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:19:53.0252529Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:19:53.0252759Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:19:53.0252913Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:19:53.0264659Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:19:53.0265024Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:19:53.0265300Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:19:53.0265671Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:19:53.0265927Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:19:53.0266148Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:19:53.0266370Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:19:53.0266574Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:19:53.0266856Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:19:53.0267205Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:19:53.0267561Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:19:53.0267775Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:19:53.0267990Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:19:53.0268188Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:19:53.0268372Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:19:53.0268548Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:19:53.0268703Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:19:53.0268883Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:19:53.0269038Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:19:53.0269241Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:19:53.0269452Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:19:53.0269732Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:19:53.0269890Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:19:53.0270030Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:19:53.0270326Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:19:53.0270481Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:19:53.0270630Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:19:53.0270800Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:19:53.0271056Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:19:53.0271309Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:19:53.0271580Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:19:53.0271841Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:19:53.0272069Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:19:53.0272285Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:19:53.0272620Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:19:53.0272851Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:19:53.0273098Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:19:53.0273378Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:19:53.0273601Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:19:53.0273887Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:19:53.0274097Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:19:53.0274332Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:19:53.0274489Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:19:53.0274668Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:19:53.0274866Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:19:53.0275082Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:19:53.0275259Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:19:53.0275562Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:19:53.0275834Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:19:53.0276049Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:19:53.0276284Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:19:53.0276480Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:19:53.0276655Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:19:53.0276855Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:19:53.0277112Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:19:53.0277332Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:19:53.0277575Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:19:53.0277826Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:19:53.0278090Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:19:53.0535214Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:19:53.0535605Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:19:53.0535886Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:19:53.0536070Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:19:53.0536255Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:19:53.0536441Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:19:53.0536637Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:19:53.0536853Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:19:53.0537015Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:19:53.0537310Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:19:53.0537566Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:19:53.0537737Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:19:53.0538130Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:19:53.0538466Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:19:53.0538902Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:19:53.0539390Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:19:53.0539637Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:19:53.0540008Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:19:53.0540210Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:19:53.0540433Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:19:53.0540703Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:19:53.0540885Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:19:53.0541137Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:19:53.0541340Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:19:53.0541518Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:19:53.0541680Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:19:53.0541836Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:19:53.0542022Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:19:53.0542289Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:19:53.0542472Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:19:53.0542639Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:19:53.0542812Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:19:53.0543147Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:19:53.0543364Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:19:53.0543529Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:19:53.0543685Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:19:53.0543818Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:19:53.0544003Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:19:53.0544259Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:19:53.0544480Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:19:53.0544781Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:19:53.0545062Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:19:53.0545300Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:19:53.0545508Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:19:53.0545811Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:19:53.0546031Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:19:53.0546218Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:19:53.0546456Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:19:53.0546782Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:19:53.0547096Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:19:53.0547359Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:19:53.0547724Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:19:53.0548017Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:19:53.0548304Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:19:53.0548643Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:19:53.0549008Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:19:53.0549316Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:19:53.0549701Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:19:53.0549985Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:19:53.0550281Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:19:53.0550649Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:19:53.0551010Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:19:53.0551320Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:19:53.0551683Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:19:53.0552190Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:19:53.0552452Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:19:53.0552764Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:19:53.0553049Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:19:53.0553279Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:19:53.0553632Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:19:53.0553867Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:19:53.0554129Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:19:53.0554464Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:19:53.0554709Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:19:53.0554985Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:19:53.0555264Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:19:53.0555564Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:19:53.0555790Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:19:53.0556123Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:19:53.0556384Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:19:53.0556651Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:19:53.0556880Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:19:53.0557089Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:19:53.0557331Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:19:53.0557594Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:19:53.0557892Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:19:53.0558157Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:19:53.0558434Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:19:53.0558809Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:19:53.0559355Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:19:53.0559517Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:19:53.0559686Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:19:53.0559839Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:19:53.0560018Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:19:53.0560185Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:19:53.0560329Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:19:53.0560550Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:19:53.0560718Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:19:53.0560876Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:19:53.0561063Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:19:53.0561231Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:19:53.0561406Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:19:53.0561597Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:19:53.0561811Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:19:53.0561979Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:19:53.0562182Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:19:53.0562453Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:19:53.0562632Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:19:53.0562815Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:19:53.0563039Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:19:53.0563203Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:19:53.0563406Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:19:53.0563575Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:19:53.0563759Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:19:53.0563909Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:19:53.0564102Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:19:53.0564252Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:19:53.0564393Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:19:53.1084629Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:19:53.1085213Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:19:53.1085839Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:19:53.1086418Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:19:53.1086947Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:19:53.1087443Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:19:53.1087903Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:19:53.1088371Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:19:53.1088917Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:19:53.1089398Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:19:53.1089769Z adding 'executorch/exir/__init__.py' 2025-06-05T23:19:53.1090091Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:19:53.1090404Z adding 'executorch/exir/common.py' 2025-06-05T23:19:53.1090719Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:19:53.1091033Z adding 'executorch/exir/delegate.py' 2025-06-05T23:19:53.1091348Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:19:53.1091684Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:19:53.1092020Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:19:53.1092535Z adding 'executorch/exir/error.py' 2025-06-05T23:19:53.1092830Z adding 'executorch/exir/graph.py' 2025-06-05T23:19:53.1093197Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:19:53.1093683Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:19:53.1094044Z adding 'executorch/exir/memory.py' 2025-06-05T23:19:53.1094507Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:19:53.1095048Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:19:53.1095574Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:19:53.1096164Z adding 'executorch/exir/print_program.py' 2025-06-05T23:19:53.1096985Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:19:53.1097514Z adding 'executorch/exir/schema.py' 2025-06-05T23:19:53.1098068Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:19:53.1098646Z adding 'executorch/exir/tensor.py' 2025-06-05T23:19:53.1099170Z adding 'executorch/exir/tracer.py' 2025-06-05T23:19:53.1099703Z adding 'executorch/exir/types.py' 2025-06-05T23:19:53.1100274Z adding 'executorch/exir/version.py' 2025-06-05T23:19:53.1100830Z adding 'executorch/exir/wrap.py' 2025-06-05T23:19:53.1101387Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:19:53.1102052Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:19:53.1102715Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:19:53.1103322Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:19:53.1103741Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:19:53.1104142Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:19:53.1104536Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:19:53.1104930Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:19:53.1105332Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:19:53.1105694Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:19:53.1106075Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:19:53.1106463Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:19:53.1106868Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:19:53.1107297Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:19:53.1107766Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:19:53.1108237Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:19:53.1108631Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:19:53.1109231Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:19:53.1109636Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:19:53.1110059Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:19:53.1110455Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:19:53.1110883Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:19:53.1111379Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:19:53.1112018Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:19:53.1112690Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:19:53.1113448Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:19:53.1114140Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:19:53.1114743Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:19:53.1115296Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:19:53.1115878Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:19:53.1116428Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:19:53.1116966Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:19:53.1117432Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:19:53.1118060Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:19:53.1118577Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:19:53.1119073Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:19:53.1119526Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:19:53.1119988Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:19:53.1120463Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:19:53.1121000Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:19:53.1121506Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:19:53.1122130Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:19:53.1122968Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:19:53.1123884Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:19:53.1124561Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:19:53.1125048Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:19:53.1125690Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:19:53.1126565Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:19:53.1127557Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:19:53.1128666Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:19:53.1129690Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:19:53.1130239Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:19:53.1130657Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:19:53.1131005Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:19:53.1131358Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:19:53.1131711Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:19:53.1132050Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:19:53.1132402Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:19:53.1132744Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:19:53.1133195Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:19:53.1133629Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:19:53.1133997Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:19:53.1134638Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:19:53.1135336Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:19:53.1136057Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:19:53.1136713Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:19:53.1137506Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:19:53.1138226Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:19:53.1138742Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:19:53.1139184Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:19:53.1139605Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:19:53.1140006Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:19:53.1140431Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:19:53.1140907Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:19:53.1141387Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:19:53.1141806Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:19:53.1142147Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:19:53.1142502Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:19:53.1142840Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:19:53.1143362Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:19:53.1143719Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:19:53.1144043Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:19:53.1144430Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:19:53.1144814Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:19:53.1145258Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:19:53.1145720Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:19:53.1146126Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:19:53.1146643Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:19:53.1147099Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:19:53.1147558Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:19:53.1148029Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:19:53.1148516Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:19:53.1148933Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:19:53.1149407Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:19:53.1149892Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:19:53.1150327Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:19:53.1150774Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:19:53.1151249Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:19:53.1151701Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:19:53.1152116Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:19:53.1152553Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:19:53.1152943Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:19:53.1153484Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:19:53.1153973Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:19:53.1154407Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:19:53.1154858Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:19:53.1155342Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:19:53.1155895Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:19:53.1156451Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:19:53.1156939Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:19:53.2015857Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:19:53.2016743Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:19:53.2017171Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:19:53.2017585Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:19:53.2018064Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:19:53.2018781Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:19:53.2019492Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:19:53.2020150Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:19:53.2020683Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:19:53.2021204Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:19:53.2021618Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:19:53.2022072Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:19:53.2022457Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:19:53.2022810Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:19:53.2023249Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:19:53.2023815Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:19:53.2024447Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:19:53.2025257Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:19:53.2025739Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:19:53.2026151Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:19:53.2026553Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:19:53.2026974Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:19:53.2027344Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:19:53.2027719Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:19:53.2028235Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:19:53.2028653Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:19:53.2029197Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:19:53.2029591Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:19:53.2030060Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:19:53.2030493Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:19:53.2030869Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:19:53.2031302Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:19:53.2031788Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:19:53.2032317Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:19:53.2032780Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:19:53.2033182Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:19:53.2033648Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:19:53.2034023Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:19:53.2034395Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:19:53.2034846Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:19:53.2035319Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:19:53.2035734Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:19:53.2036146Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:19:53.2036616Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:19:53.2037099Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:19:53.2037479Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:19:53.2037835Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:19:53.2038189Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:19:53.2038556Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:19:53.2038940Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:19:53.2039294Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:19:53.2039689Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:19:53.2040082Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:19:53.2040481Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:19:53.2040918Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:19:53.2041412Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:19:53.2041860Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:19:53.2042248Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:19:53.2042648Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:19:53.2043089Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:19:53.2043607Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:19:53.2044232Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:19:53.2044914Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:19:53.2045432Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:19:53.2045926Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:19:53.2046495Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:19:53.2046903Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:19:53.2047339Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:19:53.2047957Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:19:53.2048454Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:19:53.2048895Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:19:53.2049413Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:19:53.2050155Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:19:53.2050643Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:19:53.2051174Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:19:53.2051913Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:19:53.2052840Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:19:53.2053809Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:19:53.2054744Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:19:53.2055848Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:19:53.2056860Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:19:53.2057527Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:19:53.2058054Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:19:53.2058471Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:19:53.2058884Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:19:53.2059343Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:19:53.2059794Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:19:53.2060259Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:19:53.2060813Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:19:53.2061624Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:19:53.2062453Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:19:53.2063080Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:19:53.2063561Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:19:53.2063979Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:19:53.2064407Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:19:53.2064873Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:19:53.2065377Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:19:53.2065928Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:19:53.2066679Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:19:53.2067714Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:19:53.2068730Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:19:53.2069474Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:19:53.2070515Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:19:53.2071857Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:19:53.2072805Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:19:53.2074395Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:19:53.2075461Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:19:53.2076595Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:19:53.2077767Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:19:53.2078727Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:19:53.2079908Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:19:53.2080675Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:19:53.2081466Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:19:53.2082217Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:19:53.2083571Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:19:53.2084556Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:19:53.2085171Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:19:53.2085836Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:19:53.2087092Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:19:53.2088326Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:19:53.2089103Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:19:53.2089931Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:19:53.2090744Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:19:53.2091530Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:19:53.2092369Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:19:53.7911461Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:19:53.7912754Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:19:53.7913716Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:19:53.7914660Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:19:53.7915443Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:19:53.7916161Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:19:53.7917150Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:19:53.7917946Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:19:53.7918626Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:19:53.7919383Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:19:53.7920279Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:19:53.7920970Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:19:53.7921770Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:19:53.7922486Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:19:53.7923171Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:19:53.7923897Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:19:53.7924831Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:19:53.7925564Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:19:53.7926399Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:19:53.7927230Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:19:53.7928235Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:19:53.7929526Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:19:53.7930832Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:19:53.7931806Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:19:53.7932701Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:19:53.7933660Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:19:53.7934305Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:19:53.7934937Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:19:53.7935452Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:19:53.7935996Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:19:53.7936530Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:19:53.7937118Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:19:53.7937645Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:19:53.7938087Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:19:53.7938542Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:19:53.7938993Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:19:53.7939553Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:19:53.7940227Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:19:53.7940833Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:19:53.7941377Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:19:53.7941893Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:19:53.7942586Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:19:53.7943489Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:19:53.7944113Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:19:53.7944675Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:19:53.7945213Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:19:53.7945898Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:19:53.7946602Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:19:53.7947213Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:19:53.7947808Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:19:53.7948429Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:19:53.7949058Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:19:53.7949695Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:19:53.7950248Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:19:53.7950819Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:19:53.7951286Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:19:53.7951767Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:19:53.7952323Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:19:53.7953088Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:19:53.7953861Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:19:53.7954514Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:19:53.7955186Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:19:53.7955938Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:19:53.7956538Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:19:53.7957160Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:19:53.7957781Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:19:53.7958299Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:19:53.7958789Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:19:53.7959347Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:19:53.7960054Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:19:53.7960886Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:19:53.7961698Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:19:53.7965707Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:19:53.7966470Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:19:53.7967423Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:19:53.7968183Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:19:53.7968900Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:19:53.7969529Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:19:53.7970178Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:19:53.7970833Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:19:53.7971453Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:19:53.7972083Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:19:53.7972679Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:19:53.7973292Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:19:53.7973912Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:19:53.7974527Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:19:53.7975139Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:19:53.7975785Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:19:53.7976397Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:19:53.7977021Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:19:53.7977680Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:19:53.7978381Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:19:53.7979214Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:19:53.7979958Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:19:53.7980736Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:19:53.7981494Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:19:53.7982214Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:19:53.7982930Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:19:53.7983712Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:19:53.7984495Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:19:53.7985220Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:19:55.9229444Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:19:55.9230376Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:19:55.9231184Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:19:55.9231967Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:19:55.9232608Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:19:55.9233229Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:19:55.9233926Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:19:55.9234754Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:19:55.9235408Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:19:55.9235938Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:19:55.9236449Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:19:55.9236958Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:19:55.9237486Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:19:55.9238046Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:19:55.9238543Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:19:55.9239054Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:19:55.9239571Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:19:55.9240096Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:19:55.9240611Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:19:55.9241109Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:19:55.9241642Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:19:55.9242222Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:19:55.9242731Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:19:55.9243171Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:19:55.9243640Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:19:55.9244130Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:19:55.9244654Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:19:55.9245201Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:19:55.9245663Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:19:55.9246040Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:19:55.9246558Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:19:55.9246922Z adding 'executorch/schema/program.fbs' 2025-06-05T23:19:55.9247265Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:19:55.9247648Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:19:55.9248088Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:19:55.9248457Z adding 'executorch/util/collect_env.py' 2025-06-05T23:19:55.9248797Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:19:55.9249204Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:19:55.9249716Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:19:55.9250114Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:19:55.9250562Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:19:55.9251043Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:19:55.9251469Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:19:55.9251852Z removing pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:19:55.9252553Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:19:55.9253533Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl size=9987128 sha256=dd14957610f0f892258cfb70ebac6abbbd3b347698ebc15f122d5460b006d1ca 2025-06-05T23:19:55.9254768Z Stored in directory: /tmp/pip-ephem-wheel-cache-s1vx3_l9/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:19:55.9255430Z Successfully built executorch 2025-06-05T23:19:55.9256170Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:19:55.9257001Z [?25l 2025-06-05T23:19:55.9257365Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:19:55.9257651Z 2025-06-05T23:19:55.9257886Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:19:55.9258172Z 2025-06-05T23:19:55.9258520Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:19:55.9258983Z  Attempting uninstall: pytest 2025-06-05T23:19:55.9259462Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:19:55.9259940Z  Found existing installation: pytest 7.2.0 2025-06-05T23:19:55.9260456Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:19:55.9260913Z  Uninstalling pytest-7.2.0: 2025-06-05T23:19:55.9261401Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:19:55.9261983Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9262543Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:19:55.9263189Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9263738Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:19:55.9264311Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9265093Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:19:55.9265874Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9266490Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9267160Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:19:55.9267839Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9268505Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:19:55.9269181Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9269902Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:19:55.9270645Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9271288Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:19:55.9271974Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9272439Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:19:55.9272986Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9273688Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9274220Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:19:55.9274792Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9275309Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:19:55.9275878Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:19:55.9276480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:19:55.9277084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:19:55.9277682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:19:59.3295853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:19:59.3297518Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:19:59.3298677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:19:59.3299830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:19:59.3300934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:19:59.3302067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3303388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3304497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3305615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3306746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3307861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3309150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3310260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3311372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3312479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3313911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3315042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3316135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3317235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3318213Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:19:59.3319294Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:19:59.3320295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:19:59.3320995Z [?25h 2025-06-05T23:19:59.3323066Z 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:19:59.3324973Z + pip list 2025-06-05T23:19:59.3325754Z Package Version Build Editable project location 2025-06-05T23:19:59.3326621Z ----------------------------- ------------------ ----- ----------------------------------- 2025-06-05T23:19:59.3327357Z aiohappyeyeballs 2.6.1 2025-06-05T23:19:59.3327869Z aiohttp 3.12.9 2025-06-05T23:19:59.3328350Z aiosignal 1.3.2 2025-06-05T23:19:59.3328841Z alabaster 0.7.16 2025-06-05T23:19:59.3329364Z antlr4-python3-runtime 4.9.3 2025-06-05T23:19:59.3329879Z async-timeout 5.0.1 2025-06-05T23:19:59.3330488Z attrs 25.3.0 2025-06-05T23:19:59.3330981Z babel 2.17.0 2025-06-05T23:19:59.3331468Z beautifulsoup4 4.13.4 2025-06-05T23:19:59.3331971Z blobfile 3.0.0 2025-06-05T23:19:59.3332453Z breathe 4.34.0 2025-06-05T23:19:59.3332927Z bs4 0.0.2 2025-06-05T23:19:59.3333413Z cattrs 25.1.1 2025-06-05T23:19:59.3333900Z certifi 2025.4.26 2025-06-05T23:19:59.3334431Z charset-normalizer 3.4.2 2025-06-05T23:19:59.3334931Z cmake 3.31.6 2025-06-05T23:19:59.3335426Z contourpy 1.3.2 2025-06-05T23:19:59.3335897Z coremltools 8.3.0 2025-06-05T23:19:59.3336383Z coverage 7.8.2 2025-06-05T23:19:59.3336877Z cycler 0.12.1 2025-06-05T23:19:59.3337357Z datasets 3.6.0 2025-06-05T23:19:59.3337831Z dill 0.3.8 2025-06-05T23:19:59.3338306Z docutils 0.16 2025-06-05T23:19:59.3338809Z exceptiongroup 1.3.0 2025-06-05T23:19:59.3339300Z execnet 2.1.1 2025-06-05T23:19:59.3339936Z executorch 0.7.0a0+bd57234 2025-06-05T23:19:59.3340475Z exhale 0.2.3 2025-06-05T23:19:59.3340991Z expecttest 0.1.6 2025-06-05T23:19:59.3341480Z filelock 3.18.0 2025-06-05T23:19:59.3341975Z flatbuffers 25.2.10 2025-06-05T23:19:59.3342482Z fonttools 4.58.1 2025-06-05T23:19:59.3342982Z frozenlist 1.6.2 2025-06-05T23:19:59.3343487Z fsspec 2025.3.0 2025-06-05T23:19:59.3343969Z hf_transfer 0.1.9 2025-06-05T23:19:59.3344456Z hf-xet 1.1.3 2025-06-05T23:19:59.3344951Z huggingface-hub 0.32.4 2025-06-05T23:19:59.3345457Z hypothesis 6.84.2 2025-06-05T23:19:59.3345938Z idna 3.10 2025-06-05T23:19:59.3346417Z imagesize 1.4.1 2025-06-05T23:19:59.3346918Z iniconfig 2.1.0 2025-06-05T23:19:59.3347383Z Jinja2 3.1.6 2025-06-05T23:19:59.3347863Z kagglehub 0.3.12 2025-06-05T23:19:59.3348356Z kiwisolver 1.4.8 2025-06-05T23:19:59.3348860Z lxml 5.4.0 2025-06-05T23:19:59.3349351Z markdown-it-py 2.2.0 2025-06-05T23:19:59.3349857Z MarkupSafe 3.0.2 2025-06-05T23:19:59.3350347Z matplotlib 3.10.3 2025-06-05T23:19:59.3350873Z mdit-py-plugins 0.3.5 2025-06-05T23:19:59.3351350Z mdurl 0.1.2 2025-06-05T23:19:59.3351823Z mpmath 1.3.0 2025-06-05T23:19:59.3352323Z multidict 6.4.4 2025-06-05T23:19:59.3352821Z multiprocess 0.70.16 2025-06-05T23:19:59.3353372Z myst-parser 0.18.1 2025-06-05T23:19:59.3353784Z networkx 3.4.2 2025-06-05T23:19:59.3354221Z numpy 2.2.6 2025-06-05T23:19:59.3354648Z nvidia-cublas-cu12 12.1.3.1 2025-06-05T23:19:59.3355142Z nvidia-cuda-cupti-cu12 12.1.105 2025-06-05T23:19:59.3355612Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-06-05T23:19:59.3356095Z nvidia-cuda-runtime-cu12 12.1.105 2025-06-05T23:19:59.3356708Z nvidia-cudnn-cu12 9.1.0.70 2025-06-05T23:19:59.3357180Z nvidia-cufft-cu12 11.0.2.54 2025-06-05T23:19:59.3357662Z nvidia-curand-cu12 10.3.2.106 2025-06-05T23:19:59.3358132Z nvidia-cusolver-cu12 11.4.5.107 2025-06-05T23:19:59.3358623Z nvidia-cusparse-cu12 12.1.0.106 2025-06-05T23:19:59.3359085Z nvidia-nccl-cu12 2.20.5 2025-06-05T23:19:59.3359563Z nvidia-nvjitlink-cu12 12.9.41 2025-06-05T23:19:59.3360042Z nvidia-nvtx-cu12 12.1.105 2025-06-05T23:19:59.3360484Z omegaconf 2.3.0 2025-06-05T23:19:59.3360980Z packaging 25.0 2025-06-05T23:19:59.3361380Z pandas 2.2.3 2025-06-05T23:19:59.3361807Z parameterized 0.9.0 2025-06-05T23:19:59.3362327Z pillow 11.2.1 2025-06-05T23:19:59.3362882Z pip 25.1 2025-06-05T23:19:59.3363426Z pluggy 1.6.0 2025-06-05T23:19:59.3363963Z propcache 0.3.1 2025-06-05T23:19:59.3364527Z protobuf 6.31.1 2025-06-05T23:19:59.3365071Z psutil 7.0.0 2025-06-05T23:19:59.3365612Z pyaml 25.5.0 2025-06-05T23:19:59.3366153Z pyarrow 20.0.0 2025-06-05T23:19:59.3366718Z pycryptodomex 3.23.0 2025-06-05T23:19:59.3367275Z Pygments 2.19.1 2025-06-05T23:19:59.3367831Z pyparsing 3.2.3 2025-06-05T23:19:59.3368393Z pytest 8.4.0 2025-06-05T23:19:59.3368932Z pytest-cov 4.1.0 2025-06-05T23:19:59.3369526Z pytest-rerunfailures 15.1 2025-06-05T23:19:59.3370089Z pytest-xdist 3.7.0 2025-06-05T23:19:59.3370680Z python-dateutil 2.9.0.post0 2025-06-05T23:19:59.3371657Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:19:59.3372552Z pytorch_tokenizers 0.1.0 2025-06-05T23:19:59.3373113Z pytz 2025.2 2025-06-05T23:19:59.3373665Z PyYAML 6.0.1 2025-06-05T23:19:59.3374223Z regex 2024.11.6 2025-06-05T23:19:59.3374778Z requests 2.32.3 2025-06-05T23:19:59.3375337Z ruamel.yaml 0.17.32 2025-06-05T23:19:59.3375901Z ruamel.yaml.clib 0.2.12 2025-06-05T23:19:59.3376476Z safetensors 0.5.3 2025-06-05T23:19:59.3377026Z sentencepiece 0.2.0 2025-06-05T23:19:59.3377469Z setuptools 78.1.1 2025-06-05T23:19:59.3377885Z six 1.17.0 2025-06-05T23:19:59.3378315Z snowballstemmer 3.0.1 2025-06-05T23:19:59.3378738Z sortedcontainers 2.4.0 2025-06-05T23:19:59.3379159Z soupsieve 2.7 2025-06-05T23:19:59.3379577Z Sphinx 5.3.0 2025-06-05T23:20:03.0246440Z sphinx-copybutton 0.5.0 2025-06-05T23:20:03.0247098Z sphinx_design 0.4.1 2025-06-05T23:20:03.0247448Z sphinx-gallery 0.14.0 2025-06-05T23:20:03.0247843Z sphinx_reredirects 0.1.4 2025-06-05T23:20:03.0248166Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:20:03.0248463Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:20:03.0248836Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:20:03.0249125Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:20:03.0249476Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:20:03.0249776Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:20:03.0250119Z sympy 1.14.0 2025-06-05T23:20:03.0250409Z tabulate 0.9.0 2025-06-05T23:20:03.0250684Z tiktoken 0.9.0 2025-06-05T23:20:03.0250999Z timm 1.0.7 2025-06-05T23:20:03.0251278Z tokenizers 0.21.1 2025-06-05T23:20:03.0251561Z tomli 2.0.1 2025-06-05T23:20:03.0251899Z torch 2.8.0a0+git5616fa4 2025-06-05T23:20:03.0252473Z torchao 0.12.0+gitbc68b11 2025-06-05T23:20:03.0252806Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:20:03.0253144Z torchdata 0.11.0 2025-06-05T23:20:03.0253445Z torchsr 1.0.4 2025-06-05T23:20:03.0253724Z torchtune 0.6.1 2025-06-05T23:20:03.0254067Z torchvision 0.22.0a0+966da7e 2025-06-05T23:20:03.0254383Z tqdm 4.67.1 2025-06-05T23:20:03.0254694Z transformers 4.47.1 2025-06-05T23:20:03.0255003Z triton 3.0.0 1 2025-06-05T23:20:03.0255389Z typing_extensions 4.14.0 2025-06-05T23:20:03.0255712Z tzdata 2025.2 2025-06-05T23:20:03.0255983Z urllib3 2.4.0 2025-06-05T23:20:03.0256295Z wheel 0.45.1 2025-06-05T23:20:03.0256570Z xxhash 3.5.0 2025-06-05T23:20:03.0256825Z yarl 1.20.0 2025-06-05T23:20:03.0257156Z zstd 1.5.5.1 2025-06-05T23:20:03.0257451Z + build_executorch_runner cmake Release 2025-06-05T23:20:03.0257781Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:20:03.0258044Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:20:03.0258298Z + build_executorch_runner_cmake Release 2025-06-05T23:20:03.0258651Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:20:03.0258916Z + clean_executorch_install_folders 2025-06-05T23:20:03.0259232Z + ./install_executorch.sh --clean 2025-06-05T23:20:03.0259552Z Cleaning build artifacts... 2025-06-05T23:20:03.0259819Z Cleaning pip-out/... 2025-06-05T23:20:03.0260104Z Cleaning cmake-out/... 2025-06-05T23:20:03.0260358Z Done cleaning build artifacts. 2025-06-05T23:20:03.0260611Z + mkdir cmake-out 2025-06-05T23:20:03.0260888Z + pushd cmake-out 2025-06-05T23:20:03.0261246Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:20:03.0261635Z + [[ Release == \D\e\b\u\g ]] 2025-06-05T23:20:03.0261899Z + CXXFLAGS= 2025-06-05T23:20:03.0262090Z + CXXFLAGS= 2025-06-05T23:20:03.0262487Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:20:03.0262993Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:20:03.0263483Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:03.0263877Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:03.0264239Z -- Detecting C compiler ABI info 2025-06-05T23:20:03.0264540Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:03.0264971Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:03.0265365Z -- Detecting C compile features 2025-06-05T23:20:03.0277145Z -- Detecting C compile features - done 2025-06-05T23:20:03.0277716Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:03.0278045Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:03.0278508Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:03.0278912Z -- Detecting CXX compile features 2025-06-05T23:20:03.0279266Z -- Detecting CXX compile features - done 2025-06-05T23:20:03.0279605Z -- --- Configured Options --- 2025-06-05T23:20:03.0279785Z 2025-06-05T23:20:03.0279951Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:20:03.0280308Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:20:03.0280674Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:20:03.0281079Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:20:03.0281440Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:20:03.0281790Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:20:03.0282147Z -- BUCK2 x (unset) 2025-06-05T23:20:03.0282542Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:20:03.0282897Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:20:03.0283262Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:20:03.0283622Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:20:03.0284293Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:20:03.0284895Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:20:03.0285267Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:20:03.0285620Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:20:03.0285978Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:20:03.0286317Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:20:03.0286671Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:20:03.0287066Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:20:03.0287412Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:20:03.0287771Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:20:03.0288124Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:20:03.0288543Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:20:03.0288883Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:20:03.0289246Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:20:03.0289590Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:20:03.0289945Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:20:03.0290307Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:20:03.0290643Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:20:03.0290987Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:20:03.0291323Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:20:03.0291669Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:20:03.0292005Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:20:03.0292355Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:20:03.0292770Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:20:03.0293112Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:20:03.0293461Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:20:03.0293797Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:20:03.0294150Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:20:03.0294490Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:20:03.0294840Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:20:03.0295220Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:20:03.0295586Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:20:03.0295934Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:20:03.0296264Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:20:03.0296613Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:20:03.0296944Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:20:03.0297296Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:03.0297641Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:20:03.0297991Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:20:03.0298328Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:20:03.0298685Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:20:03.0299044Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:20:03.0299393Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:20:03.0299723Z -- -------------------------- 2025-06-05T23:20:03.0300130Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:20:03.0301045Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:03.0301681Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:03.0302100Z CMake. 2025-06-05T23:20:03.0302209Z 2025-06-05T23:20:03.0302445Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:03.0302982Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:03.0303457Z to work with policies introduced by or earlier. 2025-06-05T23:20:03.0303789Z 2025-06-05T23:20:03.0303891Z  2025-06-05T23:20:03.0304170Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:03.0304602Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:03.0304999Z -- Setting Clang compiler options 2025-06-05T23:20:03.0305683Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:03.0306750Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:03.0307497Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:03.0307898Z CMake. 2025-06-05T23:20:03.0308021Z 2025-06-05T23:20:03.0308236Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:03.0308975Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:03.0309463Z to work with policies introduced by or earlier. 2025-06-05T23:20:03.0309710Z 2025-06-05T23:20:03.0309830Z  2025-06-05T23:20:03.0310413Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:03.0311134Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:03.0311530Z CMake. 2025-06-05T23:20:03.0311650Z 2025-06-05T23:20:03.0311863Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:03.0312393Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:03.0312869Z to work with policies introduced by or earlier. 2025-06-05T23:20:03.0313116Z 2025-06-05T23:20:03.0313383Z  2025-06-05T23:20:03.0313604Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:20:03.0313977Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:20:03.0314312Z -- Found Threads: TRUE 2025-06-05T23:20:03.0314992Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:03.0315723Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:03.0316136Z CMake. 2025-06-05T23:20:03.0316245Z 2025-06-05T23:20:03.0316474Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:03.0317005Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:03.0317479Z to work with policies introduced by or earlier. 2025-06-05T23:20:03.0317728Z 2025-06-05T23:20:03.0317822Z  2025-06-05T23:20:03.0318025Z -- Resolved buck2 as buck2. 2025-06-05T23:20:03.0318276Z -- Killing buck2 daemon 2025-06-05T23:20:03.0318517Z 'buck2 killall' 2025-06-05T23:20:03.0318750Z -- executorch: Generating source lists 2025-06-05T23:20:03.0319262Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:03.0319942Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:03.0320407Z -- Generating operator lib: 2025-06-05T23:20:03.0320682Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:03.0321066Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:03.0321481Z -- ROOT_OPS: 2025-06-05T23:20:03.0321693Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:03.0322925Z 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:20:03.0324042Z -- Generating kernel bindings: 2025-06-05T23:20:03.0324314Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:03.0324712Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:03.0325116Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:05.3651027Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:05.3654884Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:20:05.3657628Z -- Generating operator lib: 2025-06-05T23:20:05.3658083Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:05.3658527Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:20:05.3659009Z -- DEPS: executorch_core 2025-06-05T23:20:05.3660327Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:20:05.3661412Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:05.3662139Z CMake. 2025-06-05T23:20:05.3662335Z 2025-06-05T23:20:05.3662719Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:05.3663732Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:05.3664549Z to work with policies introduced by or earlier. 2025-06-05T23:20:05.3665006Z 2025-06-05T23:20:05.3665222Z  2025-06-05T23:20:05.3665587Z -- Looking for C++ include unistd.h 2025-06-05T23:20:05.3666111Z -- Looking for C++ include unistd.h - found 2025-06-05T23:20:05.3666639Z -- Looking for C++ include stdint.h 2025-06-05T23:20:05.3667152Z -- Looking for C++ include stdint.h - found 2025-06-05T23:20:05.3667680Z -- Looking for C++ include inttypes.h 2025-06-05T23:20:05.3668229Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:20:05.3668772Z -- Looking for C++ include sys/types.h 2025-06-05T23:20:05.3669329Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:20:05.3670038Z -- Looking for C++ include sys/stat.h 2025-06-05T23:20:05.3670605Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:20:05.3671172Z -- Looking for C++ include fnmatch.h 2025-06-05T23:20:05.3671732Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:20:05.3672249Z -- Looking for C++ include stddef.h 2025-06-05T23:20:05.3672806Z -- Looking for C++ include stddef.h - found 2025-06-05T23:20:05.3673445Z -- Check size of uint32_t 2025-06-05T23:20:05.3673911Z -- Check size of uint32_t - done 2025-06-05T23:20:05.3674421Z -- Looking for strtoll 2025-06-05T23:20:05.3675003Z -- Looking for strtoll - found 2025-06-05T23:20:05.3675527Z -- Configuring done (5.0s) 2025-06-05T23:20:05.3676003Z -- Generating done (0.1s) 2025-06-05T23:20:05.3676646Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:20:05.3677273Z + popd 2025-06-05T23:20:05.3677600Z /pytorch/executorch 2025-06-05T23:20:05.3677959Z ++ uname 2025-06-05T23:20:05.3678318Z + '[' Linux == Darwin ']' 2025-06-05T23:20:05.3678720Z ++ nproc 2025-06-05T23:20:05.3679057Z + CMAKE_JOBS=7 2025-06-05T23:20:05.3679443Z + cmake --build cmake-out -j 7 2025-06-05T23:20:05.3680342Z [ 1%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:20:05.3681811Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:20:05.3683689Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:20:05.3685137Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:20:05.3686505Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:20:05.3688361Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:20:05.3690353Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:20:05.3691795Z [ 2%] No download step for 'flatbuffers_external_project' 2025-06-05T23:20:05.3692769Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:20:05.3693863Z [ 2%] No update step for 'flatbuffers_external_project' 2025-06-05T23:20:05.3694829Z [ 3%] No update step for 'flatcc_external_project' 2025-06-05T23:20:05.3695755Z [ 3%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:20:05.3696869Z [ 4%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:20:05.3697682Z CMake Warning: 2025-06-05T23:20:05.3698228Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:05.3698741Z 2025-06-05T23:20:05.3699028Z  2025-06-05T23:20:05.3699449Z fatal: No names found, cannot describe anything. 2025-06-05T23:20:05.3700271Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:20:05.3700961Z git describe failed with exit code: 128 2025-06-05T23:20:05.3701355Z 2025-06-05T23:20:05.3701778Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:20:05.3702432Z Call Stack (most recent call first): 2025-06-05T23:20:05.3702989Z CMakeLists.txt:5 (include) 2025-06-05T23:20:05.3703306Z 2025-06-05T23:20:05.3703524Z  2025-06-05T23:20:05.3703903Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:20:05.3704692Z [ 4%] No patch step for 'flatcc_external_project' 2025-06-05T23:20:05.3705710Z [ 4%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:20:05.3706525Z CMake Warning: 2025-06-05T23:20:05.3707076Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:05.3707608Z 2025-06-05T23:20:05.3707786Z  2025-06-05T23:20:05.3708558Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:05.3709631Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:05.3710386Z CMake. 2025-06-05T23:20:05.3710557Z 2025-06-05T23:20:05.3710953Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:05.3712009Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:05.3712891Z to work with policies introduced by or earlier. 2025-06-05T23:20:05.3713447Z 2025-06-05T23:20:05.3713670Z  2025-06-05T23:20:05.3714840Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:20:05.3716627Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:20:05.3718466Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:20:05.3719730Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:05.3721139Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:20:05.3722331Z -- Detecting C compiler ABI info 2025-06-05T23:20:05.3723705Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:20:05.3725684Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:20:05.3727539Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:20:05.3729385Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:20:05.3730444Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:05.3731006Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:05.3732258Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:20:05.3733884Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:20:05.3735549Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:20:05.3737007Z [ 8%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:20:05.3737744Z [ 8%] Built target gflags_nothreads_static 2025-06-05T23:20:05.3739140Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:20:05.3741066Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:20:05.3742271Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:05.3743718Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:20:05.3744913Z [ 10%] Linking C static library libpthreadpool.a 2025-06-05T23:20:05.3745670Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:05.3746320Z -- Detecting C compile features 2025-06-05T23:20:05.3746846Z -- Detecting C compile features - done 2025-06-05T23:20:05.3747416Z [ 10%] Built target pthreadpool 2025-06-05T23:20:05.3748596Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:20:05.3749817Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:05.3750646Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:05.3751355Z -- Setting Clang compiler options 2025-06-05T23:20:05.3752624Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:05.3754534Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:20:05.3755471Z -- Configuring done (0.3s) 2025-06-05T23:20:05.3756644Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:20:05.3758219Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:20:05.3759162Z -- Generating done (0.0s) 2025-06-05T23:20:05.3759795Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:20:05.3760663Z [ 12%] Performing build step for 'flatcc_external_project' 2025-06-05T23:20:05.3761274Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:05.3761912Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:05.3762377Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:05.3762889Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:05.3763771Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:20:05.3764788Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:20:05.3765437Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:05.3765832Z -- Detecting CXX compile features 2025-06-05T23:20:05.3766131Z -- Detecting CXX compile features - done 2025-06-05T23:20:05.3766858Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:20:05.3767457Z -- Looking for strtof_l 2025-06-05T23:20:05.3768160Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:20:06.3788112Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:20:06.3789804Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:06.3791420Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:20:06.3793125Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:20:06.3795030Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:20:06.3796878Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:20:06.3799034Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:20:06.3800984Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:06.3802492Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:20:06.3804000Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:06.3805483Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:20:06.3807433Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:20:06.3809703Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:20:06.3811580Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:20:06.3813624Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:20:06.3815454Z [ 30%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:06.3817513Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:20:06.3818817Z -- Looking for strtof_l - found 2025-06-05T23:20:06.3819314Z -- Looking for strtoull_l 2025-06-05T23:20:06.3819794Z [ 30%] Built target flatccrt 2025-06-05T23:20:06.3820847Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:20:06.3822743Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:20:06.3824931Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:20:06.3827027Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:20:06.3829070Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:20:06.3831063Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:20:06.3833175Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:20:06.3835088Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:20:06.3836616Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:20:06.3838149Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:20:06.3839462Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:20:06.3841092Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:20:06.3842654Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:20:06.3844585Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:20:06.3846301Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:20:06.3847525Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:20:06.3848278Z -- Looking for strtoull_l - found 2025-06-05T23:20:06.3848756Z -- Looking for realpath 2025-06-05T23:20:06.3849590Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:20:06.3851155Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:20:06.3852694Z [ 19%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:20:06.3854166Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:20:06.3856117Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:20:06.3857746Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:20:06.3858608Z [ 20%] Built target cpuinfo_internals 2025-06-05T23:20:06.3859646Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:20:06.3861040Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:20:06.3862436Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:20:06.3863880Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:20:06.3865016Z [ 20%] Linking C static library libcpuinfo.a 2025-06-05T23:20:06.3866142Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:20:06.3867698Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:20:06.3869214Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:20:06.3870196Z [ 20%] Built target cpuinfo 2025-06-05T23:20:06.3871176Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:20:06.3872542Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:20:06.3874076Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:20:06.3875003Z -- Looking for realpath - found 2025-06-05T23:20:06.3875619Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:20:06.3876251Z -- Configuring done (1.1s) 2025-06-05T23:20:06.3876729Z -- Generating done (0.0s) 2025-06-05T23:20:06.3878045Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:20:06.3879857Z [ 20%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:20:06.3881048Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:20:06.3882229Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:20:06.3883343Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:20:06.3884483Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:20:06.3885702Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:20:06.3886865Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:20:06.3888246Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:20:06.3889205Z [ 93%] Built target flatcc 2025-06-05T23:20:06.3890077Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:20:06.3891451Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:20:06.3892765Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:20:06.3894070Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:20:06.3895304Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:20:06.3896570Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:20:06.3897444Z [100%] Built target flatcc_cli 2025-06-05T23:20:06.3898271Z [ 21%] Performing install step for 'flatcc_external_project' 2025-06-05T23:20:06.3899464Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:20:06.3900645Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:20:06.3901459Z [ 21%] Built target flatccrt 2025-06-05T23:20:06.3901874Z [ 93%] Built target flatcc 2025-06-05T23:20:06.3902313Z [100%] Built target flatcc_cli 2025-06-05T23:20:06.3902921Z Install the project... 2025-06-05T23:20:06.3903403Z -- Install configuration: "" 2025-06-05T23:20:06.3904332Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:20:06.3905896Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:20:06.3907616Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:20:06.3909752Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:20:06.3911522Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:20:06.3913377Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:20:06.3915104Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:20:06.3916846Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:20:06.4034452Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:20:06.4036473Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:20:06.4038980Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:20:06.4040267Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:20:06.4041699Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:20:06.4043369Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:20:06.4044445Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:20:06.4045348Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:20:06.4046251Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:20:06.4047146Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:20:06.4048025Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:20:06.4048921Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:20:06.4049973Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:20:06.4050874Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:20:06.4051737Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:20:06.4052583Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:20:06.4053488Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:20:06.4054447Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:20:06.4055396Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:20:06.4056355Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:20:06.4057272Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:20:06.4058201Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:20:06.4059142Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:20:06.4060133Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:20:06.4061116Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:20:06.4062087Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:20:06.4063167Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:20:06.4064181Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:20:06.4065194Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:20:06.4066194Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:20:06.4067162Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:20:06.4068094Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:20:06.4068989Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:20:06.4069978Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:20:06.4070963Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:20:06.4072142Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:20:06.4073147Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:20:06.4074162Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:20:06.4075182Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:20:06.4076192Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:20:06.4077194Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:20:06.4078306Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:20:06.4079713Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:20:06.4081198Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:20:06.4082242Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:20:06.4084008Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:20:06.4085589Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:20:06.4087329Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:20:06.4089045Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:20:06.4090852Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:20:06.4092641Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:20:06.4094236Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:20:06.4095919Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:20:06.4097810Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:20:06.4099619Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:20:06.4101275Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:20:06.4102870Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:20:06.4104515Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:20:06.4106384Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:20:06.4108407Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:20:06.4110568Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:20:06.4112440Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:20:06.4114372Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:20:06.4116142Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:20:06.4117608Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:20:06.4119282Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:20:06.4120943Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:20:06.4122079Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:20:06.4123162Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:20:08.1144475Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:20:08.1145332Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:20:08.1146135Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:20:08.1146946Z [ 21%] Completed 'flatcc_external_project' 2025-06-05T23:20:08.1147454Z [ 21%] Built target flatcc_external_project 2025-06-05T23:20:08.1147974Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:20:08.1148603Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:20:08.1149342Z [ 21%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:08.1150209Z [ 21%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:08.1151036Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:08.1151885Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:08.1152757Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:08.1153747Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:08.1154516Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:20:08.1155154Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:20:08.1155866Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:20:08.1156479Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:20:08.1157101Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:20:08.1157830Z [ 23%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:08.1158566Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:20:08.1159061Z [ 23%] Built target flatccrt 2025-06-05T23:20:08.1159534Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:20:08.1160236Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:20:08.1160969Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:20:08.1161610Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:20:08.1162208Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:20:08.1162798Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:20:08.1163436Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:20:08.1164138Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:20:08.1164806Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:20:08.1165481Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:20:08.1166137Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:20:08.1166847Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:20:08.1167595Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:20:08.1168334Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:20:08.1169217Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:20:08.1169987Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:20:08.1170741Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:20:08.1171290Z [100%] Linking CXX executable flatc 2025-06-05T23:20:08.1171618Z [100%] Built target flatc 2025-06-05T23:20:08.1172070Z [ 23%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:20:08.1172515Z [100%] Built target flatc 2025-06-05T23:20:08.1172822Z Install the project... 2025-06-05T23:20:08.1173094Z -- Install configuration: "" 2025-06-05T23:20:08.1173653Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:20:08.1174553Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:20:08.1175493Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:20:08.1176512Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:20:08.1177417Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:20:08.1178361Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:20:08.1179331Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:20:08.1180362Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:20:08.1181376Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:20:08.1182370Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:20:08.1183354Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:20:08.1184349Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:20:08.1185336Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:20:08.1186280Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:20:08.1187225Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:20:08.1188207Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:20:08.1189145Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:20:08.1190038Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:20:08.1190939Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:20:08.1191860Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:20:08.1192793Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:20:08.1193817Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:20:08.1194825Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:20:08.1195783Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:20:08.1196774Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:20:08.1197767Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:20:08.1198729Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:20:08.1199693Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:20:08.1200624Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:20:08.1201533Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:20:08.1202440Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:20:08.1203351Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:20:08.1204299Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:20:08.1205268Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:20:08.1206277Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:20:08.1207389Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:20:08.1208525Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:20:08.1209662Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:20:08.1210560Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:20:10.0670183Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:20:10.0672107Z [ 23%] Completed 'flatbuffers_external_project' 2025-06-05T23:20:10.0672851Z [ 23%] Built target flatbuffers_external_project 2025-06-05T23:20:10.0673738Z [ 23%] Generating common_schema headers 2025-06-05T23:20:10.0674360Z [ 23%] Built target common_schema 2025-06-05T23:20:10.0675060Z [ 24%] Generating program_schema headers 2025-06-05T23:20:10.0675691Z [ 24%] Built target program_schema 2025-06-05T23:20:10.0676818Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:20:10.0678317Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:20:10.0680107Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:20:10.0682133Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:20:10.0684026Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:20:10.0685580Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:20:10.0687063Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:20:10.0688861Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:20:10.0690459Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:20:10.0692079Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:20:10.0693595Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:20:10.0695342Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:20:10.0697274Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:20:10.0699042Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:20:10.0700655Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:20:10.0702167Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:20:10.0703688Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:20:10.0705250Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:20:10.0706816Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:20:10.0708332Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:20:10.0710100Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:20:10.0711410Z [ 31%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:20:10.0712232Z [ 31%] Built target executorch_core 2025-06-05T23:20:10.0713427Z [ 31%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:20:10.0714949Z [ 32%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:20:10.0716636Z [ 32%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:20:10.0718389Z [ 33%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:20:10.0720113Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:20:10.0722182Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:20:10.0724200Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:20:10.0726140Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:20:10.0728107Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:20:10.0730204Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:20:10.0732200Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:20:10.0734153Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:20:10.0735567Z [ 35%] Linking CXX static library libexecutorch.a 2025-06-05T23:20:10.0736561Z [ 36%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:20:10.0738122Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:20:10.0739311Z [ 36%] Built target executorch 2025-06-05T23:20:10.0740778Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:20:10.0741974Z [ 36%] Built target extension_threadpool 2025-06-05T23:20:10.0743308Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:20:10.0745297Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:20:10.0747344Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:20:10.0749523Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:20:10.0751540Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:20:10.0753557Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:20:10.0755520Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:20:10.0757531Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:20:10.0759440Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:20:10.0761372Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:20:10.0762881Z [ 40%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:20:10.0763690Z [ 40%] Built target kernels_util_all_deps 2025-06-05T23:20:10.0765101Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:20:10.0767024Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:20:10.0768764Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:20:10.0770356Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:20:10.0772014Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:20:10.0773688Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:20:10.0775400Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:20:10.0777191Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:20:10.0778990Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:20:10.0780723Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:20:10.0782400Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:20:10.0784088Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:20:10.0785793Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:20:10.0787538Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:20:10.0789272Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:20:10.0791093Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:20:10.0793031Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:20:10.0794815Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:20:10.0796477Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:20:10.0798170Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:20:10.0799745Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:20:10.0801624Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:20:12.3089581Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:20:12.3091517Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:20:12.3093331Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:20:12.3095142Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:20:12.3096722Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:20:12.3098367Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:20:12.3100137Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:20:12.3101902Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:20:12.3103598Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:20:12.3105487Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:20:12.3107307Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:20:12.3109361Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:20:12.3111274Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:20:12.3113075Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:20:12.3114803Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:20:12.3116478Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:20:12.3118184Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:20:12.3119926Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:20:12.3121714Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:20:12.3123461Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:20:12.3125113Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:20:12.3126848Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:20:12.3128603Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:20:12.3130275Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:20:12.3131903Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:20:12.3133791Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:20:12.3135563Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:20:12.3137312Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:20:12.3139003Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:20:12.3140670Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:20:12.3142453Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:20:12.3144235Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:20:12.3145984Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:20:12.3147630Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:20:12.3149363Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:20:12.3151142Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:20:12.3152831Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:20:12.3154553Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:20:12.3156251Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:20:12.3158040Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:20:12.3159713Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:20:12.3161416Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:20:12.3163099Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:20:12.3164913Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:20:12.3166643Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:20:12.3168357Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:20:12.3170006Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:20:12.3171730Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:20:12.3173582Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:20:12.3175546Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:20:12.3177373Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:20:12.3179002Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:20:12.3180655Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:20:12.3182341Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:20:12.3184092Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:20:12.3186015Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:20:12.3187837Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:20:12.3189610Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:20:12.3191413Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:20:12.3193130Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:20:12.3194924Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:20:12.3196632Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:20:12.3198378Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:20:12.3200195Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:20:12.3201957Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:20:12.3203847Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:20:12.3205985Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:20:12.3207915Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:20:12.3209801Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:20:12.3211619Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:20:12.3213333Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:20:12.3215036Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:20:12.3216672Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:20:12.3218434Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:20:12.3220312Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:20:12.3222217Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:20:14.5050438Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:20:14.5051517Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:20:14.5053116Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:20:14.5054643Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:20:14.5056254Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:20:14.5057920Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:20:14.5059544Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:20:14.5060849Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:20:14.5061786Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:20:14.5062984Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:20:14.5063885Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:20:14.5064744Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:20:14.5065605Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:20:14.5066453Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:20:14.5068023Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:20:14.5069750Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:20:14.5071602Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:20:14.5073459Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:20:14.5075202Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:20:14.5076852Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:20:14.5078510Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:20:14.5080311Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:20:14.5082209Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:20:14.5084212Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:20:14.5086073Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:20:14.5087719Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:20:14.5089289Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:20:14.5090792Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:20:14.5092372Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:20:14.5094115Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:20:14.5095857Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:20:14.5097608Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:20:14.5099382Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:20:14.5101139Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:20:14.5102870Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:20:14.5103809Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:20:14.5104667Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:20:14.5105517Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:20:14.5106393Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:20:14.5107441Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:20:14.5108370Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:20:14.5109460Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:20:14.5110439Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:20:14.5111443Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:20:14.5112349Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:20:14.5113322Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:20:14.5114181Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:20:14.5115035Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:20:14.5115886Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:20:14.5116748Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:20:14.5117594Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:20:14.5118454Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:20:14.5119322Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:20:14.5120268Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:20:14.5121170Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:20:14.5122031Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:20:14.5122916Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:20:14.5123841Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:20:14.5124765Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:20:14.5125752Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:20:14.5126756Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:20:14.5127662Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:20:14.5128851Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:20:14.5129795Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:20:14.5131401Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:20:14.5133063Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:20:14.5134745Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:20:14.5135954Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:20:14.5137238Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:20:14.5138274Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:20:14.5139285Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:20:14.5140262Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:20:14.5141224Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:20:14.5142270Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:20:19.1931110Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:20:19.1932145Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:20:19.1933088Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:20:19.1934051Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:20:19.1935022Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:20:19.1936042Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:20:19.1937031Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:20:19.1938141Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:20:19.1939092Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:20:19.1940067Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:20:19.1941013Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:20:19.1941964Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:20:19.1942694Z [ 97%] Linking CXX static library libportable_kernels.a 2025-06-05T23:20:19.1943099Z [ 97%] Built target portable_kernels 2025-06-05T23:20:19.1943570Z [ 98%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:20:19.1944110Z [ 98%] Generating code for kernel registration 2025-06-05T23:20:19.1945053Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:20:19.1945956Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:20:19.1946358Z [ 98%] Built target portable_ops_lib 2025-06-05T23:20:19.1947063Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:20:19.1948043Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:20:19.1948955Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:19.1949834Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:20:19.1950775Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:20:19.1951749Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:20:19.1952543Z [100%] Linking CXX executable executor_runner 2025-06-05T23:20:19.1952908Z [100%] Built target executor_runner 2025-06-05T23:20:19.1953177Z + [[ '' == *main* ]] 2025-06-05T23:20:19.1953495Z + [[ '' == *gh* ]] 2025-06-05T23:20:19.1953731Z + PYTHON_EXECUTABLE=python 2025-06-05T23:20:19.1954051Z + bash examples/models/llama/install_requirements.sh 2025-06-05T23:20:19.1954686Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.32.4) 2025-06-05T23:20:19.1955505Z Requirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.9.0) 2025-06-05T23:20:19.1956362Z Requirement already satisfied: torchtune in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.6.1) 2025-06-05T23:20:19.1957175Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.2.0) 2025-06-05T23:20:19.1958005Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-06-05T23:20:19.1958562Z Collecting snakeviz 2025-06-05T23:20:19.1958898Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-06-05T23:20:19.1959307Z Collecting lm_eval==0.4.5 2025-06-05T23:20:19.1959644Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-06-05T23:20:19.1960282Z Requirement already satisfied: blobfile in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (3.0.0) 2025-06-05T23:20:19.1960864Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-06-05T23:20:19.1961326Z Downloading accelerate-1.7.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:20:19.1961762Z Collecting evaluate (from lm_eval==0.4.5) 2025-06-05T23:20:19.1962171Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-06-05T23:20:19.1962959Z 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:20:19.1963615Z Collecting jsonlines (from lm_eval==0.4.5) 2025-06-05T23:20:19.1964049Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-06-05T23:20:19.1964465Z Collecting numexpr (from lm_eval==0.4.5) 2025-06-05T23:20:19.1965026Z 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:20:19.1965607Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-06-05T23:20:19.1965998Z Downloading peft-0.15.2-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:20:19.1966419Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-06-05T23:20:19.1966842Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-06-05T23:20:19.1967283Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-06-05T23:20:19.1967732Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:20:19.1968209Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-06-05T23:20:19.1968572Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-06-05T23:20:19.1969016Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:20:19.1969471Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-06-05T23:20:19.1969920Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-06-05T23:20:19.1970388Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-06-05T23:20:19.1970985Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:20:19.1971583Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-06-05T23:20:19.1971919Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-06-05T23:20:19.1972342Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:20:19.1973201Z [?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:20:19.1973928Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-06-05T23:20:19.1974422Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-06-05T23:20:19.1975363Z 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:20:19.1976055Z Collecting zstandard (from lm_eval==0.4.5) 2025-06-05T23:20:19.1976630Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2025-06-05T23:20:19.1977588Z 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:20:19.1978234Z Collecting word2number (from lm_eval==0.4.5) 2025-06-05T23:20:19.1978600Z Downloading word2number-1.1.zip (9.7 kB) 2025-06-05T23:20:19.1979018Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:20:19.1979451Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-06-05T23:20:19.1979926Z Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 2025-06-05T23:20:19.1980707Z 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:20:19.1981701Z 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:20:19.1982712Z 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:20:19.1983682Z 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:20:19.1984656Z 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:20:19.1985628Z 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:20:19.1986682Z 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:20:19.1987730Z 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:20:19.1988699Z 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:20:19.1989703Z 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:20:19.1990667Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.5.3) 2025-06-05T23:20:19.1991605Z Requirement already satisfied: kagglehub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.3.12) 2025-06-05T23:20:19.1992525Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (2.2.6) 2025-06-05T23:20:19.1993506Z Requirement already satisfied: omegaconf in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (2.3.0) 2025-06-05T23:20:19.1994461Z Requirement already satisfied: psutil in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (7.0.0) 2025-06-05T23:20:19.1995382Z 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:20:20.2930790Z 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:20:20.2931531Z Collecting tornado>=2.0 (from snakeviz) 2025-06-05T23:20:20.2932246Z 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:20:20.2933281Z 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:20:20.2934412Z 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:20:20.2935452Z 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:20:20.2936554Z 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:20:20.2937614Z 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:20:20.2938796Z 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:20:20.2940081Z 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:20:20.2941546Z 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:20:20.2943068Z 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:20:20.2944562Z 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:20:20.2946032Z 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:20:20.2947554Z 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:20:20.2958804Z 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:20:20.2960310Z 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:20:20.2961798Z 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:20:20.2963281Z 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:20:20.2964621Z 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:20:20.2965768Z 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:20:20.2966549Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:20:20.2967034Z Downloading absl_py-2.3.0-py3-none-any.whl.metadata (2.4 kB) 2025-06-05T23:20:20.2967499Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:20:20.2967940Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:20:20.2968847Z 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:20:20.2969626Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-06-05T23:20:20.2970145Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-06-05T23:20:20.2970982Z 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:20:20.2971756Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-06-05T23:20:20.2972258Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-06-05T23:20:20.2972805Z Collecting scipy>=1.8.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:20:20.2975648Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-06-05T23:20:20.2976316Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:20:20.2976827Z Downloading joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) 2025-06-05T23:20:20.2977347Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:20:20.2977915Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:20:20.2978711Z 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:20:20.2979764Z 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:20:20.2980795Z 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:20:20.2981911Z 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:20:20.2983147Z 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:20:20.2984325Z 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:20:20.2985140Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:20:20.2985613Z Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 2025-06-05T23:20:20.2986434Z 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:20:20.2987647Z 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:20:20.2988873Z 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:20:20.2990036Z 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:20:20.2991177Z 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:20:20.2992023Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:20:20.2992576Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:20:20.2993114Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:20:20.2993755Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-06-05T23:20:20.2994293Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:20:20.2994843Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:20:20.2995360Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:20:20.2995924Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-06-05T23:20:20.2996442Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:20:20.2996940Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:20:20.2997513Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-06-05T23:20:20.2998073Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-06-05T23:20:20.2998623Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-06-05T23:20:20.2999214Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-06-05T23:20:20.2999766Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-06-05T23:20:20.3000599Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-06-05T23:20:20.3001268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 86.4 MB/s eta 0:00:00 2025-06-05T23:20:20.3001838Z [?25hDownloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-06-05T23:20:24.0420026Z Downloading accelerate-1.7.0-py3-none-any.whl (362 kB) 2025-06-05T23:20:24.0420641Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-06-05T23:20:24.0421050Z Downloading peft-0.15.2-py3-none-any.whl (411 kB) 2025-06-05T23:20:24.0421450Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-06-05T23:20:24.0421876Z Downloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-06-05T23:20:24.0422478Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB) 2025-06-05T23:20:24.0423479Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.9 MB ? eta -:--:-- 2025-06-05T23:20:24.0424374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 151.3 MB/s eta 0:00:00 2025-06-05T23:20:24.0424944Z [?25hDownloading joblib-1.5.1-py3-none-any.whl (307 kB) 2025-06-05T23:20:24.0425511Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.7 MB) 2025-06-05T23:20:24.0426258Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.7 MB ? eta -:--:-- 2025-06-05T23:20:24.0426911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.7/37.7 MB 201.9 MB/s eta 0:00:00 2025-06-05T23:20:24.0427508Z [?25hDownloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-06-05T23:20:24.0428235Z 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:20:24.0428931Z Downloading absl_py-2.3.0-py3-none-any.whl (135 kB) 2025-06-05T23:20:24.0429366Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-06-05T23:20:24.0429788Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-06-05T23:20:24.0430232Z Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 2025-06-05T23:20:24.0430722Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-06-05T23:20:24.0431300Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-06-05T23:20:24.0431959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 182.1 MB/s eta 0:00:00 2025-06-05T23:20:24.0432488Z [?25hDownloading click-8.2.1-py3-none-any.whl (102 kB) 2025-06-05T23:20:24.0433065Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (397 kB) 2025-06-05T23:20:24.0433784Z Downloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-06-05T23:20:24.0434239Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-06-05T23:20:24.0434683Z Downloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-06-05T23:20:24.0435139Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-06-05T23:20:24.0435567Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-06-05T23:20:24.0435983Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-06-05T23:20:24.0436418Z Downloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-06-05T23:20:24.0436820Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-06-05T23:20:24.0437226Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-06-05T23:20:24.0437658Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-06-05T23:20:24.0438276Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2025-06-05T23:20:24.0439034Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.4 MB ? eta -:--:-- 2025-06-05T23:20:24.0439689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 247.3 MB/s eta 0:00:00 2025-06-05T23:20:24.0440437Z [?25hBuilding wheels for collected packages: rouge-score, sqlitedict, word2number 2025-06-05T23:20:24.0442871Z  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:20:24.0444913Z  Building wheel for rouge-score (setup.py) ... [?25l- done 2025-06-05T23:20:24.0445926Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24988 sha256=3d945529b694e4ca0842596df0bb9400a4f7c85e5a893828c45d90473c8d62b9 2025-06-05T23:20:24.0447005Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-06-05T23:20:24.0449605Z  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:20:24.0451619Z  Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-06-05T23:20:24.0452616Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16958 sha256=051119c30c7be2089cbefc78844b7d90e5b9787f98aeba22197b587978d3358b 2025-06-05T23:20:24.0453715Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-06-05T23:20:24.0456318Z  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:20:24.0458344Z  Building wheel for word2number (setup.py) ... [?25l- done 2025-06-05T23:20:24.0459332Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5658 sha256=0d256182c0faa923672aa3546ae2fd919221b604785999d3969170513a347418 2025-06-05T23:20:24.0460423Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-06-05T23:20:24.0461142Z Successfully built rouge-score sqlitedict word2number 2025-06-05T23:20:24.0462898Z 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:20:24.0464670Z [?25l 2025-06-05T23:20:24.0465157Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/33 [tornado] 2025-06-05T23:20:24.0465761Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:24.0466338Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:24.0466934Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:24.0467561Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:24.0468174Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:24.0468763Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:24.0469330Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:24.0469914Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:24.0470496Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7700643Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7701498Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7702342Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7702957Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7703711Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7704308Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7704892Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7705464Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7706044Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7706713Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:20:29.7707292Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 13/33 [joblib] 2025-06-05T23:20:29.7707975Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 16/33 [chardet] 2025-06-05T23:20:29.7708575Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 17/33 [absl-py] 2025-06-05T23:20:29.7709386Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:20:29.7710007Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:20:29.7710605Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:20:29.7711212Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:20:29.7711821Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:20:29.7712439Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:20:29.7713128Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:20:29.7713844Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:20:29.7714518Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:20:29.7715183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:20:29.7715759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:20:29.7716331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:20:29.7716962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:20:29.7717562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 26/33 [accelerate] 2025-06-05T23:20:29.7718139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 27/33 [peft] 2025-06-05T23:20:29.7718742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 28/33 [DataProperty] 2025-06-05T23:20:29.7719329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:20:29.7719889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:20:29.7720453Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:20:29.7721005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:20:29.7721581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:20:29.7722163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33/33 [lm_eval] 2025-06-05T23:20:29.7722578Z [?25h 2025-06-05T23:20:29.7725107Z 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:20:29.7727645Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-06-05T23:20:29.7728137Z + PYTHON_EXECUTABLE=python 2025-06-05T23:20:29.7728698Z + bash .ci/scripts/test_llama.sh -model stories110M -build_tool cmake -mode qnn -dtype fp32 -pt2e_quantize qnn_8a8w 2025-06-05T23:20:29.7729288Z ++ dirname .ci/scripts/test_llama.sh 2025-06-05T23:20:29.7729594Z + source .ci/scripts/utils.sh 2025-06-05T23:20:29.7729843Z + [[ 10 -gt 0 ]] 2025-06-05T23:20:29.7730060Z + case "$1" in 2025-06-05T23:20:29.7730313Z + MODEL_NAME=stories110M 2025-06-05T23:20:29.7730557Z + shift 2 2025-06-05T23:20:29.7730740Z + [[ 8 -gt 0 ]] 2025-06-05T23:20:29.7730952Z + case "$1" in 2025-06-05T23:20:29.7731163Z + BUILD_TOOL=cmake 2025-06-05T23:20:29.7731365Z + shift 2 2025-06-05T23:20:29.7731563Z + [[ 6 -gt 0 ]] 2025-06-05T23:20:29.7731761Z + case "$1" in 2025-06-05T23:20:29.7731966Z + MODE=qnn 2025-06-05T23:20:29.7732149Z + shift 2 2025-06-05T23:20:29.7732341Z + [[ 4 -gt 0 ]] 2025-06-05T23:20:29.7732534Z + case "$1" in 2025-06-05T23:20:29.7732741Z + DTYPE=fp32 2025-06-05T23:20:29.7732929Z + shift 2 2025-06-05T23:20:29.7733155Z + [[ 2 -gt 0 ]] 2025-06-05T23:20:29.7733349Z + case "$1" in 2025-06-05T23:20:29.7733566Z + PT2E_QUANTIZE=qnn_8a8w 2025-06-05T23:20:29.7733792Z + shift 2 2025-06-05T23:20:29.7733989Z + [[ 0 -gt 0 ]] 2025-06-05T23:20:29.7734198Z + MODE=qnn 2025-06-05T23:20:29.7734381Z + UPLOAD_DIR= 2025-06-05T23:20:29.7734596Z + PT2E_QUANTIZE=qnn_8a8w 2025-06-05T23:20:29.7734835Z + CMAKE_BUILD_TYPE=Release 2025-06-05T23:20:29.7735081Z + [[ 0 -lt 4 ]] 2025-06-05T23:20:29.7735325Z + echo 'Expecting atleast 4 positional arguments' 2025-06-05T23:20:29.7735684Z Expecting atleast 4 positional arguments 2025-06-05T23:20:29.7735975Z + echo 'Usage: [...]' 2025-06-05T23:20:29.7736203Z Usage: [...] 2025-06-05T23:20:29.7736404Z + [[ -z stories110M ]] 2025-06-05T23:20:29.7736635Z + [[ -z cmake ]] 2025-06-05T23:20:29.7736833Z + [[ -z fp32 ]] 2025-06-05T23:20:29.7737044Z + [[ -z qnn ]] 2025-06-05T23:20:29.7737261Z + [[ qnn =~ .*xnnpack.* ]] 2025-06-05T23:20:29.7737495Z + XNNPACK=OFF 2025-06-05T23:20:29.7737717Z + [[ qnn =~ .*custom.* ]] 2025-06-05T23:20:29.7737950Z + CUSTOM=OFF 2025-06-05T23:20:29.7738166Z + [[ qnn =~ .*qe.* ]] 2025-06-05T23:20:29.7738383Z + QE=OFF 2025-06-05T23:20:29.7738582Z + [[ qnn =~ .*mps.* ]] 2025-06-05T23:20:29.7738848Z + MPS=OFF 2025-06-05T23:20:29.7739059Z + echo 'MPS option OFF' 2025-06-05T23:20:29.7739285Z MPS option OFF 2025-06-05T23:20:29.7739504Z + [[ qnn =~ .*coreml.* ]] 2025-06-05T23:20:29.7739728Z + COREML=OFF 2025-06-05T23:20:29.7739949Z + [[ qnn =~ .*quantize_kv.* ]] 2025-06-05T23:20:29.7740213Z + QUANTIZE_KV_CACHE=OFF 2025-06-05T23:20:29.7740448Z + echo 'COREML option OFF' 2025-06-05T23:20:29.7740696Z COREML option OFF 2025-06-05T23:20:29.7740906Z + [[ qnn =~ .*qnn.* ]] 2025-06-05T23:20:29.7741130Z + QNN=ON 2025-06-05T23:20:29.7741339Z +++ dirname -- .ci/scripts/test_llama.sh 2025-06-05T23:20:52.7774441Z ++ cd -- .ci/scripts/.. 2025-06-05T23:20:52.7774893Z ++ pwd 2025-06-05T23:20:52.7775302Z + export EXECUTORCH_ROOT=/pytorch/executorch/.ci 2025-06-05T23:20:52.7775912Z + EXECUTORCH_ROOT=/pytorch/executorch/.ci 2025-06-05T23:20:52.7776463Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:20:52.7777001Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:20:52.7777664Z + export LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang 2025-06-05T23:20:52.7779303Z + LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang 2025-06-05T23:20:52.7779909Z + export PYTHONPATH=.. 2025-06-05T23:20:52.7780293Z + PYTHONPATH=.. 2025-06-05T23:20:52.7780705Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-06-05T23:20:52.7781307Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-06-05T23:20:52.7782372Z + cp -f build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python 2025-06-05T23:20:52.7783932Z + cp -f build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python 2025-06-05T23:20:52.7785078Z + echo 'QNN option ON' 2025-06-05T23:20:52.7785519Z QNN option ON 2025-06-05T23:20:52.7785929Z + echo 'QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029' 2025-06-05T23:20:52.7786300Z QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029 2025-06-05T23:20:52.7786705Z + [[ -z '' ]] 2025-06-05T23:20:52.7787002Z + BUCK=buck2 2025-06-05T23:20:52.7787321Z + [[ -z python ]] 2025-06-05T23:20:52.7787639Z + which python 2025-06-05T23:20:52.7787961Z /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:20:52.7788419Z + PARAMS=params.json 2025-06-05T23:20:52.7788961Z + CHECKPOINT_FILE_NAME= 2025-06-05T23:20:52.7789224Z + touch params.json 2025-06-05T23:20:52.7789583Z + [[ stories110M == \l\l\a\m\a ]] 2025-06-05T23:20:52.7790034Z + [[ stories110M == \s\t\o\r\i\e\s* ]] 2025-06-05T23:20:52.7790506Z + CHECKPOINT_FILE_NAME=stories110M.pt 2025-06-05T23:20:52.7790947Z + download_stories_model_artifacts 2025-06-05T23:20:52.7791860Z + curl -Ls https://huggingface.co/karpathy/tinyllamas/resolve/main/stories110M.pt --output stories110M.pt 2025-06-05T23:20:52.7794868Z + curl -Ls https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model --output tokenizer.model 2025-06-05T23:20:52.7796053Z + touch params.json 2025-06-05T23:20:52.7796653Z + echo '{"dim": 768, "multiple_of": 32, "n_heads": 12, "n_layers": 12, "norm_eps": 1e-05, "vocab_size": 32000}' 2025-06-05T23:20:52.7797400Z + EXPORTED_MODEL_NAME=tinyllama_qnn_fp32 2025-06-05T23:20:52.7797865Z + [[ fp32 == \f\p\1\6 ]] 2025-06-05T23:20:52.7798229Z + [[ fp32 == \b\f\1\6 ]] 2025-06-05T23:20:52.7798559Z + [[ fp32 == \f\p\3\2 ]] 2025-06-05T23:20:52.7798911Z + : 2025-06-05T23:20:52.7799256Z + EXPORTED_MODEL_NAME=tinyllama_qnn_fp32.pte 2025-06-05T23:20:52.7799768Z + echo 'Exporting tinyllama_qnn_fp32.pte' 2025-06-05T23:20:52.7800256Z Exporting tinyllama_qnn_fp32.pte 2025-06-05T23:20:52.7800917Z + EXPORT_ARGS='-c stories110M.pt -p params.json -d fp32 -n tinyllama_qnn_fp32.pte -kv' 2025-06-05T23:20:52.7801589Z + [[ OFF == \O\N ]] 2025-06-05T23:20:52.7801912Z + [[ OFF == \O\N ]] 2025-06-05T23:20:52.7802211Z + [[ OFF == \O\N ]] 2025-06-05T23:20:52.7802523Z + [[ OFF == \O\N ]] 2025-06-05T23:20:52.7802821Z + [[ OFF == \O\N ]] 2025-06-05T23:20:52.7803135Z + [[ ON == \O\N ]] 2025-06-05T23:20:52.7804049Z + 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:20:52.7805042Z + echo 'PT2E_QUANTIZE is qnn_8a8w' 2025-06-05T23:20:52.7805511Z PT2E_QUANTIZE is qnn_8a8w 2025-06-05T23:20:52.7805898Z + [[ qnn_8a8w == \q\n\n\_\1\6\a\1\6\w ]] 2025-06-05T23:20:52.7806289Z + [[ OFF == \O\N ]] 2025-06-05T23:20:52.7807467Z + 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:20:52.7808827Z [INFO 2025-06-05 23:20:35,804 utils.py:162] NumExpr defaulting to 8 threads. 2025-06-05T23:20:52.7809609Z [INFO 2025-06-05 23:20:36,647 export_llama_lib.py:750] Applying quantizers: [] 2025-06-05T23:20:52.7810455Z [INFO 2025-06-05 23:20:36,693 export_llama_lib.py:687] Checkpoint dtype: torch.float32 2025-06-05T23:20:52.7813013Z [INFO 2025-06-05 23:20:37,322 builder.py:182] Applied source transforms: [, , , , ] 2025-06-05T23:20:52.7815261Z [INFO 2025-06-05 23:20:37,323 builder.py:183] Model after source transforms: Transformer( 2025-06-05T23:20:52.7815788Z (tok_embeddings): Embedding(32000, 768) 2025-06-05T23:20:52.7816334Z (layers): ModuleList( 2025-06-05T23:20:52.7816741Z (0-11): 12 x TransformerBlock( 2025-06-05T23:20:52.7817023Z (attention): AttentionMHA( 2025-06-05T23:20:52.7817291Z (wq): Conv2D( 2025-06-05T23:20:52.7817760Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:20:52.7818377Z ) 2025-06-05T23:20:52.7818577Z (wk): Conv2D( 2025-06-05T23:20:52.7818892Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:20:52.7819322Z ) 2025-06-05T23:20:52.7819505Z (wv): Conv2D( 2025-06-05T23:20:52.7819828Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:20:52.7820208Z ) 2025-06-05T23:20:52.7820451Z (wo): Conv2D( 2025-06-05T23:20:52.7820996Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:20:52.7821364Z ) 2025-06-05T23:20:52.7821567Z (rope): Rope( 2025-06-05T23:20:52.7821818Z (apply_rotary_emb): RotaryEmbedding() 2025-06-05T23:20:52.7822123Z ) 2025-06-05T23:20:52.7822453Z (kv_cache): KVCacheSimple() 2025-06-05T23:20:52.7823006Z (SDPA): SDPAFlex() 2025-06-05T23:20:52.7823247Z ) 2025-06-05T23:20:52.7823461Z (feed_forward): FeedForward( 2025-06-05T23:20:52.7823737Z (w1): Conv2D( 2025-06-05T23:20:52.7824195Z (conv): Conv2d(2048, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:20:52.7824659Z ) 2025-06-05T23:20:52.7824840Z (w2): Conv2D( 2025-06-05T23:20:52.7825176Z (conv): Conv2d(768, 2048, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:20:52.7825582Z ) 2025-06-05T23:20:52.7825852Z (w3): Conv2D( 2025-06-05T23:20:52.7826173Z (conv): Conv2d(2048, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:20:52.7826567Z ) 2025-06-05T23:20:52.7826770Z ) 2025-06-05T23:20:52.7827073Z (attention_norm): RMSNorm((768,), eps=1e-05, elementwise_affine=True) 2025-06-05T23:20:52.7827926Z (ffn_norm): RMSNorm((768,), eps=1e-05, elementwise_affine=True) 2025-06-05T23:20:52.7828382Z ) 2025-06-05T23:20:52.7828569Z ) 2025-06-05T23:20:52.7828783Z (rope): Rope( 2025-06-05T23:20:52.7829218Z (apply_rotary_emb): RotaryEmbedding() 2025-06-05T23:20:52.7829722Z ) 2025-06-05T23:20:52.7830006Z (norm): RMSNorm((768,), eps=1e-05, elementwise_affine=True) 2025-06-05T23:20:52.7830358Z (output): Conv2D( 2025-06-05T23:20:52.7830953Z (conv): Conv2d(32000, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-06-05T23:20:52.7831508Z ) 2025-06-05T23:20:52.7831702Z ) 2025-06-05T23:20:52.7832184Z [INFO 2025-06-05 23:20:44,515 builder.py:282] Running canonical pass: RemoveRedundantTransposes 2025-06-05T23:20:52.7832954Z [INFO 2025-06-05 23:20:44,584 builder.py:370] Using pt2e [] to quantizing the model... 2025-06-05T23:20:52.7833587Z [INFO 2025-06-05 23:20:44,584 builder.py:430] No quantizer provided, passing... 2025-06-05T23:20:52.7834133Z [INFO 2025-06-05 23:20:52,776 utils.py:50] Core ATen graph: 2025-06-05T23:20:52.7834479Z graph(): 2025-06-05T23:20:52.7834896Z %p_tok_embeddings_weight : [num_users=1] = placeholder[target=p_tok_embeddings_weight] 2025-06-05T23:20:52.7836110Z %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:20:52.7837190Z %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:20:52.7838340Z %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:20:52.7839905Z %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:20:52.7841317Z %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:20:52.7842311Z %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:20:52.7843699Z %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:20:52.7845147Z %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:20:52.7846315Z %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:20:52.7847363Z %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:20:52.7848380Z %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:20:52.7849430Z %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:20:52.7850498Z %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:20:52.7851551Z %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:20:52.7852535Z %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:20:52.7853525Z %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:20:52.7854599Z %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:20:52.7855677Z %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:20:52.7856750Z %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:20:52.7857784Z %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:20:52.7859292Z %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:20:52.7860327Z %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:20:52.7861374Z %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:20:52.7862345Z %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:20:52.7863376Z %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:20:52.7864461Z %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:20:52.7865528Z %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:20:52.7866577Z %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:20:52.7867602Z %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:20:52.7868640Z %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:20:52.7869713Z %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:20:52.7870758Z %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:20:52.7871724Z %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:20:52.7872715Z %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:20:52.7873924Z %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:20:52.7874995Z %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:20:52.7876049Z %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:20:52.7877068Z %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:20:52.7878117Z %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:20:52.7879160Z %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:20:52.7880227Z %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:20:52.7881214Z %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:20:52.7882206Z %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:20:52.7883272Z %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:20:52.7884351Z %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:20:52.7885397Z %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:20:52.7886464Z %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:20:52.7887508Z %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:20:52.7888541Z %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:20:52.7889583Z %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:20:52.7890562Z %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:20:52.7891547Z %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:20:52.7892647Z %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:20:52.7893719Z %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:20:52.7894749Z %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:20:52.7895773Z %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:20:52.7896843Z %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:20:52.7897875Z %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:20:52.7898919Z %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:20:52.7899882Z %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:20:52.7900881Z %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:20:52.7901967Z %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:20:52.7903061Z %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:20:52.7904113Z %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:20:52.7905139Z %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:20:52.7906169Z %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:20:52.7907213Z %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:20:52.7908256Z %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:20:52.7909427Z %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:20:52.7910428Z %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:20:52.7911490Z %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:20:52.7912569Z %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:20:52.7913680Z %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:20:52.7914697Z %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:20:52.7915821Z %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:20:52.7916874Z %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:20:52.7917909Z %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:20:52.7918896Z %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:20:52.7919935Z %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:20:52.7921007Z %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:20:52.7922087Z %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:20:52.7923116Z %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:20:52.7924146Z %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:20:52.7925194Z %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:20:52.7926275Z %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:20:52.7927325Z %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:20:52.7928301Z %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:20:52.7929278Z %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:20:52.7930346Z %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:20:52.7931426Z %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:20:52.7932500Z %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:20:52.7933532Z %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:20:52.7934582Z %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:20:52.7935618Z %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:20:52.7936666Z %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:20:52.7937644Z %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:20:52.7938674Z %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:20:52.7939754Z %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:20:52.7940818Z %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:20:52.7941868Z %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:20:52.7942933Z %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:20:52.7943977Z %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:20:52.7945031Z %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:20:52.7946082Z %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:20:52.7947057Z %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:20:52.7948071Z %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:20:52.7949170Z %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:20:52.7950258Z %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:20:52.7951044Z %p_norm_weight : [num_users=1] = placeholder[target=p_norm_weight] 2025-06-05T23:20:52.7951556Z %p_output_conv_weight : [num_users=1] = placeholder[target=p_output_conv_weight] 2025-06-05T23:20:52.7952096Z %b_rope_freqs_cos : [num_users=1] = placeholder[target=b_rope_freqs_cos] 2025-06-05T23:20:52.7952586Z %b_rope_freqs_sin : [num_users=1] = placeholder[target=b_rope_freqs_sin] 2025-06-05T23:20:52.7953368Z %b_getattr_l__self___layers___0___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___0___attention_mask] 2025-06-05T23:20:52.7954436Z %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:20:52.7955576Z %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:20:52.7956603Z %b_getattr_l__self___layers___1___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___1___attention_mask] 2025-06-05T23:20:52.7957626Z %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:20:52.7958754Z %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:20:52.7959781Z %b_getattr_l__self___layers___2___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___2___attention_mask] 2025-06-05T23:20:52.7960835Z %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:20:52.7961974Z %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:20:52.7962995Z %b_getattr_l__self___layers___3___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___3___attention_mask] 2025-06-05T23:20:52.7964008Z %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:20:52.7965183Z %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:20:52.7966208Z %b_getattr_l__self___layers___4___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___4___attention_mask] 2025-06-05T23:20:52.7967222Z %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:20:52.7968359Z %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:20:52.7969381Z %b_getattr_l__self___layers___5___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___5___attention_mask] 2025-06-05T23:20:52.7970390Z %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:20:52.7971574Z %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:20:52.7972597Z %b_getattr_l__self___layers___6___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___6___attention_mask] 2025-06-05T23:20:52.7973606Z %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:20:52.7974744Z %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:20:52.7975766Z %b_getattr_l__self___layers___7___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___7___attention_mask] 2025-06-05T23:20:52.7976782Z %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:20:52.7977954Z %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:20:52.7978963Z %b_getattr_l__self___layers___8___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___8___attention_mask] 2025-06-05T23:20:52.7979987Z %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:20:52.7981125Z %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:20:52.7982142Z %b_getattr_l__self___layers___9___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___9___attention_mask] 2025-06-05T23:20:52.7983167Z %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:20:52.7984340Z %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:20:52.7985356Z %b_getattr_l__self___layers___10___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___10___attention_mask] 2025-06-05T23:20:52.7986391Z %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:20:52.7987568Z %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:20:52.7988589Z %b_getattr_l__self___layers___11___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___11___attention_mask] 2025-06-05T23:20:52.7989622Z %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:20:52.7990767Z %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:20:52.7991530Z %tokens : [num_users=1] = placeholder[target=tokens] 2025-06-05T23:20:52.7992024Z %attn_options_input_pos : [num_users=38] = placeholder[target=attn_options_input_pos] 2025-06-05T23:20:52.7992832Z %embedding : [num_users=2] = call_function[target=torch.ops.aten.embedding.default](args = (%p_tok_embeddings_weight, %tokens), kwargs = {}) 2025-06-05T23:20:52.7993952Z %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:20:52.7994937Z %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:20:52.7996045Z %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:20:52.7997124Z %unsqueeze : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm, -1), kwargs = {}) 2025-06-05T23:20:52.7997980Z %transpose : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze, 1, 2), kwargs = {}) 2025-06-05T23:20:52.7999011Z %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:20:52.8000064Z %transpose_1 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8000887Z %squeeze : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_1, -1), kwargs = {}) 2025-06-05T23:20:52.8001741Z %unsqueeze_1 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm, -1), kwargs = {}) 2025-06-05T23:20:52.8002615Z %transpose_2 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8003648Z %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:20:52.8004679Z %transpose_3 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8005510Z %squeeze_1 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_3, -1), kwargs = {}) 2025-06-05T23:20:52.8006393Z %unsqueeze_2 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm, -1), kwargs = {}) 2025-06-05T23:20:52.8007267Z %transpose_4 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8008296Z %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:20:52.8009509Z %transpose_5 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8010414Z %squeeze_2 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_5, -1), kwargs = {}) 2025-06-05T23:20:52.8011238Z %view : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8012088Z %view_1 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_1, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8012926Z %view_2 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_2, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8014066Z %_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:20:52.8015196Z %view_3 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%view, [1, 1, 12, -1, 2]), kwargs = {}) 2025-06-05T23:20:52.8015993Z %unbind : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_3, -1), kwargs = {}) 2025-06-05T23:20:52.8016777Z %getitem : [num_users=2] = call_function[target=operator.getitem](args = (%unbind, 0), kwargs = {}) 2025-06-05T23:20:52.8017474Z %getitem_1 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind, 1), kwargs = {}) 2025-06-05T23:20:52.8018545Z %_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:20:52.8019686Z %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:20:52.8020489Z %unbind_1 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_4, -1), kwargs = {}) 2025-06-05T23:20:52.8021238Z %getitem_2 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_1, 0), kwargs = {}) 2025-06-05T23:20:52.8021959Z %getitem_3 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_1, 1), kwargs = {}) 2025-06-05T23:20:52.8022719Z %view_5 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8023601Z %view_6 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8024392Z %mul : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem, %view_5), kwargs = {}) 2025-06-05T23:20:52.8025169Z %mul_1 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_1, %view_6), kwargs = {}) 2025-06-05T23:20:52.8025928Z %sub : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul, %mul_1), kwargs = {}) 2025-06-05T23:20:52.8026666Z %mul_2 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem, %view_6), kwargs = {}) 2025-06-05T23:20:52.8027448Z %mul_3 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_1, %view_5), kwargs = {}) 2025-06-05T23:20:52.8028195Z %add : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_2, %mul_3), kwargs = {}) 2025-06-05T23:20:52.8028996Z %mul_4 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_2, %view_5), kwargs = {}) 2025-06-05T23:20:52.8029774Z %mul_5 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_3, %view_6), kwargs = {}) 2025-06-05T23:20:52.8030518Z %sub_1 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_4, %mul_5), kwargs = {}) 2025-06-05T23:20:52.8031278Z %mul_6 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_2, %view_6), kwargs = {}) 2025-06-05T23:20:52.8032049Z %mul_7 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_3, %view_5), kwargs = {}) 2025-06-05T23:20:52.8032821Z %add_1 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_6, %mul_7), kwargs = {}) 2025-06-05T23:20:52.8033668Z %stack : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub, %add], -1), kwargs = {}) 2025-06-05T23:20:52.8034472Z %view_7 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8035301Z %stack_1 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_1, %add_1], -1), kwargs = {}) 2025-06-05T23:20:52.8036138Z %view_8 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_1, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8036942Z %type_as : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_7, %view), kwargs = {}) 2025-06-05T23:20:52.8037749Z %type_as_1 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_8, %view_1), kwargs = {}) 2025-06-05T23:20:52.8038627Z %transpose_6 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8039659Z %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:20:52.8041004Z %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:20:52.8042460Z %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:20:52.8043625Z %transpose_7 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8044463Z %select : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_7, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8045298Z %select_1 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8046121Z %transpose_8 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8046943Z %select_2 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_8, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8047744Z %select_3 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_2, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8048566Z %transpose_9 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8049390Z %select_4 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_9, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8050196Z %select_5 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_4, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8051029Z %transpose_10 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8051890Z %select_6 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_10, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8052692Z %select_7 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_6, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8053505Z %transpose_11 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8054345Z %select_8 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_11, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8055194Z %select_9 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_8, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8056008Z %transpose_12 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8056849Z %select_10 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_12, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8057641Z %select_11 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_10, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8058465Z %transpose_13 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8059304Z %select_12 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_13, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8060097Z %select_13 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_12, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8060926Z %transpose_14 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8061789Z %select_14 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_14, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8062583Z %select_15 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_14, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8063402Z %transpose_15 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8064223Z %select_16 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_15, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8065026Z %select_17 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_16, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8065851Z %transpose_16 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8066678Z %select_18 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_16, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8067512Z %select_19 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_18, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8068325Z %transpose_17 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8069161Z %select_20 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_17, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8069968Z %select_21 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_20, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8070785Z %transpose_18 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8071622Z %select_22 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_18, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8072423Z %select_23 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_22, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8073677Z %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:20:52.8074856Z %view_9 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8075693Z %transpose_19 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8076540Z %select_24 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_19, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8077377Z %select_25 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_24, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8078199Z %transpose_20 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8079046Z %select_26 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_20, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8079836Z %select_27 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_26, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8080666Z %transpose_21 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8081510Z %select_28 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_21, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8082302Z %select_29 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_28, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8083140Z %transpose_22 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8084012Z %select_30 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_22, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8084805Z %select_31 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_30, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8085639Z %transpose_23 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8086472Z %select_32 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_23, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8087274Z %select_33 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_32, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8088107Z %transpose_24 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8088940Z %select_34 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_24, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8089768Z %select_35 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_34, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8090588Z %transpose_25 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8091434Z %select_36 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_25, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8092237Z %select_37 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_36, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8093059Z %transpose_26 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8093914Z %select_38 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_26, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8094710Z %select_39 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_38, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8095574Z %transpose_27 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8096424Z %select_40 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_27, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8097218Z %select_41 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_40, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8098052Z %transpose_28 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8098903Z %select_42 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_28, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8099722Z %select_43 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_42, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8100569Z %transpose_29 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8101407Z %select_44 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_29, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8102221Z %select_45 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_44, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8103069Z %transpose_30 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8103903Z %select_46 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_30, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8104715Z %select_47 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_46, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8105886Z %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:20:52.8107060Z %view_10 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_1, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8107912Z %transpose_31 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_9, -2, -1), kwargs = {}) 2025-06-05T23:20:52.8108963Z %matmul : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_6, %transpose_31), kwargs = {}) 2025-06-05T23:20:52.8109798Z %mul_8 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul, 0.125), kwargs = {}) 2025-06-05T23:20:52.8110560Z %add_2 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_8, %index_2), kwargs = {}) 2025-06-05T23:20:52.8111316Z %softmax : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_2, -1), kwargs = {}) 2025-06-05T23:20:52.8112190Z %matmul_1 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax, %view_10), kwargs = {}) 2025-06-05T23:20:52.8113038Z %transpose_32 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_1, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8113958Z %view_11 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_32, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.8114820Z %unsqueeze_3 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_11, -1), kwargs = {}) 2025-06-05T23:20:52.8115680Z %transpose_33 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8116729Z %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:20:52.8117769Z %transpose_34 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8118638Z %squeeze_3 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_34, -1), kwargs = {}) 2025-06-05T23:20:52.8119464Z %add_3 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%embedding, %squeeze_3), kwargs = {}) 2025-06-05T23:20:52.8120431Z %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:20:52.8121452Z %unsqueeze_4 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_1, -1), kwargs = {}) 2025-06-05T23:20:52.8122372Z %transpose_35 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8123420Z %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:20:52.8124463Z %transpose_36 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8125301Z %squeeze_4 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_36, -1), kwargs = {}) 2025-06-05T23:20:52.8126085Z %silu : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_4,), kwargs = {}) 2025-06-05T23:20:52.8126910Z %unsqueeze_5 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_1, -1), kwargs = {}) 2025-06-05T23:20:52.8127779Z %transpose_37 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8128868Z %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:20:52.8129913Z %transpose_38 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8130738Z %squeeze_5 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_38, -1), kwargs = {}) 2025-06-05T23:20:52.8131540Z %mul_9 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu, %squeeze_5), kwargs = {}) 2025-06-05T23:20:52.8132358Z %unsqueeze_6 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_9, -1), kwargs = {}) 2025-06-05T23:20:52.8133208Z %transpose_39 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8134263Z %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:20:52.8135318Z %transpose_40 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8136161Z %squeeze_6 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_40, -1), kwargs = {}) 2025-06-05T23:20:52.8136966Z %add_4 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_3, %squeeze_6), kwargs = {}) 2025-06-05T23:20:52.8137939Z %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:20:52.8138984Z %unsqueeze_7 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_2, -1), kwargs = {}) 2025-06-05T23:20:52.8139869Z %transpose_41 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8140940Z %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:20:52.8141974Z %transpose_42 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8142803Z %squeeze_7 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_42, -1), kwargs = {}) 2025-06-05T23:20:52.8143666Z %unsqueeze_8 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_2, -1), kwargs = {}) 2025-06-05T23:20:52.8144543Z %transpose_43 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8145592Z %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:20:52.8146621Z %transpose_44 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8147445Z %squeeze_8 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_44, -1), kwargs = {}) 2025-06-05T23:20:52.8148303Z %unsqueeze_9 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_2, -1), kwargs = {}) 2025-06-05T23:20:52.8149178Z %transpose_45 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8150203Z %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:20:52.8151258Z %transpose_46 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8152100Z %squeeze_9 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_46, -1), kwargs = {}) 2025-06-05T23:20:52.8152930Z %view_12 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_7, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8153862Z %view_13 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_8, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8154698Z %view_14 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_9, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8155839Z %_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:20:52.8156988Z %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:20:52.8157827Z %unbind_2 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_15, -1), kwargs = {}) 2025-06-05T23:20:52.8158575Z %getitem_4 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_2, 0), kwargs = {}) 2025-06-05T23:20:52.8159289Z %getitem_5 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_2, 1), kwargs = {}) 2025-06-05T23:20:52.8160350Z %_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:20:52.8161485Z %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:20:52.8162292Z %unbind_3 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_16, -1), kwargs = {}) 2025-06-05T23:20:52.8163041Z %getitem_6 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_3, 0), kwargs = {}) 2025-06-05T23:20:52.8163781Z %getitem_7 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_3, 1), kwargs = {}) 2025-06-05T23:20:52.8164538Z %view_17 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8165364Z %view_18 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8166172Z %mul_10 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_4, %view_17), kwargs = {}) 2025-06-05T23:20:52.8166947Z %mul_11 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_5, %view_18), kwargs = {}) 2025-06-05T23:20:52.8167752Z %sub_2 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_10, %mul_11), kwargs = {}) 2025-06-05T23:20:52.8168514Z %mul_12 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_4, %view_18), kwargs = {}) 2025-06-05T23:20:52.8169300Z %mul_13 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_5, %view_17), kwargs = {}) 2025-06-05T23:20:52.8170074Z %add_5 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_12, %mul_13), kwargs = {}) 2025-06-05T23:20:52.8170833Z %mul_14 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_6, %view_17), kwargs = {}) 2025-06-05T23:20:52.8171614Z %mul_15 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_7, %view_18), kwargs = {}) 2025-06-05T23:20:52.8172372Z %sub_3 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_14, %mul_15), kwargs = {}) 2025-06-05T23:20:52.8173166Z %mul_16 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_6, %view_18), kwargs = {}) 2025-06-05T23:20:52.8173954Z %mul_17 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_7, %view_17), kwargs = {}) 2025-06-05T23:20:52.8174708Z %add_6 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_16, %mul_17), kwargs = {}) 2025-06-05T23:20:52.8175503Z %stack_2 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_2, %add_5], -1), kwargs = {}) 2025-06-05T23:20:52.8176327Z %view_19 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_2, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8177162Z %stack_3 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_3, %add_6], -1), kwargs = {}) 2025-06-05T23:20:52.8177993Z %view_20 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_3, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8178827Z %type_as_2 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_19, %view_12), kwargs = {}) 2025-06-05T23:20:52.8179684Z %type_as_3 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_20, %view_13), kwargs = {}) 2025-06-05T23:20:52.8180534Z %transpose_47 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8181554Z %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:20:52.8182895Z %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:20:52.8184393Z %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:20:52.8185584Z %transpose_48 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8186437Z %select_48 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_48, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8187236Z %select_49 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_48, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8188078Z %transpose_49 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8188926Z %select_50 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_49, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8189746Z %select_51 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_50, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8190591Z %transpose_50 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8191428Z %select_52 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_50, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8192235Z %select_53 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_52, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8193069Z %transpose_51 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8193973Z %select_54 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_51, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8194776Z %select_55 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_54, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8195642Z %transpose_52 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8196475Z %select_56 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_52, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8197280Z %select_57 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_56, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8198105Z %transpose_53 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8198952Z %select_58 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_53, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8199752Z %select_59 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_58, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8200573Z %transpose_54 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8201416Z %select_60 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_54, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8202234Z %select_61 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_60, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8203066Z %transpose_55 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8203906Z %select_62 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_55, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8204698Z %select_63 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_62, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8205526Z %transpose_56 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8206360Z %select_64 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_56, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8207164Z %select_65 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_64, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8208024Z %transpose_57 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8209023Z %select_66 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_57, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8209834Z %select_67 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_66, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8210671Z %transpose_58 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8211503Z %select_68 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_58, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8212373Z %select_69 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_68, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8213203Z %transpose_59 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8214050Z %select_70 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_59, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8214860Z %select_71 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_70, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8216003Z %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:20:52.8217175Z %view_21 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_2, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8218064Z %transpose_60 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8218906Z %select_72 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_60, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8219719Z %select_73 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_72, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8220542Z %transpose_61 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8221384Z %select_74 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_61, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8222188Z %select_75 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_74, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8223011Z %transpose_62 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8223912Z %select_76 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_62, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8224704Z %select_77 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_76, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8225535Z %transpose_63 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8226382Z %select_78 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_63, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8227174Z %select_79 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_78, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8228015Z %transpose_64 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8228865Z %select_80 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_64, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8229658Z %select_81 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_80, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8230533Z %transpose_65 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8231363Z %select_82 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_65, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8232164Z %select_83 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_82, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8232992Z %transpose_66 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8233922Z %select_84 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_66, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8234733Z %select_85 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_84, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8235557Z %transpose_67 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8236404Z %select_86 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_67, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8237208Z %select_87 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_86, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8238029Z %transpose_68 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8238871Z %select_88 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_68, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8239664Z %select_89 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_88, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8240527Z %transpose_69 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8241368Z %select_90 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_69, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8242157Z %select_91 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_90, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8242986Z %transpose_70 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8243826Z %select_92 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_70, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8244621Z %select_93 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_92, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8245459Z %transpose_71 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8246319Z %select_94 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_71, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8247127Z %select_95 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_94, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8248283Z %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:20:52.8249434Z %view_22 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_3, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8250284Z %transpose_72 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_21, -2, -1), kwargs = {}) 2025-06-05T23:20:52.8251183Z %matmul_2 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_47, %transpose_72), kwargs = {}) 2025-06-05T23:20:52.8252019Z %mul_18 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_2, 0.125), kwargs = {}) 2025-06-05T23:20:52.8252812Z %add_7 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_18, %index_3), kwargs = {}) 2025-06-05T23:20:52.8253577Z %softmax_1 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_7, -1), kwargs = {}) 2025-06-05T23:20:52.8254404Z %matmul_3 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_1, %view_22), kwargs = {}) 2025-06-05T23:20:52.8255267Z %transpose_73 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_3, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8256136Z %view_23 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_73, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.8256998Z %unsqueeze_10 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_23, -1), kwargs = {}) 2025-06-05T23:20:52.8257861Z %transpose_74 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8258912Z %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:20:52.8259946Z %transpose_75 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8260777Z %squeeze_10 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_75, -1), kwargs = {}) 2025-06-05T23:20:52.8261584Z %add_8 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_4, %squeeze_10), kwargs = {}) 2025-06-05T23:20:52.8262580Z %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:20:52.8263600Z %unsqueeze_11 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_3, -1), kwargs = {}) 2025-06-05T23:20:52.8264489Z %transpose_76 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8265533Z %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:20:52.8266581Z %transpose_77 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8267433Z %squeeze_11 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_77, -1), kwargs = {}) 2025-06-05T23:20:52.8268228Z %silu_1 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_11,), kwargs = {}) 2025-06-05T23:20:52.8269091Z %unsqueeze_12 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_3, -1), kwargs = {}) 2025-06-05T23:20:52.8269982Z %transpose_78 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8271027Z %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:20:52.8272078Z %transpose_79 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8290030Z %squeeze_12 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_79, -1), kwargs = {}) 2025-06-05T23:20:52.8291005Z %mul_19 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_1, %squeeze_12), kwargs = {}) 2025-06-05T23:20:52.8291855Z %unsqueeze_13 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_19, -1), kwargs = {}) 2025-06-05T23:20:52.8292832Z %transpose_80 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8293891Z %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:20:52.8294944Z %transpose_81 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8295795Z %squeeze_13 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_81, -1), kwargs = {}) 2025-06-05T23:20:52.8296630Z %add_9 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_8, %squeeze_13), kwargs = {}) 2025-06-05T23:20:52.8297635Z %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:20:52.8298679Z %unsqueeze_14 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_4, -1), kwargs = {}) 2025-06-05T23:20:52.8299574Z %transpose_82 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8300628Z %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:20:52.8301651Z %transpose_83 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8302533Z %squeeze_14 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_83, -1), kwargs = {}) 2025-06-05T23:20:52.8303404Z %unsqueeze_15 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_4, -1), kwargs = {}) 2025-06-05T23:20:52.8304283Z %transpose_84 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8305330Z %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:20:52.8306352Z %transpose_85 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8307200Z %squeeze_15 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_85, -1), kwargs = {}) 2025-06-05T23:20:52.8308067Z %unsqueeze_16 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_4, -1), kwargs = {}) 2025-06-05T23:20:52.8309161Z %transpose_86 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8310215Z %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:20:52.8311250Z %transpose_87 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8312084Z %squeeze_16 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_87, -1), kwargs = {}) 2025-06-05T23:20:52.8312929Z %view_24 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_14, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8313838Z %view_25 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_15, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8314691Z %view_26 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_16, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8315894Z %_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:20:52.8317025Z %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:20:52.8317847Z %unbind_4 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_27, -1), kwargs = {}) 2025-06-05T23:20:52.8318601Z %getitem_8 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_4, 0), kwargs = {}) 2025-06-05T23:20:52.8319348Z %getitem_9 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_4, 1), kwargs = {}) 2025-06-05T23:20:52.8320427Z %_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:20:52.8321557Z %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:20:52.8322376Z %unbind_5 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_28, -1), kwargs = {}) 2025-06-05T23:20:52.8323127Z %getitem_10 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_5, 0), kwargs = {}) 2025-06-05T23:20:52.8323834Z %getitem_11 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_5, 1), kwargs = {}) 2025-06-05T23:20:52.8324609Z %view_29 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8325462Z %view_30 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8326283Z %mul_20 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_8, %view_29), kwargs = {}) 2025-06-05T23:20:52.8327074Z %mul_21 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_9, %view_30), kwargs = {}) 2025-06-05T23:20:52.8327837Z %sub_4 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_20, %mul_21), kwargs = {}) 2025-06-05T23:20:52.8328608Z %mul_22 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_8, %view_30), kwargs = {}) 2025-06-05T23:20:52.8329390Z %mul_23 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_9, %view_29), kwargs = {}) 2025-06-05T23:20:52.8330151Z %add_10 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_22, %mul_23), kwargs = {}) 2025-06-05T23:20:52.8330934Z %mul_24 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_10, %view_29), kwargs = {}) 2025-06-05T23:20:52.8331752Z %mul_25 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_11, %view_30), kwargs = {}) 2025-06-05T23:20:52.8332527Z %sub_5 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_24, %mul_25), kwargs = {}) 2025-06-05T23:20:52.8333300Z %mul_26 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_10, %view_30), kwargs = {}) 2025-06-05T23:20:52.8334076Z %mul_27 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_11, %view_29), kwargs = {}) 2025-06-05T23:20:52.8334852Z %add_11 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_26, %mul_27), kwargs = {}) 2025-06-05T23:20:52.8335646Z %stack_4 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_4, %add_10], -1), kwargs = {}) 2025-06-05T23:20:52.8336493Z %view_31 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_4, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8337360Z %stack_5 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_5, %add_11], -1), kwargs = {}) 2025-06-05T23:20:52.8338191Z %view_32 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_5, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8339022Z %type_as_4 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_31, %view_24), kwargs = {}) 2025-06-05T23:20:52.8339832Z %type_as_5 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_32, %view_25), kwargs = {}) 2025-06-05T23:20:52.8340666Z %transpose_88 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8341735Z %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:20:52.8343076Z %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:20:52.8344567Z %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:20:52.8345738Z %transpose_89 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8346579Z %select_96 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_89, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8347418Z %select_97 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_96, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8348255Z %transpose_90 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8349090Z %select_98 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_90, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8349899Z %select_99 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_98, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8350721Z %transpose_91 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8351572Z %select_100 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_91, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8352387Z %select_101 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_100, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8353286Z %transpose_92 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8354181Z %select_102 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_92, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8354987Z %select_103 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_102, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8355833Z %transpose_93 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8356675Z %select_104 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_93, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8357474Z %select_105 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_104, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8358319Z %transpose_94 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8359169Z %select_106 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_94, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8360001Z %select_107 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_106, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8360847Z %transpose_95 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8361683Z %select_108 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_95, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8362500Z %select_109 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_108, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8363372Z %transpose_96 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8364211Z %select_110 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_96, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8365032Z %select_111 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_110, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8365865Z %transpose_97 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8366715Z %select_112 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_97, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8367534Z %select_113 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_112, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8368366Z %transpose_98 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8369219Z %select_114 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_98, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8370082Z %select_115 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_114, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8370920Z %transpose_99 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8371773Z %select_116 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_99, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8372586Z %select_117 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_116, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8373446Z %transpose_100 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8374309Z %select_118 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_100, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8375127Z %select_119 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_118, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8376361Z %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:20:52.8377568Z %view_33 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_4, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8378422Z %transpose_101 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8379282Z %select_120 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_101, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8380096Z %select_121 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_120, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8380952Z %transpose_102 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8381815Z %select_122 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_102, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8382651Z %select_123 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_122, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8383500Z %transpose_103 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8384342Z %select_124 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_103, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8385162Z %select_125 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_124, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8386040Z %transpose_104 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8386887Z %select_126 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_104, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8387709Z %select_127 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_126, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8388556Z %transpose_105 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8389398Z %select_128 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_105, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8390219Z %select_129 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_128, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8391053Z %transpose_106 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8391942Z %select_130 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_106, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8392766Z %select_131 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_130, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8393936Z %transpose_107 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8394798Z %select_132 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_107, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8395608Z %select_133 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_132, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8396455Z %transpose_108 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8397317Z %select_134 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_108, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8398127Z %select_135 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_134, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8399010Z %transpose_109 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8399864Z %select_136 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_109, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8400670Z %select_137 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_136, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8401516Z %transpose_110 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8402356Z %select_138 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_110, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8403175Z %select_139 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_138, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8404022Z %transpose_111 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8404894Z %select_140 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_111, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8405721Z %select_141 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_140, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8406558Z %transpose_112 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8407415Z %select_142 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_112, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8408269Z %select_143 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_142, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8409637Z %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:20:52.8410863Z %view_34 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_5, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8411729Z %transpose_113 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_33, -2, -1), kwargs = {}) 2025-06-05T23:20:52.8412619Z %matmul_4 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_88, %transpose_113), kwargs = {}) 2025-06-05T23:20:52.8413470Z %mul_28 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_4, 0.125), kwargs = {}) 2025-06-05T23:20:52.8414226Z %add_12 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_28, %index_4), kwargs = {}) 2025-06-05T23:20:52.8415091Z %softmax_2 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_12, -1), kwargs = {}) 2025-06-05T23:20:52.8415923Z %matmul_5 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_2, %view_34), kwargs = {}) 2025-06-05T23:20:52.8416776Z %transpose_114 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_5, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8417640Z %view_35 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_114, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.8418510Z %unsqueeze_17 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_35, -1), kwargs = {}) 2025-06-05T23:20:52.8419379Z %transpose_115 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8420444Z %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:20:52.8421533Z %transpose_116 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8422391Z %squeeze_17 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_116, -1), kwargs = {}) 2025-06-05T23:20:52.8423208Z %add_13 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_9, %squeeze_17), kwargs = {}) 2025-06-05T23:20:52.8424172Z %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:20:52.8425205Z %unsqueeze_18 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_5, -1), kwargs = {}) 2025-06-05T23:20:52.8426108Z %transpose_117 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8427205Z %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:20:52.8428246Z %transpose_118 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8429087Z %squeeze_18 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_118, -1), kwargs = {}) 2025-06-05T23:20:52.8429880Z %silu_2 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_18,), kwargs = {}) 2025-06-05T23:20:52.8430710Z %unsqueeze_19 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_5, -1), kwargs = {}) 2025-06-05T23:20:52.8431625Z %transpose_119 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8432674Z %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:20:52.8433791Z %transpose_120 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8434639Z %squeeze_19 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_120, -1), kwargs = {}) 2025-06-05T23:20:52.8435435Z %mul_29 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_2, %squeeze_19), kwargs = {}) 2025-06-05T23:20:52.8436254Z %unsqueeze_20 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_29, -1), kwargs = {}) 2025-06-05T23:20:52.8437115Z %transpose_121 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8438207Z %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:20:52.8439258Z %transpose_122 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8440094Z %squeeze_20 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_122, -1), kwargs = {}) 2025-06-05T23:20:52.8440900Z %add_14 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_13, %squeeze_20), kwargs = {}) 2025-06-05T23:20:52.8441892Z %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:20:52.8442928Z %unsqueeze_21 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_6, -1), kwargs = {}) 2025-06-05T23:20:52.8443848Z %transpose_123 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8444891Z %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:20:52.8445931Z %transpose_124 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8446782Z %squeeze_21 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_124, -1), kwargs = {}) 2025-06-05T23:20:52.8447634Z %unsqueeze_22 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_6, -1), kwargs = {}) 2025-06-05T23:20:52.8448525Z %transpose_125 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8449582Z %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:20:52.8450633Z %transpose_126 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8451488Z %squeeze_22 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_126, -1), kwargs = {}) 2025-06-05T23:20:52.8452341Z %unsqueeze_23 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_6, -1), kwargs = {}) 2025-06-05T23:20:52.8453233Z %transpose_127 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8454336Z %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:20:52.8455371Z %transpose_128 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8456226Z %squeeze_23 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_128, -1), kwargs = {}) 2025-06-05T23:20:52.8457072Z %view_36 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_21, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8457916Z %view_37 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_22, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8458766Z %view_38 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_23, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8459922Z %_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:20:52.8461069Z %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:20:52.8461890Z %unbind_6 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_39, -1), kwargs = {}) 2025-06-05T23:20:52.8462632Z %getitem_12 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_6, 0), kwargs = {}) 2025-06-05T23:20:52.8463348Z %getitem_13 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_6, 1), kwargs = {}) 2025-06-05T23:20:52.8464423Z %_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:20:52.8465551Z %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:20:52.8466398Z %unbind_7 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_40, -1), kwargs = {}) 2025-06-05T23:20:52.8467141Z %getitem_14 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_7, 0), kwargs = {}) 2025-06-05T23:20:52.8467856Z %getitem_15 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_7, 1), kwargs = {}) 2025-06-05T23:20:52.8468627Z %view_41 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8469441Z %view_42 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8470257Z %mul_30 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_12, %view_41), kwargs = {}) 2025-06-05T23:20:52.8471040Z %mul_31 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_13, %view_42), kwargs = {}) 2025-06-05T23:20:52.8471820Z %sub_6 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_30, %mul_31), kwargs = {}) 2025-06-05T23:20:52.8472617Z %mul_32 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_12, %view_42), kwargs = {}) 2025-06-05T23:20:52.8473476Z %mul_33 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_13, %view_41), kwargs = {}) 2025-06-05T23:20:52.8474257Z %add_15 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_32, %mul_33), kwargs = {}) 2025-06-05T23:20:52.8475018Z %mul_34 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_14, %view_41), kwargs = {}) 2025-06-05T23:20:52.8475812Z %mul_35 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_15, %view_42), kwargs = {}) 2025-06-05T23:20:52.8476626Z %sub_7 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_34, %mul_35), kwargs = {}) 2025-06-05T23:20:52.8477385Z %mul_36 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_14, %view_42), kwargs = {}) 2025-06-05T23:20:52.8478171Z %mul_37 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_15, %view_41), kwargs = {}) 2025-06-05T23:20:52.8478944Z %add_16 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_36, %mul_37), kwargs = {}) 2025-06-05T23:20:52.8479737Z %stack_6 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_6, %add_15], -1), kwargs = {}) 2025-06-05T23:20:52.8480578Z %view_43 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_6, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8481407Z %stack_7 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_7, %add_16], -1), kwargs = {}) 2025-06-05T23:20:52.8482268Z %view_44 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_7, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8483099Z %type_as_6 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_43, %view_36), kwargs = {}) 2025-06-05T23:20:52.8483910Z %type_as_7 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_44, %view_37), kwargs = {}) 2025-06-05T23:20:52.8484756Z %transpose_129 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8485775Z %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:20:52.8487113Z %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:20:52.8488619Z %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:20:52.8489793Z %transpose_130 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8490640Z %select_144 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_130, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8491462Z %select_145 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_144, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8492300Z %transpose_131 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8493160Z %select_146 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_131, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8493981Z %select_147 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_146, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8494844Z %transpose_132 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8495701Z %select_148 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_132, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8496508Z %select_149 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_148, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8497360Z %transpose_133 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8498246Z %select_150 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_133, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8499059Z %select_151 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_150, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8499909Z %transpose_134 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8500754Z %select_152 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_134, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8501573Z %select_153 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_152, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8502422Z %transpose_135 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8503264Z %select_154 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_135, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8504083Z %select_155 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_154, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8504954Z %transpose_136 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8505802Z %select_156 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_136, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8506624Z %select_157 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_156, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8507457Z %transpose_137 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8508312Z %select_158 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_137, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8509306Z %select_159 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_158, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8510150Z %transpose_138 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8511071Z %select_160 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_138, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8511885Z %select_161 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_160, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8512743Z %transpose_139 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8513664Z %select_162 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_139, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8514473Z %select_163 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_162, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8515327Z %transpose_140 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8516187Z %select_164 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_140, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8517043Z %select_165 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_164, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8517904Z %transpose_141 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8518750Z %select_166 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_141, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8519575Z %select_167 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_166, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8520786Z %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:20:52.8522024Z %view_45 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_6, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8522889Z %transpose_142 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8523749Z %select_168 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_142, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8524552Z %select_169 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_168, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8525381Z %transpose_143 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8526222Z %select_170 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_143, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8527074Z %select_171 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_170, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8527924Z %transpose_144 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8528768Z %select_172 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_144, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8529582Z %select_173 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_172, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8530422Z %transpose_145 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8531262Z %select_174 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_145, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8532076Z %select_175 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_174, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8532937Z %transpose_146 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8533788Z %select_176 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_146, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8534596Z %select_177 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_176, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8535430Z %transpose_147 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8536280Z %select_178 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_147, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8537073Z %select_179 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_178, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8537907Z %transpose_148 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8538745Z %select_180 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_148, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8539574Z %select_181 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_180, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8540416Z %transpose_149 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8541255Z %select_182 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_149, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8542072Z %select_183 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_182, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8542942Z %transpose_150 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8543785Z %select_184 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_150, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8544607Z %select_185 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_184, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8545443Z %transpose_151 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8546276Z %select_186 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_151, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8547081Z %select_187 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_186, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8547912Z %transpose_152 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8548765Z %select_188 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_152, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8549614Z %select_189 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_188, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8550458Z %transpose_153 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8551311Z %select_190 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_153, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8552120Z %select_191 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_190, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8553388Z %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:20:52.8554589Z %view_46 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_7, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8555463Z %transpose_154 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_45, -2, -1), kwargs = {}) 2025-06-05T23:20:52.8556372Z %matmul_6 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_129, %transpose_154), kwargs = {}) 2025-06-05T23:20:52.8557229Z %mul_38 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_6, 0.125), kwargs = {}) 2025-06-05T23:20:52.8557982Z %add_17 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_38, %index_5), kwargs = {}) 2025-06-05T23:20:52.8558741Z %softmax_3 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_17, -1), kwargs = {}) 2025-06-05T23:20:52.8559552Z %matmul_7 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_3, %view_46), kwargs = {}) 2025-06-05T23:20:52.8560403Z %transpose_155 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_7, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8561287Z %view_47 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_155, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.8562138Z %unsqueeze_24 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_47, -1), kwargs = {}) 2025-06-05T23:20:52.8563014Z %transpose_156 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_24, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8564070Z %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:20:52.8565128Z %transpose_157 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_24, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8565974Z %squeeze_24 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_157, -1), kwargs = {}) 2025-06-05T23:20:52.8566773Z %add_18 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_14, %squeeze_24), kwargs = {}) 2025-06-05T23:20:52.8567742Z %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:20:52.8568761Z %unsqueeze_25 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_7, -1), kwargs = {}) 2025-06-05T23:20:52.8569642Z %transpose_158 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_25, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8570698Z %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:20:52.8571767Z %transpose_159 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_25, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8572609Z %squeeze_25 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_159, -1), kwargs = {}) 2025-06-05T23:20:52.8573415Z %silu_3 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_25,), kwargs = {}) 2025-06-05T23:20:52.8574233Z %unsqueeze_26 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_7, -1), kwargs = {}) 2025-06-05T23:20:52.8575124Z %transpose_160 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_26, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8576183Z %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:20:52.8577225Z %transpose_161 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_26, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8578102Z %squeeze_26 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_161, -1), kwargs = {}) 2025-06-05T23:20:52.8578903Z %mul_39 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_3, %squeeze_26), kwargs = {}) 2025-06-05T23:20:52.8579712Z %unsqueeze_27 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_39, -1), kwargs = {}) 2025-06-05T23:20:52.8580585Z %transpose_162 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_27, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8581636Z %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:20:52.8582689Z %transpose_163 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_27, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8583533Z %squeeze_27 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_163, -1), kwargs = {}) 2025-06-05T23:20:52.8584341Z %add_19 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_18, %squeeze_27), kwargs = {}) 2025-06-05T23:20:52.8585333Z %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:20:52.8586369Z %unsqueeze_28 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_8, -1), kwargs = {}) 2025-06-05T23:20:52.8587240Z %transpose_164 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_28, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8588308Z %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:20:52.8589334Z %transpose_165 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_28, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8590181Z %squeeze_28 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_165, -1), kwargs = {}) 2025-06-05T23:20:52.8591032Z %unsqueeze_29 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_8, -1), kwargs = {}) 2025-06-05T23:20:52.8591897Z %transpose_166 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_29, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8592942Z %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:20:52.8594089Z %transpose_167 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_29, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8594929Z %squeeze_29 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_167, -1), kwargs = {}) 2025-06-05T23:20:52.8595792Z %unsqueeze_30 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_8, -1), kwargs = {}) 2025-06-05T23:20:52.8596673Z %transpose_168 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_30, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8597732Z %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:20:52.8598777Z %transpose_169 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_30, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8599613Z %squeeze_30 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_169, -1), kwargs = {}) 2025-06-05T23:20:52.8600477Z %view_48 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_28, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8601325Z %view_49 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_29, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8602159Z %view_50 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_30, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8603297Z %_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:20:52.8604420Z %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:20:52.8605228Z %unbind_8 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_51, -1), kwargs = {}) 2025-06-05T23:20:52.8605985Z %getitem_16 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_8, 0), kwargs = {}) 2025-06-05T23:20:52.8606709Z %getitem_17 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_8, 1), kwargs = {}) 2025-06-05T23:20:52.8607783Z %_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:20:52.8609087Z %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:20:52.8609890Z %unbind_9 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_52, -1), kwargs = {}) 2025-06-05T23:20:52.8610688Z %getitem_18 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_9, 0), kwargs = {}) 2025-06-05T23:20:52.8611395Z %getitem_19 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_9, 1), kwargs = {}) 2025-06-05T23:20:52.8612166Z %view_53 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8612990Z %view_54 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8613790Z %mul_40 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_16, %view_53), kwargs = {}) 2025-06-05T23:20:52.8614571Z %mul_41 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_17, %view_54), kwargs = {}) 2025-06-05T23:20:52.8615339Z %sub_8 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_40, %mul_41), kwargs = {}) 2025-06-05T23:20:52.8616101Z %mul_42 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_16, %view_54), kwargs = {}) 2025-06-05T23:20:52.8616917Z %mul_43 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_17, %view_53), kwargs = {}) 2025-06-05T23:20:52.8617684Z %add_20 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_42, %mul_43), kwargs = {}) 2025-06-05T23:20:52.8618448Z %mul_44 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_18, %view_53), kwargs = {}) 2025-06-05T23:20:52.8619224Z %mul_45 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_19, %view_54), kwargs = {}) 2025-06-05T23:20:52.8619977Z %sub_9 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_44, %mul_45), kwargs = {}) 2025-06-05T23:20:52.8620746Z %mul_46 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_18, %view_54), kwargs = {}) 2025-06-05T23:20:52.8621523Z %mul_47 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_19, %view_53), kwargs = {}) 2025-06-05T23:20:52.8622354Z %add_21 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_46, %mul_47), kwargs = {}) 2025-06-05T23:20:52.8623146Z %stack_8 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_8, %add_20], -1), kwargs = {}) 2025-06-05T23:20:52.8623969Z %view_55 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_8, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8624807Z %stack_9 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_9, %add_21], -1), kwargs = {}) 2025-06-05T23:20:52.8625645Z %view_56 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_9, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8626467Z %type_as_8 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_55, %view_48), kwargs = {}) 2025-06-05T23:20:52.8627289Z %type_as_9 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_56, %view_49), kwargs = {}) 2025-06-05T23:20:52.8628119Z %transpose_170 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8629178Z %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:20:52.8630523Z %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:20:52.8631989Z %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:20:52.8633188Z %transpose_171 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8634104Z %select_192 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_171, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8634915Z %select_193 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_192, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8635764Z %transpose_172 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8636616Z %select_194 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_172, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8637432Z %select_195 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_194, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8638270Z %transpose_173 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8639153Z %select_196 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_173, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8639975Z %select_197 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_196, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8640807Z %transpose_174 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8641661Z %select_198 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_174, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8642462Z %select_199 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_198, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8643312Z %transpose_175 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8644175Z %select_200 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_175, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8645003Z %select_201 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_200, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8645849Z %transpose_176 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8646690Z %select_202 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_176, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8647507Z %select_203 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_202, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8648353Z %transpose_177 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8649189Z %select_204 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_177, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8650009Z %select_205 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_204, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8650875Z %transpose_178 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8651716Z %select_206 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_178, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8652535Z %select_207 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_206, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8653364Z %transpose_179 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8654210Z %select_208 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_179, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8655047Z %select_209 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_208, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8655876Z %transpose_180 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8656725Z %select_210 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_180, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8657527Z %select_211 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_210, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8658373Z %transpose_181 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8659224Z %select_212 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_181, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8660031Z %select_213 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_212, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8660914Z %transpose_182 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8661768Z %select_214 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_182, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8662574Z %select_215 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_214, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8663777Z %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:20:52.8664971Z %view_57 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_8, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8665827Z %transpose_183 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8666711Z %select_216 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_183, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8667511Z %select_217 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_216, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8668359Z %transpose_184 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8669212Z %select_218 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_184, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8670013Z %select_219 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_218, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8670857Z %transpose_185 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8671696Z %select_220 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_185, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8672510Z %select_221 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_220, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8673470Z %transpose_186 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8674312Z %select_222 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_186, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8675125Z %select_223 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_222, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8675955Z %transpose_187 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8676834Z %select_224 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_187, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8677650Z %select_225 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_224, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8678483Z %transpose_188 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8679334Z %select_226 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_188, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8680152Z %select_227 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_226, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8680981Z %transpose_189 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8681831Z %select_228 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_189, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8682636Z %select_229 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_228, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8683509Z %transpose_190 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8683866Z %select_230 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_190, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8684222Z %select_231 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_230, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8684602Z %transpose_191 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8684954Z %select_232 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_191, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8685309Z %select_233 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_232, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8685692Z %transpose_192 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8686072Z %select_234 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_192, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8686427Z %select_235 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_234, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8686804Z %transpose_193 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8687153Z %select_236 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_193, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8687509Z %select_237 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_236, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8687890Z %transpose_194 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8688238Z %select_238 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_194, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8688620Z %select_239 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_238, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8689352Z %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:20:52.8689712Z %view_58 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_9, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8690103Z %transpose_195 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_57, -2, -1), kwargs = {}) 2025-06-05T23:20:52.8690539Z %matmul_8 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_170, %transpose_195), kwargs = {}) 2025-06-05T23:20:52.8690864Z %mul_48 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_8, 0.125), kwargs = {}) 2025-06-05T23:20:52.8691199Z %add_22 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_48, %index_6), kwargs = {}) 2025-06-05T23:20:52.8691534Z %softmax_4 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_22, -1), kwargs = {}) 2025-06-05T23:20:52.8691901Z %matmul_9 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_4, %view_58), kwargs = {}) 2025-06-05T23:20:52.8692278Z %transpose_196 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_9, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8692645Z %view_59 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_196, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.8693056Z %unsqueeze_31 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_59, -1), kwargs = {}) 2025-06-05T23:20:52.8693459Z %transpose_197 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_31, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8694015Z %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:20:52.8694385Z %transpose_198 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_31, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8694750Z %squeeze_31 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_198, -1), kwargs = {}) 2025-06-05T23:20:52.8695082Z %add_23 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_19, %squeeze_31), kwargs = {}) 2025-06-05T23:20:52.8695604Z %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:20:52.8696033Z %unsqueeze_32 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_9, -1), kwargs = {}) 2025-06-05T23:20:52.8696416Z %transpose_199 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_32, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8696976Z %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:20:52.8697358Z %transpose_200 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_32, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8697717Z %squeeze_32 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_200, -1), kwargs = {}) 2025-06-05T23:20:52.8698042Z %silu_4 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_32,), kwargs = {}) 2025-06-05T23:20:52.8698440Z %unsqueeze_33 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_9, -1), kwargs = {}) 2025-06-05T23:20:52.8698857Z %transpose_201 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_33, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8699420Z %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:20:52.8699800Z %transpose_202 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_33, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8700156Z %squeeze_33 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_202, -1), kwargs = {}) 2025-06-05T23:20:52.8700536Z %mul_49 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_4, %squeeze_33), kwargs = {}) 2025-06-05T23:20:52.8700905Z %unsqueeze_34 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_49, -1), kwargs = {}) 2025-06-05T23:20:52.8701286Z %transpose_203 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_34, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8701854Z %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:20:52.8702224Z %transpose_204 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_34, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8702577Z %squeeze_34 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_204, -1), kwargs = {}) 2025-06-05T23:20:52.8702944Z %add_24 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_23, %squeeze_34), kwargs = {}) 2025-06-05T23:20:52.8703491Z %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:20:52.8703883Z %unsqueeze_35 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_10, -1), kwargs = {}) 2025-06-05T23:20:52.8704277Z %transpose_205 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_35, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8704827Z %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:20:52.8705201Z %transpose_206 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_35, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8705574Z %squeeze_35 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_206, -1), kwargs = {}) 2025-06-05T23:20:52.8705990Z %unsqueeze_36 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_10, -1), kwargs = {}) 2025-06-05T23:20:52.8706373Z %transpose_207 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_36, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8706930Z %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:20:52.8707305Z %transpose_208 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_36, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8707661Z %squeeze_36 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_208, -1), kwargs = {}) 2025-06-05T23:20:52.8708063Z %unsqueeze_37 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_10, -1), kwargs = {}) 2025-06-05T23:20:52.8708447Z %transpose_209 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_37, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8709241Z %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:20:52.8709627Z %transpose_210 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_37, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8709985Z %squeeze_37 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_210, -1), kwargs = {}) 2025-06-05T23:20:52.8710351Z %view_60 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_35, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8710765Z %view_61 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_36, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8711129Z %view_62 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_37, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8711792Z %_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:20:52.8712172Z %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:20:52.8712505Z %unbind_10 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_63, -1), kwargs = {}) 2025-06-05T23:20:52.8712808Z %getitem_20 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_10, 0), kwargs = {}) 2025-06-05T23:20:52.8713117Z %getitem_21 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_10, 1), kwargs = {}) 2025-06-05T23:20:52.8713877Z %_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:20:52.8714249Z %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:20:52.8714590Z %unbind_11 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_64, -1), kwargs = {}) 2025-06-05T23:20:52.8714887Z %getitem_22 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_11, 0), kwargs = {}) 2025-06-05T23:20:52.8715185Z %getitem_23 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_11, 1), kwargs = {}) 2025-06-05T23:20:52.8715547Z %view_65 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8715902Z %view_66 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8716277Z %mul_50 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_20, %view_65), kwargs = {}) 2025-06-05T23:20:52.8716627Z %mul_51 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_21, %view_66), kwargs = {}) 2025-06-05T23:20:52.8716946Z %sub_10 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_50, %mul_51), kwargs = {}) 2025-06-05T23:20:52.8717280Z %mul_52 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_20, %view_66), kwargs = {}) 2025-06-05T23:20:52.8717623Z %mul_53 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_21, %view_65), kwargs = {}) 2025-06-05T23:20:52.8717941Z %add_25 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_52, %mul_53), kwargs = {}) 2025-06-05T23:20:52.8718276Z %mul_54 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_22, %view_65), kwargs = {}) 2025-06-05T23:20:52.8718646Z %mul_55 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_23, %view_66), kwargs = {}) 2025-06-05T23:20:52.8718962Z %sub_11 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_54, %mul_55), kwargs = {}) 2025-06-05T23:20:52.8719290Z %mul_56 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_22, %view_66), kwargs = {}) 2025-06-05T23:20:52.8719632Z %mul_57 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_23, %view_65), kwargs = {}) 2025-06-05T23:20:52.8719948Z %add_26 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_56, %mul_57), kwargs = {}) 2025-06-05T23:20:52.8720342Z %stack_10 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_10, %add_25], -1), kwargs = {}) 2025-06-05T23:20:52.8720720Z %view_67 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_10, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8721086Z %stack_11 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_11, %add_26], -1), kwargs = {}) 2025-06-05T23:20:52.8721444Z %view_68 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_11, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8721812Z %type_as_10 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_67, %view_60), kwargs = {}) 2025-06-05T23:20:52.8722165Z %type_as_11 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_68, %view_61), kwargs = {}) 2025-06-05T23:20:52.8722542Z %transpose_211 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8723128Z %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:20:52.8723824Z %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:20:52.8724498Z %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:20:52.8724901Z %transpose_212 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8725263Z %select_240 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_212, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8725610Z %select_241 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_240, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8726036Z %transpose_213 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8726390Z %select_242 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_213, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8726736Z %select_243 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_242, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8727128Z %transpose_214 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8727481Z %select_244 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_214, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8727824Z %select_245 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_244, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8728217Z %transpose_215 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8728594Z %select_246 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_215, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8728936Z %select_247 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_246, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8729331Z %transpose_216 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8729685Z %select_248 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_216, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8730067Z %select_249 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_248, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8730466Z %transpose_217 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8730819Z %select_250 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_217, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8731163Z %select_251 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_250, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8731554Z %transpose_218 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8731903Z %select_252 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_218, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8732247Z %select_253 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_252, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8732644Z %transpose_219 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8733024Z %select_254 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_219, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8733369Z %select_255 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_254, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8733761Z %transpose_220 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8734111Z %select_256 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_220, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8734449Z %select_257 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_256, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8734841Z %transpose_221 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8735191Z %select_258 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_221, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8735556Z %select_259 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_258, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8735950Z %transpose_222 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8736302Z %select_260 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_222, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8736648Z %select_261 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_260, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8737043Z %transpose_223 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8737396Z %select_262 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_223, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8737742Z %select_263 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_262, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8738515Z %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:20:52.8738877Z %view_69 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_10, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8739274Z %transpose_224 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8739628Z %select_264 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_224, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8739995Z %select_265 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_264, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8740393Z %transpose_225 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8740747Z %select_266 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_225, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8741089Z %select_267 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_266, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8741483Z %transpose_226 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8741835Z %select_268 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_226, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8742180Z %select_269 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_268, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8742595Z %transpose_227 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8742951Z %select_270 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_227, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8743294Z %select_271 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_270, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8743686Z %transpose_228 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8744037Z %select_272 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_228, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8744378Z %select_273 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_272, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8744773Z %transpose_229 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8745151Z %select_274 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_229, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8745496Z %select_275 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_274, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8745886Z %transpose_230 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8746237Z %select_276 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_230, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8746579Z %select_277 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_276, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8746967Z %transpose_231 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8747321Z %select_278 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_231, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8747664Z %select_279 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_278, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8748082Z %transpose_232 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8748434Z %select_280 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_232, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8748775Z %select_281 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_280, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8749166Z %transpose_233 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8749541Z %select_282 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_233, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8749886Z %select_283 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_282, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8750280Z %transpose_234 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8750629Z %select_284 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_234, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8750976Z %select_285 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_284, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8751370Z %transpose_235 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8751720Z %select_286 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_235, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8752092Z %select_287 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_286, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8752842Z %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:20:52.8753285Z %view_70 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_11, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8753667Z %transpose_236 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_69, -2, -1), kwargs = {}) 2025-06-05T23:20:52.8754094Z %matmul_10 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_211, %transpose_236), kwargs = {}) 2025-06-05T23:20:52.8754421Z %mul_58 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_10, 0.125), kwargs = {}) 2025-06-05T23:20:52.8754748Z %add_27 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_58, %index_7), kwargs = {}) 2025-06-05T23:20:52.8755131Z %softmax_5 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_27, -1), kwargs = {}) 2025-06-05T23:20:52.8755503Z %matmul_11 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_5, %view_70), kwargs = {}) 2025-06-05T23:20:52.8755876Z %transpose_237 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_11, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8756257Z %view_71 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_237, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.8756631Z %unsqueeze_38 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_71, -1), kwargs = {}) 2025-06-05T23:20:52.8757018Z %transpose_238 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_38, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8757591Z %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:20:52.8757989Z %transpose_239 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_38, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8758345Z %squeeze_38 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_239, -1), kwargs = {}) 2025-06-05T23:20:52.8758691Z %add_28 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_24, %squeeze_38), kwargs = {}) 2025-06-05T23:20:52.8759214Z %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:20:52.8759633Z %unsqueeze_39 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_11, -1), kwargs = {}) 2025-06-05T23:20:52.8760028Z %transpose_240 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_39, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8760592Z %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:20:52.8760961Z %transpose_241 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_39, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8761330Z %squeeze_39 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_241, -1), kwargs = {}) 2025-06-05T23:20:52.8761655Z %silu_5 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_39,), kwargs = {}) 2025-06-05T23:20:52.8762045Z %unsqueeze_40 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_11, -1), kwargs = {}) 2025-06-05T23:20:52.8762462Z %transpose_242 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_40, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8763022Z %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:20:52.8763392Z %transpose_243 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_40, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8763757Z %squeeze_40 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_243, -1), kwargs = {}) 2025-06-05T23:20:52.8764089Z %mul_59 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_5, %squeeze_40), kwargs = {}) 2025-06-05T23:20:52.8764456Z %unsqueeze_41 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_59, -1), kwargs = {}) 2025-06-05T23:20:52.8764851Z %transpose_244 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_41, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8765436Z %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:20:52.8765804Z %transpose_245 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_41, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8766173Z %squeeze_41 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_245, -1), kwargs = {}) 2025-06-05T23:20:52.8766502Z %add_29 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_28, %squeeze_41), kwargs = {}) 2025-06-05T23:20:52.8767046Z %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:20:52.8767448Z %unsqueeze_42 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_12, -1), kwargs = {}) 2025-06-05T23:20:52.8767869Z %transpose_246 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_42, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8768420Z %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:20:52.8768799Z %transpose_247 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_42, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8769160Z %squeeze_42 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_247, -1), kwargs = {}) 2025-06-05T23:20:52.8769590Z %unsqueeze_43 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_12, -1), kwargs = {}) 2025-06-05T23:20:52.8769976Z %transpose_248 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_43, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8770525Z %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:20:52.8770906Z %transpose_249 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_43, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8771266Z %squeeze_43 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_249, -1), kwargs = {}) 2025-06-05T23:20:52.8771652Z %unsqueeze_44 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_12, -1), kwargs = {}) 2025-06-05T23:20:52.8772047Z %transpose_250 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_44, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8772619Z %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:20:52.8772994Z %transpose_251 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_44, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8773359Z %squeeze_44 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_251, -1), kwargs = {}) 2025-06-05T23:20:52.8773721Z %view_72 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_42, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8774085Z %view_73 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_43, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8774460Z %view_74 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_44, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8775120Z %_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:20:52.8775511Z %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:20:52.8775853Z %unbind_12 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_75, -1), kwargs = {}) 2025-06-05T23:20:52.8776154Z %getitem_24 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_12, 0), kwargs = {}) 2025-06-05T23:20:52.8776453Z %getitem_25 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_12, 1), kwargs = {}) 2025-06-05T23:20:52.8777123Z %_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:20:52.8777495Z %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:20:52.8777849Z %unbind_13 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_76, -1), kwargs = {}) 2025-06-05T23:20:52.8778162Z %getitem_26 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_13, 0), kwargs = {}) 2025-06-05T23:20:52.8778460Z %getitem_27 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_13, 1), kwargs = {}) 2025-06-05T23:20:52.8778808Z %view_77 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8779172Z %view_78 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8779532Z %mul_60 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_24, %view_77), kwargs = {}) 2025-06-05T23:20:52.8779867Z %mul_61 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_25, %view_78), kwargs = {}) 2025-06-05T23:20:52.8780201Z %sub_12 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_60, %mul_61), kwargs = {}) 2025-06-05T23:20:52.8780537Z %mul_62 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_24, %view_78), kwargs = {}) 2025-06-05T23:20:52.8780867Z %mul_63 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_25, %view_77), kwargs = {}) 2025-06-05T23:20:52.8781191Z %add_30 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_62, %mul_63), kwargs = {}) 2025-06-05T23:20:52.8781522Z %mul_64 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_26, %view_77), kwargs = {}) 2025-06-05T23:20:52.8781852Z %mul_65 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_27, %view_78), kwargs = {}) 2025-06-05T23:20:52.8782205Z %sub_13 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_64, %mul_65), kwargs = {}) 2025-06-05T23:20:52.8782540Z %mul_66 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_26, %view_78), kwargs = {}) 2025-06-05T23:20:52.8782869Z %mul_67 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_27, %view_77), kwargs = {}) 2025-06-05T23:20:52.8783193Z %add_31 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_66, %mul_67), kwargs = {}) 2025-06-05T23:20:52.8783560Z %stack_12 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_12, %add_30], -1), kwargs = {}) 2025-06-05T23:20:52.8783923Z %view_79 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_12, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8784297Z %stack_13 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_13, %add_31], -1), kwargs = {}) 2025-06-05T23:20:52.8784684Z %view_80 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_13, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8785040Z %type_as_12 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_79, %view_72), kwargs = {}) 2025-06-05T23:20:52.8785401Z %type_as_13 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_80, %view_73), kwargs = {}) 2025-06-05T23:20:52.8785774Z %transpose_252 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8786314Z %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:20:52.8787023Z %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:20:52.8787723Z %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:20:52.8788113Z %transpose_253 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8788479Z %select_288 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_253, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8788826Z %select_289 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_288, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8789234Z %transpose_254 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8789604Z %select_290 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_254, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8789947Z %select_291 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_290, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8790330Z %transpose_255 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8790692Z %select_292 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_255, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8791031Z %select_293 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_292, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8791424Z %transpose_256 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8791813Z %select_294 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_256, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8792158Z %select_295 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_294, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8792541Z %transpose_257 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8792902Z %select_296 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_257, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8793318Z %select_297 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_296, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8793706Z %transpose_258 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8794077Z %select_298 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_258, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8794452Z %select_299 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_298, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8794837Z %transpose_259 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8795204Z %select_300 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_259, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8795547Z %select_301 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_300, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8795929Z %transpose_260 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8796292Z %select_302 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_260, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8796636Z %select_303 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_302, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8797022Z %transpose_261 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8797413Z %select_304 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_261, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8797758Z %select_305 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_304, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8798140Z %transpose_262 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8798505Z %select_306 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_262, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8798871Z %select_307 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_306, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8799256Z %transpose_263 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8799626Z %select_308 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_263, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8799977Z %select_309 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_308, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8800362Z %transpose_264 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8800728Z %select_310 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_264, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8801076Z %select_311 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_310, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8801837Z %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:20:52.8802212Z %view_81 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_12, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8802594Z %transpose_265 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8802949Z %select_312 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_265, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8803303Z %select_313 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_312, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8803686Z %transpose_266 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8804042Z %select_314 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_266, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8804434Z %select_315 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_314, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8804818Z %transpose_267 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8805166Z %select_316 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_267, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8805515Z %select_317 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_316, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8805893Z %transpose_268 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8806244Z %select_318 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_268, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8806598Z %select_319 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_318, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8807002Z %transpose_269 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8807354Z %select_320 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_269, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8807704Z %select_321 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_320, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8808085Z %transpose_270 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8808436Z %select_322 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_270, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8808977Z %select_323 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_322, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8809363Z %transpose_271 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8809715Z %select_324 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_271, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8810071Z %select_325 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_324, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8810453Z %transpose_272 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8810803Z %select_326 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_272, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8811152Z %select_327 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_326, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8811588Z %transpose_273 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8811944Z %select_328 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_273, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8812297Z %select_329 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_328, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8812677Z %transpose_274 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8813025Z %select_330 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_274, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8813372Z %select_331 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_330, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8813757Z %transpose_275 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8814141Z %select_332 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_275, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8814498Z %select_333 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_332, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8814883Z %transpose_276 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8815235Z %select_334 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_276, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8815598Z %select_335 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_334, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8816338Z %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:20:52.8816717Z %view_82 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_13, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8817124Z %transpose_277 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_81, -2, -1), kwargs = {}) 2025-06-05T23:20:52.8817540Z %matmul_12 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_252, %transpose_277), kwargs = {}) 2025-06-05T23:20:52.8817880Z %mul_68 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_12, 0.125), kwargs = {}) 2025-06-05T23:20:52.8818203Z %add_32 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_68, %index_8), kwargs = {}) 2025-06-05T23:20:52.8818572Z %softmax_6 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_32, -1), kwargs = {}) 2025-06-05T23:20:52.8818959Z %matmul_13 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_6, %view_82), kwargs = {}) 2025-06-05T23:20:52.8819337Z %transpose_278 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_13, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8819707Z %view_83 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_278, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.8820096Z %unsqueeze_45 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_83, -1), kwargs = {}) 2025-06-05T23:20:52.8820482Z %transpose_279 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_45, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8821039Z %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:20:52.8821449Z %transpose_280 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_45, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8821815Z %squeeze_45 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_280, -1), kwargs = {}) 2025-06-05T23:20:52.8822147Z %add_33 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_29, %squeeze_45), kwargs = {}) 2025-06-05T23:20:52.8822678Z %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:20:52.8823074Z %unsqueeze_46 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_13, -1), kwargs = {}) 2025-06-05T23:20:52.8823459Z %transpose_281 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_46, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8824034Z %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:20:52.8824437Z %transpose_282 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_46, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8824797Z %squeeze_46 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_282, -1), kwargs = {}) 2025-06-05T23:20:52.8825134Z %silu_6 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_46,), kwargs = {}) 2025-06-05T23:20:52.8825523Z %unsqueeze_47 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_13, -1), kwargs = {}) 2025-06-05T23:20:52.8825902Z %transpose_283 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_47, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8826465Z %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:20:52.8826859Z %transpose_284 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_47, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8827221Z %squeeze_47 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_284, -1), kwargs = {}) 2025-06-05T23:20:52.8827564Z %mul_69 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_6, %squeeze_47), kwargs = {}) 2025-06-05T23:20:52.8827932Z %unsqueeze_48 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_69, -1), kwargs = {}) 2025-06-05T23:20:52.8828317Z %transpose_285 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_48, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8828919Z %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:20:52.8829295Z %transpose_286 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_48, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8829656Z %squeeze_48 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_286, -1), kwargs = {}) 2025-06-05T23:20:52.8829997Z %add_34 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_33, %squeeze_48), kwargs = {}) 2025-06-05T23:20:52.8830540Z %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:20:52.8830932Z %unsqueeze_49 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_14, -1), kwargs = {}) 2025-06-05T23:20:52.8831360Z %transpose_287 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_49, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8831914Z %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:20:52.8832289Z %transpose_288 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_49, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8832658Z %squeeze_49 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_288, -1), kwargs = {}) 2025-06-05T23:20:52.8833051Z %unsqueeze_50 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_14, -1), kwargs = {}) 2025-06-05T23:20:52.8833493Z %transpose_289 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_50, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8834061Z %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:20:52.8834464Z %transpose_290 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_50, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8834824Z %squeeze_50 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_290, -1), kwargs = {}) 2025-06-05T23:20:52.8835227Z %unsqueeze_51 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_14, -1), kwargs = {}) 2025-06-05T23:20:52.8835611Z %transpose_291 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_51, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8836159Z %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:20:52.8836549Z %transpose_292 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_51, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8836908Z %squeeze_51 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_292, -1), kwargs = {}) 2025-06-05T23:20:52.8837299Z %view_84 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_49, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8837680Z %view_85 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_50, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8838043Z %view_86 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_51, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8838716Z %_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:20:52.8839110Z %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:20:52.8839447Z %unbind_14 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_87, -1), kwargs = {}) 2025-06-05T23:20:52.8839764Z %getitem_28 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_14, 0), kwargs = {}) 2025-06-05T23:20:52.8840063Z %getitem_29 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_14, 1), kwargs = {}) 2025-06-05T23:20:52.8840722Z %_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:20:52.8841101Z %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:20:52.8841432Z %unbind_15 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_88, -1), kwargs = {}) 2025-06-05T23:20:52.8841768Z %getitem_30 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_15, 0), kwargs = {}) 2025-06-05T23:20:52.8842081Z %getitem_31 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_15, 1), kwargs = {}) 2025-06-05T23:20:52.8842434Z %view_89 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8842786Z %view_90 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8843134Z %mul_70 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_28, %view_89), kwargs = {}) 2025-06-05T23:20:52.8843470Z %mul_71 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_29, %view_90), kwargs = {}) 2025-06-05T23:20:52.8843792Z %sub_14 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_70, %mul_71), kwargs = {}) 2025-06-05T23:20:52.8844160Z %mul_72 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_28, %view_90), kwargs = {}) 2025-06-05T23:20:52.8844495Z %mul_73 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_29, %view_89), kwargs = {}) 2025-06-05T23:20:52.8844810Z %add_35 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_72, %mul_73), kwargs = {}) 2025-06-05T23:20:52.8845156Z %mul_74 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_30, %view_89), kwargs = {}) 2025-06-05T23:20:52.8845487Z %mul_75 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_31, %view_90), kwargs = {}) 2025-06-05T23:20:52.8845803Z %sub_15 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_74, %mul_75), kwargs = {}) 2025-06-05T23:20:52.8846147Z %mul_76 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_30, %view_90), kwargs = {}) 2025-06-05T23:20:52.8846479Z %mul_77 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_31, %view_89), kwargs = {}) 2025-06-05T23:20:52.8846827Z %add_36 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_76, %mul_77), kwargs = {}) 2025-06-05T23:20:52.8847207Z %stack_14 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_14, %add_35], -1), kwargs = {}) 2025-06-05T23:20:52.8847568Z %view_91 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_14, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8847931Z %stack_15 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_15, %add_36], -1), kwargs = {}) 2025-06-05T23:20:52.8848326Z %view_92 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_15, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8848684Z %type_as_14 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_91, %view_84), kwargs = {}) 2025-06-05T23:20:52.8849037Z %type_as_15 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_92, %view_85), kwargs = {}) 2025-06-05T23:20:52.8849423Z %transpose_293 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8849964Z %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:20:52.8850656Z %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:20:52.8851366Z %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:20:52.8851760Z %transpose_294 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8852117Z %select_336 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_294, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8852473Z %select_337 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_336, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8852859Z %transpose_295 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8853212Z %select_338 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_295, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8853570Z %select_339 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_338, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8853978Z %transpose_296 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8854333Z %select_340 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_296, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8854689Z %select_341 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_340, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8855076Z %transpose_297 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8855429Z %select_342 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_297, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8855784Z %select_343 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_342, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8856168Z %transpose_298 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8856546Z %select_344 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_298, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8856902Z %select_345 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_344, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8857283Z %transpose_299 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8857636Z %select_346 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_299, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8857991Z %select_347 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_346, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8858405Z %transpose_300 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8858759Z %select_348 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_300, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8859113Z %select_349 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_348, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8859498Z %transpose_301 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8859850Z %select_350 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_301, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8860202Z %select_351 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_350, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8860587Z %transpose_302 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8860965Z %select_352 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_302, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8861319Z %select_353 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_352, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8861702Z %transpose_303 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8862053Z %select_354 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_303, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8862408Z %select_355 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_354, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8862790Z %transpose_304 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8863142Z %select_356 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_304, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8863529Z %select_357 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_356, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8863913Z %transpose_305 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8864264Z %select_358 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_305, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8864623Z %select_359 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_358, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8865359Z %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:20:52.8865725Z %view_93 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_14, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8866124Z %transpose_306 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8866500Z %select_360 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_306, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8866845Z %select_361 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_360, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8867243Z %transpose_307 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8867594Z %select_362 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_307, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8867964Z %select_363 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_362, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8868364Z %transpose_308 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8868721Z %select_364 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_308, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8869064Z %select_365 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_364, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8869463Z %transpose_309 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8869813Z %select_366 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_309, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8870154Z %select_367 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_366, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8870579Z %transpose_310 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8870934Z %select_368 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_310, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8871282Z %select_369 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_368, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8871679Z %transpose_311 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8872031Z %select_370 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_311, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8872378Z %select_371 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_370, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8872781Z %transpose_312 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8873137Z %select_372 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_312, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8873580Z %select_373 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_372, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8873985Z %transpose_313 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8874337Z %select_374 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_313, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8874680Z %select_375 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_374, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8875077Z %transpose_314 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8875433Z %select_376 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_314, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8875781Z %select_377 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_376, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8876204Z %transpose_315 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8876560Z %select_378 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_315, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8876904Z %select_379 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_378, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8877303Z %transpose_316 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8877694Z %select_380 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_316, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8878045Z %select_381 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_380, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8878441Z %transpose_317 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8878793Z %select_382 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_317, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8879140Z %select_383 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_382, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8879883Z %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:20:52.8880247Z %view_94 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_15, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8880675Z %transpose_318 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_93, -2, -1), kwargs = {}) 2025-06-05T23:20:52.8881099Z %matmul_14 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_293, %transpose_318), kwargs = {}) 2025-06-05T23:20:52.8881429Z %mul_78 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_14, 0.125), kwargs = {}) 2025-06-05T23:20:52.8881753Z %add_37 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_78, %index_9), kwargs = {}) 2025-06-05T23:20:52.8882097Z %softmax_7 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_37, -1), kwargs = {}) 2025-06-05T23:20:52.8882467Z %matmul_15 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_7, %view_94), kwargs = {}) 2025-06-05T23:20:52.8882842Z %transpose_319 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_15, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8883250Z %view_95 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_319, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.8883627Z %unsqueeze_52 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_95, -1), kwargs = {}) 2025-06-05T23:20:52.8884011Z %transpose_320 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_52, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8884581Z %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:20:52.8884955Z %transpose_321 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_52, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8885313Z %squeeze_52 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_321, -1), kwargs = {}) 2025-06-05T23:20:52.8885660Z %add_38 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_34, %squeeze_52), kwargs = {}) 2025-06-05T23:20:52.8886206Z %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:20:52.8886615Z %unsqueeze_53 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_15, -1), kwargs = {}) 2025-06-05T23:20:52.8887000Z %transpose_322 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_53, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8887560Z %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:20:52.8887970Z %transpose_323 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_53, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8888329Z %squeeze_53 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_323, -1), kwargs = {}) 2025-06-05T23:20:52.8888657Z %silu_7 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_53,), kwargs = {}) 2025-06-05T23:20:52.8889058Z %unsqueeze_54 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_15, -1), kwargs = {}) 2025-06-05T23:20:52.8889440Z %transpose_324 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_54, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8889999Z %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:20:52.8890384Z %transpose_325 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_54, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8890768Z %squeeze_54 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_325, -1), kwargs = {}) 2025-06-05T23:20:52.8891105Z %mul_79 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_7, %squeeze_54), kwargs = {}) 2025-06-05T23:20:52.8891483Z %unsqueeze_55 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_79, -1), kwargs = {}) 2025-06-05T23:20:52.8891868Z %transpose_326 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_55, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8892427Z %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:20:52.8892811Z %transpose_327 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_55, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8893171Z %squeeze_55 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_327, -1), kwargs = {}) 2025-06-05T23:20:52.8893528Z %add_39 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_38, %squeeze_55), kwargs = {}) 2025-06-05T23:20:52.8894089Z %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:20:52.8894480Z %unsqueeze_56 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_16, -1), kwargs = {}) 2025-06-05T23:20:52.8894863Z %transpose_328 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_56, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8895426Z %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:20:52.8895800Z %transpose_329 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_56, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8896181Z %squeeze_56 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_329, -1), kwargs = {}) 2025-06-05T23:20:52.8896589Z %unsqueeze_57 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_16, -1), kwargs = {}) 2025-06-05T23:20:52.8896971Z %transpose_330 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_57, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8897520Z %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:20:52.8897929Z %transpose_331 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_57, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8898287Z %squeeze_57 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_331, -1), kwargs = {}) 2025-06-05T23:20:52.8898680Z %unsqueeze_58 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_16, -1), kwargs = {}) 2025-06-05T23:20:52.8899075Z %transpose_332 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_58, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8899622Z %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:20:52.8899995Z %transpose_333 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_58, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8900363Z %squeeze_58 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_333, -1), kwargs = {}) 2025-06-05T23:20:52.8900752Z %view_96 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_56, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8901121Z %view_97 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_57, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8901498Z %view_98 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_58, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8902158Z %_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:20:52.8902522Z %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:20:52.8902868Z %unbind_16 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_99, -1), kwargs = {}) 2025-06-05T23:20:52.8903172Z %getitem_32 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_16, 0), kwargs = {}) 2025-06-05T23:20:52.8903497Z %getitem_33 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_16, 1), kwargs = {}) 2025-06-05T23:20:52.8904171Z %_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:20:52.8904542Z %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:20:52.8904874Z %unbind_17 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_100, -1), kwargs = {}) 2025-06-05T23:20:52.8905188Z %getitem_34 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_17, 0), kwargs = {}) 2025-06-05T23:20:52.8905488Z %getitem_35 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_17, 1), kwargs = {}) 2025-06-05T23:20:52.8905844Z %view_101 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8906240Z %view_102 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8906581Z %mul_80 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_32, %view_101), kwargs = {}) 2025-06-05T23:20:52.8906919Z %mul_81 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_33, %view_102), kwargs = {}) 2025-06-05T23:20:52.8907251Z %sub_16 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_80, %mul_81), kwargs = {}) 2025-06-05T23:20:52.8907613Z %mul_82 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_32, %view_102), kwargs = {}) 2025-06-05T23:20:52.8907949Z %mul_83 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_33, %view_101), kwargs = {}) 2025-06-05T23:20:52.8908281Z %add_40 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_82, %mul_83), kwargs = {}) 2025-06-05T23:20:52.8908618Z %mul_84 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_34, %view_101), kwargs = {}) 2025-06-05T23:20:52.8909128Z %mul_85 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_35, %view_102), kwargs = {}) 2025-06-05T23:20:52.8909465Z %sub_17 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_84, %mul_85), kwargs = {}) 2025-06-05T23:20:52.8909804Z %mul_86 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_34, %view_102), kwargs = {}) 2025-06-05T23:20:52.8910142Z %mul_87 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_35, %view_101), kwargs = {}) 2025-06-05T23:20:52.8910532Z %add_41 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_86, %mul_87), kwargs = {}) 2025-06-05T23:20:52.8910905Z %stack_16 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_16, %add_40], -1), kwargs = {}) 2025-06-05T23:20:52.8911269Z %view_103 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_16, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8911649Z %stack_17 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_17, %add_41], -1), kwargs = {}) 2025-06-05T23:20:52.8912014Z %view_104 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_17, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8912374Z %type_as_16 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_103, %view_96), kwargs = {}) 2025-06-05T23:20:52.8912748Z %type_as_17 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_104, %view_97), kwargs = {}) 2025-06-05T23:20:52.8913159Z %transpose_334 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8913754Z %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:20:52.8914460Z %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:20:52.8915137Z %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:20:52.8915545Z %transpose_335 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8915907Z %select_384 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_335, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8916304Z %select_385 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_384, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8916706Z %transpose_336 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8917062Z %select_386 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_336, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8917404Z %select_387 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_386, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8917831Z %transpose_337 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8918185Z %select_388 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_337, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8918528Z %select_389 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_388, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8918922Z %transpose_338 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8919274Z %select_390 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_338, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8919618Z %select_391 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_390, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8920012Z %transpose_339 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8920388Z %select_392 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_339, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8920731Z %select_393 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_392, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8921128Z %transpose_340 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8921476Z %select_394 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_340, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8921815Z %select_395 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_394, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8922208Z %transpose_341 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8922562Z %select_396 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_341, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8922909Z %select_397 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_396, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8923331Z %transpose_342 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8923681Z %select_398 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_342, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8924024Z %select_399 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_398, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8924417Z %transpose_343 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8924767Z %select_400 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_343, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8925110Z %select_401 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_400, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8925509Z %transpose_344 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8925882Z %select_402 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_344, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8926226Z %select_403 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_402, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8926620Z %transpose_345 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8926971Z %select_404 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_345, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8927343Z %select_405 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_404, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8927742Z %transpose_346 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8928095Z %select_406 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_346, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8928444Z %select_407 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_406, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8929191Z %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:20:52.8929557Z %view_105 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_16, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8929939Z %transpose_347 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8930328Z %select_408 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_347, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8930676Z %select_409 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_408, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8931056Z %transpose_348 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8931420Z %select_410 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_348, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8931765Z %select_411 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_410, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8932147Z %transpose_349 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8932517Z %select_412 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_349, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8932885Z %select_413 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_412, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8933267Z %transpose_350 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8933629Z %select_414 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_350, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8933972Z %select_415 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_414, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8934355Z %transpose_351 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8934719Z %select_416 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_351, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8935065Z %select_417 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_416, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8935473Z %transpose_352 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8935836Z %select_418 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_352, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8936178Z %select_419 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_418, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8936559Z %transpose_353 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8936921Z %select_420 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_353, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8937287Z %select_421 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_420, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8937674Z %transpose_354 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8938038Z %select_422 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_354, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8938380Z %select_423 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_422, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8938762Z %transpose_355 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8939124Z %select_424 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_355, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8939468Z %select_425 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_424, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8939872Z %transpose_356 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8940242Z %select_426 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_356, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8940586Z %select_427 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_426, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8940969Z %transpose_357 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8941334Z %select_428 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_357, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8941682Z %select_429 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_428, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8942069Z %transpose_358 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8942463Z %select_430 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_358, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8942812Z %select_431 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_430, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8943550Z %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:20:52.8943929Z %view_106 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_17, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8944308Z %transpose_359 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_105, -2, -1), kwargs = {}) 2025-06-05T23:20:52.8944722Z %matmul_16 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_334, %transpose_359), kwargs = {}) 2025-06-05T23:20:52.8945057Z %mul_88 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_16, 0.125), kwargs = {}) 2025-06-05T23:20:52.8945410Z %add_42 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_88, %index_10), kwargs = {}) 2025-06-05T23:20:52.8945748Z %softmax_8 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_42, -1), kwargs = {}) 2025-06-05T23:20:52.8946133Z %matmul_17 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_8, %view_106), kwargs = {}) 2025-06-05T23:20:52.8946509Z %transpose_360 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_17, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8946911Z %view_107 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_360, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.8947298Z %unsqueeze_59 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_107, -1), kwargs = {}) 2025-06-05T23:20:52.8947685Z %transpose_361 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_59, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8948239Z %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:20:52.8948627Z %transpose_362 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_59, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8948985Z %squeeze_59 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_362, -1), kwargs = {}) 2025-06-05T23:20:52.8949320Z %add_43 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_39, %squeeze_59), kwargs = {}) 2025-06-05T23:20:52.8949882Z %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:20:52.8950280Z %unsqueeze_60 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_17, -1), kwargs = {}) 2025-06-05T23:20:52.8950664Z %transpose_363 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_60, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8951237Z %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:20:52.8951611Z %transpose_364 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_60, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8951973Z %squeeze_60 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_364, -1), kwargs = {}) 2025-06-05T23:20:52.8952313Z %silu_8 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_60,), kwargs = {}) 2025-06-05T23:20:52.8952739Z %unsqueeze_61 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_17, -1), kwargs = {}) 2025-06-05T23:20:52.8953122Z %transpose_365 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_61, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8953763Z %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:20:52.8954137Z %transpose_366 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_61, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8954495Z %squeeze_61 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_366, -1), kwargs = {}) 2025-06-05T23:20:52.8954841Z %mul_89 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_8, %squeeze_61), kwargs = {}) 2025-06-05T23:20:52.8955211Z %unsqueeze_62 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_89, -1), kwargs = {}) 2025-06-05T23:20:52.8955621Z %transpose_367 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_62, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8956192Z %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:20:52.8956565Z %transpose_368 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_62, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8956933Z %squeeze_62 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_368, -1), kwargs = {}) 2025-06-05T23:20:52.8957290Z %add_44 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_43, %squeeze_62), kwargs = {}) 2025-06-05T23:20:52.8957833Z %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:20:52.8958235Z %unsqueeze_63 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_18, -1), kwargs = {}) 2025-06-05T23:20:52.8958616Z %transpose_369 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_63, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8959167Z %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:20:52.8959551Z %transpose_370 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_63, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8959930Z %squeeze_63 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_370, -1), kwargs = {}) 2025-06-05T23:20:52.8960323Z %unsqueeze_64 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_18, -1), kwargs = {}) 2025-06-05T23:20:52.8960717Z %transpose_371 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_64, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8961266Z %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:20:52.8961636Z %transpose_372 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_64, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8962004Z %squeeze_64 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_372, -1), kwargs = {}) 2025-06-05T23:20:52.8962394Z %unsqueeze_65 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_18, -1), kwargs = {}) 2025-06-05T23:20:52.8962803Z %transpose_373 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_65, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8963360Z %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:20:52.8963730Z %transpose_374 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_65, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8964087Z %squeeze_65 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_374, -1), kwargs = {}) 2025-06-05T23:20:52.8964465Z %view_108 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_63, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8964837Z %view_109 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_64, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8965209Z %view_110 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_65, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8965907Z %_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:20:52.8966280Z %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:20:52.8966613Z %unbind_18 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_111, -1), kwargs = {}) 2025-06-05T23:20:52.8966930Z %getitem_36 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_18, 0), kwargs = {}) 2025-06-05T23:20:52.8967252Z %getitem_37 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_18, 1), kwargs = {}) 2025-06-05T23:20:52.8967916Z %_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:20:52.8968301Z %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:20:52.8968629Z %unbind_19 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_112, -1), kwargs = {}) 2025-06-05T23:20:52.8968931Z %getitem_38 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_19, 0), kwargs = {}) 2025-06-05T23:20:52.8969245Z %getitem_39 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_19, 1), kwargs = {}) 2025-06-05T23:20:52.8969599Z %view_113 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8969983Z %view_114 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.8970342Z %mul_90 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_36, %view_113), kwargs = {}) 2025-06-05T23:20:52.8970678Z %mul_91 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_37, %view_114), kwargs = {}) 2025-06-05T23:20:52.8970998Z %sub_18 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_90, %mul_91), kwargs = {}) 2025-06-05T23:20:52.8971343Z %mul_92 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_36, %view_114), kwargs = {}) 2025-06-05T23:20:52.8971677Z %mul_93 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_37, %view_113), kwargs = {}) 2025-06-05T23:20:52.8971994Z %add_45 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_92, %mul_93), kwargs = {}) 2025-06-05T23:20:52.8972371Z %mul_94 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_38, %view_113), kwargs = {}) 2025-06-05T23:20:52.8972707Z %mul_95 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_39, %view_114), kwargs = {}) 2025-06-05T23:20:52.8973021Z %sub_19 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_94, %mul_95), kwargs = {}) 2025-06-05T23:20:52.8973365Z %mul_96 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_38, %view_114), kwargs = {}) 2025-06-05T23:20:52.8973697Z %mul_97 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_39, %view_113), kwargs = {}) 2025-06-05T23:20:52.8974011Z %add_46 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_96, %mul_97), kwargs = {}) 2025-06-05T23:20:52.8974392Z %stack_18 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_18, %add_45], -1), kwargs = {}) 2025-06-05T23:20:52.8974762Z %view_115 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_18, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8975149Z %stack_19 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_19, %add_46], -1), kwargs = {}) 2025-06-05T23:20:52.8975524Z %view_116 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_19, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.8975885Z %type_as_18 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_115, %view_108), kwargs = {}) 2025-06-05T23:20:52.8976239Z %type_as_19 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_116, %view_109), kwargs = {}) 2025-06-05T23:20:52.8976648Z %transpose_375 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8977191Z %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:20:52.8977887Z %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:20:52.8978577Z %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:20:52.8978967Z %transpose_376 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8979328Z %select_432 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_376, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8979710Z %select_433 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_432, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8980098Z %transpose_377 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8980453Z %select_434 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_377, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8980806Z %select_435 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_434, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8981189Z %transpose_378 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8981543Z %select_436 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_378, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8981896Z %select_437 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_436, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8982305Z %transpose_379 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8982659Z %select_438 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_379, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8983011Z %select_439 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_438, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8983393Z %transpose_380 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8983853Z %select_440 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_380, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8984213Z %select_441 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_440, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8984600Z %transpose_381 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8984980Z %select_442 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_381, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8985335Z %select_443 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_442, 0, 5), kwargs = {}) 2025-06-05T23:20:52.8985718Z %transpose_382 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8986069Z %select_444 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_382, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8986424Z %select_445 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_444, 0, 6), kwargs = {}) 2025-06-05T23:20:52.8986841Z %transpose_383 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8987197Z %select_446 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_383, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8987551Z %select_447 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_446, 0, 7), kwargs = {}) 2025-06-05T23:20:52.8987931Z %transpose_384 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8988285Z %select_448 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_384, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8988635Z %select_449 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_448, 0, 8), kwargs = {}) 2025-06-05T23:20:52.8989017Z %transpose_385 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8989403Z %select_450 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_385, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8989759Z %select_451 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_450, 0, 9), kwargs = {}) 2025-06-05T23:20:52.8990143Z %transpose_386 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8990493Z %select_452 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_386, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8990850Z %select_453 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_452, 0, 10), kwargs = {}) 2025-06-05T23:20:52.8991229Z %transpose_387 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8991585Z %select_454 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_387, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8991969Z %select_455 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_454, 0, 11), kwargs = {}) 2025-06-05T23:20:52.8992709Z %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:20:52.8993089Z %view_117 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_18, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.8993541Z %transpose_388 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8993896Z %select_456 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_388, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8994255Z %select_457 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_456, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8994640Z %transpose_389 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8995025Z %select_458 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_389, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8995381Z %select_459 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_458, 0, 1), kwargs = {}) 2025-06-05T23:20:52.8995766Z %transpose_390 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8996119Z %select_460 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_390, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8996494Z %select_461 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_460, 0, 2), kwargs = {}) 2025-06-05T23:20:52.8996879Z %transpose_391 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8997234Z %select_462 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_391, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8997582Z %select_463 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_462, 0, 3), kwargs = {}) 2025-06-05T23:20:52.8997966Z %transpose_392 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8998318Z %select_464 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_392, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8998672Z %select_465 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_464, 0, 4), kwargs = {}) 2025-06-05T23:20:52.8999091Z %transpose_393 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.8999445Z %select_466 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_393, 0, 0), kwargs = {}) 2025-06-05T23:20:52.8999798Z %select_467 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_466, 0, 5), kwargs = {}) 2025-06-05T23:20:52.9000182Z %transpose_394 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9000534Z %select_468 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_394, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9000885Z %select_469 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_468, 0, 6), kwargs = {}) 2025-06-05T23:20:52.9001270Z %transpose_395 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9001622Z %select_470 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_395, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9002001Z %select_471 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_470, 0, 7), kwargs = {}) 2025-06-05T23:20:52.9002385Z %transpose_396 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9002735Z %select_472 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_396, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9003090Z %select_473 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_472, 0, 8), kwargs = {}) 2025-06-05T23:20:52.9003470Z %transpose_397 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9003822Z %select_474 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_397, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9004177Z %select_475 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_474, 0, 9), kwargs = {}) 2025-06-05T23:20:52.9004582Z %transpose_398 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9004935Z %select_476 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_398, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9005294Z %select_477 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_476, 0, 10), kwargs = {}) 2025-06-05T23:20:52.9005675Z %transpose_399 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9006050Z %select_478 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_399, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9006411Z %select_479 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_478, 0, 11), kwargs = {}) 2025-06-05T23:20:52.9007150Z %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:20:52.9007515Z %view_118 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_19, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.9007904Z %transpose_400 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_117, -2, -1), kwargs = {}) 2025-06-05T23:20:52.9008316Z %matmul_18 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_375, %transpose_400), kwargs = {}) 2025-06-05T23:20:52.9008640Z %mul_98 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_18, 0.125), kwargs = {}) 2025-06-05T23:20:52.9009195Z %add_47 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_98, %index_11), kwargs = {}) 2025-06-05T23:20:52.9009539Z %softmax_9 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_47, -1), kwargs = {}) 2025-06-05T23:20:52.9009916Z %matmul_19 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_9, %view_118), kwargs = {}) 2025-06-05T23:20:52.9010300Z %transpose_401 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_19, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9010674Z %view_119 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_401, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.9031858Z %unsqueeze_66 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_119, -1), kwargs = {}) 2025-06-05T23:20:52.9032391Z %transpose_402 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_66, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9033076Z %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:20:52.9033556Z %transpose_403 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_66, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9033939Z %squeeze_66 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_403, -1), kwargs = {}) 2025-06-05T23:20:52.9034273Z %add_48 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_44, %squeeze_66), kwargs = {}) 2025-06-05T23:20:52.9034797Z %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:20:52.9035212Z %unsqueeze_67 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_19, -1), kwargs = {}) 2025-06-05T23:20:52.9035597Z %transpose_404 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_67, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9036202Z %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:20:52.9036591Z %transpose_405 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_67, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9036948Z %squeeze_67 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_405, -1), kwargs = {}) 2025-06-05T23:20:52.9037274Z %silu_9 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_67,), kwargs = {}) 2025-06-05T23:20:52.9037720Z %unsqueeze_68 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_19, -1), kwargs = {}) 2025-06-05T23:20:52.9038107Z %transpose_406 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_68, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9038671Z %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:20:52.9039055Z %transpose_407 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_68, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9039409Z %squeeze_68 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_407, -1), kwargs = {}) 2025-06-05T23:20:52.9039738Z %mul_99 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_9, %squeeze_68), kwargs = {}) 2025-06-05T23:20:52.9040122Z %unsqueeze_69 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_99, -1), kwargs = {}) 2025-06-05T23:20:52.9040536Z %transpose_408 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_69, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9041099Z %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:20:52.9041483Z %transpose_409 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_69, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9041837Z %squeeze_69 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_409, -1), kwargs = {}) 2025-06-05T23:20:52.9042167Z %add_49 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_48, %squeeze_69), kwargs = {}) 2025-06-05T23:20:52.9042727Z %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:20:52.9043142Z %unsqueeze_70 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_20, -1), kwargs = {}) 2025-06-05T23:20:52.9043528Z %transpose_410 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_70, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9044093Z %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:20:52.9044463Z %transpose_411 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_70, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9044817Z %squeeze_70 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_411, -1), kwargs = {}) 2025-06-05T23:20:52.9045220Z %unsqueeze_71 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_20, -1), kwargs = {}) 2025-06-05T23:20:52.9045604Z %transpose_412 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_71, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9046178Z %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:20:52.9046564Z %transpose_413 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_71, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9046923Z %squeeze_71 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_413, -1), kwargs = {}) 2025-06-05T23:20:52.9047313Z %unsqueeze_72 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_20, -1), kwargs = {}) 2025-06-05T23:20:52.9047739Z %transpose_414 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_72, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9048296Z %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:20:52.9048670Z %transpose_415 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_72, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9049035Z %squeeze_72 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_415, -1), kwargs = {}) 2025-06-05T23:20:52.9049404Z %view_120 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_70, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.9049772Z %view_121 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_71, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.9050153Z %view_122 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_72, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.9050843Z %_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:20:52.9051230Z %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:20:52.9051562Z %unbind_20 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_123, -1), kwargs = {}) 2025-06-05T23:20:52.9051864Z %getitem_40 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_20, 0), kwargs = {}) 2025-06-05T23:20:52.9052164Z %getitem_41 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_20, 1), kwargs = {}) 2025-06-05T23:20:52.9052836Z %_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:20:52.9053234Z %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:20:52.9053579Z %unbind_21 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_124, -1), kwargs = {}) 2025-06-05T23:20:52.9053873Z %getitem_42 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_21, 0), kwargs = {}) 2025-06-05T23:20:52.9054167Z %getitem_43 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_21, 1), kwargs = {}) 2025-06-05T23:20:52.9054534Z %view_125 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.9054889Z %view_126 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.9055235Z %mul_100 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_40, %view_125), kwargs = {}) 2025-06-05T23:20:52.9055590Z %mul_101 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_41, %view_126), kwargs = {}) 2025-06-05T23:20:52.9055937Z %sub_20 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_100, %mul_101), kwargs = {}) 2025-06-05T23:20:52.9056277Z %mul_102 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_40, %view_126), kwargs = {}) 2025-06-05T23:20:52.9056627Z %mul_103 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_41, %view_125), kwargs = {}) 2025-06-05T23:20:52.9056950Z %add_50 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_102, %mul_103), kwargs = {}) 2025-06-05T23:20:52.9057328Z %mul_104 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_42, %view_125), kwargs = {}) 2025-06-05T23:20:52.9057682Z %mul_105 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_43, %view_126), kwargs = {}) 2025-06-05T23:20:52.9058006Z %sub_21 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_104, %mul_105), kwargs = {}) 2025-06-05T23:20:52.9058344Z %mul_106 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_42, %view_126), kwargs = {}) 2025-06-05T23:20:52.9058683Z %mul_107 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_43, %view_125), kwargs = {}) 2025-06-05T23:20:52.9059019Z %add_51 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_106, %mul_107), kwargs = {}) 2025-06-05T23:20:52.9059385Z %stack_20 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_20, %add_50], -1), kwargs = {}) 2025-06-05T23:20:52.9059751Z %view_127 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_20, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.9060167Z %stack_21 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_21, %add_51], -1), kwargs = {}) 2025-06-05T23:20:52.9060532Z %view_128 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_21, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.9060893Z %type_as_20 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_127, %view_120), kwargs = {}) 2025-06-05T23:20:52.9061265Z %type_as_21 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_128, %view_121), kwargs = {}) 2025-06-05T23:20:52.9061644Z %transpose_416 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9062201Z %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:20:52.9062924Z %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:20:52.9063605Z %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:20:52.9064002Z %transpose_417 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9064360Z %select_480 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_417, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9064706Z %select_481 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_480, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9065103Z %transpose_418 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9065482Z %select_482 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_418, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9065825Z %select_483 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_482, 0, 1), kwargs = {}) 2025-06-05T23:20:52.9066215Z %transpose_419 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9066566Z %select_484 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_419, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9066909Z %select_485 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_484, 0, 2), kwargs = {}) 2025-06-05T23:20:52.9067328Z %transpose_420 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9067685Z %select_486 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_420, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9068030Z %select_487 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_486, 0, 3), kwargs = {}) 2025-06-05T23:20:52.9068420Z %transpose_421 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9068771Z %select_488 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_421, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9069111Z %select_489 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_488, 0, 4), kwargs = {}) 2025-06-05T23:20:52.9069504Z %transpose_422 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9069880Z %select_490 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_422, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9070222Z %select_491 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_490, 0, 5), kwargs = {}) 2025-06-05T23:20:52.9070616Z %transpose_423 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9070967Z %select_492 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_423, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9071305Z %select_493 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_492, 0, 6), kwargs = {}) 2025-06-05T23:20:52.9071700Z %transpose_424 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9072052Z %select_494 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_424, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9072420Z %select_495 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_494, 0, 7), kwargs = {}) 2025-06-05T23:20:52.9072815Z %transpose_425 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9073165Z %select_496 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_425, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9073583Z %select_497 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_496, 0, 8), kwargs = {}) 2025-06-05T23:20:52.9073980Z %transpose_426 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9074331Z %select_498 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_426, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9074677Z %select_499 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_498, 0, 9), kwargs = {}) 2025-06-05T23:20:52.9075074Z %transpose_427 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9075452Z %select_500 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_427, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9075803Z %select_501 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_500, 0, 10), kwargs = {}) 2025-06-05T23:20:52.9076200Z %transpose_428 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9076549Z %select_502 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_428, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9076920Z %select_503 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_502, 0, 11), kwargs = {}) 2025-06-05T23:20:52.9077673Z %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:20:52.9078042Z %view_129 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_20, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.9078424Z %transpose_429 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9078790Z %select_504 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_429, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9079133Z %select_505 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_504, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9079516Z %transpose_430 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9079908Z %select_506 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_430, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9080254Z %select_507 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_506, 0, 1), kwargs = {}) 2025-06-05T23:20:52.9080635Z %transpose_431 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9080995Z %select_508 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_431, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9081337Z %select_509 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_508, 0, 2), kwargs = {}) 2025-06-05T23:20:52.9081716Z %transpose_432 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9082083Z %select_510 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_432, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9082451Z %select_511 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_510, 0, 3), kwargs = {}) 2025-06-05T23:20:52.9082831Z %transpose_433 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9083192Z %select_512 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_433, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9083533Z %select_513 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_512, 0, 4), kwargs = {}) 2025-06-05T23:20:52.9083914Z %transpose_434 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9084279Z %select_514 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_434, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9084624Z %select_515 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_514, 0, 5), kwargs = {}) 2025-06-05T23:20:52.9085029Z %transpose_435 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9085393Z %select_516 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_435, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9085736Z %select_517 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_516, 0, 6), kwargs = {}) 2025-06-05T23:20:52.9086117Z %transpose_436 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9086476Z %select_518 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_436, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9086845Z %select_519 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_518, 0, 7), kwargs = {}) 2025-06-05T23:20:52.9087224Z %transpose_437 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9087584Z %select_520 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_437, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9087924Z %select_521 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_520, 0, 8), kwargs = {}) 2025-06-05T23:20:52.9088303Z %transpose_438 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9088661Z %select_522 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_438, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9089003Z %select_523 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_522, 0, 9), kwargs = {}) 2025-06-05T23:20:52.9089411Z %transpose_439 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9089777Z %select_524 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_439, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9090123Z %select_525 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_524, 0, 10), kwargs = {}) 2025-06-05T23:20:52.9090505Z %transpose_440 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9090865Z %select_526 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_440, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9091211Z %select_527 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_526, 0, 11), kwargs = {}) 2025-06-05T23:20:52.9091947Z %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:20:52.9092352Z %view_130 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_21, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.9092732Z %transpose_441 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_129, -2, -1), kwargs = {}) 2025-06-05T23:20:52.9093140Z %matmul_20 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_416, %transpose_441), kwargs = {}) 2025-06-05T23:20:52.9093479Z %mul_108 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_20, 0.125), kwargs = {}) 2025-06-05T23:20:52.9093806Z %add_52 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_108, %index_12), kwargs = {}) 2025-06-05T23:20:52.9094143Z %softmax_10 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_52, -1), kwargs = {}) 2025-06-05T23:20:52.9094532Z %matmul_21 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_10, %view_130), kwargs = {}) 2025-06-05T23:20:52.9094937Z %transpose_442 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_21, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9095310Z %view_131 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_442, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.9095701Z %unsqueeze_73 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_131, -1), kwargs = {}) 2025-06-05T23:20:52.9096081Z %transpose_443 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_73, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9096666Z %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:20:52.9097053Z %transpose_444 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_73, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9097409Z %squeeze_73 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_444, -1), kwargs = {}) 2025-06-05T23:20:52.9097741Z %add_53 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_49, %squeeze_73), kwargs = {}) 2025-06-05T23:20:52.9098277Z %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:20:52.9098670Z %unsqueeze_74 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_21, -1), kwargs = {}) 2025-06-05T23:20:52.9099065Z %transpose_445 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_74, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9099652Z %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:20:52.9100028Z %transpose_446 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_74, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9100394Z %squeeze_74 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_446, -1), kwargs = {}) 2025-06-05T23:20:52.9100717Z %silu_10 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_74,), kwargs = {}) 2025-06-05T23:20:52.9101107Z %unsqueeze_75 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_21, -1), kwargs = {}) 2025-06-05T23:20:52.9101496Z %transpose_447 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_75, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9102081Z %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:20:52.9102456Z %transpose_448 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_75, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9102819Z %squeeze_75 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_448, -1), kwargs = {}) 2025-06-05T23:20:52.9103156Z %mul_109 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_10, %squeeze_75), kwargs = {}) 2025-06-05T23:20:52.9103528Z %unsqueeze_76 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_109, -1), kwargs = {}) 2025-06-05T23:20:52.9103924Z %transpose_449 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_76, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9104486Z %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:20:52.9104884Z %transpose_450 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_76, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9105249Z %squeeze_76 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_450, -1), kwargs = {}) 2025-06-05T23:20:52.9105576Z %add_54 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_53, %squeeze_76), kwargs = {}) 2025-06-05T23:20:52.9106116Z %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:20:52.9106545Z %unsqueeze_77 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_22, -1), kwargs = {}) 2025-06-05T23:20:52.9106930Z %transpose_451 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_77, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9107485Z %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:20:52.9107866Z %transpose_452 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_77, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9108220Z %squeeze_77 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_452, -1), kwargs = {}) 2025-06-05T23:20:52.9108610Z %unsqueeze_78 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_22, -1), kwargs = {}) 2025-06-05T23:20:52.9109180Z %transpose_453 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_78, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9109795Z %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:20:52.9110174Z %transpose_454 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_78, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9110545Z %squeeze_78 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_454, -1), kwargs = {}) 2025-06-05T23:20:52.9110933Z %unsqueeze_79 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_22, -1), kwargs = {}) 2025-06-05T23:20:52.9111317Z %transpose_455 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_79, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9111887Z %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:20:52.9112297Z %transpose_456 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_79, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9112655Z %squeeze_79 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_456, -1), kwargs = {}) 2025-06-05T23:20:52.9113038Z %view_132 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_77, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.9113460Z %view_133 : [num_users=3] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_78, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.9113829Z %view_134 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_79, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.9114509Z %_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:20:52.9114882Z %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:20:52.9115256Z %unbind_22 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_135, -1), kwargs = {}) 2025-06-05T23:20:52.9115575Z %getitem_44 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_22, 0), kwargs = {}) 2025-06-05T23:20:52.9115874Z %getitem_45 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_22, 1), kwargs = {}) 2025-06-05T23:20:52.9116531Z %_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:20:52.9116953Z %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:20:52.9117288Z %unbind_23 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_136, -1), kwargs = {}) 2025-06-05T23:20:52.9117589Z %getitem_46 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_23, 0), kwargs = {}) 2025-06-05T23:20:52.9117898Z %getitem_47 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_23, 1), kwargs = {}) 2025-06-05T23:20:52.9118252Z %view_137 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.9118609Z %view_138 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-06-05T23:20:52.9118964Z %mul_110 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_44, %view_137), kwargs = {}) 2025-06-05T23:20:52.9119308Z %mul_111 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_45, %view_138), kwargs = {}) 2025-06-05T23:20:52.9119659Z %sub_22 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_110, %mul_111), kwargs = {}) 2025-06-05T23:20:52.9120012Z %mul_112 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_44, %view_138), kwargs = {}) 2025-06-05T23:20:52.9120349Z %mul_113 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_45, %view_137), kwargs = {}) 2025-06-05T23:20:52.9120675Z %add_55 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_112, %mul_113), kwargs = {}) 2025-06-05T23:20:52.9121021Z %mul_114 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_46, %view_137), kwargs = {}) 2025-06-05T23:20:52.9121359Z %mul_115 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_47, %view_138), kwargs = {}) 2025-06-05T23:20:52.9121686Z %sub_23 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_114, %mul_115), kwargs = {}) 2025-06-05T23:20:52.9122059Z %mul_116 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_46, %view_138), kwargs = {}) 2025-06-05T23:20:52.9122400Z %mul_117 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_47, %view_137), kwargs = {}) 2025-06-05T23:20:52.9122727Z %add_56 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_116, %mul_117), kwargs = {}) 2025-06-05T23:20:52.9123102Z %stack_22 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_22, %add_55], -1), kwargs = {}) 2025-06-05T23:20:52.9123465Z %view_139 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_22, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.9123833Z %stack_23 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_23, %add_56], -1), kwargs = {}) 2025-06-05T23:20:52.9124210Z %view_140 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_23, [1, 1, 12, 64]), kwargs = {}) 2025-06-05T23:20:52.9124593Z %type_as_22 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_139, %view_132), kwargs = {}) 2025-06-05T23:20:52.9124954Z %type_as_23 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_140, %view_133), kwargs = {}) 2025-06-05T23:20:52.9125340Z %transpose_457 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9125880Z %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:20:52.9126600Z %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:20:52.9127291Z %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:20:52.9127678Z %transpose_458 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9128045Z %select_528 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_458, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9128386Z %select_529 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_528, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9128767Z %transpose_459 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9129152Z %select_530 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_459, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9129495Z %select_531 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_530, 0, 1), kwargs = {}) 2025-06-05T23:20:52.9129876Z %transpose_460 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9130236Z %select_532 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_460, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9130575Z %select_533 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_532, 0, 2), kwargs = {}) 2025-06-05T23:20:52.9130957Z %transpose_461 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9131319Z %select_534 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_461, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9131699Z %select_535 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_534, 0, 3), kwargs = {}) 2025-06-05T23:20:52.9132084Z %transpose_462 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9132445Z %select_536 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_462, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9132785Z %select_537 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_536, 0, 4), kwargs = {}) 2025-06-05T23:20:52.9133164Z %transpose_463 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9133525Z %select_538 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_463, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9133871Z %select_539 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_538, 0, 5), kwargs = {}) 2025-06-05T23:20:52.9134254Z %transpose_464 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9134639Z %select_540 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_464, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9134981Z %select_541 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_540, 0, 6), kwargs = {}) 2025-06-05T23:20:52.9135363Z %transpose_465 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9135723Z %select_542 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_465, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9136088Z %select_543 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_542, 0, 7), kwargs = {}) 2025-06-05T23:20:52.9136472Z %transpose_466 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9136836Z %select_544 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_466, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9137175Z %select_545 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_544, 0, 8), kwargs = {}) 2025-06-05T23:20:52.9137558Z %transpose_467 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9137919Z %select_546 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_467, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9138259Z %select_547 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_546, 0, 9), kwargs = {}) 2025-06-05T23:20:52.9138643Z %transpose_468 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9139032Z %select_548 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_468, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9139382Z %select_549 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_548, 0, 10), kwargs = {}) 2025-06-05T23:20:52.9139765Z %transpose_469 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9140125Z %select_550 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_469, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9140471Z %select_551 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_550, 0, 11), kwargs = {}) 2025-06-05T23:20:52.9141212Z %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:20:52.9141613Z %view_141 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_22, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.9141997Z %transpose_470 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9142349Z %select_552 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_470, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9142701Z %select_553 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_552, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9143083Z %transpose_471 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9143436Z %select_554 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_471, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9143789Z %select_555 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_554, 0, 1), kwargs = {}) 2025-06-05T23:20:52.9144193Z %transpose_472 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9144547Z %select_556 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_472, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9144897Z %select_557 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_556, 0, 2), kwargs = {}) 2025-06-05T23:20:52.9145276Z %transpose_473 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9145625Z %select_558 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_473, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9146007Z %select_559 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_558, 0, 3), kwargs = {}) 2025-06-05T23:20:52.9146387Z %transpose_474 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9146739Z %select_560 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_474, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9147092Z %select_561 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_560, 0, 4), kwargs = {}) 2025-06-05T23:20:52.9147475Z %transpose_475 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9147824Z %select_562 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_475, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9148178Z %select_563 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_562, 0, 5), kwargs = {}) 2025-06-05T23:20:52.9148586Z %transpose_476 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9148939Z %select_564 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_476, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9149295Z %select_565 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_564, 0, 6), kwargs = {}) 2025-06-05T23:20:52.9149677Z %transpose_477 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9150026Z %select_566 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_477, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9150371Z %select_567 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_566, 0, 7), kwargs = {}) 2025-06-05T23:20:52.9150756Z %transpose_478 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9151144Z %select_568 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_478, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9151485Z %select_569 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_568, 0, 8), kwargs = {}) 2025-06-05T23:20:52.9151862Z %transpose_479 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9152217Z %select_570 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_479, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9152556Z %select_571 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_570, 0, 9), kwargs = {}) 2025-06-05T23:20:52.9152935Z %transpose_480 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9153381Z %select_572 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_480, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9153732Z %select_573 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_572, 0, 10), kwargs = {}) 2025-06-05T23:20:52.9154136Z %transpose_481 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9154497Z %select_574 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_481, 0, 0), kwargs = {}) 2025-06-05T23:20:52.9154841Z %select_575 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_574, 0, 11), kwargs = {}) 2025-06-05T23:20:52.9155571Z %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:20:52.9155973Z %view_142 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_23, [1, 12, 128, 64]), kwargs = {}) 2025-06-05T23:20:52.9156349Z %transpose_482 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_141, -2, -1), kwargs = {}) 2025-06-05T23:20:52.9156752Z %matmul_22 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_457, %transpose_482), kwargs = {}) 2025-06-05T23:20:52.9157088Z %mul_118 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_22, 0.125), kwargs = {}) 2025-06-05T23:20:52.9157414Z %add_57 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_118, %index_13), kwargs = {}) 2025-06-05T23:20:52.9157747Z %softmax_11 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_57, -1), kwargs = {}) 2025-06-05T23:20:52.9158154Z %matmul_23 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_11, %view_142), kwargs = {}) 2025-06-05T23:20:52.9158528Z %transpose_483 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_23, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9158900Z %view_143 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_483, [1, 1, 768]), kwargs = {}) 2025-06-05T23:20:52.9159284Z %unsqueeze_80 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_143, -1), kwargs = {}) 2025-06-05T23:20:52.9159664Z %transpose_484 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_80, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9160220Z %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:20:52.9160600Z %transpose_485 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_80, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9160982Z %squeeze_80 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_485, -1), kwargs = {}) 2025-06-05T23:20:52.9161314Z %add_58 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_54, %squeeze_80), kwargs = {}) 2025-06-05T23:20:52.9161843Z %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:20:52.9162233Z %unsqueeze_81 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_23, -1), kwargs = {}) 2025-06-05T23:20:52.9162627Z %transpose_486 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_81, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9163190Z %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:20:52.9163561Z %transpose_487 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_81, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9163953Z %squeeze_81 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_487, -1), kwargs = {}) 2025-06-05T23:20:52.9164275Z %silu_11 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_81,), kwargs = {}) 2025-06-05T23:20:52.9164660Z %unsqueeze_82 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_23, -1), kwargs = {}) 2025-06-05T23:20:52.9165052Z %transpose_488 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_82, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9165634Z %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:20:52.9166006Z %transpose_489 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_82, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9166373Z %squeeze_82 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_489, -1), kwargs = {}) 2025-06-05T23:20:52.9166711Z %mul_119 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_11, %squeeze_82), kwargs = {}) 2025-06-05T23:20:52.9167083Z %unsqueeze_83 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_119, -1), kwargs = {}) 2025-06-05T23:20:52.9167477Z %transpose_490 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_83, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9168037Z %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:20:52.9168441Z %transpose_491 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_83, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9168806Z %squeeze_83 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_491, -1), kwargs = {}) 2025-06-05T23:20:52.9169136Z %add_59 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_58, %squeeze_83), kwargs = {}) 2025-06-05T23:20:52.9169518Z %slice_1 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%add_59, 0, 0, 9223372036854775807), kwargs = {}) 2025-06-05T23:20:52.9169861Z %select_576 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%slice_1, 1, -1), kwargs = {}) 2025-06-05T23:20:52.9170260Z %slice_2 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_576, 1, 0, 9223372036854775807), kwargs = {}) 2025-06-05T23:20:52.9170686Z %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:20:52.9171090Z %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:20:52.9171457Z %transpose_492 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_144, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9171886Z %conv2d_84 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_492, %p_output_conv_weight), kwargs = {}) 2025-06-05T23:20:52.9172264Z %transpose_493 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_84, 1, 2), kwargs = {}) 2025-06-05T23:20:52.9172634Z %view_145 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_493, [1, 32000]), kwargs = {}) 2025-06-05T23:20:52.9173178Z %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:20:52.9173758Z %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:20:52.9174301Z %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:20:52.9174845Z %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:20:52.9175391Z %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:20:52.9175956Z %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:20:52.9176501Z %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:20:52.9177048Z %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:20:52.9177586Z %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:20:52.9178142Z %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:20:52.9178710Z %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:20:52.9179259Z %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:20:52.9179810Z %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:20:52.9180351Z %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:20:52.9180892Z %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:21:09.3387978Z %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:21:09.3390407Z %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:21:09.3392725Z %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:21:09.3395133Z %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:21:09.3397517Z %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:21:09.3400271Z %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:21:09.3402714Z %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:21:09.3405092Z %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:21:09.3407392Z %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:21:09.3410133Z 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:21:09.3411847Z [INFO 2025-06-05 23:21:09,337 utils.py:70] Exported graph: 2025-06-05T23:21:09.3412477Z ExportedProgram: 2025-06-05T23:21:09.3412947Z class GraphModule(torch.nn.Module): 2025-06-05T23:21:09.3464026Z 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:21:09.3520255Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:188 in forward, code: h = self.tok_embeddings(tokens) 2025-06-05T23:21:09.3522563Z 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:21:09.3524098Z 2025-06-05T23:21:09.3525142Z # File: /pytorch/executorch/examples/models/llama/rope.py:301 in get_freqs, code: freqs_cos = self.freqs_cos[input_pos] 2025-06-05T23:21:09.3527177Z 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:21:09.3528674Z 2025-06-05T23:21:09.3529714Z # File: /pytorch/executorch/examples/models/llama/rope.py:302 in get_freqs, code: freqs_sin = self.freqs_sin[input_pos] 2025-06-05T23:21:09.3531765Z 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:21:09.3533116Z 2025-06-05T23:21:09.3534447Z # 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:21:09.3536569Z aten_pow_tensor_scalar: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_embedding_default, 2) 2025-06-05T23:21:09.3538413Z 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:21:09.3540382Z 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:21:09.3542356Z 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:21:09.3544358Z 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:21:09.3546839Z 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:21:09.3548563Z 2025-06-05T23:21:09.3549830Z # 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:21:09.3551582Z 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:21:09.3552171Z 2025-06-05T23:21:09.3552698Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.3553883Z 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:21:09.3554649Z 2025-06-05T23:21:09.3555132Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.3556584Z 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:21:09.3557650Z 2025-06-05T23:21:09.3558195Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.3559281Z 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:21:09.3560049Z 2025-06-05T23:21:09.3560706Z # 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:21:09.3561865Z 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:21:09.3562637Z 2025-06-05T23:21:09.3563262Z # 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:21:09.3564297Z 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:21:09.3564901Z 2025-06-05T23:21:09.3565405Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.3566507Z 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:21:09.3567282Z 2025-06-05T23:21:09.3567755Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.3569142Z 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:21:09.3570194Z 2025-06-05T23:21:09.3570723Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.3571827Z 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:21:09.3572586Z 2025-06-05T23:21:09.3573263Z # 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:21:09.3574528Z 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:21:09.3575251Z 2025-06-05T23:21:09.3575878Z # 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:21:09.3576988Z 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:21:09.3577679Z 2025-06-05T23:21:09.3578212Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.3579333Z 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:21:09.3580126Z 2025-06-05T23:21:09.3580594Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.3581951Z 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:21:09.3583016Z 2025-06-05T23:21:09.3583539Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.3584651Z 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:21:09.3585429Z 2025-06-05T23:21:09.3586099Z # 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:21:09.3587275Z 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:21:09.3587989Z 2025-06-05T23:21:09.3588622Z # 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:21:09.3589769Z 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:21:09.3590472Z 2025-06-05T23:21:09.3591111Z # 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:21:09.3592284Z 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:21:09.3593003Z 2025-06-05T23:21:09.3593720Z # 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:21:09.3594861Z 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:21:09.3595581Z 2025-06-05T23:21:09.3596256Z # 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:21:09.3597399Z 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:21:09.3598441Z 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:21:09.3599452Z 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:21:09.3600562Z 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:21:09.3601667Z 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:21:09.3602348Z 2025-06-05T23:21:09.3603013Z # 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:21:09.3604170Z 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:21:09.3605206Z 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:21:09.3606231Z 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:21:09.3607356Z 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:21:09.3608491Z 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:21:09.3609363Z 2025-06-05T23:21:09.3609909Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.3610848Z 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:21:09.3611433Z 2025-06-05T23:21:09.3611972Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.3612913Z 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:21:09.3613493Z 2025-06-05T23:21:09.3614079Z # 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:21:09.3615128Z 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:21:09.3616044Z 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:21:09.3617067Z 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:21:09.3617810Z 2025-06-05T23:21:09.3618382Z # 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:21:09.3619476Z 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:21:09.3620614Z 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:21:09.3621746Z 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:21:09.3622445Z 2025-06-05T23:21:09.3623026Z # 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:21:09.3624052Z 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:21:09.3624971Z 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:21:09.3626000Z 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:21:09.3626695Z 2025-06-05T23:21:09.3627268Z # 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:21:09.3628452Z 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:21:09.3629786Z 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:21:09.3631034Z 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:21:09.3631731Z 2025-06-05T23:21:09.3632351Z # 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:21:09.3633553Z 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:21:09.3634637Z 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:21:09.3635946Z 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:21:09.3637281Z 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:21:09.3637951Z 2025-06-05T23:21:09.3638572Z # 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:21:09.3639689Z 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:21:09.3640830Z 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:21:09.3642139Z 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:21:09.3643449Z 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:21:09.3644126Z 2025-06-05T23:21:09.3644751Z # 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:21:09.3645931Z 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:21:09.3646688Z 2025-06-05T23:21:09.3647236Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.3648328Z 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:21:09.3649060Z 2025-06-05T23:21:09.3649843Z # 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:21:09.3651359Z 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:21:09.3652290Z 2025-06-05T23:21:09.3653098Z # 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:21:09.3654604Z 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:21:09.3655549Z 2025-06-05T23:21:09.3656302Z # 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:21:09.3657479Z 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:21:09.3658554Z 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:21:09.3659665Z 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:21:09.3660675Z 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:21:09.3661740Z 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:21:09.3662836Z 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:21:09.3663880Z 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:21:09.3664948Z 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:21:09.3666031Z 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:21:09.3667064Z 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:21:09.3668135Z 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:21:09.3669251Z 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:21:09.3670286Z 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:21:09.3671358Z 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:21:09.3672448Z 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:21:09.3673541Z 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:21:09.3674630Z 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:21:09.3675767Z 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:21:09.3676813Z 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:21:09.3677891Z 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:21:09.3678997Z 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:21:09.3680043Z 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:21:09.3681151Z 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:21:09.3682252Z 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:21:09.3683295Z 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:21:09.3684372Z 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:21:09.3685497Z 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:21:09.3686538Z 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:21:09.3687603Z 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:21:09.3688712Z 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:21:09.3689751Z 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:21:09.3690838Z 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:21:09.3691955Z 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:21:09.3692991Z 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:21:09.3694053Z 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:21:09.3695161Z 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:21:09.3697898Z 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:21:09.3700666Z 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:21:09.3701350Z 2025-06-05T23:21:09.3702108Z # 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:21:09.3703327Z 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:21:09.3704405Z 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:21:09.3705517Z 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:21:09.3706560Z 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:21:09.3707659Z 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:21:09.3708933Z 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:21:09.3709969Z 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:21:09.3711054Z 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:21:09.3712165Z 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:21:09.3713321Z 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:21:09.3714413Z 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:21:09.3715520Z 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:21:09.3716551Z 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:21:09.3717635Z 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:21:09.3718747Z 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:21:09.3719816Z 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:21:09.3720894Z 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:21:09.3722002Z 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:21:09.3723032Z 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:21:09.3724118Z 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:21:09.3725292Z 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:21:09.3726331Z 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:21:09.3727414Z 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:21:09.3728528Z 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:21:09.3729598Z 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:21:09.3730685Z 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:21:09.3731794Z 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:21:09.3732823Z 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:21:09.3733899Z 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:21:09.3735022Z 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:21:09.3736069Z 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:21:09.3737149Z 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:21:09.3738245Z 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:21:09.3739285Z 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:21:09.3740365Z 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:21:09.3741488Z 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:21:09.3744233Z 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:21:09.3747008Z 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:21:09.3747704Z 2025-06-05T23:21:09.3748387Z # 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:21:09.3749630Z 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:21:09.3750868Z 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:21:09.3752084Z 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:21:09.3753382Z 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:21:09.3754625Z 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:21:09.3755902Z 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:21:09.3757159Z 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:21:09.3758397Z 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:21:09.3759207Z 2025-06-05T23:21:09.3759805Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.3760910Z 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:21:09.3761636Z 2025-06-05T23:21:09.3762315Z # 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:21:09.3763447Z 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:21:09.3764149Z 2025-06-05T23:21:09.3764716Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.3765827Z 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:21:09.3767030Z 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:21:09.3768231Z 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:21:09.3769460Z 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:21:09.3770772Z 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:21:09.3771988Z 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:21:09.3772669Z 2025-06-05T23:21:09.3773408Z # 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:21:09.3774710Z 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:21:09.3775928Z 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:21:09.3776663Z 2025-06-05T23:21:09.3777297Z # 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:21:09.3778478Z 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:21:09.3779220Z 2025-06-05T23:21:09.3779741Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.3780881Z 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:21:09.3781653Z 2025-06-05T23:21:09.3782135Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.3783484Z 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:21:09.3784562Z 2025-06-05T23:21:09.3785105Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.3786205Z 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:21:09.3787006Z 2025-06-05T23:21:09.3787652Z # 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:21:09.3788832Z 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:21:09.3789563Z 2025-06-05T23:21:09.3790038Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.3791125Z 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:21:09.3791930Z 2025-06-05T23:21:09.3792560Z # 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:21:09.3793612Z 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:21:09.3794519Z 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:21:09.3795506Z 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:21:09.3796494Z 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:21:09.3797469Z 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:21:09.3798627Z 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:21:09.3799392Z 2025-06-05T23:21:09.3800013Z # 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:21:09.3801047Z 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:21:09.3801635Z 2025-06-05T23:21:09.3802151Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.3803286Z 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:21:09.3804060Z 2025-06-05T23:21:09.3804535Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.3805898Z 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:21:09.3806992Z 2025-06-05T23:21:09.3807533Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.3808637Z 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:21:09.3809671Z 2025-06-05T23:21:09.3810317Z # 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:21:09.3811505Z 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:21:09.3812240Z 2025-06-05T23:21:09.3812852Z # 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:21:09.3813838Z aten_sigmoid_default: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_8) 2025-06-05T23:21:09.3814921Z 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:21:09.3815751Z 2025-06-05T23:21:09.3816380Z # 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:21:09.3817500Z 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:21:09.3818202Z 2025-06-05T23:21:09.3818722Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.3819853Z 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:21:09.3820637Z 2025-06-05T23:21:09.3821104Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.3822488Z 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:21:09.3823590Z 2025-06-05T23:21:09.3824113Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.3825259Z 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:21:09.3826041Z 2025-06-05T23:21:09.3826682Z # 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:21:09.3827858Z 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:21:09.3828578Z 2025-06-05T23:21:09.3829200Z # 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:21:09.3830385Z 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:21:09.3831136Z 2025-06-05T23:21:09.3831769Z # 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:21:09.3832928Z 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:21:09.3833707Z 2025-06-05T23:21:09.3834226Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.3835325Z 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:21:09.3836122Z 2025-06-05T23:21:09.3836587Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.3837989Z 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:21:09.3839075Z 2025-06-05T23:21:09.3839596Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.3840702Z 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:21:09.3841469Z 2025-06-05T23:21:09.3842133Z # 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:21:09.3843310Z 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:21:09.3844027Z 2025-06-05T23:21:09.3844659Z # 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:21:09.3845839Z 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:21:09.3846583Z 2025-06-05T23:21:09.3847261Z # 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:21:09.3848275Z 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:21:09.3849216Z 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:21:09.3850206Z 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:21:09.3851143Z 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:21:09.3852134Z 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:21:09.3853340Z 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:21:09.3854177Z 2025-06-05T23:21:09.3854811Z # 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:21:09.3855916Z 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:21:09.3856509Z 2025-06-05T23:21:09.3857026Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.3858116Z 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:21:09.3858903Z 2025-06-05T23:21:09.3859366Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.3860758Z 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:21:09.3861836Z 2025-06-05T23:21:09.3862360Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.3863470Z 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:21:09.3864454Z 2025-06-05T23:21:09.3865101Z # 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:21:09.3866339Z 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:21:09.3867064Z 2025-06-05T23:21:09.3867697Z # 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:21:09.3868737Z 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:21:09.3869332Z 2025-06-05T23:21:09.3869853Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.3870984Z 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:21:09.3871780Z 2025-06-05T23:21:09.3872263Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.3873695Z 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:21:09.3874782Z 2025-06-05T23:21:09.3875322Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.3876419Z 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:21:09.3877236Z 2025-06-05T23:21:09.3877877Z # 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:21:09.3879058Z 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:21:09.3879792Z 2025-06-05T23:21:09.3880408Z # 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:21:09.3881532Z 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:21:09.3882224Z 2025-06-05T23:21:09.3882738Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.3884039Z 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:21:09.3884874Z 2025-06-05T23:21:09.3885556Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.3886996Z 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:21:09.3888194Z 2025-06-05T23:21:09.3888843Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.3890021Z 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:21:09.3890883Z 2025-06-05T23:21:09.3891574Z # 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:21:09.3892887Z 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:21:09.3893712Z 2025-06-05T23:21:09.3894381Z # 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:21:09.3895737Z 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:21:09.3896571Z 2025-06-05T23:21:09.3897242Z # 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:21:09.3898536Z 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:21:09.3899312Z 2025-06-05T23:21:09.3900028Z # 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:21:09.3901322Z 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:21:09.3902132Z 2025-06-05T23:21:09.3902844Z # 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:21:09.3904156Z 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:21:09.3905273Z 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:21:09.3906409Z 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:21:09.3907696Z 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:21:09.3909120Z 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:21:09.3909897Z 2025-06-05T23:21:09.3910645Z # 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:21:09.3911911Z 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:21:09.3913041Z 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:21:09.3914306Z 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:21:09.3915540Z 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:21:09.3916731Z 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:21:09.3917525Z 2025-06-05T23:21:09.3918207Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.3919217Z 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:21:09.3919915Z 2025-06-05T23:21:09.3920614Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.3921605Z 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:21:09.3922329Z 2025-06-05T23:21:09.3923013Z # 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:21:09.3924073Z 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:21:09.3925143Z 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:21:09.3926245Z 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:21:09.3927097Z 2025-06-05T23:21:09.3927810Z # 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:21:09.3929003Z 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:21:09.3930274Z 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:21:09.3931554Z 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:21:09.3932319Z 2025-06-05T23:21:09.3933012Z # 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:21:09.3934155Z 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:21:09.3935162Z 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:21:09.3936298Z 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:21:09.3937116Z 2025-06-05T23:21:09.3937824Z # 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:21:09.3939121Z 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:21:09.3940534Z 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:21:09.3941917Z 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:21:09.3942717Z 2025-06-05T23:21:09.3943404Z # 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:21:09.3944677Z 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:21:09.3945879Z 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:21:09.3947274Z 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:21:09.3948731Z 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:21:09.3949505Z 2025-06-05T23:21:09.3950208Z # 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:21:09.3951469Z 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:21:09.3952668Z 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:21:09.3954219Z 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:21:09.3955655Z 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:21:09.3956440Z 2025-06-05T23:21:09.3957168Z # 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:21:09.3958503Z 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:21:09.3959313Z 2025-06-05T23:21:09.3959977Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.3961176Z 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:21:09.3962011Z 2025-06-05T23:21:09.3962903Z # 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:21:09.3964548Z 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:21:09.3965555Z 2025-06-05T23:21:09.3966463Z # 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:21:09.3968051Z 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:21:09.3969103Z 2025-06-05T23:21:09.3969996Z # 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:21:09.3971268Z 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:21:09.3972450Z 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:21:09.3973668Z 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:21:09.3974790Z 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:21:09.3975971Z 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:21:09.3977288Z 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:21:09.3978411Z 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:21:09.3979609Z 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:21:09.3980824Z 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:21:09.3981948Z 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:21:09.3983155Z 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:21:09.3984386Z 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:21:09.3985496Z 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:21:09.3986673Z 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:21:09.3987936Z 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:21:09.3989058Z 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:21:09.3990231Z 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:21:09.3991453Z 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:21:09.3992562Z 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:21:09.3993906Z 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:21:09.3995137Z 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:21:09.3996246Z 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:21:09.3997430Z 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:21:09.3998654Z 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:21:09.3999769Z 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:21:09.4000986Z 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:21:09.4002206Z 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:21:09.4003314Z 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:21:09.4004497Z 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:21:09.4005708Z 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:21:09.4006880Z 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:21:09.4008054Z 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:21:09.4009444Z 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:21:09.4010570Z 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:21:09.4011813Z 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:21:09.4013043Z 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:21:09.4015909Z 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:21:09.4018760Z 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:21:09.4019568Z 2025-06-05T23:21:09.4020390Z # 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:21:09.4021681Z 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:21:09.4022910Z 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:21:09.4024099Z 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:21:09.4025277Z 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:21:09.4026471Z 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:21:09.4027647Z 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:21:09.4028795Z 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:21:09.4029983Z 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:21:09.4031196Z 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:21:09.4032344Z 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:21:09.4033624Z 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:21:09.4034803Z 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:21:09.4035986Z 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:21:09.4037202Z 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:21:09.4038380Z 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:21:09.4039527Z 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:21:09.4040725Z 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:21:09.4041942Z 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:21:09.4043083Z 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:21:09.4044276Z 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:21:09.4045458Z 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:21:09.4046591Z 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:21:09.4047780Z 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:21:09.4048998Z 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:21:09.4050155Z 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:21:09.4051347Z 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:21:09.4052523Z 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:21:09.4053661Z 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:21:09.4054907Z 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:21:09.4056083Z 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:21:09.4057221Z 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:21:09.4058416Z 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:21:09.4059619Z 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:21:09.4060768Z 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:21:09.4061943Z 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:21:09.4063118Z 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:21:09.4066020Z 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:21:09.4068992Z 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:21:09.4089397Z 2025-06-05T23:21:09.4090137Z # 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:21:09.4091418Z 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:21:09.4092773Z 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:21:09.4093983Z 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:21:09.4095221Z 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:21:09.4096469Z 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:21:09.4097786Z 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:21:09.4099026Z 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:21:09.4100271Z 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:21:09.4101118Z 2025-06-05T23:21:09.4101728Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.4102859Z 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:21:09.4103576Z 2025-06-05T23:21:09.4104260Z # 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:21:09.4105397Z 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:21:09.4106071Z 2025-06-05T23:21:09.4106649Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.4107788Z 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:21:09.4109210Z 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:21:09.4110441Z 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:21:09.4111656Z 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:21:09.4112943Z 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:21:09.4114243Z 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:21:09.4114977Z 2025-06-05T23:21:09.4115725Z # 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:21:09.4117000Z 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:21:09.4118216Z 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:21:09.4118957Z 2025-06-05T23:21:09.4119587Z # 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:21:09.4120835Z 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:21:09.4121584Z 2025-06-05T23:21:09.4122092Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4123198Z 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:21:09.4123971Z 2025-06-05T23:21:09.4124452Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4125856Z 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:21:09.4126928Z 2025-06-05T23:21:09.4127468Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4128586Z 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:21:09.4129351Z 2025-06-05T23:21:09.4130010Z # 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:21:09.4131212Z 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:21:09.4131945Z 2025-06-05T23:21:09.4132431Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.4133458Z 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:21:09.4134211Z 2025-06-05T23:21:09.4134823Z # 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:21:09.4135799Z 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:21:09.4136713Z 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:21:09.4137714Z 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:21:09.4138664Z 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:21:09.4139647Z 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:21:09.4140789Z 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:21:09.4141559Z 2025-06-05T23:21:09.4142182Z # 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:21:09.4143245Z 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:21:09.4143853Z 2025-06-05T23:21:09.4144362Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4145465Z 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:21:09.4146240Z 2025-06-05T23:21:09.4146722Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4148131Z 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:21:09.4149221Z 2025-06-05T23:21:09.4149755Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4150875Z 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:21:09.4151641Z 2025-06-05T23:21:09.4152294Z # 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:21:09.4153559Z 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:21:09.4154303Z 2025-06-05T23:21:09.4154936Z # 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:21:09.4155915Z aten_sigmoid_default_1: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_19) 2025-06-05T23:21:09.4157655Z 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:21:09.4158443Z 2025-06-05T23:21:09.4159076Z # 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:21:09.4160215Z 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:21:09.4160935Z 2025-06-05T23:21:09.4161453Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4162557Z 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:21:09.4163329Z 2025-06-05T23:21:09.4163809Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4165177Z 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:21:09.4166281Z 2025-06-05T23:21:09.4166845Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4167951Z 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:21:09.4168729Z 2025-06-05T23:21:09.4169370Z # 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:21:09.4170556Z 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:21:09.4171321Z 2025-06-05T23:21:09.4171940Z # 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:21:09.4173138Z 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:21:09.4173906Z 2025-06-05T23:21:09.4174527Z # 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:21:09.4175664Z 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:21:09.4176360Z 2025-06-05T23:21:09.4176903Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4178019Z 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:21:09.4178804Z 2025-06-05T23:21:09.4179281Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4180643Z 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:21:09.4181731Z 2025-06-05T23:21:09.4182270Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4183394Z 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:21:09.4184174Z 2025-06-05T23:21:09.4184812Z # 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:21:09.4186000Z 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:21:09.4186730Z 2025-06-05T23:21:09.4187338Z # 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:21:09.4188521Z 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:21:09.4189279Z 2025-06-05T23:21:09.4189970Z # 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:21:09.4191005Z 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:21:09.4191909Z 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:21:09.4192896Z 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:21:09.4193962Z 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:21:09.4194941Z 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:21:09.4196145Z 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:21:09.4196964Z 2025-06-05T23:21:09.4197585Z # 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:21:09.4198617Z 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:21:09.4199210Z 2025-06-05T23:21:09.4199754Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4200861Z 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:21:09.4201635Z 2025-06-05T23:21:09.4202108Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4203451Z 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:21:09.4204523Z 2025-06-05T23:21:09.4205060Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4206201Z 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:21:09.4206978Z 2025-06-05T23:21:09.4207615Z # 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:21:09.4208965Z 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:21:09.4209704Z 2025-06-05T23:21:09.4210328Z # 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:21:09.4211370Z 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:21:09.4211981Z 2025-06-05T23:21:09.4212551Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4213660Z 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:21:09.4214436Z 2025-06-05T23:21:09.4214917Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4216289Z 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:21:09.4217390Z 2025-06-05T23:21:09.4217929Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4219026Z 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:21:09.4219798Z 2025-06-05T23:21:09.4220456Z # 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:21:09.4221806Z 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:21:09.4222554Z 2025-06-05T23:21:09.4223224Z # 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:21:09.4224363Z 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:21:09.4225064Z 2025-06-05T23:21:09.4225582Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4226676Z 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:21:09.4227463Z 2025-06-05T23:21:09.4227938Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4229285Z 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:21:09.4230392Z 2025-06-05T23:21:09.4230912Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4232018Z 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:21:09.4232787Z 2025-06-05T23:21:09.4233491Z # 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:21:09.4234669Z 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:21:09.4235401Z 2025-06-05T23:21:09.4236060Z # 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:21:09.4237218Z 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:21:09.4237932Z 2025-06-05T23:21:09.4238573Z # 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:21:09.4239767Z 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:21:09.4240486Z 2025-06-05T23:21:09.4241126Z # 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:21:09.4242275Z 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:21:09.4243005Z 2025-06-05T23:21:09.4243645Z # 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:21:09.4244800Z 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:21:09.4245885Z 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:21:09.4246923Z 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:21:09.4248040Z 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:21:09.4249154Z 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:21:09.4249839Z 2025-06-05T23:21:09.4250474Z # 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:21:09.4251663Z 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:21:09.4252707Z 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:21:09.4253740Z 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:21:09.4254878Z 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:21:09.4255997Z 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:21:09.4256700Z 2025-06-05T23:21:09.4257267Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.4258202Z 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:21:09.4258783Z 2025-06-05T23:21:09.4259318Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.4260251Z 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:21:09.4260865Z 2025-06-05T23:21:09.4261445Z # 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:21:09.4262429Z 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:21:09.4263372Z 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:21:09.4264413Z 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:21:09.4265108Z 2025-06-05T23:21:09.4265688Z # 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:21:09.4266806Z 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:21:09.4267976Z 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:21:09.4269128Z 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:21:09.4269824Z 2025-06-05T23:21:09.4270410Z # 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:21:09.4271399Z 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:21:09.4272337Z 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:21:09.4273470Z 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:21:09.4274167Z 2025-06-05T23:21:09.4274748Z # 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:21:09.4275940Z 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:21:09.4277276Z 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:21:09.4278523Z 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:21:09.4279233Z 2025-06-05T23:21:09.4279883Z # 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:21:09.4281000Z 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:21:09.4282108Z 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:21:09.4283460Z 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:21:09.4284783Z 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:21:09.4285457Z 2025-06-05T23:21:09.4286072Z # 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:21:09.4287185Z 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:21:09.4288275Z 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:21:09.4289641Z 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:21:09.4290967Z 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:21:09.4291630Z 2025-06-05T23:21:09.4292262Z # 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:21:09.4293440Z 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:21:09.4294176Z 2025-06-05T23:21:09.4294717Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.4295817Z 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:21:09.4296549Z 2025-06-05T23:21:09.4297323Z # 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:21:09.4298837Z 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:21:09.4299773Z 2025-06-05T23:21:09.4300537Z # 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:21:09.4302081Z 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:21:09.4303021Z 2025-06-05T23:21:09.4303752Z # 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:21:09.4304938Z 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:21:09.4306048Z 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:21:09.4307147Z 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:21:09.4308190Z 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:21:09.4309415Z 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:21:09.4310508Z 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:21:09.4311623Z 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:21:09.4312713Z 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:21:09.4313884Z 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:21:09.4314937Z 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:21:09.4316021Z 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:21:09.4317134Z 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:21:09.4318227Z 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:21:09.4319301Z 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:21:09.4320408Z 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:21:09.4321453Z 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:21:09.4322520Z 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:21:09.4323669Z 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:21:09.4324714Z 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:21:09.4325784Z 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:21:09.4326900Z 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:21:09.4327982Z 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:21:09.4329050Z 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:21:09.4330165Z 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:21:09.4331212Z 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:21:09.4332279Z 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:21:09.4333423Z 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:21:09.4334475Z 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:21:09.4335544Z 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:21:09.4336656Z 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:21:09.4337697Z 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:21:09.4338764Z 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:21:09.4339912Z 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:21:09.4340968Z 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:21:09.4342042Z 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:21:09.4343170Z 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:21:09.4346064Z 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:21:09.4348940Z 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:21:09.4349649Z 2025-06-05T23:21:09.4350394Z # 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:21:09.4351575Z 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:21:09.4352666Z 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:21:09.4353864Z 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:21:09.4354904Z 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:21:09.4356027Z 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:21:09.4357159Z 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:21:09.4358198Z 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:21:09.4359283Z 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:21:09.4360400Z 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:21:09.4361442Z 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:21:09.4362559Z 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:21:09.4363680Z 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:21:09.4364721Z 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:21:09.4365807Z 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:21:09.4366934Z 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:21:09.4368038Z 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:21:09.4369132Z 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:21:09.4370258Z 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:21:09.4371341Z 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:21:09.4372434Z 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:21:09.4373553Z 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:21:09.4374602Z 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:21:09.4375699Z 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:21:09.4376816Z 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:21:09.4377892Z 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:21:09.4378989Z 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:21:09.4380099Z 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:21:09.4381149Z 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:21:09.4382244Z 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:21:09.4383387Z 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:21:09.4384441Z 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:21:09.4385524Z 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:21:09.4386642Z 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:21:09.4387700Z 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:21:09.4388792Z 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:21:09.4389932Z 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:21:09.4392811Z 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:21:09.4395785Z 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:21:09.4396469Z 2025-06-05T23:21:09.4397139Z # 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:21:09.4398374Z 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:21:09.4399648Z 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:21:09.4400848Z 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:21:09.4402067Z 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:21:09.4403298Z 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:21:09.4404565Z 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:21:09.4405828Z 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:21:09.4407061Z 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:21:09.4407865Z 2025-06-05T23:21:09.4408453Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.4409705Z 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:21:09.4410425Z 2025-06-05T23:21:09.4411094Z # 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:21:09.4412280Z 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:21:09.4412946Z 2025-06-05T23:21:09.4413494Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.4414598Z 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:21:09.4415797Z 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:21:09.4417035Z 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:21:09.4418257Z 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:21:09.4419530Z 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:21:09.4420731Z 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:21:09.4421406Z 2025-06-05T23:21:09.4422174Z # 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:21:09.4423454Z 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:21:09.4424669Z 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:21:09.4425399Z 2025-06-05T23:21:09.4426013Z # 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:21:09.4427181Z 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:21:09.4427945Z 2025-06-05T23:21:09.4428451Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4429553Z 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:21:09.4430320Z 2025-06-05T23:21:09.4430781Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4432132Z 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:21:09.4433257Z 2025-06-05T23:21:09.4433789Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4434910Z 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:21:09.4435680Z 2025-06-05T23:21:09.4436315Z # 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:21:09.4437491Z 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:21:09.4438241Z 2025-06-05T23:21:09.4438702Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.4439740Z 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:21:09.4440485Z 2025-06-05T23:21:09.4441084Z # 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:21:09.4442049Z 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:21:09.4442948Z 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:21:09.4443921Z 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:21:09.4444885Z 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:21:09.4445854Z 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:21:09.4446999Z 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:21:09.4447756Z 2025-06-05T23:21:09.4448370Z # 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:21:09.4449397Z 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:21:09.4450010Z 2025-06-05T23:21:09.4450510Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4451608Z 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:21:09.4452386Z 2025-06-05T23:21:09.4452850Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4454216Z 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:21:09.4455302Z 2025-06-05T23:21:09.4455824Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4456961Z 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:21:09.4457733Z 2025-06-05T23:21:09.4458360Z # 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:21:09.4459530Z 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:21:09.4460297Z 2025-06-05T23:21:09.4460907Z # 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:21:09.4461902Z aten_sigmoid_default_2: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_30) 2025-06-05T23:21:09.4463001Z 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:21:09.4463793Z 2025-06-05T23:21:09.4464427Z # 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:21:09.4465551Z 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:21:09.4466257Z 2025-06-05T23:21:09.4466804Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4467903Z 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:21:09.4468699Z 2025-06-05T23:21:09.4469169Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4470554Z 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:21:09.4471659Z 2025-06-05T23:21:09.4472179Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4473392Z 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:21:09.4474176Z 2025-06-05T23:21:09.4474816Z # 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:21:09.4476007Z 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:21:09.4476734Z 2025-06-05T23:21:09.4477354Z # 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:21:09.4478547Z 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:21:09.4479296Z 2025-06-05T23:21:09.4479949Z # 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:21:09.4481074Z 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:21:09.4481779Z 2025-06-05T23:21:09.4482288Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4483389Z 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:21:09.4484210Z 2025-06-05T23:21:09.4484671Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4486045Z 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:21:09.4487131Z 2025-06-05T23:21:09.4487654Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4488763Z 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:21:09.4489535Z 2025-06-05T23:21:09.4490201Z # 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:21:09.4491383Z 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:21:09.4492103Z 2025-06-05T23:21:09.4492724Z # 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:21:09.4493900Z 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:21:09.4494647Z 2025-06-05T23:21:09.4495319Z # 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:21:09.4496372Z 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:21:09.4497285Z 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:21:09.4498260Z 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:21:09.4499194Z 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:21:09.4500177Z 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:21:09.4501385Z 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:21:09.4502209Z 2025-06-05T23:21:09.4502843Z # 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:21:09.4503881Z 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:21:09.4504468Z 2025-06-05T23:21:09.4504982Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4506105Z 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:21:09.4506895Z 2025-06-05T23:21:09.4507358Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4508857Z 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:21:09.4509941Z 2025-06-05T23:21:09.4510466Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4511581Z 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:21:09.4512407Z 2025-06-05T23:21:09.4513048Z # 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:21:09.4514286Z 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:21:09.4515009Z 2025-06-05T23:21:09.4515638Z # 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:21:09.4516674Z 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:21:09.4517265Z 2025-06-05T23:21:09.4517780Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4518917Z 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:21:09.4519704Z 2025-06-05T23:21:09.4520176Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4521521Z 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:21:09.4522596Z 2025-06-05T23:21:09.4523127Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4524227Z 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:21:09.4525045Z 2025-06-05T23:21:09.4525678Z # 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:21:09.4526859Z 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:21:09.4527588Z 2025-06-05T23:21:09.4528201Z # 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:21:09.4529367Z 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:21:09.4530058Z 2025-06-05T23:21:09.4530578Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4531684Z 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:21:09.4532460Z 2025-06-05T23:21:09.4532936Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4534320Z 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:21:09.4535390Z 2025-06-05T23:21:09.4535923Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4537026Z 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:21:09.4537799Z 2025-06-05T23:21:09.4538444Z # 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:21:09.4539610Z 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:21:09.4540341Z 2025-06-05T23:21:09.4540959Z # 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:21:09.4542159Z 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:21:09.4542882Z 2025-06-05T23:21:09.4543505Z # 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:21:09.4544050Z 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:21:09.4544129Z 2025-06-05T23:21:09.4544646Z # 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:21:09.4545223Z 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:21:09.4545300Z 2025-06-05T23:21:09.4545817Z # 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:21:09.4546367Z 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:21:09.4546768Z 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:21:09.4547310Z 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:21:09.4547833Z 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:21:09.4548337Z 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:21:09.4548413Z 2025-06-05T23:21:09.4548938Z # 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:21:09.4549473Z 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:21:09.4549902Z 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:21:09.4550433Z 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:21:09.4550932Z 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:21:09.4551431Z 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:21:09.4551525Z 2025-06-05T23:21:09.4551953Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.4552371Z 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:21:09.4552463Z 2025-06-05T23:21:09.4552887Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.4553382Z 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:21:09.4553473Z 2025-06-05T23:21:09.4553934Z # 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:21:09.4554355Z 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:21:09.4554781Z 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:21:09.4555324Z 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:21:09.4555404Z 2025-06-05T23:21:09.4555882Z # 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:21:09.4556410Z 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:21:09.4556963Z 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:21:09.4557497Z 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:21:09.4557577Z 2025-06-05T23:21:09.4558040Z # 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:21:09.4558466Z 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:21:09.4558874Z 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:21:09.4559418Z 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:21:09.4559511Z 2025-06-05T23:21:09.4559970Z # 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:21:09.4560588Z 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:21:09.4561214Z 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:21:09.4561727Z 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:21:09.4561815Z 2025-06-05T23:21:09.4562351Z # 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:21:09.4562850Z 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:21:09.4563360Z 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:21:09.4564084Z 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:21:09.4564572Z 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:21:09.4564659Z 2025-06-05T23:21:09.4565189Z # 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:21:09.4565681Z 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:21:09.4566192Z 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:21:09.4566916Z 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:21:09.4567435Z 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:21:09.4567525Z 2025-06-05T23:21:09.4568040Z # 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:21:09.4568601Z 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:21:09.4568687Z 2025-06-05T23:21:09.4569157Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.4569817Z 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:21:09.4569910Z 2025-06-05T23:21:09.4570569Z # 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:21:09.4571322Z 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:21:09.4571411Z 2025-06-05T23:21:09.4572068Z # 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:21:09.4572820Z 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:21:09.4572933Z 2025-06-05T23:21:09.4573559Z # 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:21:09.4574017Z 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:21:09.4574560Z 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:21:09.4575047Z 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:21:09.4575512Z 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:21:09.4576065Z 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:21:09.4576549Z 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:21:09.4577009Z 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:21:09.4577559Z 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:21:09.4578043Z 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:21:09.4578502Z 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:21:09.4579027Z 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:21:09.4579507Z 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:21:09.4580135Z 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:21:09.4580666Z 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:21:09.4581161Z 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:21:09.4581608Z 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:21:09.4582131Z 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:21:09.4582624Z 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:21:09.4583096Z 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:21:09.4583621Z 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:21:09.4584115Z 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:21:09.4584565Z 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:21:09.4585091Z 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:21:09.4585608Z 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:21:09.4586058Z 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:21:09.4586579Z 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:21:09.4587072Z 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:21:09.4587553Z 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:21:09.4588095Z 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:21:09.4588574Z 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:21:09.4589020Z 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:21:09.4589556Z 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:21:09.4590068Z 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:21:09.4590519Z 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:21:09.4591056Z 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:21:09.4591540Z 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:21:09.4593913Z 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:21:09.4594450Z 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:21:09.4594529Z 2025-06-05T23:21:09.4595174Z # 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:21:09.4595630Z 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:21:09.4596186Z 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:21:09.4596684Z 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:21:09.4597135Z 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:21:09.4597663Z 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:21:09.4598186Z 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:21:09.4598635Z 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:21:09.4599171Z 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:21:09.4599650Z 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:21:09.4600099Z 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:21:09.4600660Z 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:21:09.4601143Z 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:21:09.4601589Z 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:21:09.4602124Z 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:21:09.4602606Z 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:21:09.4603083Z 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:21:09.4603617Z 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:21:09.4604096Z 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:21:09.4604545Z 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:21:09.4605077Z 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:21:09.4605562Z 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:21:09.4606052Z 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:21:09.4606575Z 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:21:09.4607055Z 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:21:09.4607545Z 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:21:09.4608078Z 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:21:09.4608560Z 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:21:09.4609149Z 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:21:09.4609674Z 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:21:09.4610159Z 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:21:09.4610682Z 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:21:09.4611205Z 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:21:09.4611697Z 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:21:09.4612146Z 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:21:09.4612673Z 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:21:09.4613203Z 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:21:09.4615490Z 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:21:09.4616009Z 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:21:09.4616086Z 2025-06-05T23:21:09.4616690Z # 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:21:09.4617277Z 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:21:09.4617849Z 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:21:09.4618430Z 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:21:09.4619030Z 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:21:09.4619577Z 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:21:09.4620209Z 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:21:09.4620739Z 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:21:09.4621376Z 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:21:09.4621465Z 2025-06-05T23:21:09.4621941Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.4622474Z 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:21:09.4622553Z 2025-06-05T23:21:09.4623119Z # 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:21:09.4623606Z 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:21:09.4623744Z 2025-06-05T23:21:09.4624209Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.4624760Z 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:21:09.4625317Z 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:21:09.4625878Z 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:21:09.4626431Z 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:21:09.4627094Z 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:21:09.4627579Z 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:21:09.4627654Z 2025-06-05T23:21:09.4628284Z # 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:21:09.4628876Z 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:21:09.4629430Z 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:21:09.4629517Z 2025-06-05T23:21:09.4630032Z # 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:21:09.4630588Z 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:21:09.4630677Z 2025-06-05T23:21:09.4631071Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4631704Z 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:21:09.4631796Z 2025-06-05T23:21:09.4632152Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4633047Z 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:21:09.4633194Z 2025-06-05T23:21:09.4633612Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4634203Z 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:21:09.4634332Z 2025-06-05T23:21:09.4634860Z # 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:21:09.4635407Z 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:21:09.4635502Z 2025-06-05T23:21:09.4635863Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.4636435Z 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:21:09.4636531Z 2025-06-05T23:21:09.4637064Z # 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:21:09.4637430Z 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:21:09.4637885Z 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:21:09.4638311Z 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:21:09.4638739Z 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:21:09.4639224Z 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:21:09.4639803Z 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:21:09.4639881Z 2025-06-05T23:21:09.4640410Z # 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:21:09.4640821Z 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:21:09.4640899Z 2025-06-05T23:21:09.4641308Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4641937Z 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:21:09.4642018Z 2025-06-05T23:21:09.4642387Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4643308Z 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:21:09.4643387Z 2025-06-05T23:21:09.4643819Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4644416Z 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:21:09.4644540Z 2025-06-05T23:21:09.4645084Z # 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:21:09.4645631Z 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:21:09.4645710Z 2025-06-05T23:21:09.4646225Z # 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:21:09.4646599Z aten_sigmoid_default_3: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_41) 2025-06-05T23:21:09.4647242Z 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:21:09.4647332Z 2025-06-05T23:21:09.4647840Z # 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:21:09.4648350Z 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:21:09.4648440Z 2025-06-05T23:21:09.4648835Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4649465Z 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:21:09.4649558Z 2025-06-05T23:21:09.4649915Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4650825Z 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:21:09.4650918Z 2025-06-05T23:21:09.4651327Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4651943Z 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:21:09.4652032Z 2025-06-05T23:21:09.4652560Z # 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:21:09.4653107Z 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:21:09.4653192Z 2025-06-05T23:21:09.4653694Z # 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:21:09.4654267Z 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:21:09.4654356Z 2025-06-05T23:21:09.4654893Z # 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:21:09.4655406Z 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:21:09.4655494Z 2025-06-05T23:21:09.4655885Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4656490Z 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:21:09.4656583Z 2025-06-05T23:21:09.4656935Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4657889Z 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:21:09.4657979Z 2025-06-05T23:21:09.4658390Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4658975Z 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:21:09.4659095Z 2025-06-05T23:21:09.4659622Z # 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:21:09.4660169Z 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:21:09.4660260Z 2025-06-05T23:21:09.4660760Z # 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:21:09.4661324Z 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:21:09.4661415Z 2025-06-05T23:21:09.4661968Z # 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:21:09.4662359Z 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:21:09.4662814Z 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:21:09.4663243Z 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:21:09.4663643Z 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:21:09.4664121Z 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:21:09.4664745Z 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:21:09.4664849Z 2025-06-05T23:21:09.4665372Z # 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:21:09.4665779Z 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:21:09.4665856Z 2025-06-05T23:21:09.4666258Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4666859Z 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:21:09.4666939Z 2025-06-05T23:21:09.4667307Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4668230Z 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:21:09.4668306Z 2025-06-05T23:21:09.4668727Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4669310Z 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:21:09.4669410Z 2025-06-05T23:21:09.4669949Z # 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:21:09.4670493Z 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:21:09.4670568Z 2025-06-05T23:21:09.4671083Z # 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:21:09.4671488Z 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:21:09.4671563Z 2025-06-05T23:21:09.4671965Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4672595Z 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:21:09.4672672Z 2025-06-05T23:21:09.4673036Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4674007Z 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:21:09.4674086Z 2025-06-05T23:21:09.4674504Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4675095Z 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:21:09.4675202Z 2025-06-05T23:21:09.4675739Z # 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:21:09.4676279Z 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:21:09.4676355Z 2025-06-05T23:21:09.4676874Z # 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:21:09.4677381Z 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:21:09.4677455Z 2025-06-05T23:21:09.4677860Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4678487Z 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:21:09.4678562Z 2025-06-05T23:21:09.4678920Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4679808Z 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:21:09.4679909Z 2025-06-05T23:21:09.4680325Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4680911Z 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:21:09.4680985Z 2025-06-05T23:21:09.4681521Z # 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:21:09.4682060Z 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:21:09.4682134Z 2025-06-05T23:21:09.4682651Z # 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:21:09.4683204Z 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:21:09.4683281Z 2025-06-05T23:21:09.4683805Z # 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:21:09.4684333Z 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:21:09.4684409Z 2025-06-05T23:21:09.4684929Z # 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:21:09.4685462Z 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:21:09.4685563Z 2025-06-05T23:21:09.4686088Z # 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:21:09.4686623Z 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:21:09.4687023Z 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:21:09.4687548Z 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:21:09.4688057Z 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:21:09.4688583Z 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:21:09.4688667Z 2025-06-05T23:21:09.4689175Z # 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:21:09.4689710Z 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:21:09.4690143Z 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:21:09.4690658Z 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:21:09.4691161Z 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:21:09.4691672Z 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:21:09.4691746Z 2025-06-05T23:21:09.4692170Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.4692567Z 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:21:09.4692673Z 2025-06-05T23:21:09.4693095Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.4693493Z 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:21:09.4693566Z 2025-06-05T23:21:09.4694028Z # 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:21:09.4694452Z 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:21:09.4694862Z 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:21:09.4695414Z 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:21:09.4695498Z 2025-06-05T23:21:09.4695962Z # 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:21:09.4696485Z 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:21:09.4697019Z 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:21:09.4697535Z 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:21:09.4697613Z 2025-06-05T23:21:09.4698124Z # 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:21:09.4698544Z 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:21:09.4698956Z 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:21:09.4699478Z 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:21:09.4699583Z 2025-06-05T23:21:09.4700046Z # 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:21:09.4700684Z 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:21:09.4701300Z 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:21:09.4701822Z 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:21:09.4701900Z 2025-06-05T23:21:09.4702405Z # 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:21:09.4702948Z 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:21:09.4703444Z 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:21:09.4704167Z 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:21:09.4704667Z 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:21:09.4704745Z 2025-06-05T23:21:09.4705254Z # 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:21:09.4705791Z 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:21:09.4706286Z 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:21:09.4707006Z 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:21:09.4707513Z 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:21:09.4707594Z 2025-06-05T23:21:09.4708139Z # 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:21:09.4708869Z 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:21:09.4708947Z 2025-06-05T23:21:09.4709373Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.4709939Z 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:21:09.4710085Z 2025-06-05T23:21:09.4710746Z # 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:21:09.4711526Z 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:21:09.4711604Z 2025-06-05T23:21:09.4712260Z # 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:21:09.4713031Z 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:21:09.4713112Z 2025-06-05T23:21:09.4713852Z # 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:21:09.4714316Z 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:21:09.4714847Z 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:21:09.4715350Z 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:21:09.4715804Z 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:21:09.4716373Z 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:21:09.4716870Z 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:21:09.4717321Z 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:21:09.4717846Z 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:21:09.4718345Z 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:21:09.4718797Z 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:21:09.4719360Z 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:21:09.4719860Z 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:21:09.4720310Z 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:21:09.4720877Z 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:21:09.4721366Z 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:21:09.4721818Z 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:21:09.4722356Z 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:21:09.4722838Z 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:21:09.4723326Z 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:21:09.4723869Z 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:21:09.4724352Z 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:21:09.4724805Z 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:21:09.4725349Z 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:21:09.4725836Z 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:21:09.4726319Z 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:21:09.4726859Z 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:21:09.4727343Z 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:21:09.4727810Z 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:21:09.4728335Z 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:21:09.4728847Z 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:21:09.4729308Z 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:21:09.4729836Z 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:21:09.4730320Z 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:21:09.4730828Z 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:21:09.4731355Z 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:21:09.4731842Z 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:21:09.4734174Z 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:21:09.4734680Z 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:21:09.4734770Z 2025-06-05T23:21:09.4735393Z # 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:21:09.4735844Z 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:21:09.4736388Z 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:21:09.4736908Z 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:21:09.4737357Z 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:21:09.4737893Z 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:21:09.4738372Z 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:21:09.4738832Z 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:21:09.4739382Z 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:21:09.4739867Z 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:21:09.4740326Z 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:21:09.4740873Z 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:21:09.4741356Z 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:21:09.4741819Z 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:21:09.4742344Z 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:21:09.4742825Z 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:21:09.4743286Z 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:21:09.4743842Z 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:21:09.4744331Z 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:21:09.4744792Z 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:21:09.4745317Z 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:21:09.4745816Z 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:21:09.4746293Z 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:21:09.4746823Z 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:21:09.4747318Z 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:21:09.4747768Z 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:21:09.4748295Z 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:21:09.4748793Z 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:21:09.4749271Z 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:21:09.4749798Z 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:21:09.4750293Z 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:21:09.4750771Z 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:21:09.4751313Z 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:21:09.4751800Z 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:21:09.4752252Z 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:21:09.4752790Z 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:21:09.4753367Z 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:21:09.4755653Z 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:21:09.4756170Z 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:21:09.4756278Z 2025-06-05T23:21:09.4756858Z # 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:21:09.4757428Z 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:21:09.4758002Z 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:21:09.4758547Z 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:21:09.4759139Z 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:21:09.4759713Z 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:21:09.4760360Z 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:21:09.4760855Z 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:21:09.4761523Z 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:21:09.4761603Z 2025-06-05T23:21:09.4762076Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.4762623Z 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:21:09.4762700Z 2025-06-05T23:21:09.4763252Z # 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:21:09.4763745Z 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:21:09.4763822Z 2025-06-05T23:21:09.4764297Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.4764863Z 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:21:09.4765405Z 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:21:09.4765968Z 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:21:09.4766531Z 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:21:09.4767189Z 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:21:09.4767676Z 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:21:09.4767765Z 2025-06-05T23:21:09.4768377Z # 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:21:09.4768937Z 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:21:09.4769501Z 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:21:09.4769582Z 2025-06-05T23:21:09.4770119Z # 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:21:09.4770689Z 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:21:09.4770766Z 2025-06-05T23:21:09.4771160Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4771809Z 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:21:09.4771886Z 2025-06-05T23:21:09.4772240Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4773147Z 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:21:09.4773224Z 2025-06-05T23:21:09.4773633Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4774233Z 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:21:09.4774333Z 2025-06-05T23:21:09.4774862Z # 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:21:09.4775425Z 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:21:09.4775507Z 2025-06-05T23:21:09.4775864Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.4776443Z 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:21:09.4776521Z 2025-06-05T23:21:09.4777017Z # 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:21:09.4777419Z 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:21:09.4777860Z 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:21:09.4778286Z 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:21:09.4778699Z 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:21:09.4779166Z 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:21:09.4779747Z 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:21:09.4779860Z 2025-06-05T23:21:09.4780368Z # 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:21:09.4780777Z 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:21:09.4780864Z 2025-06-05T23:21:09.4781256Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4781881Z 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:21:09.4781969Z 2025-06-05T23:21:09.4782321Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4783236Z 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:21:09.4783323Z 2025-06-05T23:21:09.4783733Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4784324Z 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:21:09.4784476Z 2025-06-05T23:21:09.4785002Z # 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:21:09.4785550Z 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:21:09.4785639Z 2025-06-05T23:21:09.4786140Z # 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:21:09.4786510Z aten_sigmoid_default_4: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_52) 2025-06-05T23:21:09.4787138Z 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:21:09.4787240Z 2025-06-05T23:21:09.4787750Z # 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:21:09.4788274Z 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:21:09.4788350Z 2025-06-05T23:21:09.4788744Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4789356Z 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:21:09.4789434Z 2025-06-05T23:21:09.4789790Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4790746Z 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:21:09.4790826Z 2025-06-05T23:21:09.4791240Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4791845Z 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:21:09.4791949Z 2025-06-05T23:21:09.4792476Z # 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:21:09.4793041Z 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:21:09.4793116Z 2025-06-05T23:21:09.4793697Z # 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:21:09.4794285Z 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:21:09.4794364Z 2025-06-05T23:21:09.4794869Z # 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:21:09.4795424Z 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:21:09.4795503Z 2025-06-05T23:21:09.4795894Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4796513Z 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:21:09.4796590Z 2025-06-05T23:21:09.4796942Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4797861Z 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:21:09.4797963Z 2025-06-05T23:21:09.4798374Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4798973Z 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:21:09.4799049Z 2025-06-05T23:21:09.4799573Z # 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:21:09.4800143Z 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:21:09.4800221Z 2025-06-05T23:21:09.4800743Z # 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:21:09.4801324Z 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:21:09.4801401Z 2025-06-05T23:21:09.4801953Z # 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:21:09.4802329Z 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:21:09.4802804Z 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:21:09.4803242Z 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:21:09.4803667Z 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:21:09.4804142Z 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:21:09.4804765Z 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:21:09.4804859Z 2025-06-05T23:21:09.4805391Z # 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:21:09.4805807Z 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:21:09.4805896Z 2025-06-05T23:21:09.4806291Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4806888Z 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:21:09.4806988Z 2025-06-05T23:21:09.4807341Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4808237Z 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:21:09.4808367Z 2025-06-05T23:21:09.4808907Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4809492Z 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:21:09.4809587Z 2025-06-05T23:21:09.4810112Z # 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:21:09.4810660Z 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:21:09.4810760Z 2025-06-05T23:21:09.4811350Z # 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:21:09.4811764Z 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:21:09.4811858Z 2025-06-05T23:21:09.4812249Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4812847Z 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:21:09.4812979Z 2025-06-05T23:21:09.4813336Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4814227Z 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:21:09.4814316Z 2025-06-05T23:21:09.4814727Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4815315Z 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:21:09.4815406Z 2025-06-05T23:21:09.4815965Z # 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:21:09.4816513Z 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:21:09.4816604Z 2025-06-05T23:21:09.4817110Z # 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:21:09.4817615Z 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:21:09.4817703Z 2025-06-05T23:21:09.4818095Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4818693Z 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:21:09.4818812Z 2025-06-05T23:21:09.4819165Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4820053Z 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:21:09.4820140Z 2025-06-05T23:21:09.4820548Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4821136Z 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:21:09.4821229Z 2025-06-05T23:21:09.4821777Z # 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:21:09.4822320Z 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:21:09.4822407Z 2025-06-05T23:21:09.4822912Z # 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:21:09.4823470Z 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:21:09.4823561Z 2025-06-05T23:21:09.4824074Z # 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:21:09.4824605Z 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:21:09.4824694Z 2025-06-05T23:21:09.4825202Z # 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:21:09.4825730Z 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:21:09.4825821Z 2025-06-05T23:21:09.4826362Z # 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:21:09.4826906Z 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:21:09.4827318Z 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:21:09.4827829Z 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:21:09.4828334Z 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:21:09.4828874Z 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:21:09.4828954Z 2025-06-05T23:21:09.4829465Z # 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:21:09.4830014Z 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:21:09.4830421Z 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:21:09.4830938Z 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:21:09.4831479Z 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:21:09.4831981Z 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:21:09.4832068Z 2025-06-05T23:21:09.4832498Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.4832888Z 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:21:09.4832989Z 2025-06-05T23:21:09.4833493Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.4833892Z 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:21:09.4833971Z 2025-06-05T23:21:09.4834449Z # 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:21:09.4834864Z 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:21:09.4835277Z 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:21:09.4835809Z 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:21:09.4835917Z 2025-06-05T23:21:09.4836382Z # 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:21:09.4836926Z 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:21:09.4837450Z 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:21:09.4837978Z 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:21:09.4838059Z 2025-06-05T23:21:09.4838524Z # 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:21:09.4838982Z 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:21:09.4839393Z 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:21:09.4839903Z 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:21:09.4839993Z 2025-06-05T23:21:09.4840453Z # 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:21:09.4841078Z 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:21:09.4841731Z 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:21:09.4842244Z 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:21:09.4842319Z 2025-06-05T23:21:09.4842843Z # 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:21:09.4843371Z 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:21:09.4843871Z 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:21:09.4844612Z 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:21:09.4845102Z 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:21:09.4845178Z 2025-06-05T23:21:09.4845703Z # 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:21:09.4846225Z 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:21:09.4846725Z 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:21:09.4847458Z 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:21:09.4847949Z 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:21:09.4848025Z 2025-06-05T23:21:09.4848555Z # 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:21:09.4849154Z 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:21:09.4849229Z 2025-06-05T23:21:09.4849665Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.4850217Z 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:21:09.4850292Z 2025-06-05T23:21:09.4850963Z # 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:21:09.4851751Z 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:21:09.4851841Z 2025-06-05T23:21:09.4852493Z # 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:21:09.4853248Z 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:21:09.4853363Z 2025-06-05T23:21:09.4853986Z # 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:21:09.4854450Z 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:21:09.4854991Z 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:21:09.4855474Z 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:21:09.4855929Z 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:21:09.4856489Z 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:21:09.4856977Z 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:21:09.4857429Z 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:21:09.4857965Z 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:21:09.4858445Z 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:21:09.4858901Z 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:21:09.4859464Z 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:21:09.4859946Z 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:21:09.4860410Z 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:21:09.4860932Z 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:21:09.4861510Z 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:21:09.4862132Z 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:21:09.4862660Z 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:21:09.4863143Z 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:21:09.4863608Z 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:21:09.4864161Z 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:21:09.4864648Z 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:21:09.4865112Z 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:21:09.4865635Z 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:21:09.4866115Z 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:21:09.4866607Z 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:21:09.4867134Z 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:21:09.4867628Z 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:21:09.4868081Z 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:21:09.4868606Z 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:21:09.4869102Z 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:21:09.4869581Z 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:21:09.4870105Z 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:21:09.4870606Z 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:21:09.4871060Z 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:21:09.4871590Z 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:21:09.4872116Z 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:21:09.4874473Z 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:21:09.4875030Z 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:21:09.4875108Z 2025-06-05T23:21:09.4875739Z # 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:21:09.4876207Z 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:21:09.4876737Z 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:21:09.4877249Z 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:21:09.4877722Z 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:21:09.4878249Z 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:21:09.4878745Z 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:21:09.4879199Z 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:21:09.4889984Z 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:21:09.4890590Z 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:21:09.4891056Z 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:21:09.4891591Z 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:21:09.4892098Z 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:21:09.4892559Z 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:21:09.4893186Z 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:21:09.4893689Z 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:21:09.4894143Z 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:21:09.4894709Z 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:21:09.4895211Z 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:21:09.4895665Z 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:21:09.4896193Z 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:21:09.4896688Z 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:21:09.4897186Z 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:21:09.4897730Z 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:21:09.4898216Z 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:21:09.4898671Z 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:21:09.4899209Z 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:21:09.4899695Z 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:21:09.4900185Z 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:21:09.4900723Z 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:21:09.4901207Z 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:21:09.4901658Z 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:21:09.4902203Z 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:21:09.4902718Z 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:21:09.4903188Z 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:21:09.4903714Z 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:21:09.4904204Z 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:21:09.4906542Z 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:21:09.4907055Z 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:21:09.4907153Z 2025-06-05T23:21:09.4907755Z # 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:21:09.4908332Z 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:21:09.4909361Z 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:21:09.4909903Z 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:21:09.4910497Z 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:21:09.4911125Z 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:21:09.4911771Z 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:21:09.4912276Z 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:21:09.4912925Z 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:21:09.4913007Z 2025-06-05T23:21:09.4913561Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.4914158Z 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:21:09.4914237Z 2025-06-05T23:21:09.4914796Z # 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:21:09.4915298Z 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:21:09.4915414Z 2025-06-05T23:21:09.4915864Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.4916434Z 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:21:09.4916982Z 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:21:09.4917561Z 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:21:09.4918111Z 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:21:09.4918780Z 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:21:09.4919297Z 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:21:09.4919375Z 2025-06-05T23:21:09.4919991Z # 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:21:09.4920575Z 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:21:09.4921137Z 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:21:09.4921241Z 2025-06-05T23:21:09.4921772Z # 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:21:09.4922336Z 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:21:09.4922413Z 2025-06-05T23:21:09.4922819Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4923418Z 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:21:09.4923496Z 2025-06-05T23:21:09.4923864Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4924786Z 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:21:09.4924864Z 2025-06-05T23:21:09.4925287Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4925871Z 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:21:09.4925975Z 2025-06-05T23:21:09.4926516Z # 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:21:09.4927065Z 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:21:09.4927142Z 2025-06-05T23:21:09.4927514Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.4928079Z 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:21:09.4928155Z 2025-06-05T23:21:09.4928667Z # 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:21:09.4929058Z 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:21:09.4929508Z 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:21:09.4929955Z 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:21:09.4930364Z 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:21:09.4930838Z 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:21:09.4931427Z 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:21:09.4931530Z 2025-06-05T23:21:09.4932041Z # 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:21:09.4932465Z 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:21:09.4932542Z 2025-06-05T23:21:09.4932936Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4933552Z 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:21:09.4933631Z 2025-06-05T23:21:09.4933992Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4934947Z 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:21:09.4935027Z 2025-06-05T23:21:09.4935439Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4936041Z 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:21:09.4936156Z 2025-06-05T23:21:09.4936683Z # 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:21:09.4937246Z 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:21:09.4937324Z 2025-06-05T23:21:09.4937828Z # 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:21:09.4938211Z aten_sigmoid_default_5: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_63) 2025-06-05T23:21:09.4938820Z 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:21:09.4938902Z 2025-06-05T23:21:09.4939457Z # 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:21:09.4939970Z 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:21:09.4940047Z 2025-06-05T23:21:09.4940451Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4941049Z 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:21:09.4941128Z 2025-06-05T23:21:09.4941494Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4942441Z 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:21:09.4942521Z 2025-06-05T23:21:09.4942944Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4943534Z 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:21:09.4943613Z 2025-06-05T23:21:09.4944148Z # 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:21:09.4944702Z 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:21:09.4944804Z 2025-06-05T23:21:09.4945319Z # 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:21:09.4945896Z 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:21:09.4945973Z 2025-06-05T23:21:09.4946492Z # 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:21:09.4947032Z 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:21:09.4947110Z 2025-06-05T23:21:09.4947517Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4948123Z 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:21:09.4948200Z 2025-06-05T23:21:09.4948563Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4949496Z 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:21:09.4949579Z 2025-06-05T23:21:09.4950003Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4950589Z 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:21:09.4950663Z 2025-06-05T23:21:09.4951203Z # 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:21:09.4951746Z 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:21:09.4951824Z 2025-06-05T23:21:09.4952353Z # 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:21:09.4952920Z 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:21:09.4952992Z 2025-06-05T23:21:09.4953645Z # 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:21:09.4954010Z 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:21:09.4954457Z 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:21:09.4954911Z 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:21:09.4955350Z 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:21:09.4955827Z 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:21:09.4956465Z 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:21:09.4956603Z 2025-06-05T23:21:09.4957110Z # 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:21:09.4957538Z 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:21:09.4957616Z 2025-06-05T23:21:09.4958010Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4958624Z 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:21:09.4958702Z 2025-06-05T23:21:09.4959054Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4959988Z 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:21:09.4960070Z 2025-06-05T23:21:09.4960484Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4961085Z 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:21:09.4961161Z 2025-06-05T23:21:09.4961686Z # 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:21:09.4962243Z 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:21:09.4962346Z 2025-06-05T23:21:09.4962854Z # 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:21:09.4963275Z 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:21:09.4963352Z 2025-06-05T23:21:09.4963745Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4964353Z 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:21:09.4964434Z 2025-06-05T23:21:09.4964788Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4965717Z 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:21:09.4965796Z 2025-06-05T23:21:09.4966205Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4966911Z 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:21:09.4967017Z 2025-06-05T23:21:09.4967543Z # 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:21:09.4968104Z 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:21:09.4968183Z 2025-06-05T23:21:09.4968687Z # 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:21:09.4969205Z 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:21:09.4969282Z 2025-06-05T23:21:09.4969674Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.4970312Z 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:21:09.4970392Z 2025-06-05T23:21:09.4970747Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.4971652Z 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:21:09.4971729Z 2025-06-05T23:21:09.4972138Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.4972741Z 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:21:09.4972846Z 2025-06-05T23:21:09.4973371Z # 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:21:09.4973926Z 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:21:09.4974002Z 2025-06-05T23:21:09.4974511Z # 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:21:09.4975060Z 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:21:09.4975140Z 2025-06-05T23:21:09.4975656Z # 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:21:09.4976243Z 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:21:09.4976322Z 2025-06-05T23:21:09.4976834Z # 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:21:09.4977381Z 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:21:09.4977484Z 2025-06-05T23:21:09.4978005Z # 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:21:09.4978569Z 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:21:09.4978976Z 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:21:09.4979501Z 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:21:09.4980018Z 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:21:09.4980550Z 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:21:09.4980631Z 2025-06-05T23:21:09.4981157Z # 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:21:09.4981708Z 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:21:09.4982110Z 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:21:09.4982646Z 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:21:09.4983153Z 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:21:09.4983705Z 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:21:09.4983782Z 2025-06-05T23:21:09.4984214Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.4984608Z 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:21:09.4984698Z 2025-06-05T23:21:09.4985128Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.4985527Z 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:21:09.4985621Z 2025-06-05T23:21:09.4986110Z # 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:21:09.4986533Z 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:21:09.4986963Z 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:21:09.4987479Z 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:21:09.4987581Z 2025-06-05T23:21:09.4988061Z # 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:21:09.4988594Z 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:21:09.4989124Z 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:21:09.4989650Z 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:21:09.4989730Z 2025-06-05T23:21:09.4990192Z # 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:21:09.4990650Z 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:21:09.4991067Z 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:21:09.4991594Z 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:21:09.4991669Z 2025-06-05T23:21:09.4992133Z # 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:21:09.4992779Z 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:21:09.4993536Z 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:21:09.4994054Z 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:21:09.4994147Z 2025-06-05T23:21:09.4994660Z # 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:21:09.4995164Z 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:21:09.4995678Z 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:21:09.4996432Z 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:21:09.4996930Z 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:21:09.4997021Z 2025-06-05T23:21:09.4997532Z # 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:21:09.4998061Z 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:21:09.4998574Z 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:21:09.4999303Z 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:21:09.4999798Z 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:21:09.4999893Z 2025-06-05T23:21:09.5000409Z # 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:21:09.5001001Z 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:21:09.5001089Z 2025-06-05T23:21:09.5001514Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.5002064Z 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:21:09.5002150Z 2025-06-05T23:21:09.5002807Z # 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:21:09.5003577Z 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:21:09.5003692Z 2025-06-05T23:21:09.5004347Z # 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:21:09.5005122Z 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:21:09.5005198Z 2025-06-05T23:21:09.5005824Z # 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:21:09.5006300Z 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:21:09.5006856Z 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:21:09.5007342Z 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:21:09.5007811Z 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:21:09.5008361Z 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:21:09.5008987Z 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:21:09.5009457Z 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:21:09.5009984Z 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:21:09.5010471Z 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:21:09.5010941Z 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:21:09.5011526Z 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:21:09.5012014Z 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:21:09.5012481Z 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:21:09.5013007Z 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:21:09.5013507Z 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:21:09.5014008Z 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:21:09.5014538Z 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:21:09.5015036Z 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:21:09.5015491Z 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:21:09.5016021Z 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:21:09.5016553Z 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:21:09.5017009Z 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:21:09.5017537Z 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:21:09.5018035Z 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:21:09.5018525Z 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:21:09.5019066Z 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:21:09.5019547Z 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:21:09.5020005Z 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:21:09.5020540Z 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:21:09.5021062Z 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:21:09.5021519Z 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:21:09.5022044Z 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:21:09.5022543Z 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:21:09.5022993Z 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:21:09.5023532Z 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:21:09.5024042Z 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:21:09.5026327Z 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:21:09.5026874Z 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:21:09.5026951Z 2025-06-05T23:21:09.5027588Z # 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:21:09.5028041Z 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:21:09.5028567Z 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:21:09.5029089Z 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:21:09.5029546Z 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:21:09.5030075Z 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:21:09.5030567Z 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:21:09.5031018Z 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:21:09.5031569Z 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:21:09.5032067Z 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:21:09.5032519Z 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:21:09.5033040Z 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:21:09.5033597Z 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:21:09.5034083Z 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:21:09.5034622Z 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:21:09.5035103Z 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:21:09.5035555Z 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:21:09.5036094Z 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:21:09.5036580Z 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:21:09.5037057Z 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:21:09.5037597Z 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:21:09.5038081Z 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:21:09.5038560Z 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:21:09.5039101Z 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:21:09.5039590Z 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:21:09.5040042Z 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:21:09.5040581Z 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:21:09.5041067Z 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:21:09.5041560Z 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:21:09.5042088Z 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:21:09.5042570Z 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:21:09.5043033Z 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:21:09.5043560Z 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:21:09.5044072Z 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:21:09.5044540Z 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:21:09.5045065Z 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:21:09.5045551Z 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:21:09.5047882Z 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:21:09.5048397Z 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:21:09.5048511Z 2025-06-05T23:21:09.5049078Z # 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:21:09.5049656Z 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:21:09.5050243Z 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:21:09.5050782Z 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:21:09.5051381Z 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:21:09.5051974Z 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:21:09.5052618Z 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:21:09.5053135Z 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:21:09.5053777Z 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:21:09.5053856Z 2025-06-05T23:21:09.5054342Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.5054912Z 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:21:09.5054988Z 2025-06-05T23:21:09.5055555Z # 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:21:09.5056039Z 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:21:09.5056119Z 2025-06-05T23:21:09.5056578Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.5057132Z 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:21:09.5057701Z 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:21:09.5058280Z 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:21:09.5058831Z 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:21:09.5059488Z 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:21:09.5059998Z 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:21:09.5060075Z 2025-06-05T23:21:09.5060686Z # 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:21:09.5061257Z 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:21:09.5061838Z 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:21:09.5061940Z 2025-06-05T23:21:09.5062456Z # 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:21:09.5063031Z 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:21:09.5063114Z 2025-06-05T23:21:09.5063509Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5064119Z 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:21:09.5064200Z 2025-06-05T23:21:09.5064558Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5065492Z 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:21:09.5065571Z 2025-06-05T23:21:09.5065985Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5066581Z 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:21:09.5066662Z 2025-06-05T23:21:09.5067193Z # 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:21:09.5067796Z 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:21:09.5067875Z 2025-06-05T23:21:09.5068233Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.5068813Z 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:21:09.5068891Z 2025-06-05T23:21:09.5069391Z # 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:21:09.5069798Z 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:21:09.5070250Z 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:21:09.5070684Z 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:21:09.5071110Z 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:21:09.5071587Z 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:21:09.5072219Z 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:21:09.5072297Z 2025-06-05T23:21:09.5072810Z # 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:21:09.5073321Z 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:21:09.5073400Z 2025-06-05T23:21:09.5073796Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5074406Z 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:21:09.5074484Z 2025-06-05T23:21:09.5074841Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5075800Z 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:21:09.5075880Z 2025-06-05T23:21:09.5076288Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5076893Z 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:21:09.5076972Z 2025-06-05T23:21:09.5077498Z # 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:21:09.5078086Z 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:21:09.5078164Z 2025-06-05T23:21:09.5078662Z # 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:21:09.5079043Z aten_sigmoid_default_6: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_74) 2025-06-05T23:21:09.5079656Z 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:21:09.5079758Z 2025-06-05T23:21:09.5080278Z # 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:21:09.5080794Z 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:21:09.5080870Z 2025-06-05T23:21:09.5081260Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5081867Z 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:21:09.5081944Z 2025-06-05T23:21:09.5082294Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5083359Z 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:21:09.5083440Z 2025-06-05T23:21:09.5083862Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5084454Z 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:21:09.5084529Z 2025-06-05T23:21:09.5085055Z # 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:21:09.5085616Z 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:21:09.5085719Z 2025-06-05T23:21:09.5086223Z # 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:21:09.5086818Z 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:21:09.5086894Z 2025-06-05T23:21:09.5087400Z # 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:21:09.5087932Z 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:21:09.5088010Z 2025-06-05T23:21:09.5088426Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5089048Z 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:21:09.5089124Z 2025-06-05T23:21:09.5089479Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5090399Z 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:21:09.5090520Z 2025-06-05T23:21:09.5090931Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5091526Z 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:21:09.5091603Z 2025-06-05T23:21:09.5092129Z # 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:21:09.5092683Z 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:21:09.5092760Z 2025-06-05T23:21:09.5093282Z # 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:21:09.5093863Z 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:21:09.5093939Z 2025-06-05T23:21:09.5094489Z # 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:21:09.5094862Z 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:21:09.5095307Z 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:21:09.5095755Z 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:21:09.5096188Z 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:21:09.5096666Z 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:21:09.5097309Z 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:21:09.5097384Z 2025-06-05T23:21:09.5097894Z # 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:21:09.5098321Z 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:21:09.5098396Z 2025-06-05T23:21:09.5098813Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5099426Z 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:21:09.5099502Z 2025-06-05T23:21:09.5099854Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5100758Z 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:21:09.5100861Z 2025-06-05T23:21:09.5101276Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5101873Z 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:21:09.5101948Z 2025-06-05T23:21:09.5102476Z # 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:21:09.5103032Z 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:21:09.5103109Z 2025-06-05T23:21:09.5103652Z # 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:21:09.5104082Z 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:21:09.5104158Z 2025-06-05T23:21:09.5104548Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5105159Z 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:21:09.5105236Z 2025-06-05T23:21:09.5105589Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5106519Z 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:21:09.5106595Z 2025-06-05T23:21:09.5107003Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5107600Z 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:21:09.5107676Z 2025-06-05T23:21:09.5108206Z # 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:21:09.5108905Z 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:21:09.5108983Z 2025-06-05T23:21:09.5109547Z # 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:21:09.5110075Z 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:21:09.5110148Z 2025-06-05T23:21:09.5110540Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5111177Z 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:21:09.5111265Z 2025-06-05T23:21:09.5111616Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5112507Z 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:21:09.5112595Z 2025-06-05T23:21:09.5113002Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5113655Z 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:21:09.5113799Z 2025-06-05T23:21:09.5114325Z # 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:21:09.5114868Z 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:21:09.5114957Z 2025-06-05T23:21:09.5115462Z # 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:21:09.5115998Z 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:21:09.5116088Z 2025-06-05T23:21:09.5116601Z # 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:21:09.5117174Z 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:21:09.5117261Z 2025-06-05T23:21:09.5117770Z # 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:21:09.5118301Z 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:21:09.5118388Z 2025-06-05T23:21:09.5118900Z # 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:21:09.5119451Z 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:21:09.5119924Z 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:21:09.5120448Z 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:21:09.5120959Z 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:21:09.5121488Z 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:21:09.5121565Z 2025-06-05T23:21:09.5122087Z # 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:21:09.5122632Z 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:21:09.5123039Z 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:21:09.5123571Z 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:21:09.5124098Z 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:21:09.5124603Z 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:21:09.5124693Z 2025-06-05T23:21:09.5125122Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.5125515Z 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:21:09.5125600Z 2025-06-05T23:21:09.5126027Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.5126426Z 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:21:09.5126538Z 2025-06-05T23:21:09.5127004Z # 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:21:09.5127426Z 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:21:09.5127857Z 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:21:09.5128387Z 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:21:09.5128466Z 2025-06-05T23:21:09.5128942Z # 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:21:09.5129516Z 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:21:09.5130050Z 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:21:09.5130581Z 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:21:09.5130682Z 2025-06-05T23:21:09.5131145Z # 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:21:09.5131579Z 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:21:09.5131998Z 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:21:09.5132520Z 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:21:09.5132603Z 2025-06-05T23:21:09.5133061Z # 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:21:09.5133714Z 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:21:09.5134351Z 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:21:09.5134875Z 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:21:09.5134948Z 2025-06-05T23:21:09.5135467Z # 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:21:09.5135968Z 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:21:09.5136466Z 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:21:09.5137228Z 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:21:09.5137722Z 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:21:09.5137808Z 2025-06-05T23:21:09.5138315Z # 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:21:09.5138817Z 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:21:09.5139348Z 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:21:09.5140068Z 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:21:09.5140561Z 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:21:09.5140672Z 2025-06-05T23:21:09.5141189Z # 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:21:09.5141760Z 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:21:09.5141849Z 2025-06-05T23:21:09.5142273Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.5142825Z 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:21:09.5142912Z 2025-06-05T23:21:09.5143568Z # 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:21:09.5144361Z 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:21:09.5144455Z 2025-06-05T23:21:09.5145108Z # 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:21:09.5145874Z 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:21:09.5145962Z 2025-06-05T23:21:09.5146590Z # 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:21:09.5147082Z 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:21:09.5147630Z 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:21:09.5148115Z 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:21:09.5148568Z 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:21:09.5149106Z 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:21:09.5149594Z 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:21:09.5150089Z 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:21:09.5150613Z 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:21:09.5151098Z 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:21:09.5151588Z 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:21:09.5152117Z 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:21:09.5152597Z 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:21:09.5153061Z 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:21:09.5153680Z 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:21:09.5154189Z 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:21:09.5154655Z 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:21:09.5155181Z 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:21:09.5155678Z 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:21:09.5156129Z 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:21:09.5156658Z 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:21:09.5157179Z 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:21:09.5157635Z 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:21:09.5158157Z 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:21:09.5158650Z 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:21:09.5159104Z 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:21:09.5159652Z 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:21:09.5160146Z 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:21:09.5160598Z 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:21:09.5161121Z 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:21:09.5161636Z 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:21:09.5162089Z 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:21:09.5162623Z 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:21:09.5163107Z 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:21:09.5163555Z 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:21:09.5164116Z 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:21:09.5164604Z 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:21:09.5166885Z 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:21:09.5167446Z 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:21:09.5167520Z 2025-06-05T23:21:09.5168158Z # 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:21:09.5168610Z 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:21:09.5169132Z 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:21:09.5169626Z 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:21:09.5170103Z 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:21:09.5170628Z 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:21:09.5171116Z 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:21:09.5171567Z 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:21:09.5172116Z 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:21:09.5172612Z 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:21:09.5173066Z 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:21:09.5173602Z 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:21:09.5174081Z 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:21:09.5174558Z 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:21:09.5175098Z 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:21:09.5175581Z 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:21:09.5176028Z 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:21:09.5176562Z 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:21:09.5177071Z 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:21:09.5177520Z 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:21:09.5178056Z 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:21:09.5178537Z 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:21:09.5178984Z 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:21:09.5179521Z 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:21:09.5180023Z 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:21:09.5180485Z 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:21:09.5181008Z 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:21:09.5181512Z 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:21:09.5181976Z 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:21:09.5182501Z 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:21:09.5182979Z 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:21:09.5183442Z 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:21:09.5183965Z 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:21:09.5184469Z 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:21:09.5184933Z 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:21:09.5185457Z 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:21:09.5185953Z 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:21:09.5188239Z 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:21:09.5188780Z 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:21:09.5188858Z 2025-06-05T23:21:09.5189422Z # 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:21:09.5190028Z 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:21:09.5190605Z 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:21:09.5191142Z 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:21:09.5191734Z 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:21:09.5192309Z 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:21:09.5192953Z 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:21:09.5193534Z 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:21:09.5194176Z 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:21:09.5194256Z 2025-06-05T23:21:09.5194770Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.5195313Z 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:21:09.5195389Z 2025-06-05T23:21:09.5195953Z # 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:21:09.5196437Z 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:21:09.5196511Z 2025-06-05T23:21:09.5196970Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.5197520Z 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:21:09.5198089Z 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:21:09.5198662Z 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:21:09.5199211Z 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:21:09.5199856Z 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:21:09.5200378Z 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:21:09.5200453Z 2025-06-05T23:21:09.5201075Z # 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:21:09.5201637Z 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:21:09.5202217Z 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:21:09.5202303Z 2025-06-05T23:21:09.5202814Z # 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:21:09.5203378Z 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:21:09.5203461Z 2025-06-05T23:21:09.5203854Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5204451Z 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:21:09.5204534Z 2025-06-05T23:21:09.5204923Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5205825Z 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:21:09.5205907Z 2025-06-05T23:21:09.5206316Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5206899Z 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:21:09.5206985Z 2025-06-05T23:21:09.5207511Z # 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:21:09.5208077Z 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:21:09.5208161Z 2025-06-05T23:21:09.5208519Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.5209215Z 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:21:09.5209302Z 2025-06-05T23:21:09.5209796Z # 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:21:09.5210161Z 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:21:09.5210670Z 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:21:09.5211105Z 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:21:09.5211513Z 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:21:09.5211996Z 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:21:09.5212616Z 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:21:09.5212693Z 2025-06-05T23:21:09.5213212Z # 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:21:09.5213626Z 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:21:09.5213701Z 2025-06-05T23:21:09.5214107Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5214704Z 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:21:09.5214780Z 2025-06-05T23:21:09.5215174Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5216091Z 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:21:09.5216167Z 2025-06-05T23:21:09.5216586Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5217181Z 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:21:09.5217258Z 2025-06-05T23:21:09.5217790Z # 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:21:09.5218372Z 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:21:09.5218447Z 2025-06-05T23:21:09.5218953Z # 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:21:09.5219321Z aten_sigmoid_default_7: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_85) 2025-06-05T23:21:09.5219932Z 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:21:09.5220020Z 2025-06-05T23:21:09.5220531Z # 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:21:09.5221072Z 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:21:09.5221157Z 2025-06-05T23:21:09.5221550Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5222147Z 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:21:09.5222252Z 2025-06-05T23:21:09.5222601Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5223514Z 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:21:09.5223600Z 2025-06-05T23:21:09.5224007Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5224597Z 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:21:09.5224683Z 2025-06-05T23:21:09.5225207Z # 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:21:09.5225776Z 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:21:09.5225861Z 2025-06-05T23:21:09.5226360Z # 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:21:09.5226944Z 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:21:09.5227035Z 2025-06-05T23:21:09.5227544Z # 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:21:09.5228066Z 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:21:09.5228183Z 2025-06-05T23:21:09.5228578Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5229181Z 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:21:09.5229273Z 2025-06-05T23:21:09.5229625Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5230531Z 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:21:09.5230629Z 2025-06-05T23:21:09.5231041Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5231653Z 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:21:09.5231744Z 2025-06-05T23:21:09.5232274Z # 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:21:09.5232818Z 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:21:09.5232933Z 2025-06-05T23:21:09.5233500Z # 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:21:09.5234071Z 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:21:09.5234163Z 2025-06-05T23:21:09.5234717Z # 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:21:09.5235079Z 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:21:09.5235541Z 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:21:09.5236008Z 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:21:09.5236424Z 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:21:09.5236919Z 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:21:09.5237554Z 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:21:09.5237633Z 2025-06-05T23:21:09.5238162Z # 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:21:09.5238581Z 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:21:09.5238685Z 2025-06-05T23:21:09.5239098Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5239696Z 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:21:09.5239773Z 2025-06-05T23:21:09.5240140Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5241032Z 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:21:09.5241113Z 2025-06-05T23:21:09.5241563Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5242151Z 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:21:09.5242226Z 2025-06-05T23:21:09.5242770Z # 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:21:09.5243312Z 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:21:09.5243425Z 2025-06-05T23:21:09.5243946Z # 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:21:09.5244365Z 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:21:09.5244445Z 2025-06-05T23:21:09.5244849Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5245448Z 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:21:09.5245525Z 2025-06-05T23:21:09.5245886Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5246805Z 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:21:09.5246884Z 2025-06-05T23:21:09.5247305Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5247890Z 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:21:09.5247966Z 2025-06-05T23:21:09.5248505Z # 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:21:09.5249047Z 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:21:09.5249148Z 2025-06-05T23:21:09.5249667Z # 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:21:09.5250179Z 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:21:09.5250255Z 2025-06-05T23:21:09.5250657Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5251260Z 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:21:09.5251337Z 2025-06-05T23:21:09.5251701Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5252616Z 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:21:09.5252694Z 2025-06-05T23:21:09.5253116Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5253703Z 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:21:09.5253806Z 2025-06-05T23:21:09.5254344Z # 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:21:09.5254887Z 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:21:09.5254963Z 2025-06-05T23:21:09.5255484Z # 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:21:09.5256022Z 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:21:09.5256099Z 2025-06-05T23:21:09.5256645Z # 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:21:09.5257186Z 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:21:09.5257263Z 2025-06-05T23:21:09.5257786Z # 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:21:09.5258317Z 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:21:09.5258393Z 2025-06-05T23:21:09.5258919Z # 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:21:09.5259494Z 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:21:09.5259901Z 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:21:09.5260434Z 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:21:09.5260937Z 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:21:09.5261443Z 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:21:09.5261534Z 2025-06-05T23:21:09.5262070Z # 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:21:09.5262620Z 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:21:09.5263037Z 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:21:09.5263560Z 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:21:09.5264087Z 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:21:09.5264607Z 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:21:09.5264683Z 2025-06-05T23:21:09.5265113Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.5265518Z 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:21:09.5265595Z 2025-06-05T23:21:09.5266019Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.5266462Z 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:21:09.5266541Z 2025-06-05T23:21:09.5267006Z # 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:21:09.5267440Z 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:21:09.5267859Z 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:21:09.5268387Z 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:21:09.5268480Z 2025-06-05T23:21:09.5268942Z # 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:21:09.5269509Z 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:21:09.5270054Z 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:21:09.5270577Z 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:21:09.5270656Z 2025-06-05T23:21:09.5271129Z # 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:21:09.5271553Z 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:21:09.5271995Z 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:21:09.5272533Z 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:21:09.5272609Z 2025-06-05T23:21:09.5273070Z # 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:21:09.5273828Z 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:21:09.5274461Z 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:21:09.5275001Z 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:21:09.5275077Z 2025-06-05T23:21:09.5275587Z # 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:21:09.5276104Z 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:21:09.5276634Z 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:21:09.5277364Z 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:21:09.5277870Z 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:21:09.5277947Z 2025-06-05T23:21:09.5278456Z # 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:21:09.5278969Z 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:21:09.5279521Z 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:21:09.5280243Z 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:21:09.5280750Z 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:21:09.5280828Z 2025-06-05T23:21:09.5281346Z # 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:21:09.5281927Z 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:21:09.5282038Z 2025-06-05T23:21:09.5282463Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.5283030Z 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:21:09.5283106Z 2025-06-05T23:21:09.5283761Z # 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:21:09.5284570Z 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:21:09.5284649Z 2025-06-05T23:21:09.5285303Z # 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:21:09.5286077Z 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:21:09.5286153Z 2025-06-05T23:21:09.5286777Z # 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:21:09.5287279Z 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:21:09.5287811Z 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:21:09.5288305Z 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:21:09.5288761Z 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:21:09.5289287Z 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:21:09.5289807Z 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:21:09.5290262Z 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:21:09.5290789Z 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:21:09.5291282Z 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:21:09.5291736Z 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:21:09.5292264Z 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:21:09.5292779Z 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:21:09.5293233Z 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:21:09.5293769Z 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:21:09.5294274Z 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:21:09.5294729Z 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:21:09.5295268Z 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:21:09.5295749Z 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:21:09.5296205Z 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:21:09.5296771Z 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:21:09.5297255Z 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:21:09.5297711Z 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:21:09.5298250Z 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:21:09.5298730Z 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:21:09.5299190Z 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:21:09.5299755Z 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:21:09.5300237Z 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:21:09.5300704Z 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:21:09.5301227Z 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:21:09.5301711Z 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:21:09.5302202Z 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:21:09.5302730Z 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:21:09.5303216Z 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:21:09.5303680Z 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:21:09.5304234Z 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:21:09.5304721Z 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:21:09.5307047Z 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:21:09.5307562Z 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:21:09.5307651Z 2025-06-05T23:21:09.5308279Z # 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:21:09.5308888Z 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:21:09.5309433Z 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:21:09.5309922Z 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:21:09.5310441Z 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:21:09.5310983Z 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:21:09.5311466Z 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:21:09.5311938Z 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:21:09.5312468Z 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:21:09.5312988Z 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:21:09.5313518Z 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:21:09.5314049Z 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:21:09.5314531Z 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:21:09.5315040Z 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:21:09.5315572Z 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:21:09.5316055Z 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:21:09.5316523Z 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:21:09.5317049Z 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:21:09.5317566Z 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:21:09.5318037Z 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:21:09.5318564Z 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:21:09.5319062Z 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:21:09.5319519Z 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:21:09.5320085Z 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:21:09.5320579Z 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:21:09.5321033Z 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:21:09.5321560Z 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:21:09.5322062Z 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:21:09.5322519Z 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:21:09.5323071Z 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:21:09.5323566Z 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:21:09.5324019Z 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:21:09.5324585Z 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:21:09.5325074Z 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:21:09.5325532Z 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:21:09.5326069Z 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:21:09.5326555Z 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:21:09.5328870Z 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:21:09.5329399Z 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:21:09.5329479Z 2025-06-05T23:21:09.5330058Z # 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:21:09.5330656Z 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:21:09.5331229Z 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:21:09.5331780Z 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:21:09.5332367Z 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:21:09.5332920Z 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:21:09.5333598Z 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:21:09.5334103Z 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:21:09.5334756Z 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:21:09.5334858Z 2025-06-05T23:21:09.5335328Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.5335886Z 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:21:09.5335961Z 2025-06-05T23:21:09.5336515Z # 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:21:09.5337010Z 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:21:09.5337085Z 2025-06-05T23:21:09.5337533Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.5338117Z 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:21:09.5338669Z 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:21:09.5339233Z 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:21:09.5339794Z 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:21:09.5340432Z 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:21:09.5340955Z 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:21:09.5341042Z 2025-06-05T23:21:09.5341654Z # 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:21:09.5342221Z 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:21:09.5342786Z 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:21:09.5342866Z 2025-06-05T23:21:09.5343377Z # 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:21:09.5343976Z 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:21:09.5344054Z 2025-06-05T23:21:09.5344448Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5345062Z 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:21:09.5345165Z 2025-06-05T23:21:09.5345520Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5346435Z 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:21:09.5346517Z 2025-06-05T23:21:09.5346930Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5347528Z 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:21:09.5347607Z 2025-06-05T23:21:09.5348159Z # 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:21:09.5348717Z 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:21:09.5348795Z 2025-06-05T23:21:09.5349155Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.5349734Z 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:21:09.5349810Z 2025-06-05T23:21:09.5350306Z # 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:21:09.5350683Z 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:21:09.5351159Z 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:21:09.5351591Z 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:21:09.5352011Z 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:21:09.5352489Z 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:21:09.5353075Z 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:21:09.5353234Z 2025-06-05T23:21:09.5353775Z # 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:21:09.5354191Z 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:21:09.5354283Z 2025-06-05T23:21:09.5354678Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5355281Z 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:21:09.5355401Z 2025-06-05T23:21:09.5355757Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5356677Z 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:21:09.5356770Z 2025-06-05T23:21:09.5357183Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5357783Z 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:21:09.5357874Z 2025-06-05T23:21:09.5358436Z # 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:21:09.5358990Z 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:21:09.5359079Z 2025-06-05T23:21:09.5359583Z # 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:21:09.5359951Z aten_sigmoid_default_8: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_96) 2025-06-05T23:21:09.5360579Z 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:21:09.5360658Z 2025-06-05T23:21:09.5361165Z # 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:21:09.5361716Z 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:21:09.5361792Z 2025-06-05T23:21:09.5362185Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5362795Z 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:21:09.5362874Z 2025-06-05T23:21:09.5363224Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5364173Z 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:21:09.5364252Z 2025-06-05T23:21:09.5364660Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5365264Z 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:21:09.5365340Z 2025-06-05T23:21:09.5365864Z # 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:21:09.5366449Z 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:21:09.5366527Z 2025-06-05T23:21:09.5367029Z # 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:21:09.5367625Z 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:21:09.5367701Z 2025-06-05T23:21:09.5368207Z # 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:21:09.5368764Z 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:21:09.5368843Z 2025-06-05T23:21:09.5369233Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5369851Z 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:21:09.5369927Z 2025-06-05T23:21:09.5370280Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5371193Z 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:21:09.5371300Z 2025-06-05T23:21:09.5371709Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5372309Z 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:21:09.5372385Z 2025-06-05T23:21:09.5372909Z # 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:21:09.5373464Z 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:21:09.5373541Z 2025-06-05T23:21:09.5374037Z # 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:21:09.5374640Z 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:21:09.5374718Z 2025-06-05T23:21:09.5375269Z # 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:21:09.5375641Z 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:21:09.5376085Z 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:21:09.5376544Z 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:21:09.5376966Z 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:21:09.5377442Z 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:21:09.5378073Z 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:21:09.5378161Z 2025-06-05T23:21:09.5378670Z # 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:21:09.5379107Z 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:21:09.5379197Z 2025-06-05T23:21:09.5379590Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5380188Z 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:21:09.5380277Z 2025-06-05T23:21:09.5380628Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5381522Z 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:21:09.5381638Z 2025-06-05T23:21:09.5382050Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5382633Z 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:21:09.5382722Z 2025-06-05T23:21:09.5383248Z # 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:21:09.5383792Z 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:21:09.5383885Z 2025-06-05T23:21:09.5384397Z # 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:21:09.5384843Z 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:21:09.5384934Z 2025-06-05T23:21:09.5385325Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5385929Z 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:21:09.5386042Z 2025-06-05T23:21:09.5386393Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5387286Z 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:21:09.5387377Z 2025-06-05T23:21:09.5387785Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5388370Z 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:21:09.5388457Z 2025-06-05T23:21:09.5388978Z # 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:21:09.5389549Z 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:21:09.5389639Z 2025-06-05T23:21:09.5390146Z # 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:21:09.5390666Z 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:21:09.5390754Z 2025-06-05T23:21:09.5391147Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5391754Z 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:21:09.5391869Z 2025-06-05T23:21:09.5392222Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5393114Z 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:21:09.5393288Z 2025-06-05T23:21:09.5393701Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5394288Z 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:21:09.5394385Z 2025-06-05T23:21:09.5394912Z # 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:21:09.5395490Z 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:21:09.5395587Z 2025-06-05T23:21:09.5396095Z # 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:21:09.5396632Z 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:21:09.5396779Z 2025-06-05T23:21:09.5397295Z # 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:21:09.5397838Z 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:21:09.5397930Z 2025-06-05T23:21:09.5398441Z # 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:21:09.5398978Z 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:21:09.5399072Z 2025-06-05T23:21:09.5399587Z # 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:21:09.5400165Z 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:21:09.5400587Z 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:21:09.5401110Z 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:21:09.5401619Z 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:21:09.5402146Z 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:21:09.5402253Z 2025-06-05T23:21:09.5402763Z # 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:21:09.5403327Z 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:21:09.5403733Z 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:21:09.5404271Z 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:21:09.5404782Z 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:21:09.5405315Z 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:21:09.5405407Z 2025-06-05T23:21:09.5405835Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.5406230Z 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:21:09.5406320Z 2025-06-05T23:21:09.5406743Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.5407167Z 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:21:09.5407249Z 2025-06-05T23:21:09.5407731Z # 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:21:09.5408155Z 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:21:09.5408589Z 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:21:09.5409257Z 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:21:09.5409336Z 2025-06-05T23:21:09.5409851Z # 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:21:09.5410417Z 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:21:09.5410955Z 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:21:09.5411491Z 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:21:09.5411569Z 2025-06-05T23:21:09.5412027Z # 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:21:09.5412501Z 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:21:09.5412922Z 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:21:09.5413443Z 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:21:09.5413531Z 2025-06-05T23:21:09.5413990Z # 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:21:09.5414634Z 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:21:09.5415314Z 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:21:09.5415841Z 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:21:09.5415917Z 2025-06-05T23:21:09.5416438Z # 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:21:09.5416943Z 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:21:09.5417480Z 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:21:09.5418235Z 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:21:09.5418731Z 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:21:09.5418807Z 2025-06-05T23:21:09.5419328Z # 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:21:09.5419859Z 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:21:09.5420375Z 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:21:09.5421117Z 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:21:09.5421610Z 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:21:09.5421700Z 2025-06-05T23:21:09.5422222Z # 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:21:09.5422820Z 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:21:09.5422911Z 2025-06-05T23:21:09.5423336Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.5423889Z 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:21:09.5423981Z 2025-06-05T23:21:09.5424642Z # 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:21:09.5425417Z 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:21:09.5425536Z 2025-06-05T23:21:09.5426196Z # 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:21:09.5426960Z 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:21:09.5427049Z 2025-06-05T23:21:09.5427698Z # 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:21:09.5428163Z 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:21:09.5428704Z 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:21:09.5429187Z 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:21:09.5429640Z 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:21:09.5430177Z 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:21:09.5430684Z 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:21:09.5431140Z 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:21:09.5431678Z 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:21:09.5432159Z 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:21:09.5432626Z 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:21:09.5433259Z 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:21:09.5433749Z 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:21:09.5434216Z 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:21:09.5434745Z 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:21:09.5435232Z 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:21:09.5435703Z 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:21:09.5436270Z 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:21:09.5436755Z 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:21:09.5437221Z 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:21:09.5437775Z 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:21:09.5438261Z 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:21:09.5438727Z 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:21:09.5439253Z 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:21:09.5439747Z 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:21:09.5440256Z 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:21:09.5440786Z 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:21:09.5441279Z 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:21:09.5441730Z 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:21:09.5442254Z 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:21:09.5442750Z 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:21:09.5443226Z 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:21:09.5443750Z 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:21:09.5444245Z 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:21:09.5444697Z 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:21:09.5445237Z 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:21:09.5445746Z 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:21:09.5448030Z 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:21:09.5448581Z 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:21:09.5448658Z 2025-06-05T23:21:09.5449299Z # 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:21:09.5449754Z 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:21:09.5450281Z 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:21:09.5450805Z 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:21:09.5451263Z 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:21:09.5451787Z 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:21:09.5452279Z 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:21:09.5452732Z 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:21:09.5453258Z 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:21:09.5453776Z 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:21:09.5454228Z 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:21:09.5454753Z 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:21:09.5455246Z 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:21:09.5455704Z 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:21:09.5456264Z 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:21:09.5456747Z 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:21:09.5457199Z 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:21:09.5457769Z 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:21:09.5458255Z 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:21:09.5458707Z 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:21:09.5459241Z 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:21:09.5459720Z 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:21:09.5460172Z 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:21:09.5460733Z 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:21:09.5461217Z 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:21:09.5461669Z 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:21:09.5462204Z 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:21:09.5462685Z 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:21:09.5463174Z 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:21:09.5463701Z 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:21:09.5464183Z 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:21:09.5464649Z 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:21:09.5465178Z 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:21:09.5465666Z 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:21:09.5466155Z 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:21:09.5466682Z 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:21:09.5467165Z 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:21:09.5469491Z 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:21:09.5470000Z 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:21:09.5470093Z 2025-06-05T23:21:09.5470687Z # 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:21:09.5471264Z 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:21:09.5471850Z 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:21:09.5472390Z 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:21:09.5472991Z 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:21:09.5473654Z 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:21:09.5474298Z 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:21:09.5474818Z 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:21:09.5475460Z 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:21:09.5475539Z 2025-06-05T23:21:09.5476029Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.5476602Z 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:21:09.5476681Z 2025-06-05T23:21:09.5477250Z # 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:21:09.5477734Z 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:21:09.5477836Z 2025-06-05T23:21:09.5478296Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.5478853Z 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:21:09.5479400Z 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:21:09.5479976Z 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:21:09.5480529Z 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:21:09.5481193Z 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:21:09.5481703Z 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:21:09.5481780Z 2025-06-05T23:21:09.5482394Z # 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:21:09.5482968Z 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:21:09.5483528Z 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:21:09.5483642Z 2025-06-05T23:21:09.5484156Z # 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:21:09.5484725Z 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:21:09.5484818Z 2025-06-05T23:21:09.5485210Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5485814Z 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:21:09.5485909Z 2025-06-05T23:21:09.5486266Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5487187Z 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:21:09.5487281Z 2025-06-05T23:21:09.5487691Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5488275Z 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:21:09.5488392Z 2025-06-05T23:21:09.5488922Z # 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:21:09.5489471Z 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:21:09.5489563Z 2025-06-05T23:21:09.5489923Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.5490499Z 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:21:09.5490577Z 2025-06-05T23:21:09.5491091Z # 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:21:09.5491483Z 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:21:09.5491936Z 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:21:09.5492385Z 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:21:09.5492796Z 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:21:09.5493288Z 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:21:09.5493879Z 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:21:09.5493985Z 2025-06-05T23:21:09.5494511Z # 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:21:09.5494929Z 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:21:09.5495008Z 2025-06-05T23:21:09.5495415Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5496022Z 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:21:09.5496102Z 2025-06-05T23:21:09.5496470Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5497407Z 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:21:09.5497485Z 2025-06-05T23:21:09.5497913Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5498507Z 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:21:09.5498612Z 2025-06-05T23:21:09.5499150Z # 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:21:09.5499706Z 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:21:09.5499782Z 2025-06-05T23:21:09.5500299Z # 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:21:09.5500673Z aten_sigmoid_default_9: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_107) 2025-06-05T23:21:09.5501299Z 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:21:09.5501391Z 2025-06-05T23:21:09.5501922Z # 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:21:09.5502444Z 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:21:09.5502530Z 2025-06-05T23:21:09.5502919Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5503523Z 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:21:09.5503613Z 2025-06-05T23:21:09.5503963Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5504901Z 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:21:09.5504988Z 2025-06-05T23:21:09.5505398Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5505987Z 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:21:09.5506076Z 2025-06-05T23:21:09.5506600Z # 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:21:09.5507156Z 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:21:09.5507268Z 2025-06-05T23:21:09.5507772Z # 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:21:09.5508366Z 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:21:09.5508455Z 2025-06-05T23:21:09.5509105Z # 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:21:09.5509686Z 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:21:09.5509780Z 2025-06-05T23:21:09.5510174Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5510785Z 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:21:09.5510877Z 2025-06-05T23:21:09.5511230Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5512183Z 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:21:09.5512281Z 2025-06-05T23:21:09.5512692Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5513334Z 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:21:09.5513427Z 2025-06-05T23:21:09.5513952Z # 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:21:09.5514501Z 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:21:09.5514593Z 2025-06-05T23:21:09.5515092Z # 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:21:09.5515706Z 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:21:09.5515797Z 2025-06-05T23:21:09.5516350Z # 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:21:09.5516713Z 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:21:09.5517173Z 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:21:09.5517607Z 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:21:09.5518051Z 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:21:09.5518540Z 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:21:09.5519177Z 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:21:09.5519281Z 2025-06-05T23:21:09.5519803Z # 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:21:09.5520222Z 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:21:09.5520297Z 2025-06-05T23:21:09.5520704Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5521303Z 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:21:09.5521381Z 2025-06-05T23:21:09.5521745Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5522668Z 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:21:09.5522748Z 2025-06-05T23:21:09.5523175Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5523759Z 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:21:09.5523836Z 2025-06-05T23:21:09.5524374Z # 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:21:09.5524919Z 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:21:09.5525024Z 2025-06-05T23:21:09.5525542Z # 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:21:09.5525961Z 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:21:09.5526038Z 2025-06-05T23:21:09.5526441Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5527043Z 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:21:09.5527121Z 2025-06-05T23:21:09.5527484Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5528407Z 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:21:09.5528486Z 2025-06-05T23:21:09.5528907Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5529491Z 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:21:09.5529592Z 2025-06-05T23:21:09.5530131Z # 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:21:09.5530679Z 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:21:09.5530756Z 2025-06-05T23:21:09.5531270Z # 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:21:09.5531785Z 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:21:09.5531861Z 2025-06-05T23:21:09.5532264Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5532891Z 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:21:09.5532970Z 2025-06-05T23:21:09.5533322Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5534227Z 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:21:09.5534304Z 2025-06-05T23:21:09.5534725Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5535315Z 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:21:09.5535416Z 2025-06-05T23:21:09.5535956Z # 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:21:09.5536502Z 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:21:09.5536576Z 2025-06-05T23:21:09.5537094Z # 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:21:09.5537635Z 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:21:09.5537713Z 2025-06-05T23:21:09.5538229Z # 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:21:09.5538803Z 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:21:09.5538879Z 2025-06-05T23:21:09.5539388Z # 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:21:09.5539939Z 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:21:09.5540042Z 2025-06-05T23:21:09.5540560Z # 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:21:09.5541126Z 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:21:09.5541530Z 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:21:09.5542060Z 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:21:09.5542566Z 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:21:09.5543099Z 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:21:09.5543190Z 2025-06-05T23:21:09.5543700Z # 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:21:09.5544246Z 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:21:09.5544662Z 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:21:09.5545189Z 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:21:09.5545726Z 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:21:09.5546248Z 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:21:09.5546323Z 2025-06-05T23:21:09.5546749Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.5547155Z 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:21:09.5547233Z 2025-06-05T23:21:09.5547655Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.5548072Z 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:21:09.5548148Z 2025-06-05T23:21:09.5548635Z # 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:21:09.5549075Z 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:21:09.5549495Z 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:21:09.5550124Z 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:21:09.5550301Z 2025-06-05T23:21:09.5550781Z # 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:21:09.5551326Z 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:21:09.5551882Z 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:21:09.5552407Z 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:21:09.5552487Z 2025-06-05T23:21:09.5552992Z # 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:21:09.5553484Z 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:21:09.5553906Z 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:21:09.5554445Z 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:21:09.5554522Z 2025-06-05T23:21:09.5554984Z # 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:21:09.5555640Z 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:21:09.5556311Z 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:21:09.5556850Z 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:21:09.5556927Z 2025-06-05T23:21:09.5557438Z # 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:21:09.5557962Z 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:21:09.5558464Z 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:21:09.5559232Z 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:21:09.5559739Z 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:21:09.5559816Z 2025-06-05T23:21:09.5560353Z # 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:21:09.5560867Z 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:21:09.5561374Z 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:21:09.5562114Z 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:21:09.5562621Z 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:21:09.5562700Z 2025-06-05T23:21:09.5563241Z # 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:21:09.5563825Z 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:21:09.5563903Z 2025-06-05T23:21:09.5564329Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.5564900Z 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:21:09.5564978Z 2025-06-05T23:21:09.5565641Z # 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:21:09.5566452Z 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:21:09.5566531Z 2025-06-05T23:21:09.5567186Z # 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:21:09.5567966Z 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:21:09.5568047Z 2025-06-05T23:21:09.5568675Z # 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:21:09.5569175Z 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:21:09.5569706Z 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:21:09.5570205Z 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:21:09.5570661Z 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:21:09.5571487Z 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:21:09.5571991Z 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:21:09.5572445Z 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:21:09.5572971Z 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:21:09.5573471Z 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:21:09.5573952Z 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:21:09.5574484Z 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:21:09.5574981Z 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:21:09.5575437Z 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:21:09.5575959Z 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:21:09.5576458Z 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:21:09.5576940Z 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:21:09.5577479Z 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:21:09.5577966Z 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:21:09.5578417Z 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:21:09.5578958Z 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:21:09.5579469Z 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:21:09.5579923Z 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:21:09.5580460Z 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:21:09.5580941Z 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:21:09.5581422Z 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:21:09.5581963Z 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:21:09.5582444Z 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:21:09.5582896Z 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:21:09.5583433Z 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:21:09.5584001Z 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:21:09.5584513Z 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:21:09.5585038Z 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:21:09.5585524Z 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:21:09.5585989Z 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:21:09.5586544Z 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:21:09.5587029Z 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:21:09.5589320Z 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:21:09.5589872Z 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:21:09.5589962Z 2025-06-05T23:21:09.5590592Z # 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:21:09.5591046Z 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:21:09.5591612Z 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:21:09.5592097Z 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:21:09.5592551Z 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:21:09.5593087Z 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:21:09.5593674Z 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:21:09.5594140Z 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:21:09.5594696Z 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:21:09.5595182Z 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:21:09.5595649Z 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:21:09.5596173Z 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:21:09.5596659Z 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:21:09.5597154Z 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:21:09.5597683Z 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:21:09.5598166Z 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:21:09.5598634Z 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:21:09.5599163Z 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:21:09.5599671Z 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:21:09.5600141Z 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:21:09.5600665Z 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:21:09.5601158Z 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:21:09.5601671Z 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:21:09.5602198Z 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:21:09.5602690Z 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:21:09.5603141Z 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:21:09.5603664Z 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:21:09.5604181Z 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:21:09.5604638Z 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:21:09.5605163Z 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:21:09.5605657Z 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:21:09.5606108Z 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:21:09.5606635Z 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:21:09.5607161Z 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:21:09.5607613Z 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:21:09.5608151Z 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:21:09.5608636Z 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:21:09.5611132Z 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:21:09.5611661Z 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:21:09.5611777Z 2025-06-05T23:21:09.5612361Z # 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:21:09.5612938Z 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:21:09.5613514Z 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:21:09.5614069Z 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:21:09.5614691Z 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:21:09.5615248Z 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:21:09.5615900Z 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:21:09.5616404Z 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:21:09.5617058Z 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:21:09.5617169Z 2025-06-05T23:21:09.5617646Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.5618203Z 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:21:09.5618280Z 2025-06-05T23:21:09.5618834Z # 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:21:09.5619330Z 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:21:09.5619408Z 2025-06-05T23:21:09.5619859Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.5620435Z 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:21:09.5620991Z 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:21:09.5621558Z 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:21:09.5622118Z 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:21:09.5622784Z 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:21:09.5623285Z 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:21:09.5623373Z 2025-06-05T23:21:09.5623984Z # 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:21:09.5624551Z 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:21:09.5625138Z 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:21:09.5625216Z 2025-06-05T23:21:09.5625728Z # 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:21:09.5626306Z 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:21:09.5626384Z 2025-06-05T23:21:09.5626777Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5627391Z 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:21:09.5627507Z 2025-06-05T23:21:09.5627863Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5628783Z 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:21:09.5628861Z 2025-06-05T23:21:09.5629271Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5629862Z 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:21:09.5629942Z 2025-06-05T23:21:09.5630469Z # 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:21:09.5631050Z 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:21:09.5631127Z 2025-06-05T23:21:09.5631484Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.5632066Z 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:21:09.5632166Z 2025-06-05T23:21:09.5632664Z # 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:21:09.5633039Z 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:21:09.5633555Z 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:21:09.5633986Z 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:21:09.5634408Z 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:21:09.5634884Z 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:21:09.5635508Z 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:21:09.5635599Z 2025-06-05T23:21:09.5636112Z # 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:21:09.5636528Z 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:21:09.5636620Z 2025-06-05T23:21:09.5637012Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5637617Z 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:21:09.5637732Z 2025-06-05T23:21:09.5638085Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5639006Z 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:21:09.5639093Z 2025-06-05T23:21:09.5639505Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5640096Z 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:21:09.5640189Z 2025-06-05T23:21:09.5640719Z # 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:21:09.5641295Z 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:21:09.5641388Z 2025-06-05T23:21:09.5641895Z # 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:21:09.5642266Z aten_sigmoid_default_10: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_118) 2025-06-05T23:21:09.5642934Z 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:21:09.5643015Z 2025-06-05T23:21:09.5643523Z # 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:21:09.5644052Z 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:21:09.5644130Z 2025-06-05T23:21:09.5644521Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5645135Z 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:21:09.5645212Z 2025-06-05T23:21:09.5645585Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5646517Z 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:21:09.5646593Z 2025-06-05T23:21:09.5647002Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5654805Z 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:21:09.5655708Z 2025-06-05T23:21:09.5656376Z # 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:21:09.5657658Z 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:21:09.5658400Z 2025-06-05T23:21:09.5659040Z # 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:21:09.5660257Z 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:21:09.5661034Z 2025-06-05T23:21:09.5661673Z # 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:21:09.5662831Z 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:21:09.5665365Z 2025-06-05T23:21:09.5665973Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5667086Z 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:21:09.5667904Z 2025-06-05T23:21:09.5668388Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5669807Z 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:21:09.5670924Z 2025-06-05T23:21:09.5671464Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5672568Z 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:21:09.5673428Z 2025-06-05T23:21:09.5674073Z # 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:21:09.5675274Z 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:21:09.5676075Z 2025-06-05T23:21:09.5676692Z # 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:21:09.5677885Z 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:21:09.5678645Z 2025-06-05T23:21:09.5679331Z # 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:21:09.5680374Z 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:21:09.5681300Z 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:21:09.5682328Z 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:21:09.5683292Z 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:21:09.5684287Z 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:21:09.5685517Z 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:21:09.5686350Z 2025-06-05T23:21:09.5686976Z # 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:21:09.5688051Z 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:21:09.5688654Z 2025-06-05T23:21:09.5689173Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5690285Z 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:21:09.5691070Z 2025-06-05T23:21:09.5691545Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5692933Z 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:21:09.5694026Z 2025-06-05T23:21:09.5694564Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5695665Z 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:21:09.5696442Z 2025-06-05T23:21:09.5697085Z # 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:21:09.5698308Z 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:21:09.5699053Z 2025-06-05T23:21:09.5699676Z # 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:21:09.5700718Z 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:21:09.5701329Z 2025-06-05T23:21:09.5701831Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5702938Z 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:21:09.5703724Z 2025-06-05T23:21:09.5704204Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5705603Z 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:21:09.5706677Z 2025-06-05T23:21:09.5707209Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5708306Z 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:21:09.5709424Z 2025-06-05T23:21:09.5710084Z # 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:21:09.5711333Z 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:21:09.5712081Z 2025-06-05T23:21:09.5712699Z # 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:21:09.5713911Z 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:21:09.5714621Z 2025-06-05T23:21:09.5715174Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5716289Z 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:21:09.5717088Z 2025-06-05T23:21:09.5717555Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5718931Z 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:21:09.5720008Z 2025-06-05T23:21:09.5720544Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5721709Z 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:21:09.5722478Z 2025-06-05T23:21:09.5723132Z # 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:21:09.5724309Z 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:21:09.5725052Z 2025-06-05T23:21:09.5725687Z # 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:21:09.5726853Z 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:21:09.5727636Z 2025-06-05T23:21:09.5728276Z # 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:21:09.5729438Z 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:21:09.5730171Z 2025-06-05T23:21:09.5730796Z # 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:21:09.5731970Z 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:21:09.5732703Z 2025-06-05T23:21:09.5733331Z # 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:21:09.5734537Z 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:21:09.5735612Z 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:21:09.5736648Z 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:21:09.5737829Z 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:21:09.5738965Z 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:21:09.5739675Z 2025-06-05T23:21:09.5740315Z # 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:21:09.5741479Z 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:21:09.5742551Z 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:21:09.5743641Z 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:21:09.5744788Z 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:21:09.5745924Z 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:21:09.5746633Z 2025-06-05T23:21:09.5747174Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.5748201Z 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:21:09.5748874Z 2025-06-05T23:21:09.5749424Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-06-05T23:21:09.5750483Z 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:21:09.5751159Z 2025-06-05T23:21:09.5751743Z # 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:21:09.5752739Z 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:21:09.5753788Z 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:21:09.5754870Z 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:21:09.5755583Z 2025-06-05T23:21:09.5756204Z # 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:21:09.5757315Z 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:21:09.5758525Z 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:21:09.5759754Z 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:21:09.5760466Z 2025-06-05T23:21:09.5761054Z # 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:21:09.5762062Z 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:21:09.5763012Z 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:21:09.5764083Z 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:21:09.5764813Z 2025-06-05T23:21:09.5765383Z # 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:21:09.5766629Z 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:21:09.5768017Z 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:21:09.5769307Z 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:21:09.5770016Z 2025-06-05T23:21:09.5770656Z # 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:21:09.5771802Z 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:21:09.5772924Z 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:21:09.5774281Z 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:21:09.5775620Z 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:21:09.5776310Z 2025-06-05T23:21:09.5776943Z # 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:21:09.5778087Z 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:21:09.5779209Z 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:21:09.5780567Z 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:21:09.5781931Z 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:21:09.5782623Z 2025-06-05T23:21:09.5783251Z # 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:21:09.5784455Z 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:21:09.5785217Z 2025-06-05T23:21:09.5785754Z # File: /pytorch/executorch/examples/models/llama/attention.py:435 in forward, code: attn_mask = self.mask[input_pos] 2025-06-05T23:21:09.5786860Z 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:21:09.5787615Z 2025-06-05T23:21:09.5788410Z # 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:21:09.5789958Z 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:21:09.5790908Z 2025-06-05T23:21:09.5791683Z # 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:21:09.5793359Z 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:21:09.5794430Z 2025-06-05T23:21:09.5795174Z # 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:21:09.5796378Z 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:21:09.5797470Z 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:21:09.5798605Z 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:21:09.5799668Z 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:21:09.5800786Z 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:21:09.5801918Z 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:21:09.5802980Z 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:21:09.5804068Z 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:21:09.5805227Z 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:21:09.5806281Z 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:21:09.5807381Z 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:21:09.5808506Z 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:21:09.5809758Z 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:21:09.5810938Z 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:21:09.5812067Z 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:21:09.5813129Z 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:21:09.5814232Z 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:21:09.5815351Z 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:21:09.5816415Z 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:21:09.5817548Z 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:21:09.5818665Z 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:21:09.5819731Z 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:21:09.5820826Z 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:21:09.5821950Z 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:21:09.5823066Z 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:21:09.5824164Z 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:21:09.5825280Z 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:21:09.5826341Z 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:21:09.5827465Z 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:21:09.5828595Z 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:21:09.5829654Z 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:21:09.5830734Z 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:21:09.5831862Z 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:21:09.5832947Z 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:21:09.5834111Z 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:21:09.5835243Z 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:21:09.5838146Z 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:21:09.5841084Z 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:21:09.5841775Z 2025-06-05T23:21:09.5842530Z # 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:21:09.5843730Z 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:21:09.5844822Z 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:21:09.5846090Z 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:21:09.5847148Z 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:21:09.5848236Z 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:21:09.5849390Z 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:21:09.5850452Z 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:21:09.5851535Z 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:21:09.5852663Z 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:21:09.5853723Z 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:21:09.5854805Z 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:21:09.5856093Z 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:21:09.5857144Z 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:21:09.5858235Z 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:21:09.5859359Z 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:21:09.5860407Z 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:21:09.5861526Z 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:21:09.5862655Z 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:21:09.5863700Z 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:21:09.5864792Z 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:21:09.5865921Z 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:21:09.5867068Z 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:21:09.5868196Z 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:21:09.5869323Z 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:21:09.5870371Z 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:21:09.5871494Z 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:21:09.5872618Z 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:21:09.5873742Z 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:21:09.5874845Z 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:21:09.5875976Z 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:21:09.5877053Z 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:21:09.5878154Z 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:21:09.5879284Z 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:21:09.5880331Z 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:21:09.5881420Z 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:21:09.5882540Z 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:21:09.5885457Z 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:21:09.5888358Z 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:21:09.5889059Z 2025-06-05T23:21:09.5889805Z # 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:21:09.5891052Z 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:21:09.5892312Z 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:21:09.5893529Z 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:21:09.5894803Z 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:21:09.5896055Z 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:21:09.5897353Z 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:21:09.5898614Z 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:21:09.5899925Z 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:21:09.5900746Z 2025-06-05T23:21:09.5901341Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:325 in forward, code: attn_weight += attn_mask 2025-06-05T23:21:09.5902470Z 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:21:09.5903190Z 2025-06-05T23:21:09.5903871Z # 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:21:09.5905014Z 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:21:09.5905718Z 2025-06-05T23:21:09.5906288Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:327 in forward, code: y = attn_weight @ v 2025-06-05T23:21:09.5907397Z 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:21:09.5908610Z 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:21:09.5910009Z 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:21:09.5911238Z 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:21:09.5912597Z 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:21:09.5913911Z 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:21:09.5914593Z 2025-06-05T23:21:09.5915329Z # 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:21:09.5916662Z 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:21:09.5917901Z 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:21:09.5918649Z 2025-06-05T23:21:09.5919266Z # 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:21:09.5920456Z 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:21:09.5921216Z 2025-06-05T23:21:09.5921714Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5922866Z 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:21:09.5923650Z 2025-06-05T23:21:09.5924125Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5925498Z 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:21:09.5926571Z 2025-06-05T23:21:09.5927104Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5928209Z 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:21:09.5929033Z 2025-06-05T23:21:09.5929685Z # 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:21:09.5930868Z 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:21:09.5931603Z 2025-06-05T23:21:09.5932086Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:132 in forward, code: h = x + h 2025-06-05T23:21:09.5933128Z 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:21:09.5933895Z 2025-06-05T23:21:09.5934506Z # 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:21:09.5935512Z 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:21:09.5936437Z 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:21:09.5937422Z 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:21:09.5938382Z 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:21:09.5939413Z 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:21:09.5940581Z 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:21:09.5941361Z 2025-06-05T23:21:09.5941980Z # 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:21:09.5943013Z 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:21:09.5943617Z 2025-06-05T23:21:09.5944116Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5945245Z 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:21:09.5946027Z 2025-06-05T23:21:09.5946497Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5947890Z 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:21:09.5948981Z 2025-06-05T23:21:09.5949506Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5950622Z 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:21:09.5951414Z 2025-06-05T23:21:09.5952060Z # 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:21:09.5953306Z 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:21:09.5954047Z 2025-06-05T23:21:09.5954669Z # 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:21:09.5955652Z aten_sigmoid_default_11: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_129) 2025-06-05T23:21:09.5956770Z 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:21:09.5957570Z 2025-06-05T23:21:09.5958222Z # 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:21:09.5959360Z 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:21:09.5960052Z 2025-06-05T23:21:09.5960565Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5961686Z 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:21:09.5962477Z 2025-06-05T23:21:09.5962948Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5964332Z 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:21:09.5965428Z 2025-06-05T23:21:09.5965953Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5967055Z 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:21:09.5967859Z 2025-06-05T23:21:09.5968493Z # 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:21:09.5969681Z 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:21:09.5970416Z 2025-06-05T23:21:09.5971024Z # 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:21:09.5972225Z 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:21:09.5973002Z 2025-06-05T23:21:09.5973615Z # 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:21:09.5974775Z 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:21:09.5975483Z 2025-06-05T23:21:09.5975995Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.5977116Z 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:21:09.5977905Z 2025-06-05T23:21:09.5978377Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.5979780Z 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:21:09.5980878Z 2025-06-05T23:21:09.5981410Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.5982503Z 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:21:09.5983272Z 2025-06-05T23:21:09.5983928Z # 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:21:09.5985107Z 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:21:09.5985844Z 2025-06-05T23:21:09.5986445Z # 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:21:09.5987633Z 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:21:09.5988395Z 2025-06-05T23:21:09.5988886Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:207 in forward, code: h = h[:, -1, :] 2025-06-05T23:21:09.5989839Z 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:21:09.5990495Z 2025-06-05T23:21:09.5991004Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:209 in forward, code: h = self.norm(h) 2025-06-05T23:21:09.5991890Z 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:21:09.5992807Z 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:21:09.5993873Z 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:21:09.5994811Z 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:21:09.5995917Z 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:21:09.5997135Z 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:21:09.5997818Z 2025-06-05T23:21:09.5998444Z # 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:21:09.5999555Z 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:21:09.6000236Z 2025-06-05T23:21:09.6000740Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:159 in forward, code: x = torch.transpose(x, 1, 2) 2025-06-05T23:21:09.6001806Z 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:21:09.6002567Z 2025-06-05T23:21:09.6003066Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:160 in forward, code: res = self.conv(x) 2025-06-05T23:21:09.6004328Z 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:21:09.6005329Z 2025-06-05T23:21:09.6005851Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:161 in forward, code: res = torch.transpose(res, 1, 2) 2025-06-05T23:21:09.6007005Z 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:21:09.6007794Z 2025-06-05T23:21:09.6008433Z # 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:21:09.6010138Z 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:21:09.6010905Z 2025-06-05T23:21:09.6011747Z # 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:21:09.6013436Z 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:21:09.6014376Z 2025-06-05T23:21:09.6015247Z # 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:21:09.6016877Z 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:21:09.6017824Z 2025-06-05T23:21:09.6018699Z # 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:21:09.6020370Z 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:21:09.6021314Z 2025-06-05T23:21:09.6022176Z # 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:21:09.6023799Z 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:21:09.6024748Z 2025-06-05T23:21:09.6025647Z # 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:21:09.6027266Z 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:21:09.6028211Z 2025-06-05T23:21:09.6029070Z # 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:21:09.6030735Z 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:21:09.6031676Z 2025-06-05T23:21:09.6032533Z # 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:21:09.6034219Z 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:21:09.6035173Z 2025-06-05T23:21:09.6036057Z # 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:21:09.6037670Z 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:21:09.6038624Z 2025-06-05T23:21:09.6039478Z # 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:21:09.6041087Z 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:21:09.6042042Z 2025-06-05T23:21:09.6042905Z # 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:21:09.6044541Z 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:21:09.6045495Z 2025-06-05T23:21:09.6046371Z # 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:21:09.6048007Z 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:21:09.6048972Z 2025-06-05T23:21:09.6049869Z # 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:21:09.6051498Z 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:21:09.6052461Z 2025-06-05T23:21:09.6053319Z # 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:21:09.6054980Z 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:21:09.6055937Z 2025-06-05T23:21:09.6056790Z # 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:21:09.6058428Z 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:21:09.6059396Z 2025-06-05T23:21:09.6060287Z # 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:21:09.6061932Z 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:21:09.6062898Z 2025-06-05T23:21:09.6063762Z # 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:21:09.6065404Z 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:21:09.6066395Z 2025-06-05T23:21:09.6067255Z # 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:21:09.6068894Z 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:21:09.6069855Z 2025-06-05T23:21:09.6070714Z # 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:21:09.6072377Z 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:21:09.6073401Z 2025-06-05T23:21:09.6074260Z # 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:21:09.6075898Z 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:21:09.6076891Z 2025-06-05T23:21:09.6077752Z # 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:21:09.6079387Z 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:21:09.6080337Z 2025-06-05T23:21:09.6081213Z # 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:21:09.6082884Z 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:21:09.6083841Z 2025-06-05T23:21:09.6084716Z # 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:21:09.6086362Z 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:21:09.6087314Z 2025-06-05T23:21:09.6088293Z # 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:21:09.6089967Z 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:21:09.6090920Z 2025-06-05T23:21:09.6091793Z # 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:21:09.6093433Z 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:21:09.6096109Z 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:21:09.6098056Z 2025-06-05T23:21:09.6098259Z Graph signature: 2025-06-05T23:21:09.6098471Z # inputs 2025-06-05T23:21:09.6098792Z p_tok_embeddings_weight: PARAMETER target='tok_embeddings.weight' 2025-06-05T23:21:09.6099393Z p_layers_0_attention_norm_weight: PARAMETER target='layers.0.attention_norm.weight' 2025-06-05T23:21:09.6100054Z p_layers_0_attention_wq_conv_weight: PARAMETER target='layers.0.attention.wq.conv.weight' 2025-06-05T23:21:09.6100737Z p_layers_0_attention_wk_conv_weight: PARAMETER target='layers.0.attention.wk.conv.weight' 2025-06-05T23:21:09.6101396Z p_layers_0_attention_wv_conv_weight: PARAMETER target='layers.0.attention.wv.conv.weight' 2025-06-05T23:21:09.6102065Z p_layers_0_attention_wo_conv_weight: PARAMETER target='layers.0.attention.wo.conv.weight' 2025-06-05T23:21:09.6102651Z p_layers_0_ffn_norm_weight: PARAMETER target='layers.0.ffn_norm.weight' 2025-06-05T23:21:09.6103260Z p_layers_0_feed_forward_w1_conv_weight: PARAMETER target='layers.0.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6103963Z p_layers_0_feed_forward_w3_conv_weight: PARAMETER target='layers.0.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6104648Z p_layers_0_feed_forward_w2_conv_weight: PARAMETER target='layers.0.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6105313Z p_layers_1_attention_norm_weight: PARAMETER target='layers.1.attention_norm.weight' 2025-06-05T23:21:09.6105978Z p_layers_1_attention_wq_conv_weight: PARAMETER target='layers.1.attention.wq.conv.weight' 2025-06-05T23:21:09.6106650Z p_layers_1_attention_wk_conv_weight: PARAMETER target='layers.1.attention.wk.conv.weight' 2025-06-05T23:21:09.6107318Z p_layers_1_attention_wv_conv_weight: PARAMETER target='layers.1.attention.wv.conv.weight' 2025-06-05T23:21:09.6107973Z p_layers_1_attention_wo_conv_weight: PARAMETER target='layers.1.attention.wo.conv.weight' 2025-06-05T23:21:09.6108570Z p_layers_1_ffn_norm_weight: PARAMETER target='layers.1.ffn_norm.weight' 2025-06-05T23:21:09.6109308Z p_layers_1_feed_forward_w1_conv_weight: PARAMETER target='layers.1.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6110010Z p_layers_1_feed_forward_w3_conv_weight: PARAMETER target='layers.1.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6110700Z p_layers_1_feed_forward_w2_conv_weight: PARAMETER target='layers.1.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6111368Z p_layers_2_attention_norm_weight: PARAMETER target='layers.2.attention_norm.weight' 2025-06-05T23:21:09.6112077Z p_layers_2_attention_wq_conv_weight: PARAMETER target='layers.2.attention.wq.conv.weight' 2025-06-05T23:21:09.6112736Z p_layers_2_attention_wk_conv_weight: PARAMETER target='layers.2.attention.wk.conv.weight' 2025-06-05T23:21:09.6113484Z p_layers_2_attention_wv_conv_weight: PARAMETER target='layers.2.attention.wv.conv.weight' 2025-06-05T23:21:09.6114143Z p_layers_2_attention_wo_conv_weight: PARAMETER target='layers.2.attention.wo.conv.weight' 2025-06-05T23:21:09.6114745Z p_layers_2_ffn_norm_weight: PARAMETER target='layers.2.ffn_norm.weight' 2025-06-05T23:21:09.6115360Z p_layers_2_feed_forward_w1_conv_weight: PARAMETER target='layers.2.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6116047Z p_layers_2_feed_forward_w3_conv_weight: PARAMETER target='layers.2.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6116752Z p_layers_2_feed_forward_w2_conv_weight: PARAMETER target='layers.2.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6117407Z p_layers_3_attention_norm_weight: PARAMETER target='layers.3.attention_norm.weight' 2025-06-05T23:21:09.6118056Z p_layers_3_attention_wq_conv_weight: PARAMETER target='layers.3.attention.wq.conv.weight' 2025-06-05T23:21:09.6118770Z p_layers_3_attention_wk_conv_weight: PARAMETER target='layers.3.attention.wk.conv.weight' 2025-06-05T23:21:09.6119435Z p_layers_3_attention_wv_conv_weight: PARAMETER target='layers.3.attention.wv.conv.weight' 2025-06-05T23:21:09.6120106Z p_layers_3_attention_wo_conv_weight: PARAMETER target='layers.3.attention.wo.conv.weight' 2025-06-05T23:21:09.6120691Z p_layers_3_ffn_norm_weight: PARAMETER target='layers.3.ffn_norm.weight' 2025-06-05T23:21:09.6121298Z p_layers_3_feed_forward_w1_conv_weight: PARAMETER target='layers.3.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6122029Z p_layers_3_feed_forward_w3_conv_weight: PARAMETER target='layers.3.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6122714Z p_layers_3_feed_forward_w2_conv_weight: PARAMETER target='layers.3.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6123376Z p_layers_4_attention_norm_weight: PARAMETER target='layers.4.attention_norm.weight' 2025-06-05T23:21:09.6124016Z p_layers_4_attention_wq_conv_weight: PARAMETER target='layers.4.attention.wq.conv.weight' 2025-06-05T23:21:09.6124686Z p_layers_4_attention_wk_conv_weight: PARAMETER target='layers.4.attention.wk.conv.weight' 2025-06-05T23:21:09.6125343Z p_layers_4_attention_wv_conv_weight: PARAMETER target='layers.4.attention.wv.conv.weight' 2025-06-05T23:21:09.6126012Z p_layers_4_attention_wo_conv_weight: PARAMETER target='layers.4.attention.wo.conv.weight' 2025-06-05T23:21:09.6126602Z p_layers_4_ffn_norm_weight: PARAMETER target='layers.4.ffn_norm.weight' 2025-06-05T23:21:09.6127198Z p_layers_4_feed_forward_w1_conv_weight: PARAMETER target='layers.4.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6127895Z p_layers_4_feed_forward_w3_conv_weight: PARAMETER target='layers.4.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6128615Z p_layers_4_feed_forward_w2_conv_weight: PARAMETER target='layers.4.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6129275Z p_layers_5_attention_norm_weight: PARAMETER target='layers.5.attention_norm.weight' 2025-06-05T23:21:09.6129930Z p_layers_5_attention_wq_conv_weight: PARAMETER target='layers.5.attention.wq.conv.weight' 2025-06-05T23:21:09.6130589Z p_layers_5_attention_wk_conv_weight: PARAMETER target='layers.5.attention.wk.conv.weight' 2025-06-05T23:21:09.6131258Z p_layers_5_attention_wv_conv_weight: PARAMETER target='layers.5.attention.wv.conv.weight' 2025-06-05T23:21:09.6131918Z p_layers_5_attention_wo_conv_weight: PARAMETER target='layers.5.attention.wo.conv.weight' 2025-06-05T23:21:09.6132513Z p_layers_5_ffn_norm_weight: PARAMETER target='layers.5.ffn_norm.weight' 2025-06-05T23:21:09.6133126Z p_layers_5_feed_forward_w1_conv_weight: PARAMETER target='layers.5.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6133843Z p_layers_5_feed_forward_w3_conv_weight: PARAMETER target='layers.5.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6134544Z p_layers_5_feed_forward_w2_conv_weight: PARAMETER target='layers.5.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6135195Z p_layers_6_attention_norm_weight: PARAMETER target='layers.6.attention_norm.weight' 2025-06-05T23:21:09.6135846Z p_layers_6_attention_wq_conv_weight: PARAMETER target='layers.6.attention.wq.conv.weight' 2025-06-05T23:21:09.6136514Z p_layers_6_attention_wk_conv_weight: PARAMETER target='layers.6.attention.wk.conv.weight' 2025-06-05T23:21:09.6137172Z p_layers_6_attention_wv_conv_weight: PARAMETER target='layers.6.attention.wv.conv.weight' 2025-06-05T23:21:09.6137445Z p_layers_6_attention_wo_conv_weight: PARAMETER target='layers.6.attention.wo.conv.weight' 2025-06-05T23:21:09.6137662Z p_layers_6_ffn_norm_weight: PARAMETER target='layers.6.ffn_norm.weight' 2025-06-05T23:21:09.6137952Z p_layers_6_feed_forward_w1_conv_weight: PARAMETER target='layers.6.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6138240Z p_layers_6_feed_forward_w3_conv_weight: PARAMETER target='layers.6.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6138565Z p_layers_6_feed_forward_w2_conv_weight: PARAMETER target='layers.6.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6138816Z p_layers_7_attention_norm_weight: PARAMETER target='layers.7.attention_norm.weight' 2025-06-05T23:21:09.6139090Z p_layers_7_attention_wq_conv_weight: PARAMETER target='layers.7.attention.wq.conv.weight' 2025-06-05T23:21:09.6139377Z p_layers_7_attention_wk_conv_weight: PARAMETER target='layers.7.attention.wk.conv.weight' 2025-06-05T23:21:09.6139649Z p_layers_7_attention_wv_conv_weight: PARAMETER target='layers.7.attention.wv.conv.weight' 2025-06-05T23:21:09.6139946Z p_layers_7_attention_wo_conv_weight: PARAMETER target='layers.7.attention.wo.conv.weight' 2025-06-05T23:21:09.6140159Z p_layers_7_ffn_norm_weight: PARAMETER target='layers.7.ffn_norm.weight' 2025-06-05T23:21:09.6140453Z p_layers_7_feed_forward_w1_conv_weight: PARAMETER target='layers.7.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6140741Z p_layers_7_feed_forward_w3_conv_weight: PARAMETER target='layers.7.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6141041Z p_layers_7_feed_forward_w2_conv_weight: PARAMETER target='layers.7.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6141291Z p_layers_8_attention_norm_weight: PARAMETER target='layers.8.attention_norm.weight' 2025-06-05T23:21:09.6141564Z p_layers_8_attention_wq_conv_weight: PARAMETER target='layers.8.attention.wq.conv.weight' 2025-06-05T23:21:09.6141836Z p_layers_8_attention_wk_conv_weight: PARAMETER target='layers.8.attention.wk.conv.weight' 2025-06-05T23:21:09.6142119Z p_layers_8_attention_wv_conv_weight: PARAMETER target='layers.8.attention.wv.conv.weight' 2025-06-05T23:21:09.6142391Z p_layers_8_attention_wo_conv_weight: PARAMETER target='layers.8.attention.wo.conv.weight' 2025-06-05T23:21:09.6142614Z p_layers_8_ffn_norm_weight: PARAMETER target='layers.8.ffn_norm.weight' 2025-06-05T23:21:09.6142914Z p_layers_8_feed_forward_w1_conv_weight: PARAMETER target='layers.8.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6143203Z p_layers_8_feed_forward_w3_conv_weight: PARAMETER target='layers.8.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6143486Z p_layers_8_feed_forward_w2_conv_weight: PARAMETER target='layers.8.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6143746Z p_layers_9_attention_norm_weight: PARAMETER target='layers.9.attention_norm.weight' 2025-06-05T23:21:09.6144021Z p_layers_9_attention_wq_conv_weight: PARAMETER target='layers.9.attention.wq.conv.weight' 2025-06-05T23:21:09.6144292Z p_layers_9_attention_wk_conv_weight: PARAMETER target='layers.9.attention.wk.conv.weight' 2025-06-05T23:21:09.6144576Z p_layers_9_attention_wv_conv_weight: PARAMETER target='layers.9.attention.wv.conv.weight' 2025-06-05T23:21:09.6144848Z p_layers_9_attention_wo_conv_weight: PARAMETER target='layers.9.attention.wo.conv.weight' 2025-06-05T23:21:09.6145072Z p_layers_9_ffn_norm_weight: PARAMETER target='layers.9.ffn_norm.weight' 2025-06-05T23:21:09.6145373Z p_layers_9_feed_forward_w1_conv_weight: PARAMETER target='layers.9.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6145660Z p_layers_9_feed_forward_w3_conv_weight: PARAMETER target='layers.9.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6145943Z p_layers_9_feed_forward_w2_conv_weight: PARAMETER target='layers.9.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6146210Z p_layers_10_attention_norm_weight: PARAMETER target='layers.10.attention_norm.weight' 2025-06-05T23:21:09.6146491Z p_layers_10_attention_wq_conv_weight: PARAMETER target='layers.10.attention.wq.conv.weight' 2025-06-05T23:21:09.6146770Z p_layers_10_attention_wk_conv_weight: PARAMETER target='layers.10.attention.wk.conv.weight' 2025-06-05T23:21:09.6147061Z p_layers_10_attention_wv_conv_weight: PARAMETER target='layers.10.attention.wv.conv.weight' 2025-06-05T23:21:09.6147342Z p_layers_10_attention_wo_conv_weight: PARAMETER target='layers.10.attention.wo.conv.weight' 2025-06-05T23:21:09.6147549Z p_layers_10_ffn_norm_weight: PARAMETER target='layers.10.ffn_norm.weight' 2025-06-05T23:21:09.6147872Z p_layers_10_feed_forward_w1_conv_weight: PARAMETER target='layers.10.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6148182Z p_layers_10_feed_forward_w3_conv_weight: PARAMETER target='layers.10.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6148475Z p_layers_10_feed_forward_w2_conv_weight: PARAMETER target='layers.10.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6148730Z p_layers_11_attention_norm_weight: PARAMETER target='layers.11.attention_norm.weight' 2025-06-05T23:21:09.6149019Z p_layers_11_attention_wq_conv_weight: PARAMETER target='layers.11.attention.wq.conv.weight' 2025-06-05T23:21:09.6149326Z p_layers_11_attention_wk_conv_weight: PARAMETER target='layers.11.attention.wk.conv.weight' 2025-06-05T23:21:09.6149606Z p_layers_11_attention_wv_conv_weight: PARAMETER target='layers.11.attention.wv.conv.weight' 2025-06-05T23:21:09.6149890Z p_layers_11_attention_wo_conv_weight: PARAMETER target='layers.11.attention.wo.conv.weight' 2025-06-05T23:21:09.6150097Z p_layers_11_ffn_norm_weight: PARAMETER target='layers.11.ffn_norm.weight' 2025-06-05T23:21:09.6150392Z p_layers_11_feed_forward_w1_conv_weight: PARAMETER target='layers.11.feed_forward.w1.conv.weight' 2025-06-05T23:21:09.6150694Z p_layers_11_feed_forward_w3_conv_weight: PARAMETER target='layers.11.feed_forward.w3.conv.weight' 2025-06-05T23:21:09.6150986Z p_layers_11_feed_forward_w2_conv_weight: PARAMETER target='layers.11.feed_forward.w2.conv.weight' 2025-06-05T23:21:09.6151110Z p_norm_weight: PARAMETER target='norm.weight' 2025-06-05T23:21:09.6151296Z p_output_conv_weight: PARAMETER target='output.conv.weight' 2025-06-05T23:21:09.6151542Z b_layers_0_attention_mask: BUFFER target='layers.0.attention.mask' persistent=True 2025-06-05T23:21:09.6151958Z b_layers_0_attention_kv_cache_past_k_caches: BUFFER target='layers.0.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6152356Z b_layers_0_attention_kv_cache_past_v_caches: BUFFER target='layers.0.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6152601Z b_layers_1_attention_mask: BUFFER target='layers.1.attention.mask' persistent=True 2025-06-05T23:21:09.6152979Z b_layers_1_attention_kv_cache_past_k_caches: BUFFER target='layers.1.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6153455Z b_layers_1_attention_kv_cache_past_v_caches: BUFFER target='layers.1.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6153701Z b_layers_2_attention_mask: BUFFER target='layers.2.attention.mask' persistent=True 2025-06-05T23:21:09.6154079Z b_layers_2_attention_kv_cache_past_k_caches: BUFFER target='layers.2.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6154466Z b_layers_2_attention_kv_cache_past_v_caches: BUFFER target='layers.2.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6154740Z b_layers_3_attention_mask: BUFFER target='layers.3.attention.mask' persistent=True 2025-06-05T23:21:09.6155117Z b_layers_3_attention_kv_cache_past_k_caches: BUFFER target='layers.3.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6155491Z b_layers_3_attention_kv_cache_past_v_caches: BUFFER target='layers.3.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6155745Z b_layers_4_attention_mask: BUFFER target='layers.4.attention.mask' persistent=True 2025-06-05T23:21:09.6156120Z b_layers_4_attention_kv_cache_past_k_caches: BUFFER target='layers.4.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6156493Z b_layers_4_attention_kv_cache_past_v_caches: BUFFER target='layers.4.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6156750Z b_layers_5_attention_mask: BUFFER target='layers.5.attention.mask' persistent=True 2025-06-05T23:21:09.6157128Z b_layers_5_attention_kv_cache_past_k_caches: BUFFER target='layers.5.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6157540Z b_layers_5_attention_kv_cache_past_v_caches: BUFFER target='layers.5.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6157797Z b_layers_6_attention_mask: BUFFER target='layers.6.attention.mask' persistent=True 2025-06-05T23:21:09.6158172Z b_layers_6_attention_kv_cache_past_k_caches: BUFFER target='layers.6.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6158548Z b_layers_6_attention_kv_cache_past_v_caches: BUFFER target='layers.6.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6158802Z b_layers_7_attention_mask: BUFFER target='layers.7.attention.mask' persistent=True 2025-06-05T23:21:09.6159204Z b_layers_7_attention_kv_cache_past_k_caches: BUFFER target='layers.7.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6159582Z b_layers_7_attention_kv_cache_past_v_caches: BUFFER target='layers.7.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6159837Z b_layers_8_attention_mask: BUFFER target='layers.8.attention.mask' persistent=True 2025-06-05T23:21:09.6160217Z b_layers_8_attention_kv_cache_past_k_caches: BUFFER target='layers.8.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6160593Z b_layers_8_attention_kv_cache_past_v_caches: BUFFER target='layers.8.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6160853Z b_layers_9_attention_mask: BUFFER target='layers.9.attention.mask' persistent=True 2025-06-05T23:21:09.6161230Z b_layers_9_attention_kv_cache_past_k_caches: BUFFER target='layers.9.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6161607Z b_layers_9_attention_kv_cache_past_v_caches: BUFFER target='layers.9.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6161895Z b_layers_10_attention_mask: BUFFER target='layers.10.attention.mask' persistent=True 2025-06-05T23:21:09.6162282Z b_layers_10_attention_kv_cache_past_k_caches: BUFFER target='layers.10.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6162665Z b_layers_10_attention_kv_cache_past_v_caches: BUFFER target='layers.10.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6162928Z b_layers_11_attention_mask: BUFFER target='layers.11.attention.mask' persistent=True 2025-06-05T23:21:09.6163308Z b_layers_11_attention_kv_cache_past_k_caches: BUFFER target='layers.11.attention.kv_cache.past_k_caches' persistent=False 2025-06-05T23:21:09.6163687Z b_layers_11_attention_kv_cache_past_v_caches: BUFFER target='layers.11.attention.kv_cache.past_v_caches' persistent=False 2025-06-05T23:21:09.6163886Z b_rope_freqs_cos: BUFFER target='rope.freqs_cos' persistent=False 2025-06-05T23:21:09.6164065Z b_rope_freqs_sin: BUFFER target='rope.freqs_sin' persistent=False 2025-06-05T23:21:09.6164349Z _lifted_tensor_constant38: BUFFER target='_lifted_tensor_constant38' persistent=True 2025-06-05T23:21:09.6164612Z _lifted_tensor_constant39: BUFFER target='_lifted_tensor_constant39' persistent=True 2025-06-05T23:21:09.6164860Z _lifted_tensor_constant40: BUFFER target='_lifted_tensor_constant40' persistent=True 2025-06-05T23:21:09.6165106Z _lifted_tensor_constant41: BUFFER target='_lifted_tensor_constant41' persistent=True 2025-06-05T23:21:09.6165366Z _lifted_tensor_constant42: BUFFER target='_lifted_tensor_constant42' persistent=True 2025-06-05T23:21:09.6165612Z _lifted_tensor_constant43: BUFFER target='_lifted_tensor_constant43' persistent=True 2025-06-05T23:21:09.6165856Z _lifted_tensor_constant44: BUFFER target='_lifted_tensor_constant44' persistent=True 2025-06-05T23:21:09.6166104Z _lifted_tensor_constant45: BUFFER target='_lifted_tensor_constant45' persistent=True 2025-06-05T23:21:09.6166368Z _lifted_tensor_constant46: BUFFER target='_lifted_tensor_constant46' persistent=True 2025-06-05T23:21:09.6166615Z _lifted_tensor_constant47: BUFFER target='_lifted_tensor_constant47' persistent=True 2025-06-05T23:21:09.6166885Z _lifted_tensor_constant48: BUFFER target='_lifted_tensor_constant48' persistent=True 2025-06-05T23:21:09.6167142Z _lifted_tensor_constant49: BUFFER target='_lifted_tensor_constant49' persistent=True 2025-06-05T23:21:09.6167231Z tokens: USER_INPUT 2025-06-05T23:21:09.6167339Z attn_options_input_pos: USER_INPUT 2025-06-05T23:21:09.6167425Z 2025-06-05T23:21:09.6167503Z # outputs 2025-06-05T23:21:09.6167772Z aten_copy_default: BUFFER_MUTATION target='layers.0.attention.kv_cache.past_k_caches' 2025-06-05T23:21:09.6168037Z aten_copy_default_1: BUFFER_MUTATION target='layers.0.attention.kv_cache.past_v_caches' 2025-06-05T23:21:09.6168335Z aten_copy_default_2: BUFFER_MUTATION target='layers.1.attention.kv_cache.past_k_caches' 2025-06-05T23:21:09.6168596Z aten_copy_default_3: BUFFER_MUTATION target='layers.1.attention.kv_cache.past_v_caches' 2025-06-05T23:21:09.6168856Z aten_copy_default_4: BUFFER_MUTATION target='layers.2.attention.kv_cache.past_k_caches' 2025-06-05T23:21:09.6169129Z aten_copy_default_5: BUFFER_MUTATION target='layers.2.attention.kv_cache.past_v_caches' 2025-06-05T23:21:09.6169385Z aten_copy_default_6: BUFFER_MUTATION target='layers.3.attention.kv_cache.past_k_caches' 2025-06-05T23:21:09.6169643Z aten_copy_default_7: BUFFER_MUTATION target='layers.3.attention.kv_cache.past_v_caches' 2025-06-05T23:21:09.6169912Z aten_copy_default_8: BUFFER_MUTATION target='layers.4.attention.kv_cache.past_k_caches' 2025-06-05T23:21:09.6170168Z aten_copy_default_9: BUFFER_MUTATION target='layers.4.attention.kv_cache.past_v_caches' 2025-06-05T23:21:09.6170433Z aten_copy_default_10: BUFFER_MUTATION target='layers.5.attention.kv_cache.past_k_caches' 2025-06-05T23:21:09.6170710Z aten_copy_default_11: BUFFER_MUTATION target='layers.5.attention.kv_cache.past_v_caches' 2025-06-05T23:21:09.6170997Z aten_copy_default_12: BUFFER_MUTATION target='layers.6.attention.kv_cache.past_k_caches' 2025-06-05T23:21:09.6171258Z aten_copy_default_13: BUFFER_MUTATION target='layers.6.attention.kv_cache.past_v_caches' 2025-06-05T23:21:09.6171529Z aten_copy_default_14: BUFFER_MUTATION target='layers.7.attention.kv_cache.past_k_caches' 2025-06-05T23:21:09.6171790Z aten_copy_default_15: BUFFER_MUTATION target='layers.7.attention.kv_cache.past_v_caches' 2025-06-05T23:21:09.6172051Z aten_copy_default_16: BUFFER_MUTATION target='layers.8.attention.kv_cache.past_k_caches' 2025-06-05T23:21:09.6172326Z aten_copy_default_17: BUFFER_MUTATION target='layers.8.attention.kv_cache.past_v_caches' 2025-06-05T23:21:09.6172587Z aten_copy_default_18: BUFFER_MUTATION target='layers.9.attention.kv_cache.past_k_caches' 2025-06-05T23:21:09.6172849Z aten_copy_default_19: BUFFER_MUTATION target='layers.9.attention.kv_cache.past_v_caches' 2025-06-05T23:21:14.3636076Z aten_copy_default_20: BUFFER_MUTATION target='layers.10.attention.kv_cache.past_k_caches' 2025-06-05T23:21:14.3637273Z aten_copy_default_21: BUFFER_MUTATION target='layers.10.attention.kv_cache.past_v_caches' 2025-06-05T23:21:14.3637941Z aten_copy_default_22: BUFFER_MUTATION target='layers.11.attention.kv_cache.past_k_caches' 2025-06-05T23:21:14.3638630Z aten_copy_default_23: BUFFER_MUTATION target='layers.11.attention.kv_cache.past_v_caches' 2025-06-05T23:21:14.3639129Z aten_view_copy_default_217: USER_OUTPUT 2025-06-05T23:21:14.3639413Z 2025-06-05T23:21:14.3639613Z Range constraints: {} 2025-06-05T23:21:14.3639760Z 2025-06-05T23:21:14.3640766Z [WARNING 2025-06-05 23:21:09,346 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:21:14.3642193Z [INFO 2025-06-05 23:21:13,881 export_llama_lib.py:971] Lowering model using following partitioner(s): 2025-06-05T23:21:14.3642915Z [INFO 2025-06-05 23:21:13,881 export_llama_lib.py:973] --> QnnPartitioner 2025-06-05T23:21:14.3643436Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-05T23:21:14.3644185Z [WARNING] [Qnn ExecuTorch]: QnnDsp Initializing HtpProvider 2025-06-05T23:21:14.3644478Z 2025-06-05T23:21:14.3644770Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:21:14.3645307Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-05T23:21:14.3645787Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:21:14.3646110Z 2025-06-05T23:21:14.3646535Z [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:21:14.3647191Z 2025-06-05T23:21:14.3647341Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:21:14.3647910Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.3648425Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3648902Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.3649364Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3649823Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.3650250Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.3650684Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3651099Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.3651506Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.3652001Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3652538Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.3653114Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3653660Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.3654114Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.3654544Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.3654995Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3655477Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.3655939Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3656420Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.3656854Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.3657270Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:14.3657718Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.3658162Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3658692Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.3659195Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3659803Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.3660319Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.3660737Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.3661147Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.3661609Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3662084Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.3662543Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3663026Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.3663482Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.3663943Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3664384Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.3664820Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:14.3665289Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.3665673Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.3666084Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.3666519Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3666983Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.3667399Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.3667822Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3668287Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3668726Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3669180Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3669597Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3670043Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3670484Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3670918Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3671367Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3671801Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3672228Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3672663Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3673109Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3673600Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3674049Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3674527Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3674958Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3675404Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3675839Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3676268Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3676707Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3677159Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3677575Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3678023Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3678474Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3678891Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3679339Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3679807Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3680232Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3680666Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3681111Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3681539Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3681975Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3682425Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3682838Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3683283Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3683728Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.3684158Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.3684565Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3684992Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3685463Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3685900Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3686326Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3686758Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3687250Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3687722Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3688285Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3688837Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3689249Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3689697Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3690135Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3690565Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3690999Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3691447Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3691873Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3692308Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3692757Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3693175Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3693622Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3694060Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3694488Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3694975Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3695412Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3695840Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3696274Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3696727Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3697140Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3697588Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.3698029Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.3698458Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4621246Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4621811Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4622344Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4623017Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4623545Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:14.4624063Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:14.4624489Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:14.4624987Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4625438Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4625933Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.4626430Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4626928Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4627471Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4628008Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.4628634Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4629155Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4629591Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.4630092Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4630478Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4630878Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:14.4631263Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4631659Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4632036Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.4632430Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4632964Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4633562Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:14.4634012Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4634393Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4634814Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4635253Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4635702Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4636143Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4636572Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.4637011Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.4637440Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4637938Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4638486Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4638982Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.4639490Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.4639939Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4640388Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4640818Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4641260Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4641694Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4642151Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4642610Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.4643083Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4643566Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4644023Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4644478Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4645053Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.4645618Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4646149Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4646619Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4647077Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4647537Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.4648008Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4648476Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4648949Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.4649356Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.4649778Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4650329Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4650886Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.4651437Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4651904Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4652351Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4652761Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4653220Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4653693Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.4654150Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4654660Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4655176Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4655672Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:14.4656159Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4656617Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4657074Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.4657542Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4658019Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4658469Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.4658884Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.4659292Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.4659749Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4660204Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.4660717Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4661198Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.4661653Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4662184Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4662712Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.4663202Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:14.4663609Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.4664004Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.4664422Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.4664856Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4665324Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4665743Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.4666212Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4666630Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4667094Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4667685Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4668167Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4668618Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4669297Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4669791Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4677197Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4677698Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4678143Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4678591Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4679071Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4679548Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4680211Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4680654Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4681088Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4681542Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4681983Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4682414Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4682852Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4683342Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4683759Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4684281Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4684847Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4685304Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4685757Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4686193Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4686621Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4687056Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4687504Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4687917Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4688363Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4688818Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4689341Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4689926Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4690376Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.4690812Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.4691223Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4691655Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.4692109Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.4692550Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5567372Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5567963Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5568440Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5568881Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5569327Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5569924Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5570345Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5570810Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5571248Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5571679Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5572245Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5572820Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5573252Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5573687Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5574145Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5574562Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5575012Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5575450Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5575958Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5576411Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5576881Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5577376Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5577978Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5578418Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5578849Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5579353Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5579804Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5580224Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5580677Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5581133Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5581549Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5582001Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5582447Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:14.5582892Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:14.5583311Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:14.5583750Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5584209Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5584649Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.5585291Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5585836Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5586308Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5586728Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.5587181Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5587659Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5588107Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.5588509Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5588894Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5589290Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:14.5589671Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5590118Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5590663Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.5591106Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5591502Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5591882Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:14.5592281Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5592662Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5593084Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5593598Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5594048Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5594483Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5594932Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.5595423Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.5596026Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5596479Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5596911Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5597397Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.5597829Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.5598275Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5598725Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5599155Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5599600Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5600032Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5600530Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5600996Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.5601560Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5602064Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5602523Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5603108Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5603673Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.5604150Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5604618Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5605093Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5605550Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5606011Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.5606477Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5606984Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5607452Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.5607862Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.5608391Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5609095Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5609570Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.5610043Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5610510Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5610957Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5611367Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5611830Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5612291Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.5612841Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5613324Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5613853Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5614396Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:14.5614850Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5615351Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5615865Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.5616345Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5616884Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5617394Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.5617818Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.5618291Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.5618807Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5619269Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.5619888Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5620437Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.5620899Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5621421Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5621921Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.5622358Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:14.5622826Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.5623312Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.5623748Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.5624248Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5624711Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.5625200Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.5625659Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5626088Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5626576Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5627022Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5627498Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5628002Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5628451Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5628918Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5629412Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5629851Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5630340Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5630779Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.5631232Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.5631663Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6525786Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6526627Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6527073Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6527531Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6527984Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6528409Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6529004Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6529455Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6529873Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6530322Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6530776Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6531190Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6531638Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6532092Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6532516Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6532971Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6533407Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6533838Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6534278Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6534733Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6535204Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6535658Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6536124Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.6536548Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.6536972Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6537395Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6537845Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6538325Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6538756Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6539211Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6539649Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6540080Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6540517Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6540961Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6541374Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6541817Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6542259Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6542673Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6543116Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6543607Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6544072Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6544603Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6545053Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6545483Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6545919Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6546370Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6546787Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6547238Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6547674Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6548106Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6548545Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6548992Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6549418Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6549889Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6550374Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6550802Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6551281Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6551779Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6552192Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.6552639Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6553085Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:14.6553626Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:14.6554068Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:14.6554501Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6554971Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.6555392Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.6555884Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.6556396Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.6556935Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.6557391Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.6557827Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.6558308Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.6558735Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.6559158Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.6559538Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.6559929Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:14.6560309Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.6560734Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.6561265Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.6561642Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.6562031Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.6562408Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:14.6562794Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.6563171Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.6563586Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.6564020Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.6564465Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.6564905Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.6565379Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.6565820Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.6566253Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.6566693Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.6567119Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.6567565Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.6568040Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.6568558Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.6569004Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.6569480Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.6569945Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.6570413Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.6570867Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6571337Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.6571795Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6572272Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.6572749Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.6573227Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6573679Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.6574144Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6574619Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.6575073Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.6575569Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6576157Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.6576626Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6577132Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.6577601Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.6578118Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.6578530Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.6578989Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6579453Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.6579924Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6580420Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.6580904Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.6581323Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.6581811Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6582338Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.6582792Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6583270Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.6583701Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.6584117Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:14.6584545Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.6585001Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6585470Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.6585924Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.6586435Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.6586885Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.6587301Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.6587706Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.7466650Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7467474Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.7467938Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7468418Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.7468877Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7469350Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7469805Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.7470235Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:14.7470794Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.7471179Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.7471592Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.7472028Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7472487Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7472904Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.7473396Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7473827Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7474262Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7474715Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7475129Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7475579Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7476018Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7476444Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7476966Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7477406Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7477834Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7478272Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7478721Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7479137Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7479585Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7480074Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7480488Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7480967Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7481399Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7481825Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7482266Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7482699Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7483128Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7483561Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7484004Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7484444Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7484999Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7485442Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7485907Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7486362Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7486794Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7487224Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7487656Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7488104Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7488531Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7488962Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7489414Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7489831Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.7490250Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7490663Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7491137Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7491582Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7492060Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7492546Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7492983Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7493411Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7493841Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7494289Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7494701Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7495146Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7495587Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7496000Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7496445Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7496875Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7497435Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7497874Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7498315Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7498757Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7499194Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7499645Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7500064Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7500548Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7500984Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7501420Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7501871Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7502309Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7502745Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7503184Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7503636Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7504052Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7504504Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7504959Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7505372Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.7505822Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7506267Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:14.7506748Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:14.7507170Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:14.7507711Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7508158Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7508587Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.7509216Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.7509692Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.7510158Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7510573Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.7511021Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.7511491Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.7512003Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.7512398Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.7512778Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.7513234Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:14.7513616Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.7514014Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.7514398Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.7514791Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.7515289Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.7515687Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:14.7516082Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.7516461Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.7516880Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7517315Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7517760Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.7518252Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.7518694Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.7519136Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.7519569Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7520073Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.7520542Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.7520984Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.7521488Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.7521939Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7522391Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7522824Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7523267Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.7523694Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.7524150Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7524612Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.7525082Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7525547Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.7526011Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.7526467Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7526924Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.7527517Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.7527995Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.7528462Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.8474506Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8475486Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.8475976Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8476462Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.8476923Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.8477406Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.8477817Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.8478373Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8478844Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.8479442Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8479920Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.8480357Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.8480778Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.8481223Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8481752Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.8482223Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8482771Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.8483222Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.8483635Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:14.8484079Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.8484532Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8485005Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.8485556Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8486024Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.8486489Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.8486952Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.8487373Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.8487895Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8488364Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.8488892Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8489371Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.8489844Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.8490293Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8490749Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.8491175Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:14.8491597Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.8492038Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.8492453Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.8492977Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8493431Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.8493868Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.8494283Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8494719Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8495705Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8496169Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8496604Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8497047Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8497558Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8497981Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8498513Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8498948Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8499377Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8499810Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8500258Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8500683Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8501188Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8501634Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8502049Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8502494Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8502994Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8503457Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8503942Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8504376Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8504803Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8505242Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8505692Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8506110Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8506563Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8507063Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8507532Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8508056Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8508493Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8509090Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8509525Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8509971Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8510399Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8510916Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8511376Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.8511803Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.8512223Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8512708Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8513255Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8513741Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8514176Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8514628Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8515066Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8515496Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8515932Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8516380Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8516867Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8517319Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8517828Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8518245Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8518769Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8519203Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8519629Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8520063Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8520507Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8520931Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8521367Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8521813Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8522290Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8522736Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8523231Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8523661Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8524172Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8524615Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8525039Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8525471Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8525917Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8526331Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8526778Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8527218Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8527646Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.8528091Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8528651Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:14.8529162Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:14.8529594Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:14.8530040Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.8530493Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.8530929Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.8531375Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.8531896Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.8532365Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.8532842Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.8533288Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.8533843Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.8534286Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.8534679Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.8535059Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.8535462Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:14.8535843Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.8536235Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.8536616Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.8537063Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.8537447Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.8537956Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:14.8538347Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.9463354Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.9463997Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.9464462Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.9464902Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9465357Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9465805Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.9466235Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.9466680Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.9467117Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9467559Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9468194Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.9468738Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:14.9469179Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.9469619Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.9470056Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.9470482Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.9470919Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9471364Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9471837Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.9472297Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9472780Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.9473328Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9473775Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9474246Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.9474789Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9475276Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.9475736Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9476233Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9476809Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.9477271Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9477841Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.9478296Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.9478720Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.9479132Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9479588Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9480058Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.9480516Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9480992Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.9481422Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.9481885Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9482432Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9482903Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.9483363Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9483842Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.9484344Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.9484751Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:14.9485193Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9485637Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9486118Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.9486577Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9487059Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.9487563Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:14.9488075Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.9488498Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:14.9488940Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9489410Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:14.9489903Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9490380Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:14.9490850Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.9491290Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9491741Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.9492161Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:14.9492576Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:14.9492955Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:14.9493362Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:14.9493809Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9494253Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.9494684Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.9495129Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9495691Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9496131Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9496578Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9496991Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9497438Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9497888Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9498303Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9498782Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9499219Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9499649Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9500090Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9500541Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9500973Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9501409Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9501857Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9502268Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9502713Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9503147Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9503572Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9504021Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9504458Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9504931Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9505365Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9505816Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9506232Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9506681Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9507119Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9507549Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9508008Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9508447Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9509056Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9509498Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9509953Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9510436Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9510892Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9511359Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:14.9511783Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:14.9512202Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9512624Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9513105Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9513618Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9514171Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9514628Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9515064Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9515493Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9515932Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9516375Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9516850Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9517296Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9517742Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9518155Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9518598Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9519034Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9519458Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9519930Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9520379Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9520800Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9521250Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9521702Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9522118Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9522568Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9523002Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9523428Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9523860Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:14.9524306Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9524738Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:14.9525171Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0507923Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0508528Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0509106Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0509574Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0510009Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0510447Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0510908Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.0511344Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.0511775Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:15.0512205Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0512706Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0513257Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.0513809Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0514305Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0514766Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0515197Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.0515629Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0516115Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0516545Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.0516938Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0517330Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0517714Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.0518104Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0518575Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0519078Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.0519456Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0519911Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0520307Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.0520681Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0521072Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0521476Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0521922Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0522354Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0522799Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0523273Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.0523723Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.0524239Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0524668Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0525116Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0525550Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.0526034Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.0526618Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0527069Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0527513Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0527941Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0528386Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0528830Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0529359Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.0529822Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0530306Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0530779Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0531237Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0531746Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.0532354Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0532838Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0533299Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0533759Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0534235Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.0534697Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0535221Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0535676Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.0536104Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.0536516Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0536977Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0537516Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.0538093Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0538576Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0539012Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0539437Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0539885Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0540362Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.0540820Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0541334Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0541781Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0542184Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:15.0542624Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0543067Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0543533Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.0543986Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0544497Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0544998Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.0545552Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.0545973Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.0546416Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0546888Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.0547346Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0547825Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.0548293Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0548738Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0549189Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.0549615Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:15.0550035Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.0550417Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.0550948Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.0551496Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0551966Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0552393Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.0552797Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0553321Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0553758Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0554212Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0554633Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0555090Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0555542Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0555962Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0556517Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0557066Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0557496Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0557929Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0558373Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0558796Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0559229Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0559677Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0560091Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0560627Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0561066Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0561496Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0561932Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0562421Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0562845Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0563277Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0563723Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0564176Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0564715Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0565202Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0565681Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0566124Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0566559Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0566985Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0567421Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0567869Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0568281Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0568725Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.0569183Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.0569599Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.0570102Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.0570617Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1520477Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1521337Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1522054Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1522515Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1522962Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1523403Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1523843Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1524298Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1524734Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1525249Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1525802Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1526216Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1526669Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1527103Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1527613Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1528048Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1528499Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1528929Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1529367Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1529816Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1530232Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1530757Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1531197Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1531633Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1532083Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1532525Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1532998Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1533536Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1534049Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1534467Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1534916Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1535370Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1535790Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1536240Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1536689Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.1537178Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.1537600Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:15.1538047Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1538497Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1539101Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.1539555Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1540036Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1540508Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1540927Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.1541376Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1541852Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1542303Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.1542705Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1543130Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1543536Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.1543919Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1544364Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1544826Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.1545223Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1545604Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1545999Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.1546397Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1546780Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1547201Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1547642Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1548088Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1548558Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1549004Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.1549447Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.1549879Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1550319Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1550752Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1551195Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.1551625Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.1552215Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1552671Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1553107Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1553641Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1554071Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1554534Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1555039Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.1555519Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1555998Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1556457Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1556917Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1557380Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.1557970Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1558488Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1558966Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1559420Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1559895Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.1560369Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1560836Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1561304Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.1561710Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.1562137Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1562581Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1563056Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.1563691Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1564164Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1564659Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1565070Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1565534Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1565994Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.1566469Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1566951Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1567387Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1567808Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:15.1568237Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1568701Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1569161Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.1569667Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1570150Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1570602Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.1571065Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.1571566Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.1572024Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1572481Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.1572951Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1573415Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.1573885Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1574342Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1574783Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.1575217Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:15.1575626Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.1576055Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.1576461Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.1577070Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1577537Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.1577955Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.1578377Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1578861Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1579354Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1579792Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1580222Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1580677Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1581116Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1581550Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1581983Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.1582521Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1582985Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.1583436Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2530317Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2531133Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2531695Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2532140Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2532720Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2533164Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2533623Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2534054Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2534493Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2535001Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2535416Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2535860Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2536295Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2536719Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2537195Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2537634Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2538121Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2538552Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2539006Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2539433Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2539866Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2540312Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2540726Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2541172Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2541619Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.2542058Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.2542481Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2542951Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2543400Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2543907Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2544340Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2544777Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2545223Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2545650Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2546086Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2546534Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2546988Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2547433Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2547868Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2548297Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2548731Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2549184Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2549618Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2550054Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2550505Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2550919Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2551364Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2551799Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2552226Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2552673Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2553240Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2553661Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2554114Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2554555Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2554986Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2555438Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2555877Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2556309Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2556746Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2557195Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2557606Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.2558057Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2558551Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.2558987Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.2559424Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:15.2559857Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2560312Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.2560729Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.2561179Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.2561671Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.2562126Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.2562604Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.2563040Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.2563526Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.2563954Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.2564348Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.2564756Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.2565146Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.2565537Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.2565916Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.2566304Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.2566682Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.2567073Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.2567482Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.2567868Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.2568265Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.2568675Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.2569122Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.2569556Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.2569999Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.2570556Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.2570998Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.2571432Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.2571873Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.2572310Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.2572745Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.2573184Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.2573649Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.2574096Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.2574527Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.2574970Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.2575412Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.2575959Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2576436Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.2576896Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2577374Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.2577831Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.2578287Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2578758Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.2579251Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2579725Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.2580282Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.2580737Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2581192Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.2581660Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2582133Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.2582587Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.2583004Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.2583412Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.2583865Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2584325Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.2584792Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2585294Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.2585737Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.2586153Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.2586597Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2587066Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.2587531Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2588107Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.2588573Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.2588988Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:15.2589436Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.2589878Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2590351Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.2590811Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.2591289Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.2591740Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.3501923Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.3502579Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.3503038Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3503531Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.3503993Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3504622Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.3505094Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3505556Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3506012Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.3506437Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:15.3506988Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.3507376Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.3507787Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.3508223Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3508844Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3509378Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.3509788Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3510318Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3510759Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3511213Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3511635Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3512086Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3512538Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3512955Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3513469Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3513907Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3514338Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3514778Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3515296Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3515720Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3516202Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3516721Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3517137Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3517588Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3518034Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3518448Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3518893Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3519326Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3519800Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3520234Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3520687Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3521115Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3521549Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3521997Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3522412Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3522861Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3523295Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3523721Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3524168Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3524605Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3525037Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3525472Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3525969Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3526389Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.3526806Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3527235Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3527668Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3528115Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3528528Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3528974Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3529406Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3529833Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3530265Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3530714Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3531170Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3531604Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3532051Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3532465Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3532911Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3533345Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3533775Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3534229Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3534730Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3535156Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3535589Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3536036Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3536451Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3536927Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3537371Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3537783Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3538229Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3538662Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3539089Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3539524Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3540000Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3540414Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3540859Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3541306Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3541720Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.3542254Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3542703Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.3543146Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.3543564Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:15.3544002Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3544458Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3544875Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.3545330Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.3545808Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.3546313Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3546729Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.3547175Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.3547812Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.3548248Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.3548644Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.3549030Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.3549421Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.3549800Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.3550191Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.3550570Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.3550960Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.3551398Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.3551776Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.3552169Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.3552551Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.3552974Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3553472Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3553921Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.3554371Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.3554810Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.3555264Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.3555699Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3556147Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.3556586Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.3557035Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.3557503Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.3557952Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3558439Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3558913Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3559351Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.3559782Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.3560240Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3560734Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.3561206Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3561685Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.3562142Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.3562596Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.3563056Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.3563522Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4539294Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.4539957Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.4540525Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4541182Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.4541675Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4542142Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.4542748Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.4543178Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.4543593Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.4544058Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4544520Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.4544992Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4545459Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.4545906Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.4546449Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.4546909Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4547385Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.4547847Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4548390Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.4548826Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.4549254Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:15.4549686Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.4550150Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4550621Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.4551078Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4551557Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.4552010Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.4552463Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.4552880Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.4553412Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4553997Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.4554455Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4555019Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.4555494Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.4555938Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4556391Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.4556810Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:15.4557230Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.4557612Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.4558071Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.4558506Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4558968Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.4559394Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.4559803Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4560231Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4560664Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4561212Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4561660Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4562106Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4562551Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4562968Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4563412Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4563883Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4564313Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4564747Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4565196Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4565683Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4566123Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4566573Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4566988Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4567432Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4567866Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4568292Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4568739Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4569209Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4569659Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4570195Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4570645Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4571058Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4571505Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4571941Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4572369Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4572819Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4573258Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4573690Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4574127Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4574586Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4575045Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4575596Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4576058Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.4576479Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.4576906Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4577323Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4577775Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4578207Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4578667Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4579117Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4579554Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4579982Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4580519Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4580973Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4581388Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4581834Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4582270Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4582692Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4583139Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4583573Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4583998Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4584433Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4584914Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4585329Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4585777Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4586331Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4586746Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4587192Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4587631Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4588062Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4588499Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4588949Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4589384Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4589820Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4590305Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4590718Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4591167Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4591703Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4592129Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.4592578Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4593023Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.4593558Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.4593981Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:15.4594429Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.4594878Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.4595315Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.4595753Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.4596448Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.4596922Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.4597400Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.4597846Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.4598321Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.4598762Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.4599144Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.4599570Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.4599961Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.4600339Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.4600730Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.4601106Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.4601578Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.5530226Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.5530785Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.5531179Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.5531577Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.5531986Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.5532436Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.5532880Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5533324Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5533762Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.5534346Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.5534840Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.5535445Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5535946Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5536391Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.5536819Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.5537265Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.5537696Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.5538139Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.5538575Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.5539023Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5539566Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5540032Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.5540507Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5540979Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.5541451Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5541896Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5542442Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.5543025Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5543565Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.5544037Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5544481Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5544965Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.5545429Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5545916Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.5546443Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.5546873Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.5547300Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5547788Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5548410Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.5548928Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5549417Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.5549943Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.5550368Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5550836Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5551299Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.5551778Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5552246Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.5552695Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.5553214Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:15.5553822Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5554344Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5554803Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.5555276Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5555740Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.5556251Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.5556659Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.5557079Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.5557528Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5558001Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.5558469Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5558936Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.5559403Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.5559846Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5560298Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.5560759Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:15.5561310Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.5561776Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.5562215Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.5562670Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5563116Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.5563550Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.5563955Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5564385Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5564833Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5565269Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5565702Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5566137Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5566621Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5567185Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5567690Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5568180Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5568597Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5569042Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5569483Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5569918Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5570356Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5570810Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5571256Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5571701Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5572190Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5572746Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5573251Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5573688Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5574112Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5574545Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5574989Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5575413Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5575844Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5576292Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5576706Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5577188Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5577623Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5578044Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5578489Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5578921Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5579347Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5579813Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5580363Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.5580842Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.5581306Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5581720Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5582165Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5582655Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5583069Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5583514Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5583950Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5584378Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5584812Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5585266Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5585694Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5586131Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5586582Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5586994Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5587437Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5587875Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5588299Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5588777Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5589233Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5589660Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5590098Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5590553Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5590972Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5591425Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.5591902Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5592318Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.5592773Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6579186Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6579985Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6580670Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6581125Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6581541Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6581986Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6582421Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6582848Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6583292Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6583757Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.6584233Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.6584855Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:15.6585356Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6585807Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6586240Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.6586673Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6587167Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6587632Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6588046Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.6588488Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6588960Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6589400Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.6589967Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6590494Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6590886Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.6591321Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6591712Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6592090Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.6592480Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6592864Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6593323Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.6593704Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6594102Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6594525Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6594960Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6595410Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6595842Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6596357Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.6596789Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.6597233Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6597713Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6598238Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6598678Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.6599161Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.6599660Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6600091Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6600538Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6600985Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6601417Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6601878Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6602340Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.6602809Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6603308Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6603845Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6604290Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6604809Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.6605277Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6605780Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6606250Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6606692Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6607163Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.6607623Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6608103Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6608565Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.6609168Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.6609658Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6610135Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6610656Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.6611111Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6611652Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6612098Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6612506Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6612963Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6613419Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.6613889Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6614355Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6614801Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6615216Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-06-05T23:21:15.6615654Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6616125Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6616587Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.6617095Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6617679Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6618190Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.6618600Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.6619028Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.6619475Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6619952Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.6620428Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6620940Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.6621413Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6621865Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6622324Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.6622776Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-06-05T23:21:15.6623270Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.6623695Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.6624151Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-06-05T23:21:15.6624600Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6625046Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.6625479Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.6625884Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6626312Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6626756Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6627246Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6627670Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6628102Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6628586Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6629062Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6629506Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6629993Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6630406Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6630854Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6631286Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6631713Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6632145Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6632632Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6633046Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6633577Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6634031Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6634447Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6634895Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6635328Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6635752Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6636185Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6636707Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6637195Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6637687Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6638133Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6638546Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6639032Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6639468Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6639895Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6640342Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6640778Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6641207Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.6641643Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.6642168Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.7576743Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.7577519Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7578016Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7578462Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7578912Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7579326Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7579772Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7580207Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7580636Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7581081Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7581520Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7581944Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7582518Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7582972Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7583386Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7583835Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7584280Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7584692Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7585138Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7585569Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7585992Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7586424Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7586874Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7587327Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7587816Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7588264Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7588693Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7589132Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7589584Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7589997Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7590444Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7590878Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7591302Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7591736Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7592182Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7592607Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-06-05T23:21:15.7593043Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7593585Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.7594071Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-06-05T23:21:15.7594601Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:15.7595261Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7595789Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.7605456Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.7605924Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.7606424Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.7607031Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.7607454Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-06-05T23:21:15.7607916Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.7608393Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.7609196Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.7609594Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.7609992Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.7610389Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.7610772Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.7611164Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.7611544Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-06-05T23:21:15.7611934Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.7612315Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.7612708Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-06-05T23:21:15.7613180Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.7613582Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-06-05T23:21:15.7614008Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.7614452Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.7614905Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.7615337Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.7615786Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.7616224Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.7616672Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.7617118Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.7617554Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.7618000Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.7618492Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-06-05T23:21:15.7618940Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.7619375Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.7619828Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.7620262Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-06-05T23:21:15.7620710Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.7621171Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7621637Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.7622113Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7622588Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.7623061Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.7623509Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7623985Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.7624456Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7624964Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.7625438Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-06-05T23:21:15.7625881Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7626351Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-06-05T23:21:15.7626807Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-06-05T23:21:15.7627287Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-06-05T23:21:15.7627790Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-06-05T23:21:15.7628204Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:15.7628616Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-06-05T23:21:15.7629044Z [QNN Partitioner Op Support]: aten.embedding.default | True 2025-06-05T23:21:15.7629493Z [QNN Partitioner Op Support]: aten._to_copy.default | True 2025-06-05T23:21:15.7629920Z [QNN Partitioner Op Support]: aten._to_copy.default | True 2025-06-05T23:21:15.7630489Z [INFO 2025-06-05 23:21:15,753 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7631187Z [INFO 2025-06-05 23:21:15,753 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7631855Z [INFO 2025-06-05 23:21:15,754 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7632532Z [INFO 2025-06-05 23:21:15,754 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7633294Z [INFO 2025-06-05 23:21:15,754 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7634355Z [INFO 2025-06-05 23:21:15,754 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7635038Z [INFO 2025-06-05 23:21:15,754 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7635703Z [INFO 2025-06-05 23:21:15,754 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7636379Z [INFO 2025-06-05 23:21:15,755 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7637044Z [INFO 2025-06-05 23:21:15,755 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7637718Z [INFO 2025-06-05 23:21:15,755 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7638391Z [INFO 2025-06-05 23:21:15,755 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7639057Z [INFO 2025-06-05 23:21:15,755 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7639770Z [INFO 2025-06-05 23:21:15,755 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7640438Z [INFO 2025-06-05 23:21:15,756 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7641119Z [INFO 2025-06-05 23:21:15,756 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7641795Z [INFO 2025-06-05 23:21:15,756 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7642460Z [INFO 2025-06-05 23:21:15,756 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7643141Z [INFO 2025-06-05 23:21:15,756 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7643807Z [INFO 2025-06-05 23:21:15,756 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7644491Z [INFO 2025-06-05 23:21:15,757 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:15.7645170Z [INFO 2025-06-05 23:21:15,757 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:17.5349319Z [INFO 2025-06-05 23:21:15,757 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:17.5350574Z [INFO 2025-06-05 23:21:15,757 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-06-05T23:21:17.5351509Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:21:17.5352138Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-05T23:21:17.5352686Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-05T23:21:17.5353337Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-05T23:21:17.5354056Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:21:17.5354740Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-05T23:21:17.5355704Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:21:17.5356649Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-05T23:21:17.5357469Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:21:17.5358031Z 2025-06-05T23:21:17.5358792Z [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:21:17.5359735Z 2025-06-05T23:21:17.5359974Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:21:17.5360762Z [INFO 2025-06-05 23:21:16,327 qnn_preprocess.py:155] Processing Method(0): (1/1) 2025-06-05T23:21:17.5361803Z [INFO 2025-06-05 23:21:17,429 qnn_preprocess.py:50] Visiting: aten__to_copy_default, aten._to_copy.default 2025-06-05T23:21:17.5363028Z [INFO 2025-06-05 23:21:17,430 qnn_preprocess.py:50] Visiting: aten__to_copy_default_1, aten._to_copy.default 2025-06-05T23:21:17.5364342Z [INFO 2025-06-05 23:21:17,430 qnn_preprocess.py:50] Visiting: aten_embedding_default, aten.embedding.default 2025-06-05T23:21:17.5365533Z [INFO 2025-06-05 23:21:17,499 qnn_preprocess.py:50] Visiting: aten_index_tensor, aten.index.Tensor 2025-06-05T23:21:17.5366687Z [INFO 2025-06-05 23:21:17,500 qnn_preprocess.py:50] Visiting: aten_index_tensor_1, aten.index.Tensor 2025-06-05T23:21:17.5367821Z [INFO 2025-06-05 23:21:17,500 qnn_preprocess.py:50] Visiting: aten_index_tensor_2, aten.index.Tensor 2025-06-05T23:21:17.5368966Z [INFO 2025-06-05 23:21:17,501 qnn_preprocess.py:50] Visiting: aten_index_tensor_3, aten.index.Tensor 2025-06-05T23:21:17.5370105Z [INFO 2025-06-05 23:21:17,502 qnn_preprocess.py:50] Visiting: aten_index_tensor_4, aten.index.Tensor 2025-06-05T23:21:17.5371230Z [INFO 2025-06-05 23:21:17,503 qnn_preprocess.py:50] Visiting: aten_index_tensor_5, aten.index.Tensor 2025-06-05T23:21:17.5372378Z [INFO 2025-06-05 23:21:17,504 qnn_preprocess.py:50] Visiting: aten_index_tensor_6, aten.index.Tensor 2025-06-05T23:21:17.5373567Z [INFO 2025-06-05 23:21:17,505 qnn_preprocess.py:50] Visiting: aten_index_tensor_7, aten.index.Tensor 2025-06-05T23:21:17.5374715Z [INFO 2025-06-05 23:21:17,506 qnn_preprocess.py:50] Visiting: aten_index_tensor_8, aten.index.Tensor 2025-06-05T23:21:17.5375859Z [INFO 2025-06-05 23:21:17,507 qnn_preprocess.py:50] Visiting: aten_index_tensor_9, aten.index.Tensor 2025-06-05T23:21:17.5377000Z [INFO 2025-06-05 23:21:17,507 qnn_preprocess.py:50] Visiting: aten_index_tensor_10, aten.index.Tensor 2025-06-05T23:21:17.5378165Z [INFO 2025-06-05 23:21:17,508 qnn_preprocess.py:50] Visiting: aten_index_tensor_11, aten.index.Tensor 2025-06-05T23:21:17.5379311Z [INFO 2025-06-05 23:21:17,509 qnn_preprocess.py:50] Visiting: aten_index_tensor_12, aten.index.Tensor 2025-06-05T23:21:17.5380471Z [INFO 2025-06-05 23:21:17,510 qnn_preprocess.py:50] Visiting: aten_index_tensor_13, aten.index.Tensor 2025-06-05T23:21:17.5381659Z [INFO 2025-06-05 23:21:17,511 qnn_preprocess.py:50] Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-06-05T23:21:17.5382892Z [INFO 2025-06-05 23:21:17,512 qnn_preprocess.py:50] Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-06-05T23:21:17.5384193Z [INFO 2025-06-05 23:21:17,512 qnn_preprocess.py:50] Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-06-05T23:21:17.5385448Z [INFO 2025-06-05 23:21:17,512 qnn_preprocess.py:50] Visiting: aten_view_copy_default_41, aten.view_copy.default 2025-06-05T23:21:17.5386714Z [INFO 2025-06-05 23:21:17,512 qnn_preprocess.py:50] Visiting: aten_view_copy_default_59, aten.view_copy.default 2025-06-05T23:21:17.5387976Z [INFO 2025-06-05 23:21:17,513 qnn_preprocess.py:50] Visiting: aten_view_copy_default_77, aten.view_copy.default 2025-06-05T23:21:17.5389223Z [INFO 2025-06-05 23:21:17,513 qnn_preprocess.py:50] Visiting: aten_view_copy_default_95, aten.view_copy.default 2025-06-05T23:21:17.5390536Z [INFO 2025-06-05 23:21:17,513 qnn_preprocess.py:50] Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-06-05T23:21:17.5391798Z [INFO 2025-06-05 23:21:17,513 qnn_preprocess.py:50] Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-06-05T23:21:17.5393080Z [INFO 2025-06-05 23:21:17,514 qnn_preprocess.py:50] Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-06-05T23:21:17.5394407Z [INFO 2025-06-05 23:21:17,514 qnn_preprocess.py:50] Visiting: aten_view_copy_default_167, aten.view_copy.default 2025-06-05T23:21:17.5395655Z [INFO 2025-06-05 23:21:17,514 qnn_preprocess.py:50] Visiting: aten_view_copy_default_185, aten.view_copy.default 2025-06-05T23:21:17.5396925Z [INFO 2025-06-05 23:21:17,514 qnn_preprocess.py:50] Visiting: aten_view_copy_default_203, aten.view_copy.default 2025-06-05T23:21:17.5398176Z [INFO 2025-06-05 23:21:17,515 qnn_preprocess.py:50] Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-06-05T23:21:17.5399442Z [INFO 2025-06-05 23:21:17,515 qnn_preprocess.py:50] Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-06-05T23:21:17.5400753Z [INFO 2025-06-05 23:21:17,515 qnn_preprocess.py:50] Visiting: aten_view_copy_default_42, aten.view_copy.default 2025-06-05T23:21:17.5402003Z [INFO 2025-06-05 23:21:17,515 qnn_preprocess.py:50] Visiting: aten_view_copy_default_60, aten.view_copy.default 2025-06-05T23:21:17.5403277Z [INFO 2025-06-05 23:21:17,516 qnn_preprocess.py:50] Visiting: aten_view_copy_default_78, aten.view_copy.default 2025-06-05T23:21:17.5404531Z [INFO 2025-06-05 23:21:17,516 qnn_preprocess.py:50] Visiting: aten_view_copy_default_96, aten.view_copy.default 2025-06-05T23:21:17.5405811Z [INFO 2025-06-05 23:21:17,516 qnn_preprocess.py:50] Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-06-05T23:21:17.5407083Z [INFO 2025-06-05 23:21:17,516 qnn_preprocess.py:50] Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-06-05T23:21:17.5408333Z [INFO 2025-06-05 23:21:17,517 qnn_preprocess.py:50] Visiting: aten_view_copy_default_150, aten.view_copy.default 2025-06-05T23:21:17.5409766Z [INFO 2025-06-05 23:21:17,517 qnn_preprocess.py:50] Visiting: aten_view_copy_default_168, aten.view_copy.default 2025-06-05T23:21:17.5411109Z [INFO 2025-06-05 23:21:17,517 qnn_preprocess.py:50] Visiting: aten_view_copy_default_186, aten.view_copy.default 2025-06-05T23:21:17.5412364Z [INFO 2025-06-05 23:21:17,517 qnn_preprocess.py:50] Visiting: aten_view_copy_default_204, aten.view_copy.default 2025-06-05T23:21:17.5413689Z [INFO 2025-06-05 23:21:17,517 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-06-05T23:21:17.5415046Z [INFO 2025-06-05 23:21:17,518 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_664, aten.permute_copy.default 2025-06-05T23:21:17.5416421Z [INFO 2025-06-05 23:21:17,519 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_1, aten.unsqueeze_copy.default 2025-06-05T23:21:17.5417794Z [INFO 2025-06-05 23:21:17,519 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_665, aten.permute_copy.default 2025-06-05T23:21:17.5419163Z [INFO 2025-06-05 23:21:17,520 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_2, aten.unsqueeze_copy.default 2025-06-05T23:21:17.5420535Z [INFO 2025-06-05 23:21:17,520 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_666, aten.permute_copy.default 2025-06-05T23:21:17.5421920Z [INFO 2025-06-05 23:21:17,521 qnn_preprocess.py:50] Visiting: aten_convolution_default, aten.convolution.default 2025-06-05T23:21:17.5423257Z [INFO 2025-06-05 23:21:17,523 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_667, aten.permute_copy.default 2025-06-05T23:21:17.5424595Z [INFO 2025-06-05 23:21:17,524 qnn_preprocess.py:50] Visiting: aten_convolution_default_1, aten.convolution.default 2025-06-05T23:21:17.5425930Z [INFO 2025-06-05 23:21:17,526 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_668, aten.permute_copy.default 2025-06-05T23:21:17.5427413Z [INFO 2025-06-05 23:21:17,527 qnn_preprocess.py:50] Visiting: aten_convolution_default_2, aten.convolution.default 2025-06-05T23:21:17.5428743Z [INFO 2025-06-05 23:21:17,529 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_669, aten.permute_copy.default 2025-06-05T23:21:17.5430039Z [INFO 2025-06-05 23:21:17,530 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims, aten.squeeze_copy.dims 2025-06-05T23:21:17.5431291Z [INFO 2025-06-05 23:21:17,530 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_1, aten.squeeze_copy.dims 2025-06-05T23:21:17.5432534Z [INFO 2025-06-05 23:21:17,531 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_2, aten.squeeze_copy.dims 2025-06-05T23:21:17.5433832Z [INFO 2025-06-05 23:21:17,531 qnn_preprocess.py:50] Visiting: aten_view_copy_default, aten.view_copy.default 2025-06-05T23:21:17.5435064Z [INFO 2025-06-05 23:21:17,531 qnn_preprocess.py:50] Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-06-05T23:21:17.5436309Z [INFO 2025-06-05 23:21:17,532 qnn_preprocess.py:50] Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-06-05T23:21:17.5437548Z [INFO 2025-06-05 23:21:17,532 qnn_preprocess.py:50] Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-06-05T23:21:17.5438841Z [INFO 2025-06-05 23:21:17,532 qnn_preprocess.py:50] Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-06-05T23:21:17.5440096Z [INFO 2025-06-05 23:21:17,532 qnn_preprocess.py:50] Visiting: aten_index_put_default_1, aten.index_put.default 2025-06-05T23:21:17.5441348Z [INFO 2025-06-05 23:21:17,534 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-06-05T23:21:17.5711193Z [INFO 2025-06-05 23:21:17,534 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-06-05T23:21:17.5712472Z [INFO 2025-06-05 23:21:17,535 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-06-05T23:21:17.5713765Z [INFO 2025-06-05 23:21:17,535 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-06-05T23:21:17.5715088Z [INFO 2025-06-05 23:21:17,535 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_19, aten.permute_copy.default 2025-06-05T23:21:17.5716432Z [INFO 2025-06-05 23:21:17,536 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_20, aten.permute_copy.default 2025-06-05T23:21:17.5717908Z [INFO 2025-06-05 23:21:17,537 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_21, aten.permute_copy.default 2025-06-05T23:21:17.5719251Z [INFO 2025-06-05 23:21:17,537 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_22, aten.permute_copy.default 2025-06-05T23:21:17.5720603Z [INFO 2025-06-05 23:21:17,538 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_23, aten.permute_copy.default 2025-06-05T23:21:17.5721946Z [INFO 2025-06-05 23:21:17,538 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_24, aten.permute_copy.default 2025-06-05T23:21:17.5723274Z [INFO 2025-06-05 23:21:17,539 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_25, aten.permute_copy.default 2025-06-05T23:21:17.5724622Z [INFO 2025-06-05 23:21:17,540 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_26, aten.permute_copy.default 2025-06-05T23:21:17.5725945Z [INFO 2025-06-05 23:21:17,540 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_27, aten.permute_copy.default 2025-06-05T23:21:17.5727344Z [INFO 2025-06-05 23:21:17,541 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_28, aten.permute_copy.default 2025-06-05T23:21:17.5728688Z [INFO 2025-06-05 23:21:17,541 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_29, aten.permute_copy.default 2025-06-05T23:21:17.5730023Z [INFO 2025-06-05 23:21:17,542 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_30, aten.permute_copy.default 2025-06-05T23:21:17.5731348Z [INFO 2025-06-05 23:21:17,543 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_3, aten.squeeze_copy.dims 2025-06-05T23:21:17.5732612Z [INFO 2025-06-05 23:21:17,543 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_4, aten.squeeze_copy.dims 2025-06-05T23:21:17.5733906Z [INFO 2025-06-05 23:21:17,543 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_5, aten.squeeze_copy.dims 2025-06-05T23:21:17.5735156Z [INFO 2025-06-05 23:21:17,544 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_6, aten.squeeze_copy.dims 2025-06-05T23:21:17.5736385Z [INFO 2025-06-05 23:21:17,544 qnn_preprocess.py:50] Visiting: aten_select_copy_int_24, aten.select_copy.int 2025-06-05T23:21:17.5737608Z [INFO 2025-06-05 23:21:17,545 qnn_preprocess.py:50] Visiting: aten_select_copy_int_26, aten.select_copy.int 2025-06-05T23:21:17.5738813Z [INFO 2025-06-05 23:21:17,545 qnn_preprocess.py:50] Visiting: aten_select_copy_int_28, aten.select_copy.int 2025-06-05T23:21:17.5740016Z [INFO 2025-06-05 23:21:17,545 qnn_preprocess.py:50] Visiting: aten_select_copy_int_30, aten.select_copy.int 2025-06-05T23:21:17.5741224Z [INFO 2025-06-05 23:21:17,546 qnn_preprocess.py:50] Visiting: aten_select_copy_int_32, aten.select_copy.int 2025-06-05T23:21:17.5742427Z [INFO 2025-06-05 23:21:17,546 qnn_preprocess.py:50] Visiting: aten_select_copy_int_34, aten.select_copy.int 2025-06-05T23:21:17.5743695Z [INFO 2025-06-05 23:21:17,547 qnn_preprocess.py:50] Visiting: aten_select_copy_int_36, aten.select_copy.int 2025-06-05T23:21:17.5744918Z [INFO 2025-06-05 23:21:17,547 qnn_preprocess.py:50] Visiting: aten_select_copy_int_38, aten.select_copy.int 2025-06-05T23:21:17.5746110Z [INFO 2025-06-05 23:21:17,548 qnn_preprocess.py:50] Visiting: aten_select_copy_int_40, aten.select_copy.int 2025-06-05T23:21:17.5747331Z [INFO 2025-06-05 23:21:17,548 qnn_preprocess.py:50] Visiting: aten_select_copy_int_42, aten.select_copy.int 2025-06-05T23:21:17.5748527Z [INFO 2025-06-05 23:21:17,548 qnn_preprocess.py:50] Visiting: aten_select_copy_int_44, aten.select_copy.int 2025-06-05T23:21:17.5749742Z [INFO 2025-06-05 23:21:17,549 qnn_preprocess.py:50] Visiting: aten_select_copy_int_46, aten.select_copy.int 2025-06-05T23:21:17.5750901Z [INFO 2025-06-05 23:21:17,549 qnn_preprocess.py:50] Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-06-05T23:21:17.5751986Z [INFO 2025-06-05 23:21:17,550 qnn_preprocess.py:50] Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-06-05T23:21:17.5753077Z [INFO 2025-06-05 23:21:17,550 qnn_preprocess.py:50] Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-06-05T23:21:17.5754263Z [INFO 2025-06-05 23:21:17,551 qnn_preprocess.py:50] Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-06-05T23:21:17.5755351Z [INFO 2025-06-05 23:21:17,551 qnn_preprocess.py:50] Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-06-05T23:21:17.5756440Z [INFO 2025-06-05 23:21:17,552 qnn_preprocess.py:50] Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-06-05T23:21:17.5757511Z [INFO 2025-06-05 23:21:17,552 qnn_preprocess.py:50] Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-06-05T23:21:17.5758598Z [INFO 2025-06-05 23:21:17,553 qnn_preprocess.py:50] Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-06-05T23:21:17.5759724Z [INFO 2025-06-05 23:21:17,553 qnn_preprocess.py:50] Visiting: aten_select_copy_int_25, aten.select_copy.int 2025-06-05T23:21:17.5760933Z [INFO 2025-06-05 23:21:17,553 qnn_preprocess.py:50] Visiting: aten_select_copy_int_27, aten.select_copy.int 2025-06-05T23:21:17.5762145Z [INFO 2025-06-05 23:21:17,554 qnn_preprocess.py:50] Visiting: aten_select_copy_int_29, aten.select_copy.int 2025-06-05T23:21:17.5763349Z [INFO 2025-06-05 23:21:17,554 qnn_preprocess.py:50] Visiting: aten_select_copy_int_31, aten.select_copy.int 2025-06-05T23:21:17.5764597Z [INFO 2025-06-05 23:21:17,555 qnn_preprocess.py:50] Visiting: aten_select_copy_int_33, aten.select_copy.int 2025-06-05T23:21:17.5765791Z [INFO 2025-06-05 23:21:17,555 qnn_preprocess.py:50] Visiting: aten_select_copy_int_35, aten.select_copy.int 2025-06-05T23:21:17.5767001Z [INFO 2025-06-05 23:21:17,555 qnn_preprocess.py:50] Visiting: aten_select_copy_int_37, aten.select_copy.int 2025-06-05T23:21:17.5768206Z [INFO 2025-06-05 23:21:17,556 qnn_preprocess.py:50] Visiting: aten_select_copy_int_39, aten.select_copy.int 2025-06-05T23:21:17.5769406Z [INFO 2025-06-05 23:21:17,556 qnn_preprocess.py:50] Visiting: aten_select_copy_int_41, aten.select_copy.int 2025-06-05T23:21:17.5770648Z [INFO 2025-06-05 23:21:17,557 qnn_preprocess.py:50] Visiting: aten_select_copy_int_43, aten.select_copy.int 2025-06-05T23:21:17.5771849Z [INFO 2025-06-05 23:21:17,557 qnn_preprocess.py:50] Visiting: aten_select_copy_int_45, aten.select_copy.int 2025-06-05T23:21:17.5773061Z [INFO 2025-06-05 23:21:17,557 qnn_preprocess.py:50] Visiting: aten_select_copy_int_47, aten.select_copy.int 2025-06-05T23:21:17.5774201Z [INFO 2025-06-05 23:21:17,558 qnn_preprocess.py:50] Visiting: aten_sub_tensor, aten.sub.Tensor 2025-06-05T23:21:17.5775270Z [INFO 2025-06-05 23:21:17,558 qnn_preprocess.py:50] Visiting: aten_add_tensor, aten.add.Tensor 2025-06-05T23:21:17.5776356Z [INFO 2025-06-05 23:21:17,559 qnn_preprocess.py:50] Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-06-05T23:21:17.5777436Z [INFO 2025-06-05 23:21:17,559 qnn_preprocess.py:50] Visiting: aten_add_tensor_1, aten.add.Tensor 2025-06-05T23:21:17.5778557Z [INFO 2025-06-05 23:21:17,560 qnn_preprocess.py:50] Visiting: aten_cat_default_3, aten.cat.default 2025-06-05T23:21:17.5779858Z [INFO 2025-06-05 23:21:17,561 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_3, aten.unsqueeze_copy.default 2025-06-05T23:21:17.5781244Z [INFO 2025-06-05 23:21:17,561 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_4, aten.unsqueeze_copy.default 2025-06-05T23:21:17.5782631Z [INFO 2025-06-05 23:21:17,562 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_5, aten.unsqueeze_copy.default 2025-06-05T23:21:17.5784012Z [INFO 2025-06-05 23:21:17,562 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_6, aten.unsqueeze_copy.default 2025-06-05T23:21:17.5785352Z [INFO 2025-06-05 23:21:17,563 qnn_preprocess.py:50] Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-06-05T23:21:17.5786536Z [INFO 2025-06-05 23:21:17,563 qnn_preprocess.py:50] Visiting: aten_cat_default, aten.cat.default 2025-06-05T23:21:17.5787633Z [INFO 2025-06-05 23:21:17,563 qnn_preprocess.py:50] Visiting: aten_cat_default_1, aten.cat.default 2025-06-05T23:21:17.5788827Z [INFO 2025-06-05 23:21:17,564 qnn_preprocess.py:50] Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-06-05T23:21:17.5790104Z [INFO 2025-06-05 23:21:17,564 qnn_preprocess.py:50] Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-06-05T23:21:17.5791410Z [INFO 2025-06-05 23:21:17,564 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_6, aten.permute_copy.default 2025-06-05T23:21:17.5792696Z [INFO 2025-06-05 23:21:17,565 qnn_preprocess.py:50] Visiting: aten_index_put_default, aten.index_put.default 2025-06-05T23:21:17.5794031Z [INFO 2025-06-05 23:21:17,566 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_7, aten.permute_copy.default 2025-06-05T23:21:17.5795371Z [INFO 2025-06-05 23:21:17,567 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_8, aten.permute_copy.default 2025-06-05T23:21:17.5796699Z [INFO 2025-06-05 23:21:17,567 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_9, aten.permute_copy.default 2025-06-05T23:21:17.5798046Z [INFO 2025-06-05 23:21:17,568 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_10, aten.permute_copy.default 2025-06-05T23:21:17.5799400Z [INFO 2025-06-05 23:21:17,569 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_11, aten.permute_copy.default 2025-06-05T23:21:17.5800771Z [INFO 2025-06-05 23:21:17,569 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_12, aten.permute_copy.default 2025-06-05T23:21:17.5802113Z [INFO 2025-06-05 23:21:17,570 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_13, aten.permute_copy.default 2025-06-05T23:21:17.6295239Z [INFO 2025-06-05 23:21:17,570 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_14, aten.permute_copy.default 2025-06-05T23:21:17.6296640Z [INFO 2025-06-05 23:21:17,571 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_15, aten.permute_copy.default 2025-06-05T23:21:17.6297991Z [INFO 2025-06-05 23:21:17,572 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_16, aten.permute_copy.default 2025-06-05T23:21:17.6299595Z [INFO 2025-06-05 23:21:17,572 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_17, aten.permute_copy.default 2025-06-05T23:21:17.6300958Z [INFO 2025-06-05 23:21:17,573 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_18, aten.permute_copy.default 2025-06-05T23:21:17.6302266Z [INFO 2025-06-05 23:21:17,573 qnn_preprocess.py:50] Visiting: aten_select_copy_int, aten.select_copy.int 2025-06-05T23:21:17.6303444Z [INFO 2025-06-05 23:21:17,574 qnn_preprocess.py:50] Visiting: aten_select_copy_int_2, aten.select_copy.int 2025-06-05T23:21:17.6304650Z [INFO 2025-06-05 23:21:17,574 qnn_preprocess.py:50] Visiting: aten_select_copy_int_4, aten.select_copy.int 2025-06-05T23:21:17.6305846Z [INFO 2025-06-05 23:21:17,575 qnn_preprocess.py:50] Visiting: aten_select_copy_int_6, aten.select_copy.int 2025-06-05T23:21:17.6307022Z [INFO 2025-06-05 23:21:17,575 qnn_preprocess.py:50] Visiting: aten_select_copy_int_8, aten.select_copy.int 2025-06-05T23:21:17.6308240Z [INFO 2025-06-05 23:21:17,576 qnn_preprocess.py:50] Visiting: aten_select_copy_int_10, aten.select_copy.int 2025-06-05T23:21:17.6309862Z [INFO 2025-06-05 23:21:17,576 qnn_preprocess.py:50] Visiting: aten_select_copy_int_12, aten.select_copy.int 2025-06-05T23:21:17.6311088Z [INFO 2025-06-05 23:21:17,576 qnn_preprocess.py:50] Visiting: aten_select_copy_int_14, aten.select_copy.int 2025-06-05T23:21:17.6312300Z [INFO 2025-06-05 23:21:17,577 qnn_preprocess.py:50] Visiting: aten_select_copy_int_16, aten.select_copy.int 2025-06-05T23:21:17.6313585Z [INFO 2025-06-05 23:21:17,577 qnn_preprocess.py:50] Visiting: aten_select_copy_int_18, aten.select_copy.int 2025-06-05T23:21:17.6314796Z [INFO 2025-06-05 23:21:17,578 qnn_preprocess.py:50] Visiting: aten_select_copy_int_20, aten.select_copy.int 2025-06-05T23:21:17.6315992Z [INFO 2025-06-05 23:21:17,578 qnn_preprocess.py:50] Visiting: aten_select_copy_int_22, aten.select_copy.int 2025-06-05T23:21:17.6317200Z [INFO 2025-06-05 23:21:17,578 qnn_preprocess.py:50] Visiting: aten_select_copy_int_1, aten.select_copy.int 2025-06-05T23:21:17.6318408Z [INFO 2025-06-05 23:21:17,579 qnn_preprocess.py:50] Visiting: aten_select_copy_int_3, aten.select_copy.int 2025-06-05T23:21:17.6319697Z [INFO 2025-06-05 23:21:17,579 qnn_preprocess.py:50] Visiting: aten_select_copy_int_5, aten.select_copy.int 2025-06-05T23:21:17.6320904Z [INFO 2025-06-05 23:21:17,579 qnn_preprocess.py:50] Visiting: aten_select_copy_int_7, aten.select_copy.int 2025-06-05T23:21:17.6322093Z [INFO 2025-06-05 23:21:17,580 qnn_preprocess.py:50] Visiting: aten_select_copy_int_9, aten.select_copy.int 2025-06-05T23:21:17.6323297Z [INFO 2025-06-05 23:21:17,580 qnn_preprocess.py:50] Visiting: aten_select_copy_int_11, aten.select_copy.int 2025-06-05T23:21:17.6324515Z [INFO 2025-06-05 23:21:17,581 qnn_preprocess.py:50] Visiting: aten_select_copy_int_13, aten.select_copy.int 2025-06-05T23:21:17.6325706Z [INFO 2025-06-05 23:21:17,581 qnn_preprocess.py:50] Visiting: aten_select_copy_int_15, aten.select_copy.int 2025-06-05T23:21:17.6326918Z [INFO 2025-06-05 23:21:17,581 qnn_preprocess.py:50] Visiting: aten_select_copy_int_17, aten.select_copy.int 2025-06-05T23:21:17.6328116Z [INFO 2025-06-05 23:21:17,582 qnn_preprocess.py:50] Visiting: aten_select_copy_int_19, aten.select_copy.int 2025-06-05T23:21:17.6329334Z [INFO 2025-06-05 23:21:17,582 qnn_preprocess.py:50] Visiting: aten_select_copy_int_21, aten.select_copy.int 2025-06-05T23:21:17.6330605Z [INFO 2025-06-05 23:21:17,583 qnn_preprocess.py:50] Visiting: aten_select_copy_int_23, aten.select_copy.int 2025-06-05T23:21:17.6331770Z [INFO 2025-06-05 23:21:17,583 qnn_preprocess.py:50] Visiting: aten_cat_default_2, aten.cat.default 2025-06-05T23:21:17.6332960Z [INFO 2025-06-05 23:21:17,584 qnn_preprocess.py:50] Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-06-05T23:21:17.6334248Z [INFO 2025-06-05 23:21:17,585 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_31, aten.permute_copy.default 2025-06-05T23:21:17.6335522Z [INFO 2025-06-05 23:21:17,585 qnn_preprocess.py:50] Visiting: aten_matmul_default, aten.matmul.default 2025-06-05T23:21:17.6336739Z [INFO 2025-06-05 23:21:17,586 qnn_preprocess.py:50] Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-06-05T23:21:17.6337881Z [INFO 2025-06-05 23:21:17,587 qnn_preprocess.py:50] Visiting: aten_add_tensor_2, aten.add.Tensor 2025-06-05T23:21:17.6339034Z [INFO 2025-06-05 23:21:17,587 qnn_preprocess.py:50] Visiting: aten__softmax_default, aten._softmax.default 2025-06-05T23:21:17.6340214Z [INFO 2025-06-05 23:21:17,587 qnn_preprocess.py:50] Visiting: aten_matmul_default_1, aten.matmul.default 2025-06-05T23:21:17.6341481Z [INFO 2025-06-05 23:21:17,588 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_32, aten.permute_copy.default 2025-06-05T23:21:17.6342800Z [INFO 2025-06-05 23:21:17,589 qnn_preprocess.py:50] Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-06-05T23:21:17.6344116Z [INFO 2025-06-05 23:21:17,589 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_7, aten.unsqueeze_copy.default 2025-06-05T23:21:17.6345498Z [INFO 2025-06-05 23:21:17,589 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_670, aten.permute_copy.default 2025-06-05T23:21:17.6346900Z [INFO 2025-06-05 23:21:17,590 qnn_preprocess.py:50] Visiting: aten_convolution_default_3, aten.convolution.default 2025-06-05T23:21:17.6348266Z [INFO 2025-06-05 23:21:17,593 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_671, aten.permute_copy.default 2025-06-05T23:21:17.6349582Z [INFO 2025-06-05 23:21:17,594 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_7, aten.squeeze_copy.dims 2025-06-05T23:21:17.6350751Z [INFO 2025-06-05 23:21:17,594 qnn_preprocess.py:50] Visiting: aten_add_tensor_3, aten.add.Tensor 2025-06-05T23:21:17.6351922Z [INFO 2025-06-05 23:21:17,595 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-06-05T23:21:17.6353295Z [INFO 2025-06-05 23:21:17,595 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_8, aten.unsqueeze_copy.default 2025-06-05T23:21:17.6354679Z [INFO 2025-06-05 23:21:17,596 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_672, aten.permute_copy.default 2025-06-05T23:21:17.6356055Z [INFO 2025-06-05 23:21:17,596 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_9, aten.unsqueeze_copy.default 2025-06-05T23:21:17.6357463Z [INFO 2025-06-05 23:21:17,597 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_673, aten.permute_copy.default 2025-06-05T23:21:17.6358816Z [INFO 2025-06-05 23:21:17,597 qnn_preprocess.py:50] Visiting: aten_convolution_default_4, aten.convolution.default 2025-06-05T23:21:17.6360162Z [INFO 2025-06-05 23:21:17,605 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_674, aten.permute_copy.default 2025-06-05T23:21:17.6361491Z [INFO 2025-06-05 23:21:17,607 qnn_preprocess.py:50] Visiting: aten_convolution_default_5, aten.convolution.default 2025-06-05T23:21:17.6362839Z [INFO 2025-06-05 23:21:17,612 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_675, aten.permute_copy.default 2025-06-05T23:21:17.6364131Z [INFO 2025-06-05 23:21:17,613 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_8, aten.squeeze_copy.dims 2025-06-05T23:21:17.6365382Z [INFO 2025-06-05 23:21:17,613 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_9, aten.squeeze_copy.dims 2025-06-05T23:21:17.6366600Z [INFO 2025-06-05 23:21:17,613 qnn_preprocess.py:50] Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-06-05T23:21:17.6367778Z [INFO 2025-06-05 23:21:17,614 qnn_preprocess.py:50] Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-06-05T23:21:17.6368886Z [INFO 2025-06-05 23:21:17,614 qnn_preprocess.py:50] Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-06-05T23:21:17.6370127Z [INFO 2025-06-05 23:21:17,615 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_10, aten.unsqueeze_copy.default 2025-06-05T23:21:17.6371503Z [INFO 2025-06-05 23:21:17,615 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_676, aten.permute_copy.default 2025-06-05T23:21:17.6372836Z [INFO 2025-06-05 23:21:17,616 qnn_preprocess.py:50] Visiting: aten_convolution_default_6, aten.convolution.default 2025-06-05T23:21:17.6374223Z [INFO 2025-06-05 23:21:17,621 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_677, aten.permute_copy.default 2025-06-05T23:21:17.6375544Z [INFO 2025-06-05 23:21:17,622 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_10, aten.squeeze_copy.dims 2025-06-05T23:21:17.6376713Z [INFO 2025-06-05 23:21:17,622 qnn_preprocess.py:50] Visiting: aten_add_tensor_4, aten.add.Tensor 2025-06-05T23:21:17.6377876Z [INFO 2025-06-05 23:21:17,623 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-06-05T23:21:17.6379180Z [INFO 2025-06-05 23:21:17,624 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_11, aten.unsqueeze_copy.default 2025-06-05T23:21:17.6380555Z [INFO 2025-06-05 23:21:17,624 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_678, aten.permute_copy.default 2025-06-05T23:21:17.6381923Z [INFO 2025-06-05 23:21:17,625 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_12, aten.unsqueeze_copy.default 2025-06-05T23:21:17.6383286Z [INFO 2025-06-05 23:21:17,625 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_679, aten.permute_copy.default 2025-06-05T23:21:17.6384705Z [INFO 2025-06-05 23:21:17,626 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_13, aten.unsqueeze_copy.default 2025-06-05T23:21:17.6386083Z [INFO 2025-06-05 23:21:17,626 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_680, aten.permute_copy.default 2025-06-05T23:21:17.6387411Z [INFO 2025-06-05 23:21:17,627 qnn_preprocess.py:50] Visiting: aten_convolution_default_7, aten.convolution.default 2025-06-05T23:21:17.6685332Z [INFO 2025-06-05 23:21:17,629 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_681, aten.permute_copy.default 2025-06-05T23:21:17.6686687Z [INFO 2025-06-05 23:21:17,630 qnn_preprocess.py:50] Visiting: aten_convolution_default_8, aten.convolution.default 2025-06-05T23:21:17.6688018Z [INFO 2025-06-05 23:21:17,632 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_682, aten.permute_copy.default 2025-06-05T23:21:17.6689370Z [INFO 2025-06-05 23:21:17,632 qnn_preprocess.py:50] Visiting: aten_convolution_default_9, aten.convolution.default 2025-06-05T23:21:17.6690825Z [INFO 2025-06-05 23:21:17,635 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_683, aten.permute_copy.default 2025-06-05T23:21:17.6692138Z [INFO 2025-06-05 23:21:17,636 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_11, aten.squeeze_copy.dims 2025-06-05T23:21:17.6693413Z [INFO 2025-06-05 23:21:17,637 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_12, aten.squeeze_copy.dims 2025-06-05T23:21:17.6694663Z [INFO 2025-06-05 23:21:17,637 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_13, aten.squeeze_copy.dims 2025-06-05T23:21:17.6695933Z [INFO 2025-06-05 23:21:17,637 qnn_preprocess.py:50] Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-06-05T23:21:17.6697182Z [INFO 2025-06-05 23:21:17,638 qnn_preprocess.py:50] Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-06-05T23:21:17.6698444Z [INFO 2025-06-05 23:21:17,638 qnn_preprocess.py:50] Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-06-05T23:21:17.6699707Z [INFO 2025-06-05 23:21:17,638 qnn_preprocess.py:50] Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-06-05T23:21:17.6701006Z [INFO 2025-06-05 23:21:17,639 qnn_preprocess.py:50] Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-06-05T23:21:17.6702261Z [INFO 2025-06-05 23:21:17,639 qnn_preprocess.py:50] Visiting: aten_index_put_default_3, aten.index_put.default 2025-06-05T23:21:17.6703503Z [INFO 2025-06-05 23:21:17,640 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-06-05T23:21:17.6704758Z [INFO 2025-06-05 23:21:17,640 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-06-05T23:21:17.6706010Z [INFO 2025-06-05 23:21:17,641 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-06-05T23:21:17.6707300Z [INFO 2025-06-05 23:21:17,641 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-06-05T23:21:17.6708600Z [INFO 2025-06-05 23:21:17,642 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_60, aten.permute_copy.default 2025-06-05T23:21:17.6710052Z [INFO 2025-06-05 23:21:17,642 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_61, aten.permute_copy.default 2025-06-05T23:21:17.6711407Z [INFO 2025-06-05 23:21:17,643 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_62, aten.permute_copy.default 2025-06-05T23:21:17.6712753Z [INFO 2025-06-05 23:21:17,643 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_63, aten.permute_copy.default 2025-06-05T23:21:17.6714138Z [INFO 2025-06-05 23:21:17,644 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_64, aten.permute_copy.default 2025-06-05T23:21:17.6715479Z [INFO 2025-06-05 23:21:17,645 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_65, aten.permute_copy.default 2025-06-05T23:21:17.6716814Z [INFO 2025-06-05 23:21:17,645 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_66, aten.permute_copy.default 2025-06-05T23:21:17.6718199Z [INFO 2025-06-05 23:21:17,646 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_67, aten.permute_copy.default 2025-06-05T23:21:17.6719531Z [INFO 2025-06-05 23:21:17,646 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_68, aten.permute_copy.default 2025-06-05T23:21:17.6720854Z [INFO 2025-06-05 23:21:17,647 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_69, aten.permute_copy.default 2025-06-05T23:21:17.6722234Z [INFO 2025-06-05 23:21:17,648 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_70, aten.permute_copy.default 2025-06-05T23:21:17.6723575Z [INFO 2025-06-05 23:21:17,648 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_71, aten.permute_copy.default 2025-06-05T23:21:17.6724859Z [INFO 2025-06-05 23:21:17,649 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_14, aten.squeeze_copy.dims 2025-06-05T23:21:17.6726117Z [INFO 2025-06-05 23:21:17,649 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_15, aten.squeeze_copy.dims 2025-06-05T23:21:17.6727374Z [INFO 2025-06-05 23:21:17,650 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_16, aten.squeeze_copy.dims 2025-06-05T23:21:17.6728669Z [INFO 2025-06-05 23:21:17,650 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_17, aten.squeeze_copy.dims 2025-06-05T23:21:17.6729901Z [INFO 2025-06-05 23:21:17,650 qnn_preprocess.py:50] Visiting: aten_select_copy_int_72, aten.select_copy.int 2025-06-05T23:21:17.6731101Z [INFO 2025-06-05 23:21:17,651 qnn_preprocess.py:50] Visiting: aten_select_copy_int_74, aten.select_copy.int 2025-06-05T23:21:17.6732314Z [INFO 2025-06-05 23:21:17,651 qnn_preprocess.py:50] Visiting: aten_select_copy_int_76, aten.select_copy.int 2025-06-05T23:21:17.6733527Z [INFO 2025-06-05 23:21:17,652 qnn_preprocess.py:50] Visiting: aten_select_copy_int_78, aten.select_copy.int 2025-06-05T23:21:17.6734720Z [INFO 2025-06-05 23:21:17,652 qnn_preprocess.py:50] Visiting: aten_select_copy_int_80, aten.select_copy.int 2025-06-05T23:21:17.6735926Z [INFO 2025-06-05 23:21:17,652 qnn_preprocess.py:50] Visiting: aten_select_copy_int_82, aten.select_copy.int 2025-06-05T23:21:17.6737123Z [INFO 2025-06-05 23:21:17,653 qnn_preprocess.py:50] Visiting: aten_select_copy_int_84, aten.select_copy.int 2025-06-05T23:21:17.6738377Z [INFO 2025-06-05 23:21:17,653 qnn_preprocess.py:50] Visiting: aten_select_copy_int_86, aten.select_copy.int 2025-06-05T23:21:17.6739586Z [INFO 2025-06-05 23:21:17,653 qnn_preprocess.py:50] Visiting: aten_select_copy_int_88, aten.select_copy.int 2025-06-05T23:21:17.6740778Z [INFO 2025-06-05 23:21:17,654 qnn_preprocess.py:50] Visiting: aten_select_copy_int_90, aten.select_copy.int 2025-06-05T23:21:17.6741980Z [INFO 2025-06-05 23:21:17,654 qnn_preprocess.py:50] Visiting: aten_select_copy_int_92, aten.select_copy.int 2025-06-05T23:21:17.6743178Z [INFO 2025-06-05 23:21:17,655 qnn_preprocess.py:50] Visiting: aten_select_copy_int_94, aten.select_copy.int 2025-06-05T23:21:17.6744386Z [INFO 2025-06-05 23:21:17,655 qnn_preprocess.py:50] Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-06-05T23:21:17.6745500Z [INFO 2025-06-05 23:21:17,655 qnn_preprocess.py:50] Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-06-05T23:21:17.6746600Z [INFO 2025-06-05 23:21:17,656 qnn_preprocess.py:50] Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-06-05T23:21:17.6747704Z [INFO 2025-06-05 23:21:17,656 qnn_preprocess.py:50] Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-06-05T23:21:17.6748794Z [INFO 2025-06-05 23:21:17,657 qnn_preprocess.py:50] Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-06-05T23:21:17.6749897Z [INFO 2025-06-05 23:21:17,657 qnn_preprocess.py:50] Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-06-05T23:21:17.6751005Z [INFO 2025-06-05 23:21:17,658 qnn_preprocess.py:50] Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-06-05T23:21:17.6752093Z [INFO 2025-06-05 23:21:17,658 qnn_preprocess.py:50] Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-06-05T23:21:17.6753349Z [INFO 2025-06-05 23:21:17,659 qnn_preprocess.py:50] Visiting: aten_select_copy_int_73, aten.select_copy.int 2025-06-05T23:21:17.6754584Z [INFO 2025-06-05 23:21:17,659 qnn_preprocess.py:50] Visiting: aten_select_copy_int_75, aten.select_copy.int 2025-06-05T23:21:17.6755801Z [INFO 2025-06-05 23:21:17,660 qnn_preprocess.py:50] Visiting: aten_select_copy_int_77, aten.select_copy.int 2025-06-05T23:21:17.6757015Z [INFO 2025-06-05 23:21:17,660 qnn_preprocess.py:50] Visiting: aten_select_copy_int_79, aten.select_copy.int 2025-06-05T23:21:17.6758219Z [INFO 2025-06-05 23:21:17,660 qnn_preprocess.py:50] Visiting: aten_select_copy_int_81, aten.select_copy.int 2025-06-05T23:21:17.6759432Z [INFO 2025-06-05 23:21:17,661 qnn_preprocess.py:50] Visiting: aten_select_copy_int_83, aten.select_copy.int 2025-06-05T23:21:17.6760633Z [INFO 2025-06-05 23:21:17,661 qnn_preprocess.py:50] Visiting: aten_select_copy_int_85, aten.select_copy.int 2025-06-05T23:21:17.6761840Z [INFO 2025-06-05 23:21:17,661 qnn_preprocess.py:50] Visiting: aten_select_copy_int_87, aten.select_copy.int 2025-06-05T23:21:17.6763050Z [INFO 2025-06-05 23:21:17,662 qnn_preprocess.py:50] Visiting: aten_select_copy_int_89, aten.select_copy.int 2025-06-05T23:21:17.6764278Z [INFO 2025-06-05 23:21:17,662 qnn_preprocess.py:50] Visiting: aten_select_copy_int_91, aten.select_copy.int 2025-06-05T23:21:17.6765495Z [INFO 2025-06-05 23:21:17,663 qnn_preprocess.py:50] Visiting: aten_select_copy_int_93, aten.select_copy.int 2025-06-05T23:21:17.6766683Z [INFO 2025-06-05 23:21:17,663 qnn_preprocess.py:50] Visiting: aten_select_copy_int_95, aten.select_copy.int 2025-06-05T23:21:17.6767836Z [INFO 2025-06-05 23:21:17,663 qnn_preprocess.py:50] Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-06-05T23:21:17.6768935Z [INFO 2025-06-05 23:21:17,664 qnn_preprocess.py:50] Visiting: aten_add_tensor_5, aten.add.Tensor 2025-06-05T23:21:17.6770018Z [INFO 2025-06-05 23:21:17,664 qnn_preprocess.py:50] Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-06-05T23:21:17.6771113Z [INFO 2025-06-05 23:21:17,665 qnn_preprocess.py:50] Visiting: aten_add_tensor_6, aten.add.Tensor 2025-06-05T23:21:17.6772211Z [INFO 2025-06-05 23:21:17,665 qnn_preprocess.py:50] Visiting: aten_cat_default_7, aten.cat.default 2025-06-05T23:21:17.6773477Z [INFO 2025-06-05 23:21:17,667 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_14, aten.unsqueeze_copy.default 2025-06-05T23:21:17.6774914Z [INFO 2025-06-05 23:21:17,667 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_15, aten.unsqueeze_copy.default 2025-06-05T23:21:17.6776309Z [INFO 2025-06-05 23:21:17,667 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_16, aten.unsqueeze_copy.default 2025-06-05T23:21:17.7193098Z [INFO 2025-06-05 23:21:17,668 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_17, aten.unsqueeze_copy.default 2025-06-05T23:21:17.7194476Z [INFO 2025-06-05 23:21:17,668 qnn_preprocess.py:50] Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-06-05T23:21:17.7195686Z [INFO 2025-06-05 23:21:17,669 qnn_preprocess.py:50] Visiting: aten_cat_default_4, aten.cat.default 2025-06-05T23:21:17.7197044Z [INFO 2025-06-05 23:21:17,669 qnn_preprocess.py:50] Visiting: aten_cat_default_5, aten.cat.default 2025-06-05T23:21:17.7198235Z [INFO 2025-06-05 23:21:17,670 qnn_preprocess.py:50] Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-06-05T23:21:17.7199506Z [INFO 2025-06-05 23:21:17,670 qnn_preprocess.py:50] Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-06-05T23:21:17.7200787Z [INFO 2025-06-05 23:21:17,670 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-06-05T23:21:17.7202084Z [INFO 2025-06-05 23:21:17,671 qnn_preprocess.py:50] Visiting: aten_index_put_default_2, aten.index_put.default 2025-06-05T23:21:17.7203386Z [INFO 2025-06-05 23:21:17,672 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-06-05T23:21:17.7204717Z [INFO 2025-06-05 23:21:17,672 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_49, aten.permute_copy.default 2025-06-05T23:21:17.7206067Z [INFO 2025-06-05 23:21:17,673 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_50, aten.permute_copy.default 2025-06-05T23:21:17.7207452Z [INFO 2025-06-05 23:21:17,674 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_51, aten.permute_copy.default 2025-06-05T23:21:17.7208964Z [INFO 2025-06-05 23:21:17,674 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_52, aten.permute_copy.default 2025-06-05T23:21:17.7210308Z [INFO 2025-06-05 23:21:17,675 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_53, aten.permute_copy.default 2025-06-05T23:21:17.7211642Z [INFO 2025-06-05 23:21:17,676 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_54, aten.permute_copy.default 2025-06-05T23:21:17.7212937Z [INFO 2025-06-05 23:21:17,676 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_55, aten.permute_copy.default 2025-06-05T23:21:17.7214310Z [INFO 2025-06-05 23:21:17,677 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_56, aten.permute_copy.default 2025-06-05T23:21:17.7215726Z [INFO 2025-06-05 23:21:17,677 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_57, aten.permute_copy.default 2025-06-05T23:21:17.7217188Z [INFO 2025-06-05 23:21:17,678 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_58, aten.permute_copy.default 2025-06-05T23:21:17.7218482Z [INFO 2025-06-05 23:21:17,679 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_59, aten.permute_copy.default 2025-06-05T23:21:17.7219722Z [INFO 2025-06-05 23:21:17,679 qnn_preprocess.py:50] Visiting: aten_select_copy_int_48, aten.select_copy.int 2025-06-05T23:21:17.7220904Z [INFO 2025-06-05 23:21:17,680 qnn_preprocess.py:50] Visiting: aten_select_copy_int_50, aten.select_copy.int 2025-06-05T23:21:17.7222092Z [INFO 2025-06-05 23:21:17,680 qnn_preprocess.py:50] Visiting: aten_select_copy_int_52, aten.select_copy.int 2025-06-05T23:21:17.7223298Z [INFO 2025-06-05 23:21:17,680 qnn_preprocess.py:50] Visiting: aten_select_copy_int_54, aten.select_copy.int 2025-06-05T23:21:17.7224532Z [INFO 2025-06-05 23:21:17,681 qnn_preprocess.py:50] Visiting: aten_select_copy_int_56, aten.select_copy.int 2025-06-05T23:21:17.7225737Z [INFO 2025-06-05 23:21:17,681 qnn_preprocess.py:50] Visiting: aten_select_copy_int_58, aten.select_copy.int 2025-06-05T23:21:17.7226947Z [INFO 2025-06-05 23:21:17,682 qnn_preprocess.py:50] Visiting: aten_select_copy_int_60, aten.select_copy.int 2025-06-05T23:21:17.7228264Z [INFO 2025-06-05 23:21:17,682 qnn_preprocess.py:50] Visiting: aten_select_copy_int_62, aten.select_copy.int 2025-06-05T23:21:17.7229475Z [INFO 2025-06-05 23:21:17,682 qnn_preprocess.py:50] Visiting: aten_select_copy_int_64, aten.select_copy.int 2025-06-05T23:21:17.7230678Z [INFO 2025-06-05 23:21:17,683 qnn_preprocess.py:50] Visiting: aten_select_copy_int_66, aten.select_copy.int 2025-06-05T23:21:17.7231886Z [INFO 2025-06-05 23:21:17,683 qnn_preprocess.py:50] Visiting: aten_select_copy_int_68, aten.select_copy.int 2025-06-05T23:21:17.7233105Z [INFO 2025-06-05 23:21:17,684 qnn_preprocess.py:50] Visiting: aten_select_copy_int_70, aten.select_copy.int 2025-06-05T23:21:17.7234476Z [INFO 2025-06-05 23:21:17,684 qnn_preprocess.py:50] Visiting: aten_select_copy_int_49, aten.select_copy.int 2025-06-05T23:21:17.7235715Z [INFO 2025-06-05 23:21:17,684 qnn_preprocess.py:50] Visiting: aten_select_copy_int_51, aten.select_copy.int 2025-06-05T23:21:17.7237025Z [INFO 2025-06-05 23:21:17,685 qnn_preprocess.py:50] Visiting: aten_select_copy_int_53, aten.select_copy.int 2025-06-05T23:21:17.7238380Z [INFO 2025-06-05 23:21:17,685 qnn_preprocess.py:50] Visiting: aten_select_copy_int_55, aten.select_copy.int 2025-06-05T23:21:17.7239730Z [INFO 2025-06-05 23:21:17,686 qnn_preprocess.py:50] Visiting: aten_select_copy_int_57, aten.select_copy.int 2025-06-05T23:21:17.7241061Z [INFO 2025-06-05 23:21:17,686 qnn_preprocess.py:50] Visiting: aten_select_copy_int_59, aten.select_copy.int 2025-06-05T23:21:17.7242437Z [INFO 2025-06-05 23:21:17,686 qnn_preprocess.py:50] Visiting: aten_select_copy_int_61, aten.select_copy.int 2025-06-05T23:21:17.7243829Z [INFO 2025-06-05 23:21:17,687 qnn_preprocess.py:50] Visiting: aten_select_copy_int_63, aten.select_copy.int 2025-06-05T23:21:17.7245167Z [INFO 2025-06-05 23:21:17,687 qnn_preprocess.py:50] Visiting: aten_select_copy_int_65, aten.select_copy.int 2025-06-05T23:21:17.7246384Z [INFO 2025-06-05 23:21:17,688 qnn_preprocess.py:50] Visiting: aten_select_copy_int_67, aten.select_copy.int 2025-06-05T23:21:17.7247585Z [INFO 2025-06-05 23:21:17,688 qnn_preprocess.py:50] Visiting: aten_select_copy_int_69, aten.select_copy.int 2025-06-05T23:21:17.7248797Z [INFO 2025-06-05 23:21:17,688 qnn_preprocess.py:50] Visiting: aten_select_copy_int_71, aten.select_copy.int 2025-06-05T23:21:17.7249965Z [INFO 2025-06-05 23:21:17,689 qnn_preprocess.py:50] Visiting: aten_cat_default_6, aten.cat.default 2025-06-05T23:21:17.7251137Z [INFO 2025-06-05 23:21:17,690 qnn_preprocess.py:50] Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-06-05T23:21:17.7252447Z [INFO 2025-06-05 23:21:17,690 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_72, aten.permute_copy.default 2025-06-05T23:21:17.7253706Z [INFO 2025-06-05 23:21:17,691 qnn_preprocess.py:50] Visiting: aten_matmul_default_2, aten.matmul.default 2025-06-05T23:21:17.7254929Z [INFO 2025-06-05 23:21:17,691 qnn_preprocess.py:50] Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-06-05T23:21:17.7256036Z [INFO 2025-06-05 23:21:17,692 qnn_preprocess.py:50] Visiting: aten_add_tensor_7, aten.add.Tensor 2025-06-05T23:21:17.7257188Z [INFO 2025-06-05 23:21:17,693 qnn_preprocess.py:50] Visiting: aten__softmax_default_1, aten._softmax.default 2025-06-05T23:21:17.7258399Z [INFO 2025-06-05 23:21:17,693 qnn_preprocess.py:50] Visiting: aten_matmul_default_3, aten.matmul.default 2025-06-05T23:21:17.7259644Z [INFO 2025-06-05 23:21:17,694 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_73, aten.permute_copy.default 2025-06-05T23:21:17.7260950Z [INFO 2025-06-05 23:21:17,694 qnn_preprocess.py:50] Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-06-05T23:21:17.7262290Z [INFO 2025-06-05 23:21:17,695 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_18, aten.unsqueeze_copy.default 2025-06-05T23:21:17.7263657Z [INFO 2025-06-05 23:21:17,695 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_684, aten.permute_copy.default 2025-06-05T23:21:17.7265050Z [INFO 2025-06-05 23:21:17,696 qnn_preprocess.py:50] Visiting: aten_convolution_default_10, aten.convolution.default 2025-06-05T23:21:17.7266388Z [INFO 2025-06-05 23:21:17,698 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_685, aten.permute_copy.default 2025-06-05T23:21:17.7267693Z [INFO 2025-06-05 23:21:17,699 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_18, aten.squeeze_copy.dims 2025-06-05T23:21:17.7268879Z [INFO 2025-06-05 23:21:17,699 qnn_preprocess.py:50] Visiting: aten_add_tensor_8, aten.add.Tensor 2025-06-05T23:21:17.7270031Z [INFO 2025-06-05 23:21:17,699 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-06-05T23:21:17.7271379Z [INFO 2025-06-05 23:21:17,700 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_19, aten.unsqueeze_copy.default 2025-06-05T23:21:17.7272747Z [INFO 2025-06-05 23:21:17,701 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_686, aten.permute_copy.default 2025-06-05T23:21:17.7274206Z [INFO 2025-06-05 23:21:17,701 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_20, aten.unsqueeze_copy.default 2025-06-05T23:21:17.7275585Z [INFO 2025-06-05 23:21:17,702 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_687, aten.permute_copy.default 2025-06-05T23:21:17.7276927Z [INFO 2025-06-05 23:21:17,702 qnn_preprocess.py:50] Visiting: aten_convolution_default_11, aten.convolution.default 2025-06-05T23:21:17.7278282Z [INFO 2025-06-05 23:21:17,710 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_688, aten.permute_copy.default 2025-06-05T23:21:17.7279619Z [INFO 2025-06-05 23:21:17,711 qnn_preprocess.py:50] Visiting: aten_convolution_default_12, aten.convolution.default 2025-06-05T23:21:17.7280975Z [INFO 2025-06-05 23:21:17,716 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_689, aten.permute_copy.default 2025-06-05T23:21:17.7282316Z [INFO 2025-06-05 23:21:17,717 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_19, aten.squeeze_copy.dims 2025-06-05T23:21:17.7283563Z [INFO 2025-06-05 23:21:17,717 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_20, aten.squeeze_copy.dims 2025-06-05T23:21:17.7284806Z [INFO 2025-06-05 23:21:17,718 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-06-05T23:21:17.7285954Z [INFO 2025-06-05 23:21:17,718 qnn_preprocess.py:50] Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-06-05T23:21:17.7661138Z [INFO 2025-06-05 23:21:17,719 qnn_preprocess.py:50] Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-06-05T23:21:17.7662831Z [INFO 2025-06-05 23:21:17,719 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_21, aten.unsqueeze_copy.default 2025-06-05T23:21:17.7664373Z [INFO 2025-06-05 23:21:17,719 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_690, aten.permute_copy.default 2025-06-05T23:21:17.7665895Z [INFO 2025-06-05 23:21:17,720 qnn_preprocess.py:50] Visiting: aten_convolution_default_13, aten.convolution.default 2025-06-05T23:21:17.7667743Z [INFO 2025-06-05 23:21:17,726 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_691, aten.permute_copy.default 2025-06-05T23:21:17.7669063Z [INFO 2025-06-05 23:21:17,727 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_21, aten.squeeze_copy.dims 2025-06-05T23:21:17.7670270Z [INFO 2025-06-05 23:21:17,727 qnn_preprocess.py:50] Visiting: aten_add_tensor_9, aten.add.Tensor 2025-06-05T23:21:17.7671574Z [INFO 2025-06-05 23:21:17,728 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-06-05T23:21:17.7672895Z [INFO 2025-06-05 23:21:17,729 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_22, aten.unsqueeze_copy.default 2025-06-05T23:21:17.7674333Z [INFO 2025-06-05 23:21:17,729 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_692, aten.permute_copy.default 2025-06-05T23:21:17.7675717Z [INFO 2025-06-05 23:21:17,730 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_23, aten.unsqueeze_copy.default 2025-06-05T23:21:17.7677112Z [INFO 2025-06-05 23:21:17,730 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_693, aten.permute_copy.default 2025-06-05T23:21:17.7679312Z [INFO 2025-06-05 23:21:17,731 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_24, aten.unsqueeze_copy.default 2025-06-05T23:21:17.7680698Z [INFO 2025-06-05 23:21:17,731 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_694, aten.permute_copy.default 2025-06-05T23:21:17.7682052Z [INFO 2025-06-05 23:21:17,732 qnn_preprocess.py:50] Visiting: aten_convolution_default_14, aten.convolution.default 2025-06-05T23:21:17.7683392Z [INFO 2025-06-05 23:21:17,734 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_695, aten.permute_copy.default 2025-06-05T23:21:17.7684746Z [INFO 2025-06-05 23:21:17,734 qnn_preprocess.py:50] Visiting: aten_convolution_default_15, aten.convolution.default 2025-06-05T23:21:17.7686160Z [INFO 2025-06-05 23:21:17,737 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_696, aten.permute_copy.default 2025-06-05T23:21:17.7687499Z [INFO 2025-06-05 23:21:17,738 qnn_preprocess.py:50] Visiting: aten_convolution_default_16, aten.convolution.default 2025-06-05T23:21:17.7688855Z [INFO 2025-06-05 23:21:17,740 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_697, aten.permute_copy.default 2025-06-05T23:21:17.7690156Z [INFO 2025-06-05 23:21:17,741 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_22, aten.squeeze_copy.dims 2025-06-05T23:21:17.7691584Z [INFO 2025-06-05 23:21:17,741 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_23, aten.squeeze_copy.dims 2025-06-05T23:21:17.7692850Z [INFO 2025-06-05 23:21:17,742 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_24, aten.squeeze_copy.dims 2025-06-05T23:21:17.7694108Z [INFO 2025-06-05 23:21:17,742 qnn_preprocess.py:50] Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-06-05T23:21:17.7695367Z [INFO 2025-06-05 23:21:17,742 qnn_preprocess.py:50] Visiting: aten_view_copy_default_37, aten.view_copy.default 2025-06-05T23:21:17.7696675Z [INFO 2025-06-05 23:21:17,743 qnn_preprocess.py:50] Visiting: aten_view_copy_default_38, aten.view_copy.default 2025-06-05T23:21:17.7697939Z [INFO 2025-06-05 23:21:17,743 qnn_preprocess.py:50] Visiting: aten_view_copy_default_39, aten.view_copy.default 2025-06-05T23:21:17.7699191Z [INFO 2025-06-05 23:21:17,743 qnn_preprocess.py:50] Visiting: aten_view_copy_default_40, aten.view_copy.default 2025-06-05T23:21:17.7700436Z [INFO 2025-06-05 23:21:17,743 qnn_preprocess.py:50] Visiting: aten_index_put_default_5, aten.index_put.default 2025-06-05T23:21:17.7701687Z [INFO 2025-06-05 23:21:17,745 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-06-05T23:21:17.7702923Z [INFO 2025-06-05 23:21:17,745 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-06-05T23:21:17.7704177Z [INFO 2025-06-05 23:21:17,745 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-06-05T23:21:17.7705476Z [INFO 2025-06-05 23:21:17,746 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-06-05T23:21:17.7706776Z [INFO 2025-06-05 23:21:17,746 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-06-05T23:21:17.7708135Z [INFO 2025-06-05 23:21:17,747 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_102, aten.permute_copy.default 2025-06-05T23:21:17.7709611Z [INFO 2025-06-05 23:21:17,748 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_103, aten.permute_copy.default 2025-06-05T23:21:17.7710966Z [INFO 2025-06-05 23:21:17,748 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_104, aten.permute_copy.default 2025-06-05T23:21:17.7712314Z [INFO 2025-06-05 23:21:17,749 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_105, aten.permute_copy.default 2025-06-05T23:21:17.7713723Z [INFO 2025-06-05 23:21:17,749 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_106, aten.permute_copy.default 2025-06-05T23:21:17.7715087Z [INFO 2025-06-05 23:21:17,750 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_107, aten.permute_copy.default 2025-06-05T23:21:17.7716507Z [INFO 2025-06-05 23:21:17,751 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_108, aten.permute_copy.default 2025-06-05T23:21:17.7718029Z [INFO 2025-06-05 23:21:17,751 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_109, aten.permute_copy.default 2025-06-05T23:21:17.7719386Z [INFO 2025-06-05 23:21:17,752 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_110, aten.permute_copy.default 2025-06-05T23:21:17.7720730Z [INFO 2025-06-05 23:21:17,752 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_111, aten.permute_copy.default 2025-06-05T23:21:17.7722088Z [INFO 2025-06-05 23:21:17,753 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_112, aten.permute_copy.default 2025-06-05T23:21:17.7723452Z [INFO 2025-06-05 23:21:17,754 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_25, aten.squeeze_copy.dims 2025-06-05T23:21:17.7724745Z [INFO 2025-06-05 23:21:17,754 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_26, aten.squeeze_copy.dims 2025-06-05T23:21:17.7726018Z [INFO 2025-06-05 23:21:17,754 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_27, aten.squeeze_copy.dims 2025-06-05T23:21:17.7727268Z [INFO 2025-06-05 23:21:17,755 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_28, aten.squeeze_copy.dims 2025-06-05T23:21:17.7728516Z [INFO 2025-06-05 23:21:17,755 qnn_preprocess.py:50] Visiting: aten_select_copy_int_120, aten.select_copy.int 2025-06-05T23:21:17.7729746Z [INFO 2025-06-05 23:21:17,756 qnn_preprocess.py:50] Visiting: aten_select_copy_int_122, aten.select_copy.int 2025-06-05T23:21:17.7730955Z [INFO 2025-06-05 23:21:17,756 qnn_preprocess.py:50] Visiting: aten_select_copy_int_124, aten.select_copy.int 2025-06-05T23:21:17.7732176Z [INFO 2025-06-05 23:21:17,756 qnn_preprocess.py:50] Visiting: aten_select_copy_int_126, aten.select_copy.int 2025-06-05T23:21:17.7733429Z [INFO 2025-06-05 23:21:17,757 qnn_preprocess.py:50] Visiting: aten_select_copy_int_128, aten.select_copy.int 2025-06-05T23:21:17.7734661Z [INFO 2025-06-05 23:21:17,757 qnn_preprocess.py:50] Visiting: aten_select_copy_int_130, aten.select_copy.int 2025-06-05T23:21:17.7735887Z [INFO 2025-06-05 23:21:17,758 qnn_preprocess.py:50] Visiting: aten_select_copy_int_132, aten.select_copy.int 2025-06-05T23:21:17.7737101Z [INFO 2025-06-05 23:21:17,758 qnn_preprocess.py:50] Visiting: aten_select_copy_int_134, aten.select_copy.int 2025-06-05T23:21:17.7738328Z [INFO 2025-06-05 23:21:17,758 qnn_preprocess.py:50] Visiting: aten_select_copy_int_136, aten.select_copy.int 2025-06-05T23:21:17.7739535Z [INFO 2025-06-05 23:21:17,759 qnn_preprocess.py:50] Visiting: aten_select_copy_int_138, aten.select_copy.int 2025-06-05T23:21:17.7740757Z [INFO 2025-06-05 23:21:17,759 qnn_preprocess.py:50] Visiting: aten_select_copy_int_140, aten.select_copy.int 2025-06-05T23:21:17.7741976Z [INFO 2025-06-05 23:21:17,759 qnn_preprocess.py:50] Visiting: aten_select_copy_int_142, aten.select_copy.int 2025-06-05T23:21:17.7743190Z [INFO 2025-06-05 23:21:17,760 qnn_preprocess.py:50] Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-06-05T23:21:17.7744310Z [INFO 2025-06-05 23:21:17,760 qnn_preprocess.py:50] Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-06-05T23:21:17.7745411Z [INFO 2025-06-05 23:21:17,761 qnn_preprocess.py:50] Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-06-05T23:21:17.7746521Z [INFO 2025-06-05 23:21:17,761 qnn_preprocess.py:50] Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-06-05T23:21:17.7747631Z [INFO 2025-06-05 23:21:17,762 qnn_preprocess.py:50] Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-06-05T23:21:17.7748723Z [INFO 2025-06-05 23:21:17,762 qnn_preprocess.py:50] Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-06-05T23:21:17.7749831Z [INFO 2025-06-05 23:21:17,763 qnn_preprocess.py:50] Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-06-05T23:21:17.7750920Z [INFO 2025-06-05 23:21:17,763 qnn_preprocess.py:50] Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-06-05T23:21:17.7752100Z [INFO 2025-06-05 23:21:17,764 qnn_preprocess.py:50] Visiting: aten_select_copy_int_121, aten.select_copy.int 2025-06-05T23:21:17.7753416Z [INFO 2025-06-05 23:21:17,764 qnn_preprocess.py:50] Visiting: aten_select_copy_int_123, aten.select_copy.int 2025-06-05T23:21:17.7754629Z [INFO 2025-06-05 23:21:17,764 qnn_preprocess.py:50] Visiting: aten_select_copy_int_125, aten.select_copy.int 2025-06-05T23:21:17.7755853Z [INFO 2025-06-05 23:21:17,765 qnn_preprocess.py:50] Visiting: aten_select_copy_int_127, aten.select_copy.int 2025-06-05T23:21:17.8039280Z [INFO 2025-06-05 23:21:17,765 qnn_preprocess.py:50] Visiting: aten_select_copy_int_129, aten.select_copy.int 2025-06-05T23:21:17.8040572Z [INFO 2025-06-05 23:21:17,766 qnn_preprocess.py:50] Visiting: aten_select_copy_int_131, aten.select_copy.int 2025-06-05T23:21:17.8041960Z [INFO 2025-06-05 23:21:17,766 qnn_preprocess.py:50] Visiting: aten_select_copy_int_133, aten.select_copy.int 2025-06-05T23:21:17.8043192Z [INFO 2025-06-05 23:21:17,766 qnn_preprocess.py:50] Visiting: aten_select_copy_int_135, aten.select_copy.int 2025-06-05T23:21:17.8044412Z [INFO 2025-06-05 23:21:17,767 qnn_preprocess.py:50] Visiting: aten_select_copy_int_137, aten.select_copy.int 2025-06-05T23:21:17.8045636Z [INFO 2025-06-05 23:21:17,767 qnn_preprocess.py:50] Visiting: aten_select_copy_int_139, aten.select_copy.int 2025-06-05T23:21:17.8046840Z [INFO 2025-06-05 23:21:17,768 qnn_preprocess.py:50] Visiting: aten_select_copy_int_141, aten.select_copy.int 2025-06-05T23:21:17.8048060Z [INFO 2025-06-05 23:21:17,768 qnn_preprocess.py:50] Visiting: aten_select_copy_int_143, aten.select_copy.int 2025-06-05T23:21:17.8049221Z [INFO 2025-06-05 23:21:17,768 qnn_preprocess.py:50] Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-06-05T23:21:17.8050317Z [INFO 2025-06-05 23:21:17,769 qnn_preprocess.py:50] Visiting: aten_add_tensor_10, aten.add.Tensor 2025-06-05T23:21:17.8051428Z [INFO 2025-06-05 23:21:17,769 qnn_preprocess.py:50] Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-06-05T23:21:17.8052574Z [INFO 2025-06-05 23:21:17,770 qnn_preprocess.py:50] Visiting: aten_add_tensor_11, aten.add.Tensor 2025-06-05T23:21:17.8053699Z [INFO 2025-06-05 23:21:17,770 qnn_preprocess.py:50] Visiting: aten_cat_default_11, aten.cat.default 2025-06-05T23:21:17.8054975Z [INFO 2025-06-05 23:21:17,772 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_25, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8056377Z [INFO 2025-06-05 23:21:17,772 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_26, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8057790Z [INFO 2025-06-05 23:21:17,772 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_27, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8059178Z [INFO 2025-06-05 23:21:17,773 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_28, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8060518Z [INFO 2025-06-05 23:21:17,773 qnn_preprocess.py:50] Visiting: aten_view_copy_default_46, aten.view_copy.default 2025-06-05T23:21:17.8061721Z [INFO 2025-06-05 23:21:17,773 qnn_preprocess.py:50] Visiting: aten_cat_default_8, aten.cat.default 2025-06-05T23:21:17.8062885Z [INFO 2025-06-05 23:21:17,774 qnn_preprocess.py:50] Visiting: aten_cat_default_9, aten.cat.default 2025-06-05T23:21:17.8064074Z [INFO 2025-06-05 23:21:17,774 qnn_preprocess.py:50] Visiting: aten_view_copy_default_43, aten.view_copy.default 2025-06-05T23:21:17.8065323Z [INFO 2025-06-05 23:21:17,775 qnn_preprocess.py:50] Visiting: aten_view_copy_default_44, aten.view_copy.default 2025-06-05T23:21:17.8066631Z [INFO 2025-06-05 23:21:17,775 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_88, aten.permute_copy.default 2025-06-05T23:21:17.8067927Z [INFO 2025-06-05 23:21:17,776 qnn_preprocess.py:50] Visiting: aten_index_put_default_4, aten.index_put.default 2025-06-05T23:21:17.8069223Z [INFO 2025-06-05 23:21:17,777 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_89, aten.permute_copy.default 2025-06-05T23:21:17.8070570Z [INFO 2025-06-05 23:21:17,777 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-06-05T23:21:17.8071911Z [INFO 2025-06-05 23:21:17,778 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-06-05T23:21:17.8073421Z [INFO 2025-06-05 23:21:17,779 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-06-05T23:21:17.8074768Z [INFO 2025-06-05 23:21:17,779 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-06-05T23:21:17.8076371Z [INFO 2025-06-05 23:21:17,780 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-06-05T23:21:17.8077718Z [INFO 2025-06-05 23:21:17,780 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-06-05T23:21:17.8079092Z [INFO 2025-06-05 23:21:17,781 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-06-05T23:21:17.8080436Z [INFO 2025-06-05 23:21:17,782 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-06-05T23:21:17.8081789Z [INFO 2025-06-05 23:21:17,782 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-06-05T23:21:17.8083127Z [INFO 2025-06-05 23:21:17,783 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-06-05T23:21:17.8084487Z [INFO 2025-06-05 23:21:17,784 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-06-05T23:21:17.8086443Z [INFO 2025-06-05 23:21:17,784 qnn_preprocess.py:50] Visiting: aten_select_copy_int_96, aten.select_copy.int 2025-06-05T23:21:17.8087683Z [INFO 2025-06-05 23:21:17,785 qnn_preprocess.py:50] Visiting: aten_select_copy_int_98, aten.select_copy.int 2025-06-05T23:21:17.8088922Z [INFO 2025-06-05 23:21:17,785 qnn_preprocess.py:50] Visiting: aten_select_copy_int_100, aten.select_copy.int 2025-06-05T23:21:17.8090292Z [INFO 2025-06-05 23:21:17,785 qnn_preprocess.py:50] Visiting: aten_select_copy_int_102, aten.select_copy.int 2025-06-05T23:21:17.8091622Z [INFO 2025-06-05 23:21:17,786 qnn_preprocess.py:50] Visiting: aten_select_copy_int_104, aten.select_copy.int 2025-06-05T23:21:17.8092932Z [INFO 2025-06-05 23:21:17,786 qnn_preprocess.py:50] Visiting: aten_select_copy_int_106, aten.select_copy.int 2025-06-05T23:21:17.8094211Z [INFO 2025-06-05 23:21:17,787 qnn_preprocess.py:50] Visiting: aten_select_copy_int_108, aten.select_copy.int 2025-06-05T23:21:17.8095513Z [INFO 2025-06-05 23:21:17,787 qnn_preprocess.py:50] Visiting: aten_select_copy_int_110, aten.select_copy.int 2025-06-05T23:21:17.8096787Z [INFO 2025-06-05 23:21:17,787 qnn_preprocess.py:50] Visiting: aten_select_copy_int_112, aten.select_copy.int 2025-06-05T23:21:17.8098057Z [INFO 2025-06-05 23:21:17,788 qnn_preprocess.py:50] Visiting: aten_select_copy_int_114, aten.select_copy.int 2025-06-05T23:21:17.8099338Z [INFO 2025-06-05 23:21:17,788 qnn_preprocess.py:50] Visiting: aten_select_copy_int_116, aten.select_copy.int 2025-06-05T23:21:17.8100985Z [INFO 2025-06-05 23:21:17,789 qnn_preprocess.py:50] Visiting: aten_select_copy_int_118, aten.select_copy.int 2025-06-05T23:21:17.8102277Z [INFO 2025-06-05 23:21:17,789 qnn_preprocess.py:50] Visiting: aten_select_copy_int_97, aten.select_copy.int 2025-06-05T23:21:17.8103580Z [INFO 2025-06-05 23:21:17,789 qnn_preprocess.py:50] Visiting: aten_select_copy_int_99, aten.select_copy.int 2025-06-05T23:21:17.8104904Z [INFO 2025-06-05 23:21:17,790 qnn_preprocess.py:50] Visiting: aten_select_copy_int_101, aten.select_copy.int 2025-06-05T23:21:17.8106198Z [INFO 2025-06-05 23:21:17,790 qnn_preprocess.py:50] Visiting: aten_select_copy_int_103, aten.select_copy.int 2025-06-05T23:21:17.8107475Z [INFO 2025-06-05 23:21:17,790 qnn_preprocess.py:50] Visiting: aten_select_copy_int_105, aten.select_copy.int 2025-06-05T23:21:17.8109062Z [INFO 2025-06-05 23:21:17,791 qnn_preprocess.py:50] Visiting: aten_select_copy_int_107, aten.select_copy.int 2025-06-05T23:21:17.8110335Z [INFO 2025-06-05 23:21:17,791 qnn_preprocess.py:50] Visiting: aten_select_copy_int_109, aten.select_copy.int 2025-06-05T23:21:17.8111652Z [INFO 2025-06-05 23:21:17,792 qnn_preprocess.py:50] Visiting: aten_select_copy_int_111, aten.select_copy.int 2025-06-05T23:21:17.8113108Z [INFO 2025-06-05 23:21:17,792 qnn_preprocess.py:50] Visiting: aten_select_copy_int_113, aten.select_copy.int 2025-06-05T23:21:17.8114386Z [INFO 2025-06-05 23:21:17,792 qnn_preprocess.py:50] Visiting: aten_select_copy_int_115, aten.select_copy.int 2025-06-05T23:21:17.8115605Z [INFO 2025-06-05 23:21:17,793 qnn_preprocess.py:50] Visiting: aten_select_copy_int_117, aten.select_copy.int 2025-06-05T23:21:17.8141827Z [INFO 2025-06-05 23:21:17,793 qnn_preprocess.py:50] Visiting: aten_select_copy_int_119, aten.select_copy.int 2025-06-05T23:21:17.8143222Z [INFO 2025-06-05 23:21:17,793 qnn_preprocess.py:50] Visiting: aten_cat_default_10, aten.cat.default 2025-06-05T23:21:17.8144546Z [INFO 2025-06-05 23:21:17,795 qnn_preprocess.py:50] Visiting: aten_view_copy_default_45, aten.view_copy.default 2025-06-05T23:21:17.8145861Z [INFO 2025-06-05 23:21:17,795 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_113, aten.permute_copy.default 2025-06-05T23:21:17.8147143Z [INFO 2025-06-05 23:21:17,796 qnn_preprocess.py:50] Visiting: aten_matmul_default_4, aten.matmul.default 2025-06-05T23:21:17.8148287Z [INFO 2025-06-05 23:21:17,796 qnn_preprocess.py:50] Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-06-05T23:21:17.8149408Z [INFO 2025-06-05 23:21:17,797 qnn_preprocess.py:50] Visiting: aten_add_tensor_12, aten.add.Tensor 2025-06-05T23:21:17.8150579Z [INFO 2025-06-05 23:21:17,797 qnn_preprocess.py:50] Visiting: aten__softmax_default_2, aten._softmax.default 2025-06-05T23:21:17.8151782Z [INFO 2025-06-05 23:21:17,798 qnn_preprocess.py:50] Visiting: aten_matmul_default_5, aten.matmul.default 2025-06-05T23:21:17.8153058Z [INFO 2025-06-05 23:21:17,798 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_114, aten.permute_copy.default 2025-06-05T23:21:17.8154488Z [INFO 2025-06-05 23:21:17,799 qnn_preprocess.py:50] Visiting: aten_view_copy_default_53, aten.view_copy.default 2025-06-05T23:21:17.8155839Z [INFO 2025-06-05 23:21:17,799 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_29, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8157232Z [INFO 2025-06-05 23:21:17,799 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_698, aten.permute_copy.default 2025-06-05T23:21:17.8158574Z [INFO 2025-06-05 23:21:17,800 qnn_preprocess.py:50] Visiting: aten_convolution_default_17, aten.convolution.default 2025-06-05T23:21:17.8632925Z [INFO 2025-06-05 23:21:17,803 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_699, aten.permute_copy.default 2025-06-05T23:21:17.8634335Z [INFO 2025-06-05 23:21:17,804 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_29, aten.squeeze_copy.dims 2025-06-05T23:21:17.8635562Z [INFO 2025-06-05 23:21:17,804 qnn_preprocess.py:50] Visiting: aten_add_tensor_13, aten.add.Tensor 2025-06-05T23:21:17.8636751Z [INFO 2025-06-05 23:21:17,805 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-06-05T23:21:17.8638289Z [INFO 2025-06-05 23:21:17,806 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_30, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8639684Z [INFO 2025-06-05 23:21:17,806 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_700, aten.permute_copy.default 2025-06-05T23:21:17.8641058Z [INFO 2025-06-05 23:21:17,807 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_31, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8642445Z [INFO 2025-06-05 23:21:17,807 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_701, aten.permute_copy.default 2025-06-05T23:21:17.8643798Z [INFO 2025-06-05 23:21:17,808 qnn_preprocess.py:50] Visiting: aten_convolution_default_18, aten.convolution.default 2025-06-05T23:21:17.8645135Z [INFO 2025-06-05 23:21:17,816 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_702, aten.permute_copy.default 2025-06-05T23:21:17.8646490Z [INFO 2025-06-05 23:21:17,817 qnn_preprocess.py:50] Visiting: aten_convolution_default_19, aten.convolution.default 2025-06-05T23:21:17.8647845Z [INFO 2025-06-05 23:21:17,822 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_703, aten.permute_copy.default 2025-06-05T23:21:17.8649207Z [INFO 2025-06-05 23:21:17,823 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_30, aten.squeeze_copy.dims 2025-06-05T23:21:17.8650508Z [INFO 2025-06-05 23:21:17,823 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_31, aten.squeeze_copy.dims 2025-06-05T23:21:17.8651751Z [INFO 2025-06-05 23:21:17,824 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-06-05T23:21:17.8652901Z [INFO 2025-06-05 23:21:17,824 qnn_preprocess.py:50] Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-06-05T23:21:17.8654014Z [INFO 2025-06-05 23:21:17,825 qnn_preprocess.py:50] Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-06-05T23:21:17.8655346Z [INFO 2025-06-05 23:21:17,825 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_32, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8656731Z [INFO 2025-06-05 23:21:17,825 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_704, aten.permute_copy.default 2025-06-05T23:21:17.8658080Z [INFO 2025-06-05 23:21:17,826 qnn_preprocess.py:50] Visiting: aten_convolution_default_20, aten.convolution.default 2025-06-05T23:21:17.8659414Z [INFO 2025-06-05 23:21:17,832 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_705, aten.permute_copy.default 2025-06-05T23:21:17.8660718Z [INFO 2025-06-05 23:21:17,832 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_32, aten.squeeze_copy.dims 2025-06-05T23:21:17.8661887Z [INFO 2025-06-05 23:21:17,833 qnn_preprocess.py:50] Visiting: aten_add_tensor_14, aten.add.Tensor 2025-06-05T23:21:17.8663052Z [INFO 2025-06-05 23:21:17,833 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-06-05T23:21:17.8664372Z [INFO 2025-06-05 23:21:17,834 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_33, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8665801Z [INFO 2025-06-05 23:21:17,834 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_706, aten.permute_copy.default 2025-06-05T23:21:17.8667183Z [INFO 2025-06-05 23:21:17,835 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_34, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8668548Z [INFO 2025-06-05 23:21:17,835 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_707, aten.permute_copy.default 2025-06-05T23:21:17.8669911Z [INFO 2025-06-05 23:21:17,836 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_35, aten.unsqueeze_copy.default 2025-06-05T23:21:17.8671282Z [INFO 2025-06-05 23:21:17,836 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_708, aten.permute_copy.default 2025-06-05T23:21:17.8672616Z [INFO 2025-06-05 23:21:17,837 qnn_preprocess.py:50] Visiting: aten_convolution_default_21, aten.convolution.default 2025-06-05T23:21:17.8674010Z [INFO 2025-06-05 23:21:17,839 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_709, aten.permute_copy.default 2025-06-05T23:21:17.8675393Z [INFO 2025-06-05 23:21:17,840 qnn_preprocess.py:50] Visiting: aten_convolution_default_22, aten.convolution.default 2025-06-05T23:21:17.8676742Z [INFO 2025-06-05 23:21:17,842 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_710, aten.permute_copy.default 2025-06-05T23:21:17.8678087Z [INFO 2025-06-05 23:21:17,843 qnn_preprocess.py:50] Visiting: aten_convolution_default_23, aten.convolution.default 2025-06-05T23:21:17.8679428Z [INFO 2025-06-05 23:21:17,845 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_711, aten.permute_copy.default 2025-06-05T23:21:17.8680732Z [INFO 2025-06-05 23:21:17,846 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_33, aten.squeeze_copy.dims 2025-06-05T23:21:17.8681980Z [INFO 2025-06-05 23:21:17,846 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_34, aten.squeeze_copy.dims 2025-06-05T23:21:17.8683248Z [INFO 2025-06-05 23:21:17,847 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_35, aten.squeeze_copy.dims 2025-06-05T23:21:17.8684515Z [INFO 2025-06-05 23:21:17,847 qnn_preprocess.py:50] Visiting: aten_view_copy_default_54, aten.view_copy.default 2025-06-05T23:21:17.8685761Z [INFO 2025-06-05 23:21:17,847 qnn_preprocess.py:50] Visiting: aten_view_copy_default_55, aten.view_copy.default 2025-06-05T23:21:17.8687165Z [INFO 2025-06-05 23:21:17,848 qnn_preprocess.py:50] Visiting: aten_view_copy_default_56, aten.view_copy.default 2025-06-05T23:21:17.8688417Z [INFO 2025-06-05 23:21:17,848 qnn_preprocess.py:50] Visiting: aten_view_copy_default_57, aten.view_copy.default 2025-06-05T23:21:17.8689670Z [INFO 2025-06-05 23:21:17,848 qnn_preprocess.py:50] Visiting: aten_view_copy_default_58, aten.view_copy.default 2025-06-05T23:21:17.8690930Z [INFO 2025-06-05 23:21:17,849 qnn_preprocess.py:50] Visiting: aten_index_put_default_7, aten.index_put.default 2025-06-05T23:21:17.8692203Z [INFO 2025-06-05 23:21:17,850 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-06-05T23:21:17.8693469Z [INFO 2025-06-05 23:21:17,850 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-06-05T23:21:17.8694722Z [INFO 2025-06-05 23:21:17,851 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-06-05T23:21:17.8696056Z [INFO 2025-06-05 23:21:17,851 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-06-05T23:21:17.8697359Z [INFO 2025-06-05 23:21:17,851 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_142, aten.permute_copy.default 2025-06-05T23:21:17.8698700Z [INFO 2025-06-05 23:21:17,852 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-06-05T23:21:17.8700060Z [INFO 2025-06-05 23:21:17,853 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-06-05T23:21:17.8701407Z [INFO 2025-06-05 23:21:17,853 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-06-05T23:21:17.8702859Z [INFO 2025-06-05 23:21:17,854 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-06-05T23:21:17.8704221Z [INFO 2025-06-05 23:21:17,854 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-06-05T23:21:17.8705562Z [INFO 2025-06-05 23:21:17,855 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-06-05T23:21:17.8706918Z [INFO 2025-06-05 23:21:17,856 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-06-05T23:21:17.8708271Z [INFO 2025-06-05 23:21:17,856 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-06-05T23:21:17.8709750Z [INFO 2025-06-05 23:21:17,857 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-06-05T23:21:17.8711112Z [INFO 2025-06-05 23:21:17,857 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-06-05T23:21:17.8712453Z [INFO 2025-06-05 23:21:17,858 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-06-05T23:21:17.8713906Z [INFO 2025-06-05 23:21:17,859 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_36, aten.squeeze_copy.dims 2025-06-05T23:21:17.8715173Z [INFO 2025-06-05 23:21:17,859 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_37, aten.squeeze_copy.dims 2025-06-05T23:21:17.8716429Z [INFO 2025-06-05 23:21:17,859 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_38, aten.squeeze_copy.dims 2025-06-05T23:21:17.8717690Z [INFO 2025-06-05 23:21:17,860 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_39, aten.squeeze_copy.dims 2025-06-05T23:21:17.8718923Z [INFO 2025-06-05 23:21:17,860 qnn_preprocess.py:50] Visiting: aten_select_copy_int_168, aten.select_copy.int 2025-06-05T23:21:17.8720151Z [INFO 2025-06-05 23:21:17,861 qnn_preprocess.py:50] Visiting: aten_select_copy_int_170, aten.select_copy.int 2025-06-05T23:21:17.8721386Z [INFO 2025-06-05 23:21:17,861 qnn_preprocess.py:50] Visiting: aten_select_copy_int_172, aten.select_copy.int 2025-06-05T23:21:17.8722599Z [INFO 2025-06-05 23:21:17,861 qnn_preprocess.py:50] Visiting: aten_select_copy_int_174, aten.select_copy.int 2025-06-05T23:21:17.8723890Z [INFO 2025-06-05 23:21:17,862 qnn_preprocess.py:50] Visiting: aten_select_copy_int_176, aten.select_copy.int 2025-06-05T23:21:17.8725102Z [INFO 2025-06-05 23:21:17,862 qnn_preprocess.py:50] Visiting: aten_select_copy_int_178, aten.select_copy.int 2025-06-05T23:21:17.8977030Z [INFO 2025-06-05 23:21:17,862 qnn_preprocess.py:50] Visiting: aten_select_copy_int_180, aten.select_copy.int 2025-06-05T23:21:17.8978406Z [INFO 2025-06-05 23:21:17,863 qnn_preprocess.py:50] Visiting: aten_select_copy_int_182, aten.select_copy.int 2025-06-05T23:21:17.8979767Z [INFO 2025-06-05 23:21:17,863 qnn_preprocess.py:50] Visiting: aten_select_copy_int_184, aten.select_copy.int 2025-06-05T23:21:17.8981176Z [INFO 2025-06-05 23:21:17,864 qnn_preprocess.py:50] Visiting: aten_select_copy_int_186, aten.select_copy.int 2025-06-05T23:21:17.8982530Z [INFO 2025-06-05 23:21:17,864 qnn_preprocess.py:50] Visiting: aten_select_copy_int_188, aten.select_copy.int 2025-06-05T23:21:17.8983885Z [INFO 2025-06-05 23:21:17,865 qnn_preprocess.py:50] Visiting: aten_select_copy_int_190, aten.select_copy.int 2025-06-05T23:21:17.8985155Z [INFO 2025-06-05 23:21:17,865 qnn_preprocess.py:50] Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-06-05T23:21:17.8986385Z [INFO 2025-06-05 23:21:17,865 qnn_preprocess.py:50] Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-06-05T23:21:17.8987479Z [INFO 2025-06-05 23:21:17,866 qnn_preprocess.py:50] Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-06-05T23:21:17.8988699Z [INFO 2025-06-05 23:21:17,866 qnn_preprocess.py:50] Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-06-05T23:21:17.8989920Z [INFO 2025-06-05 23:21:17,867 qnn_preprocess.py:50] Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-06-05T23:21:17.8991125Z [INFO 2025-06-05 23:21:17,867 qnn_preprocess.py:50] Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-06-05T23:21:17.8992487Z [INFO 2025-06-05 23:21:17,868 qnn_preprocess.py:50] Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-06-05T23:21:17.8993720Z [INFO 2025-06-05 23:21:17,868 qnn_preprocess.py:50] Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-06-05T23:21:17.8994999Z [INFO 2025-06-05 23:21:17,869 qnn_preprocess.py:50] Visiting: aten_select_copy_int_169, aten.select_copy.int 2025-06-05T23:21:17.8996350Z [INFO 2025-06-05 23:21:17,869 qnn_preprocess.py:50] Visiting: aten_select_copy_int_171, aten.select_copy.int 2025-06-05T23:21:17.8997702Z [INFO 2025-06-05 23:21:17,869 qnn_preprocess.py:50] Visiting: aten_select_copy_int_173, aten.select_copy.int 2025-06-05T23:21:17.8999072Z [INFO 2025-06-05 23:21:17,870 qnn_preprocess.py:50] Visiting: aten_select_copy_int_175, aten.select_copy.int 2025-06-05T23:21:17.9000272Z [INFO 2025-06-05 23:21:17,870 qnn_preprocess.py:50] Visiting: aten_select_copy_int_177, aten.select_copy.int 2025-06-05T23:21:17.9001623Z [INFO 2025-06-05 23:21:17,871 qnn_preprocess.py:50] Visiting: aten_select_copy_int_179, aten.select_copy.int 2025-06-05T23:21:17.9003132Z [INFO 2025-06-05 23:21:17,871 qnn_preprocess.py:50] Visiting: aten_select_copy_int_181, aten.select_copy.int 2025-06-05T23:21:17.9004496Z [INFO 2025-06-05 23:21:17,871 qnn_preprocess.py:50] Visiting: aten_select_copy_int_183, aten.select_copy.int 2025-06-05T23:21:17.9005849Z [INFO 2025-06-05 23:21:17,872 qnn_preprocess.py:50] Visiting: aten_select_copy_int_185, aten.select_copy.int 2025-06-05T23:21:17.9007219Z [INFO 2025-06-05 23:21:17,872 qnn_preprocess.py:50] Visiting: aten_select_copy_int_187, aten.select_copy.int 2025-06-05T23:21:17.9008558Z [INFO 2025-06-05 23:21:17,873 qnn_preprocess.py:50] Visiting: aten_select_copy_int_189, aten.select_copy.int 2025-06-05T23:21:17.9010112Z [INFO 2025-06-05 23:21:17,873 qnn_preprocess.py:50] Visiting: aten_select_copy_int_191, aten.select_copy.int 2025-06-05T23:21:17.9011418Z [INFO 2025-06-05 23:21:17,874 qnn_preprocess.py:50] Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-06-05T23:21:17.9012644Z [INFO 2025-06-05 23:21:17,874 qnn_preprocess.py:50] Visiting: aten_add_tensor_15, aten.add.Tensor 2025-06-05T23:21:17.9013879Z [INFO 2025-06-05 23:21:17,875 qnn_preprocess.py:50] Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-06-05T23:21:17.9015197Z [INFO 2025-06-05 23:21:17,875 qnn_preprocess.py:50] Visiting: aten_add_tensor_16, aten.add.Tensor 2025-06-05T23:21:17.9016455Z [INFO 2025-06-05 23:21:17,876 qnn_preprocess.py:50] Visiting: aten_cat_default_15, aten.cat.default 2025-06-05T23:21:17.9017878Z [INFO 2025-06-05 23:21:17,877 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_36, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9019442Z [INFO 2025-06-05 23:21:17,877 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_37, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9021082Z [INFO 2025-06-05 23:21:17,878 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_38, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9022637Z [INFO 2025-06-05 23:21:17,878 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_39, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9024101Z [INFO 2025-06-05 23:21:17,878 qnn_preprocess.py:50] Visiting: aten_view_copy_default_64, aten.view_copy.default 2025-06-05T23:21:17.9025349Z [INFO 2025-06-05 23:21:17,879 qnn_preprocess.py:50] Visiting: aten_cat_default_12, aten.cat.default 2025-06-05T23:21:17.9026470Z [INFO 2025-06-05 23:21:17,879 qnn_preprocess.py:50] Visiting: aten_cat_default_13, aten.cat.default 2025-06-05T23:21:17.9027786Z [INFO 2025-06-05 23:21:17,880 qnn_preprocess.py:50] Visiting: aten_view_copy_default_61, aten.view_copy.default 2025-06-05T23:21:17.9029165Z [INFO 2025-06-05 23:21:17,880 qnn_preprocess.py:50] Visiting: aten_view_copy_default_62, aten.view_copy.default 2025-06-05T23:21:17.9030496Z [INFO 2025-06-05 23:21:17,880 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_129, aten.permute_copy.default 2025-06-05T23:21:17.9031969Z [INFO 2025-06-05 23:21:17,881 qnn_preprocess.py:50] Visiting: aten_index_put_default_6, aten.index_put.default 2025-06-05T23:21:17.9033407Z [INFO 2025-06-05 23:21:17,882 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_130, aten.permute_copy.default 2025-06-05T23:21:17.9034798Z [INFO 2025-06-05 23:21:17,882 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_131, aten.permute_copy.default 2025-06-05T23:21:17.9036089Z [INFO 2025-06-05 23:21:17,883 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_132, aten.permute_copy.default 2025-06-05T23:21:17.9037496Z [INFO 2025-06-05 23:21:17,884 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_133, aten.permute_copy.default 2025-06-05T23:21:17.9038877Z [INFO 2025-06-05 23:21:17,884 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_134, aten.permute_copy.default 2025-06-05T23:21:17.9040247Z [INFO 2025-06-05 23:21:17,885 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_135, aten.permute_copy.default 2025-06-05T23:21:17.9041746Z [INFO 2025-06-05 23:21:17,885 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_136, aten.permute_copy.default 2025-06-05T23:21:17.9043400Z [INFO 2025-06-05 23:21:17,886 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_137, aten.permute_copy.default 2025-06-05T23:21:17.9044898Z [INFO 2025-06-05 23:21:17,887 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_138, aten.permute_copy.default 2025-06-05T23:21:17.9046407Z [INFO 2025-06-05 23:21:17,887 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_139, aten.permute_copy.default 2025-06-05T23:21:17.9047727Z [INFO 2025-06-05 23:21:17,888 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_140, aten.permute_copy.default 2025-06-05T23:21:17.9049238Z [INFO 2025-06-05 23:21:17,888 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_141, aten.permute_copy.default 2025-06-05T23:21:17.9050648Z [INFO 2025-06-05 23:21:17,889 qnn_preprocess.py:50] Visiting: aten_select_copy_int_144, aten.select_copy.int 2025-06-05T23:21:17.9051974Z [INFO 2025-06-05 23:21:17,889 qnn_preprocess.py:50] Visiting: aten_select_copy_int_146, aten.select_copy.int 2025-06-05T23:21:17.9053340Z [INFO 2025-06-05 23:21:17,890 qnn_preprocess.py:50] Visiting: aten_select_copy_int_148, aten.select_copy.int 2025-06-05T23:21:17.9054780Z [INFO 2025-06-05 23:21:17,890 qnn_preprocess.py:50] Visiting: aten_select_copy_int_150, aten.select_copy.int 2025-06-05T23:21:17.9056137Z [INFO 2025-06-05 23:21:17,891 qnn_preprocess.py:50] Visiting: aten_select_copy_int_152, aten.select_copy.int 2025-06-05T23:21:17.9057474Z [INFO 2025-06-05 23:21:17,891 qnn_preprocess.py:50] Visiting: aten_select_copy_int_154, aten.select_copy.int 2025-06-05T23:21:17.9058792Z [INFO 2025-06-05 23:21:17,891 qnn_preprocess.py:50] Visiting: aten_select_copy_int_156, aten.select_copy.int 2025-06-05T23:21:17.9060149Z [INFO 2025-06-05 23:21:17,892 qnn_preprocess.py:50] Visiting: aten_select_copy_int_158, aten.select_copy.int 2025-06-05T23:21:17.9061555Z [INFO 2025-06-05 23:21:17,892 qnn_preprocess.py:50] Visiting: aten_select_copy_int_160, aten.select_copy.int 2025-06-05T23:21:17.9062712Z [INFO 2025-06-05 23:21:17,893 qnn_preprocess.py:50] Visiting: aten_select_copy_int_162, aten.select_copy.int 2025-06-05T23:21:17.9064082Z [INFO 2025-06-05 23:21:17,893 qnn_preprocess.py:50] Visiting: aten_select_copy_int_164, aten.select_copy.int 2025-06-05T23:21:17.9065413Z [INFO 2025-06-05 23:21:17,893 qnn_preprocess.py:50] Visiting: aten_select_copy_int_166, aten.select_copy.int 2025-06-05T23:21:17.9066738Z [INFO 2025-06-05 23:21:17,894 qnn_preprocess.py:50] Visiting: aten_select_copy_int_145, aten.select_copy.int 2025-06-05T23:21:17.9068090Z [INFO 2025-06-05 23:21:17,894 qnn_preprocess.py:50] Visiting: aten_select_copy_int_147, aten.select_copy.int 2025-06-05T23:21:17.9069446Z [INFO 2025-06-05 23:21:17,894 qnn_preprocess.py:50] Visiting: aten_select_copy_int_149, aten.select_copy.int 2025-06-05T23:21:17.9070699Z [INFO 2025-06-05 23:21:17,895 qnn_preprocess.py:50] Visiting: aten_select_copy_int_151, aten.select_copy.int 2025-06-05T23:21:17.9072135Z [INFO 2025-06-05 23:21:17,895 qnn_preprocess.py:50] Visiting: aten_select_copy_int_153, aten.select_copy.int 2025-06-05T23:21:17.9073602Z [INFO 2025-06-05 23:21:17,896 qnn_preprocess.py:50] Visiting: aten_select_copy_int_155, aten.select_copy.int 2025-06-05T23:21:17.9074942Z [INFO 2025-06-05 23:21:17,896 qnn_preprocess.py:50] Visiting: aten_select_copy_int_157, aten.select_copy.int 2025-06-05T23:21:17.9076270Z [INFO 2025-06-05 23:21:17,897 qnn_preprocess.py:50] Visiting: aten_select_copy_int_159, aten.select_copy.int 2025-06-05T23:21:17.9660427Z [INFO 2025-06-05 23:21:17,897 qnn_preprocess.py:50] Visiting: aten_select_copy_int_161, aten.select_copy.int 2025-06-05T23:21:17.9661737Z [INFO 2025-06-05 23:21:17,898 qnn_preprocess.py:50] Visiting: aten_select_copy_int_163, aten.select_copy.int 2025-06-05T23:21:17.9662964Z [INFO 2025-06-05 23:21:17,898 qnn_preprocess.py:50] Visiting: aten_select_copy_int_165, aten.select_copy.int 2025-06-05T23:21:17.9664315Z [INFO 2025-06-05 23:21:17,899 qnn_preprocess.py:50] Visiting: aten_select_copy_int_167, aten.select_copy.int 2025-06-05T23:21:17.9665997Z [INFO 2025-06-05 23:21:17,899 qnn_preprocess.py:50] Visiting: aten_cat_default_14, aten.cat.default 2025-06-05T23:21:17.9667347Z [INFO 2025-06-05 23:21:17,902 qnn_preprocess.py:50] Visiting: aten_view_copy_default_63, aten.view_copy.default 2025-06-05T23:21:17.9668570Z [INFO 2025-06-05 23:21:17,902 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-06-05T23:21:17.9669894Z [INFO 2025-06-05 23:21:17,903 qnn_preprocess.py:50] Visiting: aten_matmul_default_6, aten.matmul.default 2025-06-05T23:21:17.9671005Z [INFO 2025-06-05 23:21:17,904 qnn_preprocess.py:50] Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-06-05T23:21:17.9672164Z [INFO 2025-06-05 23:21:17,906 qnn_preprocess.py:50] Visiting: aten_add_tensor_17, aten.add.Tensor 2025-06-05T23:21:17.9673568Z [INFO 2025-06-05 23:21:17,907 qnn_preprocess.py:50] Visiting: aten__softmax_default_3, aten._softmax.default 2025-06-05T23:21:17.9675053Z [INFO 2025-06-05 23:21:17,907 qnn_preprocess.py:50] Visiting: aten_matmul_default_7, aten.matmul.default 2025-06-05T23:21:17.9676425Z [INFO 2025-06-05 23:21:17,908 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_155, aten.permute_copy.default 2025-06-05T23:21:17.9677857Z [INFO 2025-06-05 23:21:17,908 qnn_preprocess.py:50] Visiting: aten_view_copy_default_71, aten.view_copy.default 2025-06-05T23:21:17.9679214Z [INFO 2025-06-05 23:21:17,909 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_40, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9680592Z [INFO 2025-06-05 23:21:17,909 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_712, aten.permute_copy.default 2025-06-05T23:21:17.9682043Z [INFO 2025-06-05 23:21:17,909 qnn_preprocess.py:50] Visiting: aten_convolution_default_24, aten.convolution.default 2025-06-05T23:21:17.9683611Z [INFO 2025-06-05 23:21:17,912 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_713, aten.permute_copy.default 2025-06-05T23:21:17.9685173Z [INFO 2025-06-05 23:21:17,913 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_40, aten.squeeze_copy.dims 2025-06-05T23:21:17.9686306Z [INFO 2025-06-05 23:21:17,913 qnn_preprocess.py:50] Visiting: aten_add_tensor_18, aten.add.Tensor 2025-06-05T23:21:17.9687507Z [INFO 2025-06-05 23:21:17,913 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-06-05T23:21:17.9688794Z [INFO 2025-06-05 23:21:17,914 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_41, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9690286Z [INFO 2025-06-05 23:21:17,915 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_714, aten.permute_copy.default 2025-06-05T23:21:17.9691655Z [INFO 2025-06-05 23:21:17,915 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_42, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9693122Z [INFO 2025-06-05 23:21:17,916 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_715, aten.permute_copy.default 2025-06-05T23:21:17.9694469Z [INFO 2025-06-05 23:21:17,916 qnn_preprocess.py:50] Visiting: aten_convolution_default_25, aten.convolution.default 2025-06-05T23:21:17.9695990Z [INFO 2025-06-05 23:21:17,924 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_716, aten.permute_copy.default 2025-06-05T23:21:17.9697322Z [INFO 2025-06-05 23:21:17,925 qnn_preprocess.py:50] Visiting: aten_convolution_default_26, aten.convolution.default 2025-06-05T23:21:17.9698753Z [INFO 2025-06-05 23:21:17,930 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_717, aten.permute_copy.default 2025-06-05T23:21:17.9700064Z [INFO 2025-06-05 23:21:17,931 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_41, aten.squeeze_copy.dims 2025-06-05T23:21:17.9701365Z [INFO 2025-06-05 23:21:17,931 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_42, aten.squeeze_copy.dims 2025-06-05T23:21:17.9702671Z [INFO 2025-06-05 23:21:17,932 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-06-05T23:21:17.9703814Z [INFO 2025-06-05 23:21:17,932 qnn_preprocess.py:50] Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-06-05T23:21:17.9705064Z [INFO 2025-06-05 23:21:17,933 qnn_preprocess.py:50] Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-06-05T23:21:17.9706283Z [INFO 2025-06-05 23:21:17,933 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_43, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9707773Z [INFO 2025-06-05 23:21:17,933 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_718, aten.permute_copy.default 2025-06-05T23:21:17.9709296Z [INFO 2025-06-05 23:21:17,934 qnn_preprocess.py:50] Visiting: aten_convolution_default_27, aten.convolution.default 2025-06-05T23:21:17.9710764Z [INFO 2025-06-05 23:21:17,941 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_719, aten.permute_copy.default 2025-06-05T23:21:17.9712209Z [INFO 2025-06-05 23:21:17,942 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_43, aten.squeeze_copy.dims 2025-06-05T23:21:17.9713584Z [INFO 2025-06-05 23:21:17,943 qnn_preprocess.py:50] Visiting: aten_add_tensor_19, aten.add.Tensor 2025-06-05T23:21:17.9714908Z [INFO 2025-06-05 23:21:17,943 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-06-05T23:21:17.9716247Z [INFO 2025-06-05 23:21:17,944 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_44, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9717898Z [INFO 2025-06-05 23:21:17,944 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_720, aten.permute_copy.default 2025-06-05T23:21:17.9719431Z [INFO 2025-06-05 23:21:17,945 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_45, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9720958Z [INFO 2025-06-05 23:21:17,945 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_721, aten.permute_copy.default 2025-06-05T23:21:17.9722362Z [INFO 2025-06-05 23:21:17,946 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_46, aten.unsqueeze_copy.default 2025-06-05T23:21:17.9724005Z [INFO 2025-06-05 23:21:17,946 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_722, aten.permute_copy.default 2025-06-05T23:21:17.9725508Z [INFO 2025-06-05 23:21:17,947 qnn_preprocess.py:50] Visiting: aten_convolution_default_28, aten.convolution.default 2025-06-05T23:21:17.9727016Z [INFO 2025-06-05 23:21:17,949 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_723, aten.permute_copy.default 2025-06-05T23:21:17.9728397Z [INFO 2025-06-05 23:21:17,950 qnn_preprocess.py:50] Visiting: aten_convolution_default_29, aten.convolution.default 2025-06-05T23:21:17.9729904Z [INFO 2025-06-05 23:21:17,952 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_724, aten.permute_copy.default 2025-06-05T23:21:17.9731406Z [INFO 2025-06-05 23:21:17,952 qnn_preprocess.py:50] Visiting: aten_convolution_default_30, aten.convolution.default 2025-06-05T23:21:17.9732882Z [INFO 2025-06-05 23:21:17,955 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_725, aten.permute_copy.default 2025-06-05T23:21:17.9734244Z [INFO 2025-06-05 23:21:17,956 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_44, aten.squeeze_copy.dims 2025-06-05T23:21:17.9735763Z [INFO 2025-06-05 23:21:17,957 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_45, aten.squeeze_copy.dims 2025-06-05T23:21:17.9737174Z [INFO 2025-06-05 23:21:17,957 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_46, aten.squeeze_copy.dims 2025-06-05T23:21:17.9738571Z [INFO 2025-06-05 23:21:17,957 qnn_preprocess.py:50] Visiting: aten_view_copy_default_72, aten.view_copy.default 2025-06-05T23:21:17.9739900Z [INFO 2025-06-05 23:21:17,958 qnn_preprocess.py:50] Visiting: aten_view_copy_default_73, aten.view_copy.default 2025-06-05T23:21:17.9741195Z [INFO 2025-06-05 23:21:17,958 qnn_preprocess.py:50] Visiting: aten_view_copy_default_74, aten.view_copy.default 2025-06-05T23:21:17.9742570Z [INFO 2025-06-05 23:21:17,958 qnn_preprocess.py:50] Visiting: aten_view_copy_default_75, aten.view_copy.default 2025-06-05T23:21:17.9743980Z [INFO 2025-06-05 23:21:17,959 qnn_preprocess.py:50] Visiting: aten_view_copy_default_76, aten.view_copy.default 2025-06-05T23:21:17.9745372Z [INFO 2025-06-05 23:21:17,959 qnn_preprocess.py:50] Visiting: aten_index_put_default_9, aten.index_put.default 2025-06-05T23:21:17.9746755Z [INFO 2025-06-05 23:21:17,960 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-06-05T23:21:17.9748116Z [INFO 2025-06-05 23:21:17,960 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-06-05T23:21:17.9749497Z [INFO 2025-06-05 23:21:17,961 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-06-05T23:21:17.9750894Z [INFO 2025-06-05 23:21:17,961 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-06-05T23:21:17.9752367Z [INFO 2025-06-05 23:21:17,962 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_183, aten.permute_copy.default 2025-06-05T23:21:17.9753813Z [INFO 2025-06-05 23:21:17,962 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_184, aten.permute_copy.default 2025-06-05T23:21:17.9755318Z [INFO 2025-06-05 23:21:17,963 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_185, aten.permute_copy.default 2025-06-05T23:21:17.9756843Z [INFO 2025-06-05 23:21:17,963 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_186, aten.permute_copy.default 2025-06-05T23:21:17.9758403Z [INFO 2025-06-05 23:21:17,964 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_187, aten.permute_copy.default 2025-06-05T23:21:17.9759763Z [INFO 2025-06-05 23:21:17,965 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_188, aten.permute_copy.default 2025-06-05T23:21:18.0049349Z [INFO 2025-06-05 23:21:17,965 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_189, aten.permute_copy.default 2025-06-05T23:21:18.0050883Z [INFO 2025-06-05 23:21:17,966 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_190, aten.permute_copy.default 2025-06-05T23:21:18.0052312Z [INFO 2025-06-05 23:21:17,967 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_191, aten.permute_copy.default 2025-06-05T23:21:18.0053865Z [INFO 2025-06-05 23:21:17,968 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_192, aten.permute_copy.default 2025-06-05T23:21:18.0055369Z [INFO 2025-06-05 23:21:17,969 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_193, aten.permute_copy.default 2025-06-05T23:21:18.0056848Z [INFO 2025-06-05 23:21:17,969 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_194, aten.permute_copy.default 2025-06-05T23:21:18.0058308Z [INFO 2025-06-05 23:21:17,970 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_47, aten.squeeze_copy.dims 2025-06-05T23:21:18.0059548Z [INFO 2025-06-05 23:21:17,971 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_48, aten.squeeze_copy.dims 2025-06-05T23:21:18.0060934Z [INFO 2025-06-05 23:21:17,972 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_49, aten.squeeze_copy.dims 2025-06-05T23:21:18.0062336Z [INFO 2025-06-05 23:21:17,972 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_50, aten.squeeze_copy.dims 2025-06-05T23:21:18.0063713Z [INFO 2025-06-05 23:21:17,973 qnn_preprocess.py:50] Visiting: aten_select_copy_int_216, aten.select_copy.int 2025-06-05T23:21:18.0065189Z [INFO 2025-06-05 23:21:17,974 qnn_preprocess.py:50] Visiting: aten_select_copy_int_218, aten.select_copy.int 2025-06-05T23:21:18.0066473Z [INFO 2025-06-05 23:21:17,974 qnn_preprocess.py:50] Visiting: aten_select_copy_int_220, aten.select_copy.int 2025-06-05T23:21:18.0067797Z [INFO 2025-06-05 23:21:17,975 qnn_preprocess.py:50] Visiting: aten_select_copy_int_222, aten.select_copy.int 2025-06-05T23:21:18.0069206Z [INFO 2025-06-05 23:21:17,975 qnn_preprocess.py:50] Visiting: aten_select_copy_int_224, aten.select_copy.int 2025-06-05T23:21:18.0070556Z [INFO 2025-06-05 23:21:17,976 qnn_preprocess.py:50] Visiting: aten_select_copy_int_226, aten.select_copy.int 2025-06-05T23:21:18.0071821Z [INFO 2025-06-05 23:21:17,976 qnn_preprocess.py:50] Visiting: aten_select_copy_int_228, aten.select_copy.int 2025-06-05T23:21:18.0073116Z [INFO 2025-06-05 23:21:17,977 qnn_preprocess.py:50] Visiting: aten_select_copy_int_230, aten.select_copy.int 2025-06-05T23:21:18.0074542Z [INFO 2025-06-05 23:21:17,977 qnn_preprocess.py:50] Visiting: aten_select_copy_int_232, aten.select_copy.int 2025-06-05T23:21:18.0076018Z [INFO 2025-06-05 23:21:17,977 qnn_preprocess.py:50] Visiting: aten_select_copy_int_234, aten.select_copy.int 2025-06-05T23:21:18.0077391Z [INFO 2025-06-05 23:21:17,978 qnn_preprocess.py:50] Visiting: aten_select_copy_int_236, aten.select_copy.int 2025-06-05T23:21:18.0078593Z [INFO 2025-06-05 23:21:17,978 qnn_preprocess.py:50] Visiting: aten_select_copy_int_238, aten.select_copy.int 2025-06-05T23:21:18.0079875Z [INFO 2025-06-05 23:21:17,979 qnn_preprocess.py:50] Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-06-05T23:21:18.0081089Z [INFO 2025-06-05 23:21:17,979 qnn_preprocess.py:50] Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-06-05T23:21:18.0082314Z [INFO 2025-06-05 23:21:17,980 qnn_preprocess.py:50] Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-06-05T23:21:18.0083548Z [INFO 2025-06-05 23:21:17,980 qnn_preprocess.py:50] Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-06-05T23:21:18.0084803Z [INFO 2025-06-05 23:21:17,981 qnn_preprocess.py:50] Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-06-05T23:21:18.0086219Z [INFO 2025-06-05 23:21:17,981 qnn_preprocess.py:50] Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-06-05T23:21:18.0087762Z [INFO 2025-06-05 23:21:17,981 qnn_preprocess.py:50] Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-06-05T23:21:18.0089094Z [INFO 2025-06-05 23:21:17,982 qnn_preprocess.py:50] Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-06-05T23:21:18.0105480Z [INFO 2025-06-05 23:21:17,982 qnn_preprocess.py:50] Visiting: aten_select_copy_int_217, aten.select_copy.int 2025-06-05T23:21:18.0107027Z [INFO 2025-06-05 23:21:17,983 qnn_preprocess.py:50] Visiting: aten_select_copy_int_219, aten.select_copy.int 2025-06-05T23:21:18.0108565Z [INFO 2025-06-05 23:21:17,983 qnn_preprocess.py:50] Visiting: aten_select_copy_int_221, aten.select_copy.int 2025-06-05T23:21:18.0109945Z [INFO 2025-06-05 23:21:17,984 qnn_preprocess.py:50] Visiting: aten_select_copy_int_223, aten.select_copy.int 2025-06-05T23:21:18.0111243Z [INFO 2025-06-05 23:21:17,984 qnn_preprocess.py:50] Visiting: aten_select_copy_int_225, aten.select_copy.int 2025-06-05T23:21:18.0112580Z [INFO 2025-06-05 23:21:17,984 qnn_preprocess.py:50] Visiting: aten_select_copy_int_227, aten.select_copy.int 2025-06-05T23:21:18.0114010Z [INFO 2025-06-05 23:21:17,985 qnn_preprocess.py:50] Visiting: aten_select_copy_int_229, aten.select_copy.int 2025-06-05T23:21:18.0115362Z [INFO 2025-06-05 23:21:17,985 qnn_preprocess.py:50] Visiting: aten_select_copy_int_231, aten.select_copy.int 2025-06-05T23:21:18.0116585Z [INFO 2025-06-05 23:21:17,986 qnn_preprocess.py:50] Visiting: aten_select_copy_int_233, aten.select_copy.int 2025-06-05T23:21:18.0117903Z [INFO 2025-06-05 23:21:17,986 qnn_preprocess.py:50] Visiting: aten_select_copy_int_235, aten.select_copy.int 2025-06-05T23:21:18.0119243Z [INFO 2025-06-05 23:21:17,986 qnn_preprocess.py:50] Visiting: aten_select_copy_int_237, aten.select_copy.int 2025-06-05T23:21:18.0120717Z [INFO 2025-06-05 23:21:17,987 qnn_preprocess.py:50] Visiting: aten_select_copy_int_239, aten.select_copy.int 2025-06-05T23:21:18.0122024Z [INFO 2025-06-05 23:21:17,987 qnn_preprocess.py:50] Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-06-05T23:21:18.0123104Z [INFO 2025-06-05 23:21:17,988 qnn_preprocess.py:50] Visiting: aten_add_tensor_20, aten.add.Tensor 2025-06-05T23:21:18.0124305Z [INFO 2025-06-05 23:21:17,988 qnn_preprocess.py:50] Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-06-05T23:21:18.0125510Z [INFO 2025-06-05 23:21:17,989 qnn_preprocess.py:50] Visiting: aten_add_tensor_21, aten.add.Tensor 2025-06-05T23:21:18.0126763Z [INFO 2025-06-05 23:21:17,989 qnn_preprocess.py:50] Visiting: aten_cat_default_19, aten.cat.default 2025-06-05T23:21:18.0128143Z [INFO 2025-06-05 23:21:17,990 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_47, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0129592Z [INFO 2025-06-05 23:21:17,991 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_48, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0131294Z [INFO 2025-06-05 23:21:17,991 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_49, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0132844Z [INFO 2025-06-05 23:21:17,992 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_50, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0134322Z [INFO 2025-06-05 23:21:17,992 qnn_preprocess.py:50] Visiting: aten_view_copy_default_82, aten.view_copy.default 2025-06-05T23:21:18.0135559Z [INFO 2025-06-05 23:21:17,992 qnn_preprocess.py:50] Visiting: aten_cat_default_16, aten.cat.default 2025-06-05T23:21:18.0136741Z [INFO 2025-06-05 23:21:17,993 qnn_preprocess.py:50] Visiting: aten_cat_default_17, aten.cat.default 2025-06-05T23:21:18.0138052Z [INFO 2025-06-05 23:21:17,993 qnn_preprocess.py:50] Visiting: aten_view_copy_default_79, aten.view_copy.default 2025-06-05T23:21:18.0139460Z [INFO 2025-06-05 23:21:17,993 qnn_preprocess.py:50] Visiting: aten_view_copy_default_80, aten.view_copy.default 2025-06-05T23:21:18.0140920Z [INFO 2025-06-05 23:21:17,994 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_170, aten.permute_copy.default 2025-06-05T23:21:18.0142372Z [INFO 2025-06-05 23:21:17,994 qnn_preprocess.py:50] Visiting: aten_index_put_default_8, aten.index_put.default 2025-06-05T23:21:18.0143817Z [INFO 2025-06-05 23:21:17,995 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_171, aten.permute_copy.default 2025-06-05T23:21:18.0145321Z [INFO 2025-06-05 23:21:17,996 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_172, aten.permute_copy.default 2025-06-05T23:21:18.0146806Z [INFO 2025-06-05 23:21:17,997 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_173, aten.permute_copy.default 2025-06-05T23:21:18.0148226Z [INFO 2025-06-05 23:21:17,997 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_174, aten.permute_copy.default 2025-06-05T23:21:18.0149805Z [INFO 2025-06-05 23:21:17,998 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_175, aten.permute_copy.default 2025-06-05T23:21:18.0151301Z [INFO 2025-06-05 23:21:17,998 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_176, aten.permute_copy.default 2025-06-05T23:21:18.0152810Z [INFO 2025-06-05 23:21:17,999 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_177, aten.permute_copy.default 2025-06-05T23:21:18.0154323Z [INFO 2025-06-05 23:21:18,000 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_178, aten.permute_copy.default 2025-06-05T23:21:18.0155718Z [INFO 2025-06-05 23:21:18,000 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_179, aten.permute_copy.default 2025-06-05T23:21:18.0157224Z [INFO 2025-06-05 23:21:18,001 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_180, aten.permute_copy.default 2025-06-05T23:21:18.0158706Z [INFO 2025-06-05 23:21:18,001 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_181, aten.permute_copy.default 2025-06-05T23:21:18.0160228Z [INFO 2025-06-05 23:21:18,002 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_182, aten.permute_copy.default 2025-06-05T23:21:18.0161615Z [INFO 2025-06-05 23:21:18,003 qnn_preprocess.py:50] Visiting: aten_select_copy_int_192, aten.select_copy.int 2025-06-05T23:21:18.0162995Z [INFO 2025-06-05 23:21:18,003 qnn_preprocess.py:50] Visiting: aten_select_copy_int_194, aten.select_copy.int 2025-06-05T23:21:18.0164353Z [INFO 2025-06-05 23:21:18,003 qnn_preprocess.py:50] Visiting: aten_select_copy_int_196, aten.select_copy.int 2025-06-05T23:21:18.0165685Z [INFO 2025-06-05 23:21:18,004 qnn_preprocess.py:50] Visiting: aten_select_copy_int_198, aten.select_copy.int 2025-06-05T23:21:18.0730831Z [INFO 2025-06-05 23:21:18,004 qnn_preprocess.py:50] Visiting: aten_select_copy_int_200, aten.select_copy.int 2025-06-05T23:21:18.0732234Z [INFO 2025-06-05 23:21:18,005 qnn_preprocess.py:50] Visiting: aten_select_copy_int_202, aten.select_copy.int 2025-06-05T23:21:18.0733643Z [INFO 2025-06-05 23:21:18,005 qnn_preprocess.py:50] Visiting: aten_select_copy_int_204, aten.select_copy.int 2025-06-05T23:21:18.0734979Z [INFO 2025-06-05 23:21:18,006 qnn_preprocess.py:50] Visiting: aten_select_copy_int_206, aten.select_copy.int 2025-06-05T23:21:18.0736503Z [INFO 2025-06-05 23:21:18,007 qnn_preprocess.py:50] Visiting: aten_select_copy_int_208, aten.select_copy.int 2025-06-05T23:21:18.0737868Z [INFO 2025-06-05 23:21:18,007 qnn_preprocess.py:50] Visiting: aten_select_copy_int_210, aten.select_copy.int 2025-06-05T23:21:18.0739192Z [INFO 2025-06-05 23:21:18,008 qnn_preprocess.py:50] Visiting: aten_select_copy_int_212, aten.select_copy.int 2025-06-05T23:21:18.0740505Z [INFO 2025-06-05 23:21:18,009 qnn_preprocess.py:50] Visiting: aten_select_copy_int_214, aten.select_copy.int 2025-06-05T23:21:18.0741825Z [INFO 2025-06-05 23:21:18,009 qnn_preprocess.py:50] Visiting: aten_select_copy_int_193, aten.select_copy.int 2025-06-05T23:21:18.0743163Z [INFO 2025-06-05 23:21:18,010 qnn_preprocess.py:50] Visiting: aten_select_copy_int_195, aten.select_copy.int 2025-06-05T23:21:18.0744542Z [INFO 2025-06-05 23:21:18,010 qnn_preprocess.py:50] Visiting: aten_select_copy_int_197, aten.select_copy.int 2025-06-05T23:21:18.0745835Z [INFO 2025-06-05 23:21:18,011 qnn_preprocess.py:50] Visiting: aten_select_copy_int_199, aten.select_copy.int 2025-06-05T23:21:18.0747315Z [INFO 2025-06-05 23:21:18,012 qnn_preprocess.py:50] Visiting: aten_select_copy_int_201, aten.select_copy.int 2025-06-05T23:21:18.0748929Z [INFO 2025-06-05 23:21:18,012 qnn_preprocess.py:50] Visiting: aten_select_copy_int_203, aten.select_copy.int 2025-06-05T23:21:18.0750187Z [INFO 2025-06-05 23:21:18,013 qnn_preprocess.py:50] Visiting: aten_select_copy_int_205, aten.select_copy.int 2025-06-05T23:21:18.0751531Z [INFO 2025-06-05 23:21:18,014 qnn_preprocess.py:50] Visiting: aten_select_copy_int_207, aten.select_copy.int 2025-06-05T23:21:18.0752893Z [INFO 2025-06-05 23:21:18,014 qnn_preprocess.py:50] Visiting: aten_select_copy_int_209, aten.select_copy.int 2025-06-05T23:21:18.0754465Z [INFO 2025-06-05 23:21:18,015 qnn_preprocess.py:50] Visiting: aten_select_copy_int_211, aten.select_copy.int 2025-06-05T23:21:18.0755798Z [INFO 2025-06-05 23:21:18,016 qnn_preprocess.py:50] Visiting: aten_select_copy_int_213, aten.select_copy.int 2025-06-05T23:21:18.0757079Z [INFO 2025-06-05 23:21:18,016 qnn_preprocess.py:50] Visiting: aten_select_copy_int_215, aten.select_copy.int 2025-06-05T23:21:18.0758173Z [INFO 2025-06-05 23:21:18,017 qnn_preprocess.py:50] Visiting: aten_cat_default_18, aten.cat.default 2025-06-05T23:21:18.0759370Z [INFO 2025-06-05 23:21:18,018 qnn_preprocess.py:50] Visiting: aten_view_copy_default_81, aten.view_copy.default 2025-06-05T23:21:18.0760623Z [INFO 2025-06-05 23:21:18,018 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_195, aten.permute_copy.default 2025-06-05T23:21:18.0761954Z [INFO 2025-06-05 23:21:18,019 qnn_preprocess.py:50] Visiting: aten_matmul_default_8, aten.matmul.default 2025-06-05T23:21:18.0763097Z [INFO 2025-06-05 23:21:18,019 qnn_preprocess.py:50] Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-06-05T23:21:18.0764302Z [INFO 2025-06-05 23:21:18,020 qnn_preprocess.py:50] Visiting: aten_add_tensor_22, aten.add.Tensor 2025-06-05T23:21:18.0765754Z [INFO 2025-06-05 23:21:18,021 qnn_preprocess.py:50] Visiting: aten__softmax_default_4, aten._softmax.default 2025-06-05T23:21:18.0767040Z [INFO 2025-06-05 23:21:18,021 qnn_preprocess.py:50] Visiting: aten_matmul_default_9, aten.matmul.default 2025-06-05T23:21:18.0768265Z [INFO 2025-06-05 23:21:18,022 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-06-05T23:21:18.0769705Z [INFO 2025-06-05 23:21:18,022 qnn_preprocess.py:50] Visiting: aten_view_copy_default_89, aten.view_copy.default 2025-06-05T23:21:18.0771181Z [INFO 2025-06-05 23:21:18,022 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_51, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0772692Z [INFO 2025-06-05 23:21:18,023 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_726, aten.permute_copy.default 2025-06-05T23:21:18.0774103Z [INFO 2025-06-05 23:21:18,023 qnn_preprocess.py:50] Visiting: aten_convolution_default_31, aten.convolution.default 2025-06-05T23:21:18.0775662Z [INFO 2025-06-05 23:21:18,026 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_727, aten.permute_copy.default 2025-06-05T23:21:18.0777103Z [INFO 2025-06-05 23:21:18,027 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_51, aten.squeeze_copy.dims 2025-06-05T23:21:18.0778418Z [INFO 2025-06-05 23:21:18,027 qnn_preprocess.py:50] Visiting: aten_add_tensor_23, aten.add.Tensor 2025-06-05T23:21:18.0779717Z [INFO 2025-06-05 23:21:18,027 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-06-05T23:21:18.0781039Z [INFO 2025-06-05 23:21:18,028 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_52, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0782583Z [INFO 2025-06-05 23:21:18,029 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_728, aten.permute_copy.default 2025-06-05T23:21:18.0784115Z [INFO 2025-06-05 23:21:18,029 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_53, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0785653Z [INFO 2025-06-05 23:21:18,030 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_729, aten.permute_copy.default 2025-06-05T23:21:18.0787148Z [INFO 2025-06-05 23:21:18,030 qnn_preprocess.py:50] Visiting: aten_convolution_default_32, aten.convolution.default 2025-06-05T23:21:18.0788651Z [INFO 2025-06-05 23:21:18,038 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_730, aten.permute_copy.default 2025-06-05T23:21:18.0790151Z [INFO 2025-06-05 23:21:18,039 qnn_preprocess.py:50] Visiting: aten_convolution_default_33, aten.convolution.default 2025-06-05T23:21:18.0791624Z [INFO 2025-06-05 23:21:18,044 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_731, aten.permute_copy.default 2025-06-05T23:21:18.0793027Z [INFO 2025-06-05 23:21:18,045 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_52, aten.squeeze_copy.dims 2025-06-05T23:21:18.0794511Z [INFO 2025-06-05 23:21:18,045 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_53, aten.squeeze_copy.dims 2025-06-05T23:21:18.0795819Z [INFO 2025-06-05 23:21:18,046 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-06-05T23:21:18.0796960Z [INFO 2025-06-05 23:21:18,046 qnn_preprocess.py:50] Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-06-05T23:21:18.0798080Z [INFO 2025-06-05 23:21:18,047 qnn_preprocess.py:50] Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-06-05T23:21:18.0799325Z [INFO 2025-06-05 23:21:18,047 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_54, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0800787Z [INFO 2025-06-05 23:21:18,048 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_732, aten.permute_copy.default 2025-06-05T23:21:18.0802147Z [INFO 2025-06-05 23:21:18,048 qnn_preprocess.py:50] Visiting: aten_convolution_default_34, aten.convolution.default 2025-06-05T23:21:18.0803593Z [INFO 2025-06-05 23:21:18,056 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_733, aten.permute_copy.default 2025-06-05T23:21:18.0805021Z [INFO 2025-06-05 23:21:18,056 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_54, aten.squeeze_copy.dims 2025-06-05T23:21:18.0806276Z [INFO 2025-06-05 23:21:18,057 qnn_preprocess.py:50] Visiting: aten_add_tensor_24, aten.add.Tensor 2025-06-05T23:21:18.0807426Z [INFO 2025-06-05 23:21:18,057 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-06-05T23:21:18.0808967Z [INFO 2025-06-05 23:21:18,058 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_55, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0810425Z [INFO 2025-06-05 23:21:18,059 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_734, aten.permute_copy.default 2025-06-05T23:21:18.0811774Z [INFO 2025-06-05 23:21:18,059 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_56, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0813295Z [INFO 2025-06-05 23:21:18,060 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_735, aten.permute_copy.default 2025-06-05T23:21:18.0814626Z [INFO 2025-06-05 23:21:18,060 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_57, aten.unsqueeze_copy.default 2025-06-05T23:21:18.0816169Z [INFO 2025-06-05 23:21:18,061 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_736, aten.permute_copy.default 2025-06-05T23:21:18.0817524Z [INFO 2025-06-05 23:21:18,061 qnn_preprocess.py:50] Visiting: aten_convolution_default_35, aten.convolution.default 2025-06-05T23:21:18.0818965Z [INFO 2025-06-05 23:21:18,064 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_737, aten.permute_copy.default 2025-06-05T23:21:18.0820284Z [INFO 2025-06-05 23:21:18,064 qnn_preprocess.py:50] Visiting: aten_convolution_default_36, aten.convolution.default 2025-06-05T23:21:18.0821794Z [INFO 2025-06-05 23:21:18,066 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_738, aten.permute_copy.default 2025-06-05T23:21:18.0823063Z [INFO 2025-06-05 23:21:18,067 qnn_preprocess.py:50] Visiting: aten_convolution_default_37, aten.convolution.default 2025-06-05T23:21:18.0824447Z [INFO 2025-06-05 23:21:18,070 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_739, aten.permute_copy.default 2025-06-05T23:21:18.0825730Z [INFO 2025-06-05 23:21:18,071 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_55, aten.squeeze_copy.dims 2025-06-05T23:21:18.0827236Z [INFO 2025-06-05 23:21:18,072 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_56, aten.squeeze_copy.dims 2025-06-05T23:21:18.0828460Z [INFO 2025-06-05 23:21:18,072 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_57, aten.squeeze_copy.dims 2025-06-05T23:21:18.1107286Z [INFO 2025-06-05 23:21:18,072 qnn_preprocess.py:50] Visiting: aten_view_copy_default_90, aten.view_copy.default 2025-06-05T23:21:18.1108631Z [INFO 2025-06-05 23:21:18,073 qnn_preprocess.py:50] Visiting: aten_view_copy_default_91, aten.view_copy.default 2025-06-05T23:21:18.1110016Z [INFO 2025-06-05 23:21:18,073 qnn_preprocess.py:50] Visiting: aten_view_copy_default_92, aten.view_copy.default 2025-06-05T23:21:18.1112163Z [INFO 2025-06-05 23:21:18,074 qnn_preprocess.py:50] Visiting: aten_view_copy_default_93, aten.view_copy.default 2025-06-05T23:21:18.1113844Z [INFO 2025-06-05 23:21:18,074 qnn_preprocess.py:50] Visiting: aten_view_copy_default_94, aten.view_copy.default 2025-06-05T23:21:18.1115327Z [INFO 2025-06-05 23:21:18,074 qnn_preprocess.py:50] Visiting: aten_index_put_default_11, aten.index_put.default 2025-06-05T23:21:18.1116565Z [INFO 2025-06-05 23:21:18,076 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-06-05T23:21:18.1117829Z [INFO 2025-06-05 23:21:18,077 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-06-05T23:21:18.1119056Z [INFO 2025-06-05 23:21:18,078 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-06-05T23:21:18.1120429Z [INFO 2025-06-05 23:21:18,078 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-06-05T23:21:18.1121686Z [INFO 2025-06-05 23:21:18,079 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_224, aten.permute_copy.default 2025-06-05T23:21:18.1123810Z [INFO 2025-06-05 23:21:18,080 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_225, aten.permute_copy.default 2025-06-05T23:21:18.1125125Z [INFO 2025-06-05 23:21:18,081 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_226, aten.permute_copy.default 2025-06-05T23:21:18.1126509Z [INFO 2025-06-05 23:21:18,081 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_227, aten.permute_copy.default 2025-06-05T23:21:18.1127841Z [INFO 2025-06-05 23:21:18,082 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_228, aten.permute_copy.default 2025-06-05T23:21:18.1129310Z [INFO 2025-06-05 23:21:18,083 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_229, aten.permute_copy.default 2025-06-05T23:21:18.1130795Z [INFO 2025-06-05 23:21:18,084 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_230, aten.permute_copy.default 2025-06-05T23:21:18.1132579Z [INFO 2025-06-05 23:21:18,084 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_231, aten.permute_copy.default 2025-06-05T23:21:18.1134462Z [INFO 2025-06-05 23:21:18,085 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_232, aten.permute_copy.default 2025-06-05T23:21:18.1136285Z [INFO 2025-06-05 23:21:18,085 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_233, aten.permute_copy.default 2025-06-05T23:21:18.1138059Z [INFO 2025-06-05 23:21:18,086 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_234, aten.permute_copy.default 2025-06-05T23:21:18.1139778Z [INFO 2025-06-05 23:21:18,087 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_235, aten.permute_copy.default 2025-06-05T23:21:18.1141448Z [INFO 2025-06-05 23:21:18,087 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_58, aten.squeeze_copy.dims 2025-06-05T23:21:18.1143019Z [INFO 2025-06-05 23:21:18,088 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_59, aten.squeeze_copy.dims 2025-06-05T23:21:18.1144586Z [INFO 2025-06-05 23:21:18,088 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_60, aten.squeeze_copy.dims 2025-06-05T23:21:18.1146360Z [INFO 2025-06-05 23:21:18,088 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_61, aten.squeeze_copy.dims 2025-06-05T23:21:18.1148081Z [INFO 2025-06-05 23:21:18,089 qnn_preprocess.py:50] Visiting: aten_select_copy_int_264, aten.select_copy.int 2025-06-05T23:21:18.1149739Z [INFO 2025-06-05 23:21:18,089 qnn_preprocess.py:50] Visiting: aten_select_copy_int_266, aten.select_copy.int 2025-06-05T23:21:18.1151215Z [INFO 2025-06-05 23:21:18,090 qnn_preprocess.py:50] Visiting: aten_select_copy_int_268, aten.select_copy.int 2025-06-05T23:21:18.1152785Z [INFO 2025-06-05 23:21:18,090 qnn_preprocess.py:50] Visiting: aten_select_copy_int_270, aten.select_copy.int 2025-06-05T23:21:18.1154359Z [INFO 2025-06-05 23:21:18,091 qnn_preprocess.py:50] Visiting: aten_select_copy_int_272, aten.select_copy.int 2025-06-05T23:21:18.1156081Z [INFO 2025-06-05 23:21:18,091 qnn_preprocess.py:50] Visiting: aten_select_copy_int_274, aten.select_copy.int 2025-06-05T23:21:18.1157626Z [INFO 2025-06-05 23:21:18,091 qnn_preprocess.py:50] Visiting: aten_select_copy_int_276, aten.select_copy.int 2025-06-05T23:21:18.1159201Z [INFO 2025-06-05 23:21:18,092 qnn_preprocess.py:50] Visiting: aten_select_copy_int_278, aten.select_copy.int 2025-06-05T23:21:18.1160719Z [INFO 2025-06-05 23:21:18,092 qnn_preprocess.py:50] Visiting: aten_select_copy_int_280, aten.select_copy.int 2025-06-05T23:21:18.1162234Z [INFO 2025-06-05 23:21:18,093 qnn_preprocess.py:50] Visiting: aten_select_copy_int_282, aten.select_copy.int 2025-06-05T23:21:18.1163801Z [INFO 2025-06-05 23:21:18,093 qnn_preprocess.py:50] Visiting: aten_select_copy_int_284, aten.select_copy.int 2025-06-05T23:21:18.1165362Z [INFO 2025-06-05 23:21:18,093 qnn_preprocess.py:50] Visiting: aten_select_copy_int_286, aten.select_copy.int 2025-06-05T23:21:18.1166911Z [INFO 2025-06-05 23:21:18,094 qnn_preprocess.py:50] Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-06-05T23:21:18.1168358Z [INFO 2025-06-05 23:21:18,094 qnn_preprocess.py:50] Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-06-05T23:21:18.1169887Z [INFO 2025-06-05 23:21:18,095 qnn_preprocess.py:50] Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-06-05T23:21:18.1171161Z [INFO 2025-06-05 23:21:18,095 qnn_preprocess.py:50] Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-06-05T23:21:18.1172473Z [INFO 2025-06-05 23:21:18,096 qnn_preprocess.py:50] Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-06-05T23:21:18.1173665Z [INFO 2025-06-05 23:21:18,096 qnn_preprocess.py:50] Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-06-05T23:21:18.1174891Z [INFO 2025-06-05 23:21:18,096 qnn_preprocess.py:50] Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-06-05T23:21:18.1176116Z [INFO 2025-06-05 23:21:18,097 qnn_preprocess.py:50] Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-06-05T23:21:18.1177287Z [INFO 2025-06-05 23:21:18,097 qnn_preprocess.py:50] Visiting: aten_select_copy_int_265, aten.select_copy.int 2025-06-05T23:21:18.1178807Z [INFO 2025-06-05 23:21:18,098 qnn_preprocess.py:50] Visiting: aten_select_copy_int_267, aten.select_copy.int 2025-06-05T23:21:18.1180119Z [INFO 2025-06-05 23:21:18,098 qnn_preprocess.py:50] Visiting: aten_select_copy_int_269, aten.select_copy.int 2025-06-05T23:21:18.1181349Z [INFO 2025-06-05 23:21:18,098 qnn_preprocess.py:50] Visiting: aten_select_copy_int_271, aten.select_copy.int 2025-06-05T23:21:18.1182643Z [INFO 2025-06-05 23:21:18,099 qnn_preprocess.py:50] Visiting: aten_select_copy_int_273, aten.select_copy.int 2025-06-05T23:21:18.1183812Z [INFO 2025-06-05 23:21:18,099 qnn_preprocess.py:50] Visiting: aten_select_copy_int_275, aten.select_copy.int 2025-06-05T23:21:18.1185421Z [INFO 2025-06-05 23:21:18,099 qnn_preprocess.py:50] Visiting: aten_select_copy_int_277, aten.select_copy.int 2025-06-05T23:21:18.1186562Z [INFO 2025-06-05 23:21:18,100 qnn_preprocess.py:50] Visiting: aten_select_copy_int_279, aten.select_copy.int 2025-06-05T23:21:18.1187823Z [INFO 2025-06-05 23:21:18,100 qnn_preprocess.py:50] Visiting: aten_select_copy_int_281, aten.select_copy.int 2025-06-05T23:21:18.1189030Z [INFO 2025-06-05 23:21:18,101 qnn_preprocess.py:50] Visiting: aten_select_copy_int_283, aten.select_copy.int 2025-06-05T23:21:18.1190308Z [INFO 2025-06-05 23:21:18,101 qnn_preprocess.py:50] Visiting: aten_select_copy_int_285, aten.select_copy.int 2025-06-05T23:21:18.1191665Z [INFO 2025-06-05 23:21:18,101 qnn_preprocess.py:50] Visiting: aten_select_copy_int_287, aten.select_copy.int 2025-06-05T23:21:18.1192859Z [INFO 2025-06-05 23:21:18,102 qnn_preprocess.py:50] Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-06-05T23:21:18.1194160Z [INFO 2025-06-05 23:21:18,102 qnn_preprocess.py:50] Visiting: aten_add_tensor_25, aten.add.Tensor 2025-06-05T23:21:18.1195192Z [INFO 2025-06-05 23:21:18,103 qnn_preprocess.py:50] Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-06-05T23:21:18.1196328Z [INFO 2025-06-05 23:21:18,103 qnn_preprocess.py:50] Visiting: aten_add_tensor_26, aten.add.Tensor 2025-06-05T23:21:18.1197539Z [INFO 2025-06-05 23:21:18,104 qnn_preprocess.py:50] Visiting: aten_cat_default_23, aten.cat.default 2025-06-05T23:21:18.1199108Z [INFO 2025-06-05 23:21:18,105 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_58, aten.unsqueeze_copy.default 2025-06-05T23:21:18.1200545Z [INFO 2025-06-05 23:21:18,105 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_59, aten.unsqueeze_copy.default 2025-06-05T23:21:18.1202002Z [INFO 2025-06-05 23:21:18,106 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_60, aten.unsqueeze_copy.default 2025-06-05T23:21:18.1203459Z [INFO 2025-06-05 23:21:18,106 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_61, aten.unsqueeze_copy.default 2025-06-05T23:21:18.1204782Z [INFO 2025-06-05 23:21:18,106 qnn_preprocess.py:50] Visiting: aten_view_copy_default_100, aten.view_copy.default 2025-06-05T23:21:18.1205969Z [INFO 2025-06-05 23:21:18,107 qnn_preprocess.py:50] Visiting: aten_cat_default_20, aten.cat.default 2025-06-05T23:21:18.1207089Z [INFO 2025-06-05 23:21:18,107 qnn_preprocess.py:50] Visiting: aten_cat_default_21, aten.cat.default 2025-06-05T23:21:18.1208513Z [INFO 2025-06-05 23:21:18,108 qnn_preprocess.py:50] Visiting: aten_view_copy_default_97, aten.view_copy.default 2025-06-05T23:21:18.1209869Z [INFO 2025-06-05 23:21:18,108 qnn_preprocess.py:50] Visiting: aten_view_copy_default_98, aten.view_copy.default 2025-06-05T23:21:18.1211264Z [INFO 2025-06-05 23:21:18,108 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_211, aten.permute_copy.default 2025-06-05T23:21:18.1212705Z [INFO 2025-06-05 23:21:18,109 qnn_preprocess.py:50] Visiting: aten_index_put_default_10, aten.index_put.default 2025-06-05T23:21:18.1711656Z [INFO 2025-06-05 23:21:18,110 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_212, aten.permute_copy.default 2025-06-05T23:21:18.1713310Z [INFO 2025-06-05 23:21:18,111 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_213, aten.permute_copy.default 2025-06-05T23:21:18.1714906Z [INFO 2025-06-05 23:21:18,112 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_214, aten.permute_copy.default 2025-06-05T23:21:18.1716295Z [INFO 2025-06-05 23:21:18,112 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_215, aten.permute_copy.default 2025-06-05T23:21:18.1718157Z [INFO 2025-06-05 23:21:18,113 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_216, aten.permute_copy.default 2025-06-05T23:21:18.1719699Z [INFO 2025-06-05 23:21:18,114 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_217, aten.permute_copy.default 2025-06-05T23:21:18.1721190Z [INFO 2025-06-05 23:21:18,115 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_218, aten.permute_copy.default 2025-06-05T23:21:18.1722550Z [INFO 2025-06-05 23:21:18,116 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_219, aten.permute_copy.default 2025-06-05T23:21:18.1723977Z [INFO 2025-06-05 23:21:18,117 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_220, aten.permute_copy.default 2025-06-05T23:21:18.1725467Z [INFO 2025-06-05 23:21:18,118 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_221, aten.permute_copy.default 2025-06-05T23:21:18.1726975Z [INFO 2025-06-05 23:21:18,119 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_222, aten.permute_copy.default 2025-06-05T23:21:18.1728587Z [INFO 2025-06-05 23:21:18,120 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_223, aten.permute_copy.default 2025-06-05T23:21:18.1729949Z [INFO 2025-06-05 23:21:18,120 qnn_preprocess.py:50] Visiting: aten_select_copy_int_240, aten.select_copy.int 2025-06-05T23:21:18.1731243Z [INFO 2025-06-05 23:21:18,121 qnn_preprocess.py:50] Visiting: aten_select_copy_int_242, aten.select_copy.int 2025-06-05T23:21:18.1732405Z [INFO 2025-06-05 23:21:18,121 qnn_preprocess.py:50] Visiting: aten_select_copy_int_244, aten.select_copy.int 2025-06-05T23:21:18.1733653Z [INFO 2025-06-05 23:21:18,122 qnn_preprocess.py:50] Visiting: aten_select_copy_int_246, aten.select_copy.int 2025-06-05T23:21:18.1734983Z [INFO 2025-06-05 23:21:18,122 qnn_preprocess.py:50] Visiting: aten_select_copy_int_248, aten.select_copy.int 2025-06-05T23:21:18.1736300Z [INFO 2025-06-05 23:21:18,123 qnn_preprocess.py:50] Visiting: aten_select_copy_int_250, aten.select_copy.int 2025-06-05T23:21:18.1737536Z [INFO 2025-06-05 23:21:18,123 qnn_preprocess.py:50] Visiting: aten_select_copy_int_252, aten.select_copy.int 2025-06-05T23:21:18.1738796Z [INFO 2025-06-05 23:21:18,123 qnn_preprocess.py:50] Visiting: aten_select_copy_int_254, aten.select_copy.int 2025-06-05T23:21:18.1740135Z [INFO 2025-06-05 23:21:18,124 qnn_preprocess.py:50] Visiting: aten_select_copy_int_256, aten.select_copy.int 2025-06-05T23:21:18.1741484Z [INFO 2025-06-05 23:21:18,124 qnn_preprocess.py:50] Visiting: aten_select_copy_int_258, aten.select_copy.int 2025-06-05T23:21:18.1742838Z [INFO 2025-06-05 23:21:18,125 qnn_preprocess.py:50] Visiting: aten_select_copy_int_260, aten.select_copy.int 2025-06-05T23:21:18.1744090Z [INFO 2025-06-05 23:21:18,125 qnn_preprocess.py:50] Visiting: aten_select_copy_int_262, aten.select_copy.int 2025-06-05T23:21:18.1745430Z [INFO 2025-06-05 23:21:18,125 qnn_preprocess.py:50] Visiting: aten_select_copy_int_241, aten.select_copy.int 2025-06-05T23:21:18.1746805Z [INFO 2025-06-05 23:21:18,126 qnn_preprocess.py:50] Visiting: aten_select_copy_int_243, aten.select_copy.int 2025-06-05T23:21:18.1748068Z [INFO 2025-06-05 23:21:18,126 qnn_preprocess.py:50] Visiting: aten_select_copy_int_245, aten.select_copy.int 2025-06-05T23:21:18.1749274Z [INFO 2025-06-05 23:21:18,126 qnn_preprocess.py:50] Visiting: aten_select_copy_int_247, aten.select_copy.int 2025-06-05T23:21:18.1750508Z [INFO 2025-06-05 23:21:18,127 qnn_preprocess.py:50] Visiting: aten_select_copy_int_249, aten.select_copy.int 2025-06-05T23:21:18.1751817Z [INFO 2025-06-05 23:21:18,127 qnn_preprocess.py:50] Visiting: aten_select_copy_int_251, aten.select_copy.int 2025-06-05T23:21:18.1752969Z [INFO 2025-06-05 23:21:18,127 qnn_preprocess.py:50] Visiting: aten_select_copy_int_253, aten.select_copy.int 2025-06-05T23:21:18.1754389Z [INFO 2025-06-05 23:21:18,128 qnn_preprocess.py:50] Visiting: aten_select_copy_int_255, aten.select_copy.int 2025-06-05T23:21:18.1755743Z [INFO 2025-06-05 23:21:18,128 qnn_preprocess.py:50] Visiting: aten_select_copy_int_257, aten.select_copy.int 2025-06-05T23:21:18.1757195Z [INFO 2025-06-05 23:21:18,129 qnn_preprocess.py:50] Visiting: aten_select_copy_int_259, aten.select_copy.int 2025-06-05T23:21:18.1758535Z [INFO 2025-06-05 23:21:18,129 qnn_preprocess.py:50] Visiting: aten_select_copy_int_261, aten.select_copy.int 2025-06-05T23:21:18.1759767Z [INFO 2025-06-05 23:21:18,129 qnn_preprocess.py:50] Visiting: aten_select_copy_int_263, aten.select_copy.int 2025-06-05T23:21:18.1761062Z [INFO 2025-06-05 23:21:18,130 qnn_preprocess.py:50] Visiting: aten_cat_default_22, aten.cat.default 2025-06-05T23:21:18.1762181Z [INFO 2025-06-05 23:21:18,131 qnn_preprocess.py:50] Visiting: aten_view_copy_default_99, aten.view_copy.default 2025-06-05T23:21:18.1763534Z [INFO 2025-06-05 23:21:18,131 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_236, aten.permute_copy.default 2025-06-05T23:21:18.1764780Z [INFO 2025-06-05 23:21:18,132 qnn_preprocess.py:50] Visiting: aten_matmul_default_10, aten.matmul.default 2025-06-05T23:21:18.1766013Z [INFO 2025-06-05 23:21:18,132 qnn_preprocess.py:50] Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-06-05T23:21:18.1767245Z [INFO 2025-06-05 23:21:18,133 qnn_preprocess.py:50] Visiting: aten_add_tensor_27, aten.add.Tensor 2025-06-05T23:21:18.1768431Z [INFO 2025-06-05 23:21:18,134 qnn_preprocess.py:50] Visiting: aten__softmax_default_5, aten._softmax.default 2025-06-05T23:21:18.1769759Z [INFO 2025-06-05 23:21:18,134 qnn_preprocess.py:50] Visiting: aten_matmul_default_11, aten.matmul.default 2025-06-05T23:21:18.1770945Z [INFO 2025-06-05 23:21:18,135 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_237, aten.permute_copy.default 2025-06-05T23:21:18.1772290Z [INFO 2025-06-05 23:21:18,135 qnn_preprocess.py:50] Visiting: aten_view_copy_default_107, aten.view_copy.default 2025-06-05T23:21:18.1773771Z [INFO 2025-06-05 23:21:18,136 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_62, aten.unsqueeze_copy.default 2025-06-05T23:21:18.1775301Z [INFO 2025-06-05 23:21:18,136 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_740, aten.permute_copy.default 2025-06-05T23:21:18.1776813Z [INFO 2025-06-05 23:21:18,137 qnn_preprocess.py:50] Visiting: aten_convolution_default_38, aten.convolution.default 2025-06-05T23:21:18.1778111Z [INFO 2025-06-05 23:21:18,139 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_741, aten.permute_copy.default 2025-06-05T23:21:18.1779434Z [INFO 2025-06-05 23:21:18,140 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_62, aten.squeeze_copy.dims 2025-06-05T23:21:18.1780603Z [INFO 2025-06-05 23:21:18,140 qnn_preprocess.py:50] Visiting: aten_add_tensor_28, aten.add.Tensor 2025-06-05T23:21:18.1781919Z [INFO 2025-06-05 23:21:18,141 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-06-05T23:21:18.1783209Z [INFO 2025-06-05 23:21:18,142 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_63, aten.unsqueeze_copy.default 2025-06-05T23:21:18.1784646Z [INFO 2025-06-05 23:21:18,142 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_742, aten.permute_copy.default 2025-06-05T23:21:18.1785963Z [INFO 2025-06-05 23:21:18,143 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_64, aten.unsqueeze_copy.default 2025-06-05T23:21:18.1787488Z [INFO 2025-06-05 23:21:18,143 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_743, aten.permute_copy.default 2025-06-05T23:21:18.1788877Z [INFO 2025-06-05 23:21:18,144 qnn_preprocess.py:50] Visiting: aten_convolution_default_39, aten.convolution.default 2025-06-05T23:21:18.1790207Z [INFO 2025-06-05 23:21:18,152 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_744, aten.permute_copy.default 2025-06-05T23:21:18.1791559Z [INFO 2025-06-05 23:21:18,153 qnn_preprocess.py:50] Visiting: aten_convolution_default_40, aten.convolution.default 2025-06-05T23:21:18.1792906Z [INFO 2025-06-05 23:21:18,158 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_745, aten.permute_copy.default 2025-06-05T23:21:18.1794468Z [INFO 2025-06-05 23:21:18,159 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_63, aten.squeeze_copy.dims 2025-06-05T23:21:18.1795781Z [INFO 2025-06-05 23:21:18,159 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_64, aten.squeeze_copy.dims 2025-06-05T23:21:18.1796958Z [INFO 2025-06-05 23:21:18,159 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-06-05T23:21:18.1798226Z [INFO 2025-06-05 23:21:18,160 qnn_preprocess.py:50] Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-06-05T23:21:18.1799325Z [INFO 2025-06-05 23:21:18,160 qnn_preprocess.py:50] Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-06-05T23:21:18.1800600Z [INFO 2025-06-05 23:21:18,161 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_65, aten.unsqueeze_copy.default 2025-06-05T23:21:18.1801963Z [INFO 2025-06-05 23:21:18,161 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_746, aten.permute_copy.default 2025-06-05T23:21:18.1803295Z [INFO 2025-06-05 23:21:18,162 qnn_preprocess.py:50] Visiting: aten_convolution_default_41, aten.convolution.default 2025-06-05T23:21:18.1804705Z [INFO 2025-06-05 23:21:18,169 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_747, aten.permute_copy.default 2025-06-05T23:21:18.1806122Z [INFO 2025-06-05 23:21:18,169 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_65, aten.squeeze_copy.dims 2025-06-05T23:21:18.1807426Z [INFO 2025-06-05 23:21:18,170 qnn_preprocess.py:50] Visiting: aten_add_tensor_29, aten.add.Tensor 2025-06-05T23:21:18.2147066Z [INFO 2025-06-05 23:21:18,170 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-06-05T23:21:18.2148429Z [INFO 2025-06-05 23:21:18,172 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_66, aten.unsqueeze_copy.default 2025-06-05T23:21:18.2149825Z [INFO 2025-06-05 23:21:18,172 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_748, aten.permute_copy.default 2025-06-05T23:21:18.2151418Z [INFO 2025-06-05 23:21:18,173 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_67, aten.unsqueeze_copy.default 2025-06-05T23:21:18.2152799Z [INFO 2025-06-05 23:21:18,174 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_749, aten.permute_copy.default 2025-06-05T23:21:18.2154243Z [INFO 2025-06-05 23:21:18,175 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_68, aten.unsqueeze_copy.default 2025-06-05T23:21:18.2155611Z [INFO 2025-06-05 23:21:18,175 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_750, aten.permute_copy.default 2025-06-05T23:21:18.2156972Z [INFO 2025-06-05 23:21:18,176 qnn_preprocess.py:50] Visiting: aten_convolution_default_42, aten.convolution.default 2025-06-05T23:21:18.2158335Z [INFO 2025-06-05 23:21:18,179 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_751, aten.permute_copy.default 2025-06-05T23:21:18.2159680Z [INFO 2025-06-05 23:21:18,180 qnn_preprocess.py:50] Visiting: aten_convolution_default_43, aten.convolution.default 2025-06-05T23:21:18.2161104Z [INFO 2025-06-05 23:21:18,182 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_752, aten.permute_copy.default 2025-06-05T23:21:18.2162468Z [INFO 2025-06-05 23:21:18,183 qnn_preprocess.py:50] Visiting: aten_convolution_default_44, aten.convolution.default 2025-06-05T23:21:18.2163808Z [INFO 2025-06-05 23:21:18,186 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_753, aten.permute_copy.default 2025-06-05T23:21:18.2165154Z [INFO 2025-06-05 23:21:18,187 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_66, aten.squeeze_copy.dims 2025-06-05T23:21:18.2166428Z [INFO 2025-06-05 23:21:18,187 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_67, aten.squeeze_copy.dims 2025-06-05T23:21:18.2167681Z [INFO 2025-06-05 23:21:18,188 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_68, aten.squeeze_copy.dims 2025-06-05T23:21:18.2168961Z [INFO 2025-06-05 23:21:18,188 qnn_preprocess.py:50] Visiting: aten_view_copy_default_108, aten.view_copy.default 2025-06-05T23:21:18.2170224Z [INFO 2025-06-05 23:21:18,188 qnn_preprocess.py:50] Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-06-05T23:21:18.2171557Z [INFO 2025-06-05 23:21:18,189 qnn_preprocess.py:50] Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-06-05T23:21:18.2172827Z [INFO 2025-06-05 23:21:18,189 qnn_preprocess.py:50] Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-06-05T23:21:18.2174076Z [INFO 2025-06-05 23:21:18,189 qnn_preprocess.py:50] Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-06-05T23:21:18.2175334Z [INFO 2025-06-05 23:21:18,189 qnn_preprocess.py:50] Visiting: aten_index_put_default_13, aten.index_put.default 2025-06-05T23:21:18.2176582Z [INFO 2025-06-05 23:21:18,191 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-06-05T23:21:18.2177845Z [INFO 2025-06-05 23:21:18,191 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-06-05T23:21:18.2179100Z [INFO 2025-06-05 23:21:18,191 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-06-05T23:21:18.2180360Z [INFO 2025-06-05 23:21:18,192 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-06-05T23:21:18.2181721Z [INFO 2025-06-05 23:21:18,192 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_265, aten.permute_copy.default 2025-06-05T23:21:18.2183064Z [INFO 2025-06-05 23:21:18,193 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_266, aten.permute_copy.default 2025-06-05T23:21:18.2184421Z [INFO 2025-06-05 23:21:18,193 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_267, aten.permute_copy.default 2025-06-05T23:21:18.2185769Z [INFO 2025-06-05 23:21:18,194 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_268, aten.permute_copy.default 2025-06-05T23:21:18.2187106Z [INFO 2025-06-05 23:21:18,195 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_269, aten.permute_copy.default 2025-06-05T23:21:18.2188494Z [INFO 2025-06-05 23:21:18,195 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_270, aten.permute_copy.default 2025-06-05T23:21:18.2189835Z [INFO 2025-06-05 23:21:18,196 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_271, aten.permute_copy.default 2025-06-05T23:21:18.2191188Z [INFO 2025-06-05 23:21:18,196 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_272, aten.permute_copy.default 2025-06-05T23:21:18.2192545Z [INFO 2025-06-05 23:21:18,197 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_273, aten.permute_copy.default 2025-06-05T23:21:18.2193936Z [INFO 2025-06-05 23:21:18,198 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_274, aten.permute_copy.default 2025-06-05T23:21:18.2195293Z [INFO 2025-06-05 23:21:18,198 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_275, aten.permute_copy.default 2025-06-05T23:21:18.2196640Z [INFO 2025-06-05 23:21:18,199 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_276, aten.permute_copy.default 2025-06-05T23:21:18.2197958Z [INFO 2025-06-05 23:21:18,200 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_69, aten.squeeze_copy.dims 2025-06-05T23:21:18.2199296Z [INFO 2025-06-05 23:21:18,200 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_70, aten.squeeze_copy.dims 2025-06-05T23:21:18.2200548Z [INFO 2025-06-05 23:21:18,200 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_71, aten.squeeze_copy.dims 2025-06-05T23:21:18.2201817Z [INFO 2025-06-05 23:21:18,201 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_72, aten.squeeze_copy.dims 2025-06-05T23:21:18.2203068Z [INFO 2025-06-05 23:21:18,201 qnn_preprocess.py:50] Visiting: aten_select_copy_int_312, aten.select_copy.int 2025-06-05T23:21:18.2204278Z [INFO 2025-06-05 23:21:18,201 qnn_preprocess.py:50] Visiting: aten_select_copy_int_314, aten.select_copy.int 2025-06-05T23:21:18.2205508Z [INFO 2025-06-05 23:21:18,202 qnn_preprocess.py:50] Visiting: aten_select_copy_int_316, aten.select_copy.int 2025-06-05T23:21:18.2206724Z [INFO 2025-06-05 23:21:18,202 qnn_preprocess.py:50] Visiting: aten_select_copy_int_318, aten.select_copy.int 2025-06-05T23:21:18.2207947Z [INFO 2025-06-05 23:21:18,203 qnn_preprocess.py:50] Visiting: aten_select_copy_int_320, aten.select_copy.int 2025-06-05T23:21:18.2209375Z [INFO 2025-06-05 23:21:18,203 qnn_preprocess.py:50] Visiting: aten_select_copy_int_322, aten.select_copy.int 2025-06-05T23:21:18.2210605Z [INFO 2025-06-05 23:21:18,203 qnn_preprocess.py:50] Visiting: aten_select_copy_int_324, aten.select_copy.int 2025-06-05T23:21:18.2211827Z [INFO 2025-06-05 23:21:18,204 qnn_preprocess.py:50] Visiting: aten_select_copy_int_326, aten.select_copy.int 2025-06-05T23:21:18.2213038Z [INFO 2025-06-05 23:21:18,204 qnn_preprocess.py:50] Visiting: aten_select_copy_int_328, aten.select_copy.int 2025-06-05T23:21:18.2214270Z [INFO 2025-06-05 23:21:18,205 qnn_preprocess.py:50] Visiting: aten_select_copy_int_330, aten.select_copy.int 2025-06-05T23:21:18.2215497Z [INFO 2025-06-05 23:21:18,205 qnn_preprocess.py:50] Visiting: aten_select_copy_int_332, aten.select_copy.int 2025-06-05T23:21:18.2216706Z [INFO 2025-06-05 23:21:18,205 qnn_preprocess.py:50] Visiting: aten_select_copy_int_334, aten.select_copy.int 2025-06-05T23:21:18.2217881Z [INFO 2025-06-05 23:21:18,206 qnn_preprocess.py:50] Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-06-05T23:21:18.2219050Z [INFO 2025-06-05 23:21:18,206 qnn_preprocess.py:50] Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-06-05T23:21:18.2220171Z [INFO 2025-06-05 23:21:18,207 qnn_preprocess.py:50] Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-06-05T23:21:18.2221275Z [INFO 2025-06-05 23:21:18,207 qnn_preprocess.py:50] Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-06-05T23:21:18.2222386Z [INFO 2025-06-05 23:21:18,208 qnn_preprocess.py:50] Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-06-05T23:21:18.2223493Z [INFO 2025-06-05 23:21:18,208 qnn_preprocess.py:50] Visiting: aten_mul_tensor_98, aten.mul.Tensor 2025-06-05T23:21:18.2224639Z [INFO 2025-06-05 23:21:18,209 qnn_preprocess.py:50] Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-06-05T23:21:18.2225736Z [INFO 2025-06-05 23:21:18,209 qnn_preprocess.py:50] Visiting: aten_mul_tensor_99, aten.mul.Tensor 2025-06-05T23:21:18.2226889Z [INFO 2025-06-05 23:21:18,209 qnn_preprocess.py:50] Visiting: aten_select_copy_int_313, aten.select_copy.int 2025-06-05T23:21:18.2228112Z [INFO 2025-06-05 23:21:18,210 qnn_preprocess.py:50] Visiting: aten_select_copy_int_315, aten.select_copy.int 2025-06-05T23:21:18.2229339Z [INFO 2025-06-05 23:21:18,210 qnn_preprocess.py:50] Visiting: aten_select_copy_int_317, aten.select_copy.int 2025-06-05T23:21:18.2230551Z [INFO 2025-06-05 23:21:18,211 qnn_preprocess.py:50] Visiting: aten_select_copy_int_319, aten.select_copy.int 2025-06-05T23:21:18.2231776Z [INFO 2025-06-05 23:21:18,211 qnn_preprocess.py:50] Visiting: aten_select_copy_int_321, aten.select_copy.int 2025-06-05T23:21:18.2232977Z [INFO 2025-06-05 23:21:18,212 qnn_preprocess.py:50] Visiting: aten_select_copy_int_323, aten.select_copy.int 2025-06-05T23:21:18.2234251Z [INFO 2025-06-05 23:21:18,212 qnn_preprocess.py:50] Visiting: aten_select_copy_int_325, aten.select_copy.int 2025-06-05T23:21:18.2235528Z [INFO 2025-06-05 23:21:18,212 qnn_preprocess.py:50] Visiting: aten_select_copy_int_327, aten.select_copy.int 2025-06-05T23:21:18.2236737Z [INFO 2025-06-05 23:21:18,213 qnn_preprocess.py:50] Visiting: aten_select_copy_int_329, aten.select_copy.int 2025-06-05T23:21:18.2237954Z [INFO 2025-06-05 23:21:18,213 qnn_preprocess.py:50] Visiting: aten_select_copy_int_331, aten.select_copy.int 2025-06-05T23:21:18.2239153Z [INFO 2025-06-05 23:21:18,213 qnn_preprocess.py:50] Visiting: aten_select_copy_int_333, aten.select_copy.int 2025-06-05T23:21:18.2525623Z [INFO 2025-06-05 23:21:18,214 qnn_preprocess.py:50] Visiting: aten_select_copy_int_335, aten.select_copy.int 2025-06-05T23:21:18.2526841Z [INFO 2025-06-05 23:21:18,214 qnn_preprocess.py:50] Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-06-05T23:21:18.2527965Z [INFO 2025-06-05 23:21:18,215 qnn_preprocess.py:50] Visiting: aten_add_tensor_30, aten.add.Tensor 2025-06-05T23:21:18.2529193Z [INFO 2025-06-05 23:21:18,215 qnn_preprocess.py:50] Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-06-05T23:21:18.2530549Z [INFO 2025-06-05 23:21:18,216 qnn_preprocess.py:50] Visiting: aten_add_tensor_31, aten.add.Tensor 2025-06-05T23:21:18.2531720Z [INFO 2025-06-05 23:21:18,216 qnn_preprocess.py:50] Visiting: aten_cat_default_27, aten.cat.default 2025-06-05T23:21:18.2533041Z [INFO 2025-06-05 23:21:18,218 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_69, aten.unsqueeze_copy.default 2025-06-05T23:21:18.2534486Z [INFO 2025-06-05 23:21:18,218 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_70, aten.unsqueeze_copy.default 2025-06-05T23:21:18.2535903Z [INFO 2025-06-05 23:21:18,218 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_71, aten.unsqueeze_copy.default 2025-06-05T23:21:18.2537298Z [INFO 2025-06-05 23:21:18,219 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_72, aten.unsqueeze_copy.default 2025-06-05T23:21:18.2538624Z [INFO 2025-06-05 23:21:18,219 qnn_preprocess.py:50] Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-06-05T23:21:18.2539878Z [INFO 2025-06-05 23:21:18,220 qnn_preprocess.py:50] Visiting: aten_cat_default_24, aten.cat.default 2025-06-05T23:21:18.2541161Z [INFO 2025-06-05 23:21:18,220 qnn_preprocess.py:50] Visiting: aten_cat_default_25, aten.cat.default 2025-06-05T23:21:18.2542415Z [INFO 2025-06-05 23:21:18,221 qnn_preprocess.py:50] Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-06-05T23:21:18.2543752Z [INFO 2025-06-05 23:21:18,221 qnn_preprocess.py:50] Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-06-05T23:21:18.2545074Z [INFO 2025-06-05 23:21:18,221 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-06-05T23:21:18.2546411Z [INFO 2025-06-05 23:21:18,222 qnn_preprocess.py:50] Visiting: aten_index_put_default_12, aten.index_put.default 2025-06-05T23:21:18.2547829Z [INFO 2025-06-05 23:21:18,223 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-06-05T23:21:18.2549313Z [INFO 2025-06-05 23:21:18,224 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-06-05T23:21:18.2550769Z [INFO 2025-06-05 23:21:18,224 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-06-05T23:21:18.2552159Z [INFO 2025-06-05 23:21:18,225 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-06-05T23:21:18.2553702Z [INFO 2025-06-05 23:21:18,225 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-06-05T23:21:18.2555105Z [INFO 2025-06-05 23:21:18,226 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-06-05T23:21:18.2556458Z [INFO 2025-06-05 23:21:18,226 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-06-05T23:21:18.2557847Z [INFO 2025-06-05 23:21:18,227 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-06-05T23:21:18.2559335Z [INFO 2025-06-05 23:21:18,228 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_261, aten.permute_copy.default 2025-06-05T23:21:18.2560739Z [INFO 2025-06-05 23:21:18,228 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_262, aten.permute_copy.default 2025-06-05T23:21:18.2562117Z [INFO 2025-06-05 23:21:18,229 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_263, aten.permute_copy.default 2025-06-05T23:21:18.2563489Z [INFO 2025-06-05 23:21:18,229 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_264, aten.permute_copy.default 2025-06-05T23:21:18.2564826Z [INFO 2025-06-05 23:21:18,230 qnn_preprocess.py:50] Visiting: aten_select_copy_int_288, aten.select_copy.int 2025-06-05T23:21:18.2566056Z [INFO 2025-06-05 23:21:18,230 qnn_preprocess.py:50] Visiting: aten_select_copy_int_290, aten.select_copy.int 2025-06-05T23:21:18.2567284Z [INFO 2025-06-05 23:21:18,231 qnn_preprocess.py:50] Visiting: aten_select_copy_int_292, aten.select_copy.int 2025-06-05T23:21:18.2568510Z [INFO 2025-06-05 23:21:18,231 qnn_preprocess.py:50] Visiting: aten_select_copy_int_294, aten.select_copy.int 2025-06-05T23:21:18.2569785Z [INFO 2025-06-05 23:21:18,232 qnn_preprocess.py:50] Visiting: aten_select_copy_int_296, aten.select_copy.int 2025-06-05T23:21:18.2571012Z [INFO 2025-06-05 23:21:18,232 qnn_preprocess.py:50] Visiting: aten_select_copy_int_298, aten.select_copy.int 2025-06-05T23:21:18.2572240Z [INFO 2025-06-05 23:21:18,232 qnn_preprocess.py:50] Visiting: aten_select_copy_int_300, aten.select_copy.int 2025-06-05T23:21:18.2573456Z [INFO 2025-06-05 23:21:18,233 qnn_preprocess.py:50] Visiting: aten_select_copy_int_302, aten.select_copy.int 2025-06-05T23:21:18.2574680Z [INFO 2025-06-05 23:21:18,233 qnn_preprocess.py:50] Visiting: aten_select_copy_int_304, aten.select_copy.int 2025-06-05T23:21:18.2575887Z [INFO 2025-06-05 23:21:18,233 qnn_preprocess.py:50] Visiting: aten_select_copy_int_306, aten.select_copy.int 2025-06-05T23:21:18.2577114Z [INFO 2025-06-05 23:21:18,234 qnn_preprocess.py:50] Visiting: aten_select_copy_int_308, aten.select_copy.int 2025-06-05T23:21:18.2578351Z [INFO 2025-06-05 23:21:18,234 qnn_preprocess.py:50] Visiting: aten_select_copy_int_310, aten.select_copy.int 2025-06-05T23:21:18.2579614Z [INFO 2025-06-05 23:21:18,234 qnn_preprocess.py:50] Visiting: aten_select_copy_int_289, aten.select_copy.int 2025-06-05T23:21:18.2580840Z [INFO 2025-06-05 23:21:18,235 qnn_preprocess.py:50] Visiting: aten_select_copy_int_291, aten.select_copy.int 2025-06-05T23:21:18.2582039Z [INFO 2025-06-05 23:21:18,235 qnn_preprocess.py:50] Visiting: aten_select_copy_int_293, aten.select_copy.int 2025-06-05T23:21:18.2583253Z [INFO 2025-06-05 23:21:18,236 qnn_preprocess.py:50] Visiting: aten_select_copy_int_295, aten.select_copy.int 2025-06-05T23:21:18.2584468Z [INFO 2025-06-05 23:21:18,236 qnn_preprocess.py:50] Visiting: aten_select_copy_int_297, aten.select_copy.int 2025-06-05T23:21:18.2585716Z [INFO 2025-06-05 23:21:18,236 qnn_preprocess.py:50] Visiting: aten_select_copy_int_299, aten.select_copy.int 2025-06-05T23:21:18.2586942Z [INFO 2025-06-05 23:21:18,237 qnn_preprocess.py:50] Visiting: aten_select_copy_int_301, aten.select_copy.int 2025-06-05T23:21:18.2588152Z [INFO 2025-06-05 23:21:18,237 qnn_preprocess.py:50] Visiting: aten_select_copy_int_303, aten.select_copy.int 2025-06-05T23:21:18.2589368Z [INFO 2025-06-05 23:21:18,237 qnn_preprocess.py:50] Visiting: aten_select_copy_int_305, aten.select_copy.int 2025-06-05T23:21:18.2590586Z [INFO 2025-06-05 23:21:18,238 qnn_preprocess.py:50] Visiting: aten_select_copy_int_307, aten.select_copy.int 2025-06-05T23:21:18.2591785Z [INFO 2025-06-05 23:21:18,238 qnn_preprocess.py:50] Visiting: aten_select_copy_int_309, aten.select_copy.int 2025-06-05T23:21:18.2593004Z [INFO 2025-06-05 23:21:18,238 qnn_preprocess.py:50] Visiting: aten_select_copy_int_311, aten.select_copy.int 2025-06-05T23:21:18.2594239Z [INFO 2025-06-05 23:21:18,239 qnn_preprocess.py:50] Visiting: aten_cat_default_26, aten.cat.default 2025-06-05T23:21:18.2595480Z [INFO 2025-06-05 23:21:18,240 qnn_preprocess.py:50] Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-06-05T23:21:18.2596801Z [INFO 2025-06-05 23:21:18,240 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_277, aten.permute_copy.default 2025-06-05T23:21:18.2598067Z [INFO 2025-06-05 23:21:18,241 qnn_preprocess.py:50] Visiting: aten_matmul_default_12, aten.matmul.default 2025-06-05T23:21:18.2599226Z [INFO 2025-06-05 23:21:18,241 qnn_preprocess.py:50] Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-06-05T23:21:18.2600330Z [INFO 2025-06-05 23:21:18,242 qnn_preprocess.py:50] Visiting: aten_add_tensor_32, aten.add.Tensor 2025-06-05T23:21:18.2601505Z [INFO 2025-06-05 23:21:18,243 qnn_preprocess.py:50] Visiting: aten__softmax_default_6, aten._softmax.default 2025-06-05T23:21:18.2602714Z [INFO 2025-06-05 23:21:18,243 qnn_preprocess.py:50] Visiting: aten_matmul_default_13, aten.matmul.default 2025-06-05T23:21:18.2603969Z [INFO 2025-06-05 23:21:18,244 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_278, aten.permute_copy.default 2025-06-05T23:21:18.2605340Z [INFO 2025-06-05 23:21:18,244 qnn_preprocess.py:50] Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-06-05T23:21:18.2606670Z [INFO 2025-06-05 23:21:18,244 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_73, aten.unsqueeze_copy.default 2025-06-05T23:21:18.2608053Z [INFO 2025-06-05 23:21:18,245 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_754, aten.permute_copy.default 2025-06-05T23:21:18.2609603Z [INFO 2025-06-05 23:21:18,245 qnn_preprocess.py:50] Visiting: aten_convolution_default_45, aten.convolution.default 2025-06-05T23:21:18.2610946Z [INFO 2025-06-05 23:21:18,248 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_755, aten.permute_copy.default 2025-06-05T23:21:18.2612259Z [INFO 2025-06-05 23:21:18,249 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_73, aten.squeeze_copy.dims 2025-06-05T23:21:18.2613442Z [INFO 2025-06-05 23:21:18,249 qnn_preprocess.py:50] Visiting: aten_add_tensor_33, aten.add.Tensor 2025-06-05T23:21:18.2614633Z [INFO 2025-06-05 23:21:18,250 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-06-05T23:21:18.2615965Z [INFO 2025-06-05 23:21:18,250 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_74, aten.unsqueeze_copy.default 2025-06-05T23:21:18.2617407Z [INFO 2025-06-05 23:21:18,251 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_756, aten.permute_copy.default 2025-06-05T23:21:18.2618792Z [INFO 2025-06-05 23:21:18,251 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_75, aten.unsqueeze_copy.default 2025-06-05T23:21:18.3136185Z [INFO 2025-06-05 23:21:18,252 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_757, aten.permute_copy.default 2025-06-05T23:21:18.3137732Z [INFO 2025-06-05 23:21:18,253 qnn_preprocess.py:50] Visiting: aten_convolution_default_46, aten.convolution.default 2025-06-05T23:21:18.3139494Z [INFO 2025-06-05 23:21:18,261 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_758, aten.permute_copy.default 2025-06-05T23:21:18.3141251Z [INFO 2025-06-05 23:21:18,262 qnn_preprocess.py:50] Visiting: aten_convolution_default_47, aten.convolution.default 2025-06-05T23:21:18.3142827Z [INFO 2025-06-05 23:21:18,267 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_759, aten.permute_copy.default 2025-06-05T23:21:18.3144244Z [INFO 2025-06-05 23:21:18,268 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_74, aten.squeeze_copy.dims 2025-06-05T23:21:18.3145644Z [INFO 2025-06-05 23:21:18,268 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_75, aten.squeeze_copy.dims 2025-06-05T23:21:18.3147032Z [INFO 2025-06-05 23:21:18,269 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-06-05T23:21:18.3148247Z [INFO 2025-06-05 23:21:18,269 qnn_preprocess.py:50] Visiting: aten_mul_tensor_103, aten.mul.Tensor 2025-06-05T23:21:18.3149840Z [INFO 2025-06-05 23:21:18,269 qnn_preprocess.py:50] Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-06-05T23:21:18.3151370Z [INFO 2025-06-05 23:21:18,270 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_76, aten.unsqueeze_copy.default 2025-06-05T23:21:18.3152855Z [INFO 2025-06-05 23:21:18,270 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_760, aten.permute_copy.default 2025-06-05T23:21:18.3154444Z [INFO 2025-06-05 23:21:18,271 qnn_preprocess.py:50] Visiting: aten_convolution_default_48, aten.convolution.default 2025-06-05T23:21:18.3155923Z [INFO 2025-06-05 23:21:18,278 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_761, aten.permute_copy.default 2025-06-05T23:21:18.3157887Z [INFO 2025-06-05 23:21:18,279 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_76, aten.squeeze_copy.dims 2025-06-05T23:21:18.3159189Z [INFO 2025-06-05 23:21:18,279 qnn_preprocess.py:50] Visiting: aten_add_tensor_34, aten.add.Tensor 2025-06-05T23:21:18.3160440Z [INFO 2025-06-05 23:21:18,280 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-06-05T23:21:18.3161939Z [INFO 2025-06-05 23:21:18,281 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_77, aten.unsqueeze_copy.default 2025-06-05T23:21:18.3163626Z [INFO 2025-06-05 23:21:18,281 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_762, aten.permute_copy.default 2025-06-05T23:21:18.3165405Z [INFO 2025-06-05 23:21:18,282 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_78, aten.unsqueeze_copy.default 2025-06-05T23:21:18.3166929Z [INFO 2025-06-05 23:21:18,282 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_763, aten.permute_copy.default 2025-06-05T23:21:18.3168406Z [INFO 2025-06-05 23:21:18,283 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_79, aten.unsqueeze_copy.default 2025-06-05T23:21:18.3169945Z [INFO 2025-06-05 23:21:18,283 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_764, aten.permute_copy.default 2025-06-05T23:21:18.3171446Z [INFO 2025-06-05 23:21:18,284 qnn_preprocess.py:50] Visiting: aten_convolution_default_49, aten.convolution.default 2025-06-05T23:21:18.3173208Z [INFO 2025-06-05 23:21:18,286 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_765, aten.permute_copy.default 2025-06-05T23:21:18.3174706Z [INFO 2025-06-05 23:21:18,286 qnn_preprocess.py:50] Visiting: aten_convolution_default_50, aten.convolution.default 2025-06-05T23:21:18.3176295Z [INFO 2025-06-05 23:21:18,288 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_766, aten.permute_copy.default 2025-06-05T23:21:18.3177791Z [INFO 2025-06-05 23:21:18,289 qnn_preprocess.py:50] Visiting: aten_convolution_default_51, aten.convolution.default 2025-06-05T23:21:18.3179291Z [INFO 2025-06-05 23:21:18,292 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_767, aten.permute_copy.default 2025-06-05T23:21:18.3180605Z [INFO 2025-06-05 23:21:18,293 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_77, aten.squeeze_copy.dims 2025-06-05T23:21:18.3182023Z [INFO 2025-06-05 23:21:18,293 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_78, aten.squeeze_copy.dims 2025-06-05T23:21:18.3183526Z [INFO 2025-06-05 23:21:18,294 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_79, aten.squeeze_copy.dims 2025-06-05T23:21:18.3184917Z [INFO 2025-06-05 23:21:18,294 qnn_preprocess.py:50] Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-06-05T23:21:18.3186226Z [INFO 2025-06-05 23:21:18,294 qnn_preprocess.py:50] Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-06-05T23:21:18.3187535Z [INFO 2025-06-05 23:21:18,295 qnn_preprocess.py:50] Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-06-05T23:21:18.3188940Z [INFO 2025-06-05 23:21:18,295 qnn_preprocess.py:50] Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-06-05T23:21:18.3190328Z [INFO 2025-06-05 23:21:18,295 qnn_preprocess.py:50] Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-06-05T23:21:18.3191726Z [INFO 2025-06-05 23:21:18,296 qnn_preprocess.py:50] Visiting: aten_index_put_default_15, aten.index_put.default 2025-06-05T23:21:18.3192989Z [INFO 2025-06-05 23:21:18,297 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-06-05T23:21:18.3194569Z [INFO 2025-06-05 23:21:18,297 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-06-05T23:21:18.3195977Z [INFO 2025-06-05 23:21:18,298 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-06-05T23:21:18.3197362Z [INFO 2025-06-05 23:21:18,298 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-06-05T23:21:18.3198738Z [INFO 2025-06-05 23:21:18,298 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-06-05T23:21:18.3200140Z [INFO 2025-06-05 23:21:18,299 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-06-05T23:21:18.3201638Z [INFO 2025-06-05 23:21:18,300 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-06-05T23:21:18.3203138Z [INFO 2025-06-05 23:21:18,300 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-06-05T23:21:18.3204754Z [INFO 2025-06-05 23:21:18,301 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-06-05T23:21:18.3206100Z [INFO 2025-06-05 23:21:18,301 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-06-05T23:21:18.3207593Z [INFO 2025-06-05 23:21:18,302 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-06-05T23:21:18.3209307Z [INFO 2025-06-05 23:21:18,303 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-06-05T23:21:18.3210797Z [INFO 2025-06-05 23:21:18,303 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_314, aten.permute_copy.default 2025-06-05T23:21:18.3212142Z [INFO 2025-06-05 23:21:18,304 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_315, aten.permute_copy.default 2025-06-05T23:21:18.3213637Z [INFO 2025-06-05 23:21:18,304 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_316, aten.permute_copy.default 2025-06-05T23:21:18.3215153Z [INFO 2025-06-05 23:21:18,305 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_317, aten.permute_copy.default 2025-06-05T23:21:18.3216738Z [INFO 2025-06-05 23:21:18,306 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_80, aten.squeeze_copy.dims 2025-06-05T23:21:18.3218054Z [INFO 2025-06-05 23:21:18,306 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_81, aten.squeeze_copy.dims 2025-06-05T23:21:18.3219388Z [INFO 2025-06-05 23:21:18,306 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_82, aten.squeeze_copy.dims 2025-06-05T23:21:18.3220781Z [INFO 2025-06-05 23:21:18,307 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_83, aten.squeeze_copy.dims 2025-06-05T23:21:18.3222158Z [INFO 2025-06-05 23:21:18,307 qnn_preprocess.py:50] Visiting: aten_select_copy_int_360, aten.select_copy.int 2025-06-05T23:21:18.3223655Z [INFO 2025-06-05 23:21:18,308 qnn_preprocess.py:50] Visiting: aten_select_copy_int_362, aten.select_copy.int 2025-06-05T23:21:18.3224841Z [INFO 2025-06-05 23:21:18,308 qnn_preprocess.py:50] Visiting: aten_select_copy_int_364, aten.select_copy.int 2025-06-05T23:21:18.3226196Z [INFO 2025-06-05 23:21:18,308 qnn_preprocess.py:50] Visiting: aten_select_copy_int_366, aten.select_copy.int 2025-06-05T23:21:18.3227532Z [INFO 2025-06-05 23:21:18,309 qnn_preprocess.py:50] Visiting: aten_select_copy_int_368, aten.select_copy.int 2025-06-05T23:21:18.3228883Z [INFO 2025-06-05 23:21:18,309 qnn_preprocess.py:50] Visiting: aten_select_copy_int_370, aten.select_copy.int 2025-06-05T23:21:18.3230261Z [INFO 2025-06-05 23:21:18,310 qnn_preprocess.py:50] Visiting: aten_select_copy_int_372, aten.select_copy.int 2025-06-05T23:21:18.3231453Z [INFO 2025-06-05 23:21:18,310 qnn_preprocess.py:50] Visiting: aten_select_copy_int_374, aten.select_copy.int 2025-06-05T23:21:18.3232815Z [INFO 2025-06-05 23:21:18,310 qnn_preprocess.py:50] Visiting: aten_select_copy_int_376, aten.select_copy.int 2025-06-05T23:21:18.3234369Z [INFO 2025-06-05 23:21:18,311 qnn_preprocess.py:50] Visiting: aten_select_copy_int_378, aten.select_copy.int 2025-06-05T23:21:18.3235713Z [INFO 2025-06-05 23:21:18,311 qnn_preprocess.py:50] Visiting: aten_select_copy_int_380, aten.select_copy.int 2025-06-05T23:21:18.3237015Z [INFO 2025-06-05 23:21:18,311 qnn_preprocess.py:50] Visiting: aten_select_copy_int_382, aten.select_copy.int 2025-06-05T23:21:18.3238182Z [INFO 2025-06-05 23:21:18,312 qnn_preprocess.py:50] Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-06-05T23:21:18.3239425Z [INFO 2025-06-05 23:21:18,312 qnn_preprocess.py:50] Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-06-05T23:21:18.3529036Z [INFO 2025-06-05 23:21:18,313 qnn_preprocess.py:50] Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-06-05T23:21:18.3530265Z [INFO 2025-06-05 23:21:18,313 qnn_preprocess.py:50] Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-06-05T23:21:18.3531527Z [INFO 2025-06-05 23:21:18,314 qnn_preprocess.py:50] Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-06-05T23:21:18.3532747Z [INFO 2025-06-05 23:21:18,315 qnn_preprocess.py:50] Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-06-05T23:21:18.3534149Z [INFO 2025-06-05 23:21:18,316 qnn_preprocess.py:50] Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-06-05T23:21:18.3535371Z [INFO 2025-06-05 23:21:18,317 qnn_preprocess.py:50] Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-06-05T23:21:18.3536614Z [INFO 2025-06-05 23:21:18,317 qnn_preprocess.py:50] Visiting: aten_select_copy_int_361, aten.select_copy.int 2025-06-05T23:21:18.3537981Z [INFO 2025-06-05 23:21:18,318 qnn_preprocess.py:50] Visiting: aten_select_copy_int_363, aten.select_copy.int 2025-06-05T23:21:18.3539338Z [INFO 2025-06-05 23:21:18,319 qnn_preprocess.py:50] Visiting: aten_select_copy_int_365, aten.select_copy.int 2025-06-05T23:21:18.3540631Z [INFO 2025-06-05 23:21:18,319 qnn_preprocess.py:50] Visiting: aten_select_copy_int_367, aten.select_copy.int 2025-06-05T23:21:18.3541826Z [INFO 2025-06-05 23:21:18,320 qnn_preprocess.py:50] Visiting: aten_select_copy_int_369, aten.select_copy.int 2025-06-05T23:21:18.3543201Z [INFO 2025-06-05 23:21:18,321 qnn_preprocess.py:50] Visiting: aten_select_copy_int_371, aten.select_copy.int 2025-06-05T23:21:18.3544665Z [INFO 2025-06-05 23:21:18,321 qnn_preprocess.py:50] Visiting: aten_select_copy_int_373, aten.select_copy.int 2025-06-05T23:21:18.3545982Z [INFO 2025-06-05 23:21:18,322 qnn_preprocess.py:50] Visiting: aten_select_copy_int_375, aten.select_copy.int 2025-06-05T23:21:18.3547337Z [INFO 2025-06-05 23:21:18,323 qnn_preprocess.py:50] Visiting: aten_select_copy_int_377, aten.select_copy.int 2025-06-05T23:21:18.3548684Z [INFO 2025-06-05 23:21:18,323 qnn_preprocess.py:50] Visiting: aten_select_copy_int_379, aten.select_copy.int 2025-06-05T23:21:18.3549917Z [INFO 2025-06-05 23:21:18,324 qnn_preprocess.py:50] Visiting: aten_select_copy_int_381, aten.select_copy.int 2025-06-05T23:21:18.3551373Z [INFO 2025-06-05 23:21:18,324 qnn_preprocess.py:50] Visiting: aten_select_copy_int_383, aten.select_copy.int 2025-06-05T23:21:18.3552667Z [INFO 2025-06-05 23:21:18,325 qnn_preprocess.py:50] Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-06-05T23:21:18.3553973Z [INFO 2025-06-05 23:21:18,325 qnn_preprocess.py:50] Visiting: aten_add_tensor_35, aten.add.Tensor 2025-06-05T23:21:18.3555169Z [INFO 2025-06-05 23:21:18,325 qnn_preprocess.py:50] Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-06-05T23:21:18.3556265Z [INFO 2025-06-05 23:21:18,326 qnn_preprocess.py:50] Visiting: aten_add_tensor_36, aten.add.Tensor 2025-06-05T23:21:18.3557507Z [INFO 2025-06-05 23:21:18,326 qnn_preprocess.py:50] Visiting: aten_cat_default_31, aten.cat.default 2025-06-05T23:21:18.3558904Z [INFO 2025-06-05 23:21:18,328 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_80, aten.unsqueeze_copy.default 2025-06-05T23:21:18.3560471Z [INFO 2025-06-05 23:21:18,328 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_81, aten.unsqueeze_copy.default 2025-06-05T23:21:18.3562010Z [INFO 2025-06-05 23:21:18,328 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_82, aten.unsqueeze_copy.default 2025-06-05T23:21:18.3563647Z [INFO 2025-06-05 23:21:18,329 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_83, aten.unsqueeze_copy.default 2025-06-05T23:21:18.3565103Z [INFO 2025-06-05 23:21:18,329 qnn_preprocess.py:50] Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-06-05T23:21:18.3566307Z [INFO 2025-06-05 23:21:18,329 qnn_preprocess.py:50] Visiting: aten_cat_default_28, aten.cat.default 2025-06-05T23:21:18.3567407Z [INFO 2025-06-05 23:21:18,330 qnn_preprocess.py:50] Visiting: aten_cat_default_29, aten.cat.default 2025-06-05T23:21:18.3568600Z [INFO 2025-06-05 23:21:18,330 qnn_preprocess.py:50] Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-06-05T23:21:18.3569830Z [INFO 2025-06-05 23:21:18,331 qnn_preprocess.py:50] Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-06-05T23:21:18.3571265Z [INFO 2025-06-05 23:21:18,331 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_293, aten.permute_copy.default 2025-06-05T23:21:18.3572540Z [INFO 2025-06-05 23:21:18,332 qnn_preprocess.py:50] Visiting: aten_index_put_default_14, aten.index_put.default 2025-06-05T23:21:18.3574098Z [INFO 2025-06-05 23:21:18,333 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_294, aten.permute_copy.default 2025-06-05T23:21:18.3575570Z [INFO 2025-06-05 23:21:18,333 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_295, aten.permute_copy.default 2025-06-05T23:21:18.3576988Z [INFO 2025-06-05 23:21:18,334 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_296, aten.permute_copy.default 2025-06-05T23:21:18.3578454Z [INFO 2025-06-05 23:21:18,335 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_297, aten.permute_copy.default 2025-06-05T23:21:18.3579943Z [INFO 2025-06-05 23:21:18,335 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_298, aten.permute_copy.default 2025-06-05T23:21:18.3581457Z [INFO 2025-06-05 23:21:18,336 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_299, aten.permute_copy.default 2025-06-05T23:21:18.3582925Z [INFO 2025-06-05 23:21:18,336 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_300, aten.permute_copy.default 2025-06-05T23:21:18.3584601Z [INFO 2025-06-05 23:21:18,337 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_301, aten.permute_copy.default 2025-06-05T23:21:18.3585926Z [INFO 2025-06-05 23:21:18,338 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-06-05T23:21:18.3587288Z [INFO 2025-06-05 23:21:18,338 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-06-05T23:21:18.3588595Z [INFO 2025-06-05 23:21:18,339 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-06-05T23:21:18.3589992Z [INFO 2025-06-05 23:21:18,339 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-06-05T23:21:18.3591409Z [INFO 2025-06-05 23:21:18,340 qnn_preprocess.py:50] Visiting: aten_select_copy_int_336, aten.select_copy.int 2025-06-05T23:21:18.3592663Z [INFO 2025-06-05 23:21:18,340 qnn_preprocess.py:50] Visiting: aten_select_copy_int_338, aten.select_copy.int 2025-06-05T23:21:18.3594074Z [INFO 2025-06-05 23:21:18,341 qnn_preprocess.py:50] Visiting: aten_select_copy_int_340, aten.select_copy.int 2025-06-05T23:21:18.3595266Z [INFO 2025-06-05 23:21:18,341 qnn_preprocess.py:50] Visiting: aten_select_copy_int_342, aten.select_copy.int 2025-06-05T23:21:18.3596513Z [INFO 2025-06-05 23:21:18,341 qnn_preprocess.py:50] Visiting: aten_select_copy_int_344, aten.select_copy.int 2025-06-05T23:21:18.3597691Z [INFO 2025-06-05 23:21:18,342 qnn_preprocess.py:50] Visiting: aten_select_copy_int_346, aten.select_copy.int 2025-06-05T23:21:18.3599027Z [INFO 2025-06-05 23:21:18,342 qnn_preprocess.py:50] Visiting: aten_select_copy_int_348, aten.select_copy.int 2025-06-05T23:21:18.3600407Z [INFO 2025-06-05 23:21:18,343 qnn_preprocess.py:50] Visiting: aten_select_copy_int_350, aten.select_copy.int 2025-06-05T23:21:18.3601673Z [INFO 2025-06-05 23:21:18,343 qnn_preprocess.py:50] Visiting: aten_select_copy_int_352, aten.select_copy.int 2025-06-05T23:21:18.3602920Z [INFO 2025-06-05 23:21:18,343 qnn_preprocess.py:50] Visiting: aten_select_copy_int_354, aten.select_copy.int 2025-06-05T23:21:18.3604136Z [INFO 2025-06-05 23:21:18,344 qnn_preprocess.py:50] Visiting: aten_select_copy_int_356, aten.select_copy.int 2025-06-05T23:21:18.3605379Z [INFO 2025-06-05 23:21:18,344 qnn_preprocess.py:50] Visiting: aten_select_copy_int_358, aten.select_copy.int 2025-06-05T23:21:18.3606620Z [INFO 2025-06-05 23:21:18,345 qnn_preprocess.py:50] Visiting: aten_select_copy_int_337, aten.select_copy.int 2025-06-05T23:21:18.3607770Z [INFO 2025-06-05 23:21:18,345 qnn_preprocess.py:50] Visiting: aten_select_copy_int_339, aten.select_copy.int 2025-06-05T23:21:18.3609275Z [INFO 2025-06-05 23:21:18,345 qnn_preprocess.py:50] Visiting: aten_select_copy_int_341, aten.select_copy.int 2025-06-05T23:21:18.3610578Z [INFO 2025-06-05 23:21:18,346 qnn_preprocess.py:50] Visiting: aten_select_copy_int_343, aten.select_copy.int 2025-06-05T23:21:18.3611882Z [INFO 2025-06-05 23:21:18,346 qnn_preprocess.py:50] Visiting: aten_select_copy_int_345, aten.select_copy.int 2025-06-05T23:21:18.3613014Z [INFO 2025-06-05 23:21:18,347 qnn_preprocess.py:50] Visiting: aten_select_copy_int_347, aten.select_copy.int 2025-06-05T23:21:18.3614306Z [INFO 2025-06-05 23:21:18,347 qnn_preprocess.py:50] Visiting: aten_select_copy_int_349, aten.select_copy.int 2025-06-05T23:21:18.3615566Z [INFO 2025-06-05 23:21:18,347 qnn_preprocess.py:50] Visiting: aten_select_copy_int_351, aten.select_copy.int 2025-06-05T23:21:18.3616799Z [INFO 2025-06-05 23:21:18,348 qnn_preprocess.py:50] Visiting: aten_select_copy_int_353, aten.select_copy.int 2025-06-05T23:21:18.3617995Z [INFO 2025-06-05 23:21:18,348 qnn_preprocess.py:50] Visiting: aten_select_copy_int_355, aten.select_copy.int 2025-06-05T23:21:18.3619262Z [INFO 2025-06-05 23:21:18,349 qnn_preprocess.py:50] Visiting: aten_select_copy_int_357, aten.select_copy.int 2025-06-05T23:21:18.3620440Z [INFO 2025-06-05 23:21:18,349 qnn_preprocess.py:50] Visiting: aten_select_copy_int_359, aten.select_copy.int 2025-06-05T23:21:18.3621713Z [INFO 2025-06-05 23:21:18,349 qnn_preprocess.py:50] Visiting: aten_cat_default_30, aten.cat.default 2025-06-05T23:21:18.3623043Z [INFO 2025-06-05 23:21:18,351 qnn_preprocess.py:50] Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-06-05T23:21:18.3624390Z [INFO 2025-06-05 23:21:18,351 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_318, aten.permute_copy.default 2025-06-05T23:21:18.3625750Z [INFO 2025-06-05 23:21:18,352 qnn_preprocess.py:50] Visiting: aten_matmul_default_14, aten.matmul.default 2025-06-05T23:21:18.4198357Z [INFO 2025-06-05 23:21:18,352 qnn_preprocess.py:50] Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-06-05T23:21:18.4199662Z [INFO 2025-06-05 23:21:18,354 qnn_preprocess.py:50] Visiting: aten_add_tensor_37, aten.add.Tensor 2025-06-05T23:21:18.4201497Z [INFO 2025-06-05 23:21:18,354 qnn_preprocess.py:50] Visiting: aten__softmax_default_7, aten._softmax.default 2025-06-05T23:21:18.4202877Z [INFO 2025-06-05 23:21:18,355 qnn_preprocess.py:50] Visiting: aten_matmul_default_15, aten.matmul.default 2025-06-05T23:21:18.4204312Z [INFO 2025-06-05 23:21:18,356 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_319, aten.permute_copy.default 2025-06-05T23:21:18.4205800Z [INFO 2025-06-05 23:21:18,357 qnn_preprocess.py:50] Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-06-05T23:21:18.4207480Z [INFO 2025-06-05 23:21:18,357 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_84, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4209164Z [INFO 2025-06-05 23:21:18,358 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_768, aten.permute_copy.default 2025-06-05T23:21:18.4210665Z [INFO 2025-06-05 23:21:18,359 qnn_preprocess.py:50] Visiting: aten_convolution_default_52, aten.convolution.default 2025-06-05T23:21:18.4212167Z [INFO 2025-06-05 23:21:18,362 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_769, aten.permute_copy.default 2025-06-05T23:21:18.4213979Z [INFO 2025-06-05 23:21:18,363 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_84, aten.squeeze_copy.dims 2025-06-05T23:21:18.4215284Z [INFO 2025-06-05 23:21:18,363 qnn_preprocess.py:50] Visiting: aten_add_tensor_38, aten.add.Tensor 2025-06-05T23:21:18.4216605Z [INFO 2025-06-05 23:21:18,364 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-06-05T23:21:18.4218041Z [INFO 2025-06-05 23:21:18,364 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_85, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4219444Z [INFO 2025-06-05 23:21:18,365 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_770, aten.permute_copy.default 2025-06-05T23:21:18.4221269Z [INFO 2025-06-05 23:21:18,365 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_86, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4222783Z [INFO 2025-06-05 23:21:18,366 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_771, aten.permute_copy.default 2025-06-05T23:21:18.4224279Z [INFO 2025-06-05 23:21:18,366 qnn_preprocess.py:50] Visiting: aten_convolution_default_53, aten.convolution.default 2025-06-05T23:21:18.4225800Z [INFO 2025-06-05 23:21:18,374 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_772, aten.permute_copy.default 2025-06-05T23:21:18.4227578Z [INFO 2025-06-05 23:21:18,375 qnn_preprocess.py:50] Visiting: aten_convolution_default_54, aten.convolution.default 2025-06-05T23:21:18.4229061Z [INFO 2025-06-05 23:21:18,380 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_773, aten.permute_copy.default 2025-06-05T23:21:18.4230485Z [INFO 2025-06-05 23:21:18,381 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_85, aten.squeeze_copy.dims 2025-06-05T23:21:18.4231881Z [INFO 2025-06-05 23:21:18,381 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_86, aten.squeeze_copy.dims 2025-06-05T23:21:18.4233494Z [INFO 2025-06-05 23:21:18,382 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-06-05T23:21:18.4234794Z [INFO 2025-06-05 23:21:18,382 qnn_preprocess.py:50] Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-06-05T23:21:18.4236051Z [INFO 2025-06-05 23:21:18,383 qnn_preprocess.py:50] Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-06-05T23:21:18.4237564Z [INFO 2025-06-05 23:21:18,383 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_87, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4238989Z [INFO 2025-06-05 23:21:18,383 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_774, aten.permute_copy.default 2025-06-05T23:21:18.4240797Z [INFO 2025-06-05 23:21:18,384 qnn_preprocess.py:50] Visiting: aten_convolution_default_55, aten.convolution.default 2025-06-05T23:21:18.4242295Z [INFO 2025-06-05 23:21:18,391 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_775, aten.permute_copy.default 2025-06-05T23:21:18.4243872Z [INFO 2025-06-05 23:21:18,392 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_87, aten.squeeze_copy.dims 2025-06-05T23:21:18.4245125Z [INFO 2025-06-05 23:21:18,393 qnn_preprocess.py:50] Visiting: aten_add_tensor_39, aten.add.Tensor 2025-06-05T23:21:18.4246680Z [INFO 2025-06-05 23:21:18,393 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-06-05T23:21:18.4248138Z [INFO 2025-06-05 23:21:18,394 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_88, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4249766Z [INFO 2025-06-05 23:21:18,394 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_776, aten.permute_copy.default 2025-06-05T23:21:18.4251308Z [INFO 2025-06-05 23:21:18,395 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_89, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4253019Z [INFO 2025-06-05 23:21:18,395 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_777, aten.permute_copy.default 2025-06-05T23:21:18.4254549Z [INFO 2025-06-05 23:21:18,396 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_90, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4256167Z [INFO 2025-06-05 23:21:18,396 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_778, aten.permute_copy.default 2025-06-05T23:21:18.4257673Z [INFO 2025-06-05 23:21:18,397 qnn_preprocess.py:50] Visiting: aten_convolution_default_56, aten.convolution.default 2025-06-05T23:21:18.4259374Z [INFO 2025-06-05 23:21:18,399 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_779, aten.permute_copy.default 2025-06-05T23:21:18.4260857Z [INFO 2025-06-05 23:21:18,400 qnn_preprocess.py:50] Visiting: aten_convolution_default_57, aten.convolution.default 2025-06-05T23:21:18.4262344Z [INFO 2025-06-05 23:21:18,402 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_780, aten.permute_copy.default 2025-06-05T23:21:18.4263864Z [INFO 2025-06-05 23:21:18,403 qnn_preprocess.py:50] Visiting: aten_convolution_default_58, aten.convolution.default 2025-06-05T23:21:18.4265512Z [INFO 2025-06-05 23:21:18,406 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_781, aten.permute_copy.default 2025-06-05T23:21:18.4266980Z [INFO 2025-06-05 23:21:18,406 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_88, aten.squeeze_copy.dims 2025-06-05T23:21:18.4268483Z [INFO 2025-06-05 23:21:18,407 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_89, aten.squeeze_copy.dims 2025-06-05T23:21:18.4269880Z [INFO 2025-06-05 23:21:18,407 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_90, aten.squeeze_copy.dims 2025-06-05T23:21:18.4271173Z [INFO 2025-06-05 23:21:18,408 qnn_preprocess.py:50] Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-06-05T23:21:18.4272888Z [INFO 2025-06-05 23:21:18,408 qnn_preprocess.py:50] Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-06-05T23:21:18.4274350Z [INFO 2025-06-05 23:21:18,408 qnn_preprocess.py:50] Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-06-05T23:21:18.4275730Z [INFO 2025-06-05 23:21:18,408 qnn_preprocess.py:50] Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-06-05T23:21:18.4277108Z [INFO 2025-06-05 23:21:18,409 qnn_preprocess.py:50] Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-06-05T23:21:18.4278380Z [INFO 2025-06-05 23:21:18,409 qnn_preprocess.py:50] Visiting: aten_index_put_default_17, aten.index_put.default 2025-06-05T23:21:18.4279858Z [INFO 2025-06-05 23:21:18,410 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-06-05T23:21:18.4281278Z [INFO 2025-06-05 23:21:18,410 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-06-05T23:21:18.4282649Z [INFO 2025-06-05 23:21:18,411 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-06-05T23:21:18.4283970Z [INFO 2025-06-05 23:21:18,411 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-06-05T23:21:18.4285355Z [INFO 2025-06-05 23:21:18,412 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_347, aten.permute_copy.default 2025-06-05T23:21:18.4286970Z [INFO 2025-06-05 23:21:18,412 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_348, aten.permute_copy.default 2025-06-05T23:21:18.4288478Z [INFO 2025-06-05 23:21:18,413 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_349, aten.permute_copy.default 2025-06-05T23:21:18.4289933Z [INFO 2025-06-05 23:21:18,413 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_350, aten.permute_copy.default 2025-06-05T23:21:18.4291325Z [INFO 2025-06-05 23:21:18,414 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_351, aten.permute_copy.default 2025-06-05T23:21:18.4292798Z [INFO 2025-06-05 23:21:18,414 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_352, aten.permute_copy.default 2025-06-05T23:21:18.4294307Z [INFO 2025-06-05 23:21:18,415 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_353, aten.permute_copy.default 2025-06-05T23:21:18.4295782Z [INFO 2025-06-05 23:21:18,416 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_354, aten.permute_copy.default 2025-06-05T23:21:18.4297288Z [INFO 2025-06-05 23:21:18,416 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-06-05T23:21:18.4298772Z [INFO 2025-06-05 23:21:18,417 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-06-05T23:21:18.4300298Z [INFO 2025-06-05 23:21:18,417 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-06-05T23:21:18.4301769Z [INFO 2025-06-05 23:21:18,418 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-06-05T23:21:18.4303187Z [INFO 2025-06-05 23:21:18,419 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_91, aten.squeeze_copy.dims 2025-06-05T23:21:18.4578305Z [INFO 2025-06-05 23:21:18,419 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_92, aten.squeeze_copy.dims 2025-06-05T23:21:18.4579715Z [INFO 2025-06-05 23:21:18,420 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_93, aten.squeeze_copy.dims 2025-06-05T23:21:18.4581045Z [INFO 2025-06-05 23:21:18,420 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_94, aten.squeeze_copy.dims 2025-06-05T23:21:18.4582494Z [INFO 2025-06-05 23:21:18,421 qnn_preprocess.py:50] Visiting: aten_select_copy_int_408, aten.select_copy.int 2025-06-05T23:21:18.4583848Z [INFO 2025-06-05 23:21:18,421 qnn_preprocess.py:50] Visiting: aten_select_copy_int_410, aten.select_copy.int 2025-06-05T23:21:18.4585222Z [INFO 2025-06-05 23:21:18,422 qnn_preprocess.py:50] Visiting: aten_select_copy_int_412, aten.select_copy.int 2025-06-05T23:21:18.4586563Z [INFO 2025-06-05 23:21:18,423 qnn_preprocess.py:50] Visiting: aten_select_copy_int_414, aten.select_copy.int 2025-06-05T23:21:18.4587852Z [INFO 2025-06-05 23:21:18,423 qnn_preprocess.py:50] Visiting: aten_select_copy_int_416, aten.select_copy.int 2025-06-05T23:21:18.4589160Z [INFO 2025-06-05 23:21:18,424 qnn_preprocess.py:50] Visiting: aten_select_copy_int_418, aten.select_copy.int 2025-06-05T23:21:18.4590512Z [INFO 2025-06-05 23:21:18,425 qnn_preprocess.py:50] Visiting: aten_select_copy_int_420, aten.select_copy.int 2025-06-05T23:21:18.4591857Z [INFO 2025-06-05 23:21:18,425 qnn_preprocess.py:50] Visiting: aten_select_copy_int_422, aten.select_copy.int 2025-06-05T23:21:18.4593316Z [INFO 2025-06-05 23:21:18,426 qnn_preprocess.py:50] Visiting: aten_select_copy_int_424, aten.select_copy.int 2025-06-05T23:21:18.4594642Z [INFO 2025-06-05 23:21:18,427 qnn_preprocess.py:50] Visiting: aten_select_copy_int_426, aten.select_copy.int 2025-06-05T23:21:18.4596015Z [INFO 2025-06-05 23:21:18,427 qnn_preprocess.py:50] Visiting: aten_select_copy_int_428, aten.select_copy.int 2025-06-05T23:21:18.4597358Z [INFO 2025-06-05 23:21:18,428 qnn_preprocess.py:50] Visiting: aten_select_copy_int_430, aten.select_copy.int 2025-06-05T23:21:18.4598658Z [INFO 2025-06-05 23:21:18,429 qnn_preprocess.py:50] Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-06-05T23:21:18.4599912Z [INFO 2025-06-05 23:21:18,429 qnn_preprocess.py:50] Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-06-05T23:21:18.4601084Z [INFO 2025-06-05 23:21:18,430 qnn_preprocess.py:50] Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-06-05T23:21:18.4602340Z [INFO 2025-06-05 23:21:18,431 qnn_preprocess.py:50] Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-06-05T23:21:18.4603691Z [INFO 2025-06-05 23:21:18,431 qnn_preprocess.py:50] Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-06-05T23:21:18.4604920Z [INFO 2025-06-05 23:21:18,431 qnn_preprocess.py:50] Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-06-05T23:21:18.4606149Z [INFO 2025-06-05 23:21:18,432 qnn_preprocess.py:50] Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-06-05T23:21:18.4607232Z [INFO 2025-06-05 23:21:18,432 qnn_preprocess.py:50] Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-06-05T23:21:18.4608527Z [INFO 2025-06-05 23:21:18,433 qnn_preprocess.py:50] Visiting: aten_select_copy_int_409, aten.select_copy.int 2025-06-05T23:21:18.4610043Z [INFO 2025-06-05 23:21:18,433 qnn_preprocess.py:50] Visiting: aten_select_copy_int_411, aten.select_copy.int 2025-06-05T23:21:18.4611397Z [INFO 2025-06-05 23:21:18,434 qnn_preprocess.py:50] Visiting: aten_select_copy_int_413, aten.select_copy.int 2025-06-05T23:21:18.4612886Z [INFO 2025-06-05 23:21:18,434 qnn_preprocess.py:50] Visiting: aten_select_copy_int_415, aten.select_copy.int 2025-06-05T23:21:18.4614094Z [INFO 2025-06-05 23:21:18,434 qnn_preprocess.py:50] Visiting: aten_select_copy_int_417, aten.select_copy.int 2025-06-05T23:21:18.4615445Z [INFO 2025-06-05 23:21:18,435 qnn_preprocess.py:50] Visiting: aten_select_copy_int_419, aten.select_copy.int 2025-06-05T23:21:18.4616795Z [INFO 2025-06-05 23:21:18,435 qnn_preprocess.py:50] Visiting: aten_select_copy_int_421, aten.select_copy.int 2025-06-05T23:21:18.4618141Z [INFO 2025-06-05 23:21:18,436 qnn_preprocess.py:50] Visiting: aten_select_copy_int_423, aten.select_copy.int 2025-06-05T23:21:18.4619456Z [INFO 2025-06-05 23:21:18,436 qnn_preprocess.py:50] Visiting: aten_select_copy_int_425, aten.select_copy.int 2025-06-05T23:21:18.4620719Z [INFO 2025-06-05 23:21:18,436 qnn_preprocess.py:50] Visiting: aten_select_copy_int_427, aten.select_copy.int 2025-06-05T23:21:18.4622060Z [INFO 2025-06-05 23:21:18,437 qnn_preprocess.py:50] Visiting: aten_select_copy_int_429, aten.select_copy.int 2025-06-05T23:21:18.4623541Z [INFO 2025-06-05 23:21:18,437 qnn_preprocess.py:50] Visiting: aten_select_copy_int_431, aten.select_copy.int 2025-06-05T23:21:18.4624835Z [INFO 2025-06-05 23:21:18,437 qnn_preprocess.py:50] Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-06-05T23:21:18.4625983Z [INFO 2025-06-05 23:21:18,438 qnn_preprocess.py:50] Visiting: aten_add_tensor_40, aten.add.Tensor 2025-06-05T23:21:18.4627130Z [INFO 2025-06-05 23:21:18,438 qnn_preprocess.py:50] Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-06-05T23:21:18.4628341Z [INFO 2025-06-05 23:21:18,439 qnn_preprocess.py:50] Visiting: aten_add_tensor_41, aten.add.Tensor 2025-06-05T23:21:18.4629583Z [INFO 2025-06-05 23:21:18,439 qnn_preprocess.py:50] Visiting: aten_cat_default_35, aten.cat.default 2025-06-05T23:21:18.4630996Z [INFO 2025-06-05 23:21:18,441 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_91, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4632472Z [INFO 2025-06-05 23:21:18,441 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_92, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4634741Z [INFO 2025-06-05 23:21:18,441 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_93, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4636326Z [INFO 2025-06-05 23:21:18,442 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_94, aten.unsqueeze_copy.default 2025-06-05T23:21:18.4637796Z [INFO 2025-06-05 23:21:18,442 qnn_preprocess.py:50] Visiting: aten_view_copy_default_154, aten.view_copy.default 2025-06-05T23:21:18.4638969Z [INFO 2025-06-05 23:21:18,442 qnn_preprocess.py:50] Visiting: aten_cat_default_32, aten.cat.default 2025-06-05T23:21:18.4640160Z [INFO 2025-06-05 23:21:18,443 qnn_preprocess.py:50] Visiting: aten_cat_default_33, aten.cat.default 2025-06-05T23:21:18.4641607Z [INFO 2025-06-05 23:21:18,443 qnn_preprocess.py:50] Visiting: aten_view_copy_default_151, aten.view_copy.default 2025-06-05T23:21:18.4643003Z [INFO 2025-06-05 23:21:18,444 qnn_preprocess.py:50] Visiting: aten_view_copy_default_152, aten.view_copy.default 2025-06-05T23:21:18.4644468Z [INFO 2025-06-05 23:21:18,444 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_334, aten.permute_copy.default 2025-06-05T23:21:18.4645932Z [INFO 2025-06-05 23:21:18,445 qnn_preprocess.py:50] Visiting: aten_index_put_default_16, aten.index_put.default 2025-06-05T23:21:18.4647380Z [INFO 2025-06-05 23:21:18,446 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_335, aten.permute_copy.default 2025-06-05T23:21:18.4648878Z [INFO 2025-06-05 23:21:18,446 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_336, aten.permute_copy.default 2025-06-05T23:21:18.4650369Z [INFO 2025-06-05 23:21:18,447 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_337, aten.permute_copy.default 2025-06-05T23:21:18.4651739Z [INFO 2025-06-05 23:21:18,447 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_338, aten.permute_copy.default 2025-06-05T23:21:18.4653304Z [INFO 2025-06-05 23:21:18,448 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_339, aten.permute_copy.default 2025-06-05T23:21:18.4654805Z [INFO 2025-06-05 23:21:18,449 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_340, aten.permute_copy.default 2025-06-05T23:21:18.4656286Z [INFO 2025-06-05 23:21:18,449 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_341, aten.permute_copy.default 2025-06-05T23:21:18.4657713Z [INFO 2025-06-05 23:21:18,450 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_342, aten.permute_copy.default 2025-06-05T23:21:18.4659120Z [INFO 2025-06-05 23:21:18,450 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_343, aten.permute_copy.default 2025-06-05T23:21:18.4660618Z [INFO 2025-06-05 23:21:18,451 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_344, aten.permute_copy.default 2025-06-05T23:21:18.4662121Z [INFO 2025-06-05 23:21:18,452 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_345, aten.permute_copy.default 2025-06-05T23:21:18.4663603Z [INFO 2025-06-05 23:21:18,452 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_346, aten.permute_copy.default 2025-06-05T23:21:18.4665131Z [INFO 2025-06-05 23:21:18,453 qnn_preprocess.py:50] Visiting: aten_select_copy_int_384, aten.select_copy.int 2025-06-05T23:21:18.4666483Z [INFO 2025-06-05 23:21:18,453 qnn_preprocess.py:50] Visiting: aten_select_copy_int_386, aten.select_copy.int 2025-06-05T23:21:18.4667851Z [INFO 2025-06-05 23:21:18,454 qnn_preprocess.py:50] Visiting: aten_select_copy_int_388, aten.select_copy.int 2025-06-05T23:21:18.4669203Z [INFO 2025-06-05 23:21:18,454 qnn_preprocess.py:50] Visiting: aten_select_copy_int_390, aten.select_copy.int 2025-06-05T23:21:18.4670549Z [INFO 2025-06-05 23:21:18,454 qnn_preprocess.py:50] Visiting: aten_select_copy_int_392, aten.select_copy.int 2025-06-05T23:21:18.4671919Z [INFO 2025-06-05 23:21:18,455 qnn_preprocess.py:50] Visiting: aten_select_copy_int_394, aten.select_copy.int 2025-06-05T23:21:18.4673359Z [INFO 2025-06-05 23:21:18,455 qnn_preprocess.py:50] Visiting: aten_select_copy_int_396, aten.select_copy.int 2025-06-05T23:21:18.4674713Z [INFO 2025-06-05 23:21:18,456 qnn_preprocess.py:50] Visiting: aten_select_copy_int_398, aten.select_copy.int 2025-06-05T23:21:18.4676133Z [INFO 2025-06-05 23:21:18,456 qnn_preprocess.py:50] Visiting: aten_select_copy_int_400, aten.select_copy.int 2025-06-05T23:21:18.4677492Z [INFO 2025-06-05 23:21:18,456 qnn_preprocess.py:50] Visiting: aten_select_copy_int_402, aten.select_copy.int 2025-06-05T23:21:18.4678850Z [INFO 2025-06-05 23:21:18,457 qnn_preprocess.py:50] Visiting: aten_select_copy_int_404, aten.select_copy.int 2025-06-05T23:21:18.5241426Z [INFO 2025-06-05 23:21:18,457 qnn_preprocess.py:50] Visiting: aten_select_copy_int_406, aten.select_copy.int 2025-06-05T23:21:18.5242847Z [INFO 2025-06-05 23:21:18,458 qnn_preprocess.py:50] Visiting: aten_select_copy_int_385, aten.select_copy.int 2025-06-05T23:21:18.5244351Z [INFO 2025-06-05 23:21:18,458 qnn_preprocess.py:50] Visiting: aten_select_copy_int_387, aten.select_copy.int 2025-06-05T23:21:18.5245705Z [INFO 2025-06-05 23:21:18,459 qnn_preprocess.py:50] Visiting: aten_select_copy_int_389, aten.select_copy.int 2025-06-05T23:21:18.5247084Z [INFO 2025-06-05 23:21:18,460 qnn_preprocess.py:50] Visiting: aten_select_copy_int_391, aten.select_copy.int 2025-06-05T23:21:18.5248426Z [INFO 2025-06-05 23:21:18,460 qnn_preprocess.py:50] Visiting: aten_select_copy_int_393, aten.select_copy.int 2025-06-05T23:21:18.5249741Z [INFO 2025-06-05 23:21:18,461 qnn_preprocess.py:50] Visiting: aten_select_copy_int_395, aten.select_copy.int 2025-06-05T23:21:18.5251004Z [INFO 2025-06-05 23:21:18,461 qnn_preprocess.py:50] Visiting: aten_select_copy_int_397, aten.select_copy.int 2025-06-05T23:21:18.5252341Z [INFO 2025-06-05 23:21:18,462 qnn_preprocess.py:50] Visiting: aten_select_copy_int_399, aten.select_copy.int 2025-06-05T23:21:18.5253720Z [INFO 2025-06-05 23:21:18,463 qnn_preprocess.py:50] Visiting: aten_select_copy_int_401, aten.select_copy.int 2025-06-05T23:21:18.5255201Z [INFO 2025-06-05 23:21:18,463 qnn_preprocess.py:50] Visiting: aten_select_copy_int_403, aten.select_copy.int 2025-06-05T23:21:18.5256474Z [INFO 2025-06-05 23:21:18,464 qnn_preprocess.py:50] Visiting: aten_select_copy_int_405, aten.select_copy.int 2025-06-05T23:21:18.5257821Z [INFO 2025-06-05 23:21:18,465 qnn_preprocess.py:50] Visiting: aten_select_copy_int_407, aten.select_copy.int 2025-06-05T23:21:18.5259014Z [INFO 2025-06-05 23:21:18,465 qnn_preprocess.py:50] Visiting: aten_cat_default_34, aten.cat.default 2025-06-05T23:21:18.5260171Z [INFO 2025-06-05 23:21:18,468 qnn_preprocess.py:50] Visiting: aten_view_copy_default_153, aten.view_copy.default 2025-06-05T23:21:18.5261516Z [INFO 2025-06-05 23:21:18,468 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-06-05T23:21:18.5262741Z [INFO 2025-06-05 23:21:18,469 qnn_preprocess.py:50] Visiting: aten_matmul_default_16, aten.matmul.default 2025-06-05T23:21:18.5264013Z [INFO 2025-06-05 23:21:18,469 qnn_preprocess.py:50] Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-06-05T23:21:18.5265250Z [INFO 2025-06-05 23:21:18,470 qnn_preprocess.py:50] Visiting: aten_add_tensor_42, aten.add.Tensor 2025-06-05T23:21:18.5266474Z [INFO 2025-06-05 23:21:18,470 qnn_preprocess.py:50] Visiting: aten__softmax_default_8, aten._softmax.default 2025-06-05T23:21:18.5267729Z [INFO 2025-06-05 23:21:18,471 qnn_preprocess.py:50] Visiting: aten_matmul_default_17, aten.matmul.default 2025-06-05T23:21:18.5268956Z [INFO 2025-06-05 23:21:18,471 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-06-05T23:21:18.5270296Z [INFO 2025-06-05 23:21:18,472 qnn_preprocess.py:50] Visiting: aten_view_copy_default_161, aten.view_copy.default 2025-06-05T23:21:18.5271619Z [INFO 2025-06-05 23:21:18,472 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_95, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5273122Z [INFO 2025-06-05 23:21:18,472 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_782, aten.permute_copy.default 2025-06-05T23:21:18.5274509Z [INFO 2025-06-05 23:21:18,473 qnn_preprocess.py:50] Visiting: aten_convolution_default_59, aten.convolution.default 2025-06-05T23:21:18.5276145Z [INFO 2025-06-05 23:21:18,475 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_783, aten.permute_copy.default 2025-06-05T23:21:18.5277399Z [INFO 2025-06-05 23:21:18,476 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_95, aten.squeeze_copy.dims 2025-06-05T23:21:18.5278626Z [INFO 2025-06-05 23:21:18,476 qnn_preprocess.py:50] Visiting: aten_add_tensor_43, aten.add.Tensor 2025-06-05T23:21:18.5279774Z [INFO 2025-06-05 23:21:18,477 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-06-05T23:21:18.5281181Z [INFO 2025-06-05 23:21:18,478 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_96, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5282665Z [INFO 2025-06-05 23:21:18,478 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_784, aten.permute_copy.default 2025-06-05T23:21:18.5284158Z [INFO 2025-06-05 23:21:18,479 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_97, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5285540Z [INFO 2025-06-05 23:21:18,479 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_785, aten.permute_copy.default 2025-06-05T23:21:18.5286916Z [INFO 2025-06-05 23:21:18,480 qnn_preprocess.py:50] Visiting: aten_convolution_default_60, aten.convolution.default 2025-06-05T23:21:18.5288240Z [INFO 2025-06-05 23:21:18,488 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_786, aten.permute_copy.default 2025-06-05T23:21:18.5289645Z [INFO 2025-06-05 23:21:18,488 qnn_preprocess.py:50] Visiting: aten_convolution_default_61, aten.convolution.default 2025-06-05T23:21:18.5291029Z [INFO 2025-06-05 23:21:18,494 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_787, aten.permute_copy.default 2025-06-05T23:21:18.5292402Z [INFO 2025-06-05 23:21:18,494 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_96, aten.squeeze_copy.dims 2025-06-05T23:21:18.5293810Z [INFO 2025-06-05 23:21:18,495 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_97, aten.squeeze_copy.dims 2025-06-05T23:21:18.5295083Z [INFO 2025-06-05 23:21:18,495 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-06-05T23:21:18.5296245Z [INFO 2025-06-05 23:21:18,495 qnn_preprocess.py:50] Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-06-05T23:21:18.5297348Z [INFO 2025-06-05 23:21:18,496 qnn_preprocess.py:50] Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-06-05T23:21:18.5298725Z [INFO 2025-06-05 23:21:18,496 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_98, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5300049Z [INFO 2025-06-05 23:21:18,497 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_788, aten.permute_copy.default 2025-06-05T23:21:18.5301534Z [INFO 2025-06-05 23:21:18,497 qnn_preprocess.py:50] Visiting: aten_convolution_default_62, aten.convolution.default 2025-06-05T23:21:18.5302837Z [INFO 2025-06-05 23:21:18,504 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_789, aten.permute_copy.default 2025-06-05T23:21:18.5304442Z [INFO 2025-06-05 23:21:18,505 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_98, aten.squeeze_copy.dims 2025-06-05T23:21:18.5305621Z [INFO 2025-06-05 23:21:18,506 qnn_preprocess.py:50] Visiting: aten_add_tensor_44, aten.add.Tensor 2025-06-05T23:21:18.5306862Z [INFO 2025-06-05 23:21:18,506 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-06-05T23:21:18.5308208Z [INFO 2025-06-05 23:21:18,507 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_99, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5309826Z [INFO 2025-06-05 23:21:18,507 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_790, aten.permute_copy.default 2025-06-05T23:21:18.5311257Z [INFO 2025-06-05 23:21:18,508 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_100, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5312679Z [INFO 2025-06-05 23:21:18,508 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_791, aten.permute_copy.default 2025-06-05T23:21:18.5314108Z [INFO 2025-06-05 23:21:18,509 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_101, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5315680Z [INFO 2025-06-05 23:21:18,509 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_792, aten.permute_copy.default 2025-06-05T23:21:18.5317063Z [INFO 2025-06-05 23:21:18,510 qnn_preprocess.py:50] Visiting: aten_convolution_default_63, aten.convolution.default 2025-06-05T23:21:18.5318436Z [INFO 2025-06-05 23:21:18,512 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_793, aten.permute_copy.default 2025-06-05T23:21:18.5319837Z [INFO 2025-06-05 23:21:18,513 qnn_preprocess.py:50] Visiting: aten_convolution_default_64, aten.convolution.default 2025-06-05T23:21:18.5321154Z [INFO 2025-06-05 23:21:18,515 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_794, aten.permute_copy.default 2025-06-05T23:21:18.5322623Z [INFO 2025-06-05 23:21:18,516 qnn_preprocess.py:50] Visiting: aten_convolution_default_65, aten.convolution.default 2025-06-05T23:21:18.5323997Z [INFO 2025-06-05 23:21:18,519 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_795, aten.permute_copy.default 2025-06-05T23:21:18.5325368Z [INFO 2025-06-05 23:21:18,519 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_99, aten.squeeze_copy.dims 2025-06-05T23:21:18.5326628Z [INFO 2025-06-05 23:21:18,520 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_100, aten.squeeze_copy.dims 2025-06-05T23:21:18.5328021Z [INFO 2025-06-05 23:21:18,520 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_101, aten.squeeze_copy.dims 2025-06-05T23:21:18.5329210Z [INFO 2025-06-05 23:21:18,521 qnn_preprocess.py:50] Visiting: aten_view_copy_default_162, aten.view_copy.default 2025-06-05T23:21:18.5330511Z [INFO 2025-06-05 23:21:18,521 qnn_preprocess.py:50] Visiting: aten_view_copy_default_163, aten.view_copy.default 2025-06-05T23:21:18.5331754Z [INFO 2025-06-05 23:21:18,521 qnn_preprocess.py:50] Visiting: aten_view_copy_default_164, aten.view_copy.default 2025-06-05T23:21:18.5333255Z [INFO 2025-06-05 23:21:18,521 qnn_preprocess.py:50] Visiting: aten_view_copy_default_165, aten.view_copy.default 2025-06-05T23:21:18.5334508Z [INFO 2025-06-05 23:21:18,522 qnn_preprocess.py:50] Visiting: aten_view_copy_default_166, aten.view_copy.default 2025-06-05T23:21:18.5335856Z [INFO 2025-06-05 23:21:18,522 qnn_preprocess.py:50] Visiting: aten_index_put_default_19, aten.index_put.default 2025-06-05T23:21:18.5337144Z [INFO 2025-06-05 23:21:18,523 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-06-05T23:21:18.5611859Z [INFO 2025-06-05 23:21:18,523 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-06-05T23:21:18.5613173Z [INFO 2025-06-05 23:21:18,524 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-06-05T23:21:18.5614460Z [INFO 2025-06-05 23:21:18,525 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-06-05T23:21:18.5615925Z [INFO 2025-06-05 23:21:18,525 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_388, aten.permute_copy.default 2025-06-05T23:21:18.5617297Z [INFO 2025-06-05 23:21:18,526 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_389, aten.permute_copy.default 2025-06-05T23:21:18.5618641Z [INFO 2025-06-05 23:21:18,527 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_390, aten.permute_copy.default 2025-06-05T23:21:18.5619996Z [INFO 2025-06-05 23:21:18,528 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_391, aten.permute_copy.default 2025-06-05T23:21:18.5621352Z [INFO 2025-06-05 23:21:18,529 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_392, aten.permute_copy.default 2025-06-05T23:21:18.5622687Z [INFO 2025-06-05 23:21:18,529 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_393, aten.permute_copy.default 2025-06-05T23:21:18.5624038Z [INFO 2025-06-05 23:21:18,530 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_394, aten.permute_copy.default 2025-06-05T23:21:18.5625378Z [INFO 2025-06-05 23:21:18,531 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_395, aten.permute_copy.default 2025-06-05T23:21:18.5626827Z [INFO 2025-06-05 23:21:18,532 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_396, aten.permute_copy.default 2025-06-05T23:21:18.5628181Z [INFO 2025-06-05 23:21:18,533 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_397, aten.permute_copy.default 2025-06-05T23:21:18.5629526Z [INFO 2025-06-05 23:21:18,534 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_398, aten.permute_copy.default 2025-06-05T23:21:18.5630881Z [INFO 2025-06-05 23:21:18,534 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_399, aten.permute_copy.default 2025-06-05T23:21:18.5632201Z [INFO 2025-06-05 23:21:18,535 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_102, aten.squeeze_copy.dims 2025-06-05T23:21:18.5633591Z [INFO 2025-06-05 23:21:18,535 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_103, aten.squeeze_copy.dims 2025-06-05T23:21:18.5634867Z [INFO 2025-06-05 23:21:18,536 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_104, aten.squeeze_copy.dims 2025-06-05T23:21:18.5636133Z [INFO 2025-06-05 23:21:18,536 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_105, aten.squeeze_copy.dims 2025-06-05T23:21:18.5637393Z [INFO 2025-06-05 23:21:18,536 qnn_preprocess.py:50] Visiting: aten_select_copy_int_456, aten.select_copy.int 2025-06-05T23:21:18.5638617Z [INFO 2025-06-05 23:21:18,537 qnn_preprocess.py:50] Visiting: aten_select_copy_int_458, aten.select_copy.int 2025-06-05T23:21:18.5639831Z [INFO 2025-06-05 23:21:18,537 qnn_preprocess.py:50] Visiting: aten_select_copy_int_460, aten.select_copy.int 2025-06-05T23:21:18.5641044Z [INFO 2025-06-05 23:21:18,537 qnn_preprocess.py:50] Visiting: aten_select_copy_int_462, aten.select_copy.int 2025-06-05T23:21:18.5642265Z [INFO 2025-06-05 23:21:18,538 qnn_preprocess.py:50] Visiting: aten_select_copy_int_464, aten.select_copy.int 2025-06-05T23:21:18.5643539Z [INFO 2025-06-05 23:21:18,538 qnn_preprocess.py:50] Visiting: aten_select_copy_int_466, aten.select_copy.int 2025-06-05T23:21:18.5644761Z [INFO 2025-06-05 23:21:18,539 qnn_preprocess.py:50] Visiting: aten_select_copy_int_468, aten.select_copy.int 2025-06-05T23:21:18.5645982Z [INFO 2025-06-05 23:21:18,539 qnn_preprocess.py:50] Visiting: aten_select_copy_int_470, aten.select_copy.int 2025-06-05T23:21:18.5647217Z [INFO 2025-06-05 23:21:18,539 qnn_preprocess.py:50] Visiting: aten_select_copy_int_472, aten.select_copy.int 2025-06-05T23:21:18.5648425Z [INFO 2025-06-05 23:21:18,540 qnn_preprocess.py:50] Visiting: aten_select_copy_int_474, aten.select_copy.int 2025-06-05T23:21:18.5649648Z [INFO 2025-06-05 23:21:18,540 qnn_preprocess.py:50] Visiting: aten_select_copy_int_476, aten.select_copy.int 2025-06-05T23:21:18.5650867Z [INFO 2025-06-05 23:21:18,540 qnn_preprocess.py:50] Visiting: aten_select_copy_int_478, aten.select_copy.int 2025-06-05T23:21:18.5652043Z [INFO 2025-06-05 23:21:18,541 qnn_preprocess.py:50] Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-06-05T23:21:18.5653213Z [INFO 2025-06-05 23:21:18,541 qnn_preprocess.py:50] Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-06-05T23:21:18.5654328Z [INFO 2025-06-05 23:21:18,542 qnn_preprocess.py:50] Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-06-05T23:21:18.5655450Z [INFO 2025-06-05 23:21:18,542 qnn_preprocess.py:50] Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-06-05T23:21:18.5656612Z [INFO 2025-06-05 23:21:18,543 qnn_preprocess.py:50] Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-06-05T23:21:18.5657723Z [INFO 2025-06-05 23:21:18,543 qnn_preprocess.py:50] Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-06-05T23:21:18.5658834Z [INFO 2025-06-05 23:21:18,543 qnn_preprocess.py:50] Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-06-05T23:21:18.5659933Z [INFO 2025-06-05 23:21:18,544 qnn_preprocess.py:50] Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-06-05T23:21:18.5661106Z [INFO 2025-06-05 23:21:18,544 qnn_preprocess.py:50] Visiting: aten_select_copy_int_457, aten.select_copy.int 2025-06-05T23:21:18.5662333Z [INFO 2025-06-05 23:21:18,545 qnn_preprocess.py:50] Visiting: aten_select_copy_int_459, aten.select_copy.int 2025-06-05T23:21:18.5663568Z [INFO 2025-06-05 23:21:18,545 qnn_preprocess.py:50] Visiting: aten_select_copy_int_461, aten.select_copy.int 2025-06-05T23:21:18.5664792Z [INFO 2025-06-05 23:21:18,545 qnn_preprocess.py:50] Visiting: aten_select_copy_int_463, aten.select_copy.int 2025-06-05T23:21:18.5665999Z [INFO 2025-06-05 23:21:18,546 qnn_preprocess.py:50] Visiting: aten_select_copy_int_465, aten.select_copy.int 2025-06-05T23:21:18.5667227Z [INFO 2025-06-05 23:21:18,546 qnn_preprocess.py:50] Visiting: aten_select_copy_int_467, aten.select_copy.int 2025-06-05T23:21:18.5668446Z [INFO 2025-06-05 23:21:18,547 qnn_preprocess.py:50] Visiting: aten_select_copy_int_469, aten.select_copy.int 2025-06-05T23:21:18.5669689Z [INFO 2025-06-05 23:21:18,547 qnn_preprocess.py:50] Visiting: aten_select_copy_int_471, aten.select_copy.int 2025-06-05T23:21:18.5671007Z [INFO 2025-06-05 23:21:18,547 qnn_preprocess.py:50] Visiting: aten_select_copy_int_473, aten.select_copy.int 2025-06-05T23:21:18.5672566Z [INFO 2025-06-05 23:21:18,548 qnn_preprocess.py:50] Visiting: aten_select_copy_int_475, aten.select_copy.int 2025-06-05T23:21:18.5686446Z [INFO 2025-06-05 23:21:18,548 qnn_preprocess.py:50] Visiting: aten_select_copy_int_477, aten.select_copy.int 2025-06-05T23:21:18.5687694Z [INFO 2025-06-05 23:21:18,548 qnn_preprocess.py:50] Visiting: aten_select_copy_int_479, aten.select_copy.int 2025-06-05T23:21:18.5688859Z [INFO 2025-06-05 23:21:18,549 qnn_preprocess.py:50] Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-06-05T23:21:18.5689979Z [INFO 2025-06-05 23:21:18,549 qnn_preprocess.py:50] Visiting: aten_add_tensor_45, aten.add.Tensor 2025-06-05T23:21:18.5691080Z [INFO 2025-06-05 23:21:18,550 qnn_preprocess.py:50] Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-06-05T23:21:18.5692193Z [INFO 2025-06-05 23:21:18,550 qnn_preprocess.py:50] Visiting: aten_add_tensor_46, aten.add.Tensor 2025-06-05T23:21:18.5693413Z [INFO 2025-06-05 23:21:18,551 qnn_preprocess.py:50] Visiting: aten_cat_default_39, aten.cat.default 2025-06-05T23:21:18.5694690Z [INFO 2025-06-05 23:21:18,552 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_102, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5696131Z [INFO 2025-06-05 23:21:18,552 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_103, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5697545Z [INFO 2025-06-05 23:21:18,553 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_104, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5698977Z [INFO 2025-06-05 23:21:18,553 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_105, aten.unsqueeze_copy.default 2025-06-05T23:21:18.5700323Z [INFO 2025-06-05 23:21:18,553 qnn_preprocess.py:50] Visiting: aten_view_copy_default_172, aten.view_copy.default 2025-06-05T23:21:18.5701517Z [INFO 2025-06-05 23:21:18,554 qnn_preprocess.py:50] Visiting: aten_cat_default_36, aten.cat.default 2025-06-05T23:21:18.5702692Z [INFO 2025-06-05 23:21:18,554 qnn_preprocess.py:50] Visiting: aten_cat_default_37, aten.cat.default 2025-06-05T23:21:18.5703886Z [INFO 2025-06-05 23:21:18,555 qnn_preprocess.py:50] Visiting: aten_view_copy_default_169, aten.view_copy.default 2025-06-05T23:21:18.5705157Z [INFO 2025-06-05 23:21:18,555 qnn_preprocess.py:50] Visiting: aten_view_copy_default_170, aten.view_copy.default 2025-06-05T23:21:18.5706480Z [INFO 2025-06-05 23:21:18,555 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_375, aten.permute_copy.default 2025-06-05T23:21:18.5707774Z [INFO 2025-06-05 23:21:18,556 qnn_preprocess.py:50] Visiting: aten_index_put_default_18, aten.index_put.default 2025-06-05T23:21:18.5709314Z [INFO 2025-06-05 23:21:18,557 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_376, aten.permute_copy.default 2025-06-05T23:21:18.5710671Z [INFO 2025-06-05 23:21:18,557 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_377, aten.permute_copy.default 2025-06-05T23:21:18.5712037Z [INFO 2025-06-05 23:21:18,558 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_378, aten.permute_copy.default 2025-06-05T23:21:18.5713547Z [INFO 2025-06-05 23:21:18,559 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_379, aten.permute_copy.default 2025-06-05T23:21:18.5714888Z [INFO 2025-06-05 23:21:18,559 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_380, aten.permute_copy.default 2025-06-05T23:21:18.5716252Z [INFO 2025-06-05 23:21:18,560 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_381, aten.permute_copy.default 2025-06-05T23:21:18.6166121Z [INFO 2025-06-05 23:21:18,560 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_382, aten.permute_copy.default 2025-06-05T23:21:18.6167550Z [INFO 2025-06-05 23:21:18,561 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_383, aten.permute_copy.default 2025-06-05T23:21:18.6169193Z [INFO 2025-06-05 23:21:18,562 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_384, aten.permute_copy.default 2025-06-05T23:21:18.6170584Z [INFO 2025-06-05 23:21:18,562 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_385, aten.permute_copy.default 2025-06-05T23:21:18.6171933Z [INFO 2025-06-05 23:21:18,563 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_386, aten.permute_copy.default 2025-06-05T23:21:18.6173297Z [INFO 2025-06-05 23:21:18,563 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_387, aten.permute_copy.default 2025-06-05T23:21:18.6174590Z [INFO 2025-06-05 23:21:18,564 qnn_preprocess.py:50] Visiting: aten_select_copy_int_432, aten.select_copy.int 2025-06-05T23:21:18.6175808Z [INFO 2025-06-05 23:21:18,565 qnn_preprocess.py:50] Visiting: aten_select_copy_int_434, aten.select_copy.int 2025-06-05T23:21:18.6177051Z [INFO 2025-06-05 23:21:18,565 qnn_preprocess.py:50] Visiting: aten_select_copy_int_436, aten.select_copy.int 2025-06-05T23:21:18.6178288Z [INFO 2025-06-05 23:21:18,565 qnn_preprocess.py:50] Visiting: aten_select_copy_int_438, aten.select_copy.int 2025-06-05T23:21:18.6179627Z [INFO 2025-06-05 23:21:18,566 qnn_preprocess.py:50] Visiting: aten_select_copy_int_440, aten.select_copy.int 2025-06-05T23:21:18.6180867Z [INFO 2025-06-05 23:21:18,566 qnn_preprocess.py:50] Visiting: aten_select_copy_int_442, aten.select_copy.int 2025-06-05T23:21:18.6182089Z [INFO 2025-06-05 23:21:18,567 qnn_preprocess.py:50] Visiting: aten_select_copy_int_444, aten.select_copy.int 2025-06-05T23:21:18.6183314Z [INFO 2025-06-05 23:21:18,567 qnn_preprocess.py:50] Visiting: aten_select_copy_int_446, aten.select_copy.int 2025-06-05T23:21:18.6184534Z [INFO 2025-06-05 23:21:18,567 qnn_preprocess.py:50] Visiting: aten_select_copy_int_448, aten.select_copy.int 2025-06-05T23:21:18.6185756Z [INFO 2025-06-05 23:21:18,568 qnn_preprocess.py:50] Visiting: aten_select_copy_int_450, aten.select_copy.int 2025-06-05T23:21:18.6186974Z [INFO 2025-06-05 23:21:18,568 qnn_preprocess.py:50] Visiting: aten_select_copy_int_452, aten.select_copy.int 2025-06-05T23:21:18.6188191Z [INFO 2025-06-05 23:21:18,569 qnn_preprocess.py:50] Visiting: aten_select_copy_int_454, aten.select_copy.int 2025-06-05T23:21:18.6189487Z [INFO 2025-06-05 23:21:18,569 qnn_preprocess.py:50] Visiting: aten_select_copy_int_433, aten.select_copy.int 2025-06-05T23:21:18.6190695Z [INFO 2025-06-05 23:21:18,569 qnn_preprocess.py:50] Visiting: aten_select_copy_int_435, aten.select_copy.int 2025-06-05T23:21:18.6191921Z [INFO 2025-06-05 23:21:18,570 qnn_preprocess.py:50] Visiting: aten_select_copy_int_437, aten.select_copy.int 2025-06-05T23:21:18.6193228Z [INFO 2025-06-05 23:21:18,570 qnn_preprocess.py:50] Visiting: aten_select_copy_int_439, aten.select_copy.int 2025-06-05T23:21:18.6194436Z [INFO 2025-06-05 23:21:18,570 qnn_preprocess.py:50] Visiting: aten_select_copy_int_441, aten.select_copy.int 2025-06-05T23:21:18.6195663Z [INFO 2025-06-05 23:21:18,571 qnn_preprocess.py:50] Visiting: aten_select_copy_int_443, aten.select_copy.int 2025-06-05T23:21:18.6196879Z [INFO 2025-06-05 23:21:18,571 qnn_preprocess.py:50] Visiting: aten_select_copy_int_445, aten.select_copy.int 2025-06-05T23:21:18.6198114Z [INFO 2025-06-05 23:21:18,571 qnn_preprocess.py:50] Visiting: aten_select_copy_int_447, aten.select_copy.int 2025-06-05T23:21:18.6199345Z [INFO 2025-06-05 23:21:18,572 qnn_preprocess.py:50] Visiting: aten_select_copy_int_449, aten.select_copy.int 2025-06-05T23:21:18.6200618Z [INFO 2025-06-05 23:21:18,572 qnn_preprocess.py:50] Visiting: aten_select_copy_int_451, aten.select_copy.int 2025-06-05T23:21:18.6201855Z [INFO 2025-06-05 23:21:18,572 qnn_preprocess.py:50] Visiting: aten_select_copy_int_453, aten.select_copy.int 2025-06-05T23:21:18.6203065Z [INFO 2025-06-05 23:21:18,573 qnn_preprocess.py:50] Visiting: aten_select_copy_int_455, aten.select_copy.int 2025-06-05T23:21:18.6204244Z [INFO 2025-06-05 23:21:18,573 qnn_preprocess.py:50] Visiting: aten_cat_default_38, aten.cat.default 2025-06-05T23:21:18.6205501Z [INFO 2025-06-05 23:21:18,574 qnn_preprocess.py:50] Visiting: aten_view_copy_default_171, aten.view_copy.default 2025-06-05T23:21:18.6206798Z [INFO 2025-06-05 23:21:18,575 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_400, aten.permute_copy.default 2025-06-05T23:21:18.6208073Z [INFO 2025-06-05 23:21:18,575 qnn_preprocess.py:50] Visiting: aten_matmul_default_18, aten.matmul.default 2025-06-05T23:21:18.6209420Z [INFO 2025-06-05 23:21:18,576 qnn_preprocess.py:50] Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-06-05T23:21:18.6210550Z [INFO 2025-06-05 23:21:18,576 qnn_preprocess.py:50] Visiting: aten_add_tensor_47, aten.add.Tensor 2025-06-05T23:21:18.6211730Z [INFO 2025-06-05 23:21:18,577 qnn_preprocess.py:50] Visiting: aten__softmax_default_9, aten._softmax.default 2025-06-05T23:21:18.6212965Z [INFO 2025-06-05 23:21:18,577 qnn_preprocess.py:50] Visiting: aten_matmul_default_19, aten.matmul.default 2025-06-05T23:21:18.6214239Z [INFO 2025-06-05 23:21:18,578 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_401, aten.permute_copy.default 2025-06-05T23:21:18.6215569Z [INFO 2025-06-05 23:21:18,578 qnn_preprocess.py:50] Visiting: aten_view_copy_default_179, aten.view_copy.default 2025-06-05T23:21:18.6217013Z [INFO 2025-06-05 23:21:18,578 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_106, aten.unsqueeze_copy.default 2025-06-05T23:21:18.6218416Z [INFO 2025-06-05 23:21:18,579 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_796, aten.permute_copy.default 2025-06-05T23:21:18.6219760Z [INFO 2025-06-05 23:21:18,579 qnn_preprocess.py:50] Visiting: aten_convolution_default_66, aten.convolution.default 2025-06-05T23:21:18.6221123Z [INFO 2025-06-05 23:21:18,582 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_797, aten.permute_copy.default 2025-06-05T23:21:18.6222444Z [INFO 2025-06-05 23:21:18,582 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_106, aten.squeeze_copy.dims 2025-06-05T23:21:18.6223633Z [INFO 2025-06-05 23:21:18,583 qnn_preprocess.py:50] Visiting: aten_add_tensor_48, aten.add.Tensor 2025-06-05T23:21:18.6224828Z [INFO 2025-06-05 23:21:18,583 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-06-05T23:21:18.6226155Z [INFO 2025-06-05 23:21:18,584 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_107, aten.unsqueeze_copy.default 2025-06-05T23:21:18.6227596Z [INFO 2025-06-05 23:21:18,584 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_798, aten.permute_copy.default 2025-06-05T23:21:18.6229000Z [INFO 2025-06-05 23:21:18,585 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_108, aten.unsqueeze_copy.default 2025-06-05T23:21:18.6230380Z [INFO 2025-06-05 23:21:18,585 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_799, aten.permute_copy.default 2025-06-05T23:21:18.6231738Z [INFO 2025-06-05 23:21:18,586 qnn_preprocess.py:50] Visiting: aten_convolution_default_67, aten.convolution.default 2025-06-05T23:21:18.6233087Z [INFO 2025-06-05 23:21:18,594 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_800, aten.permute_copy.default 2025-06-05T23:21:18.6234490Z [INFO 2025-06-05 23:21:18,595 qnn_preprocess.py:50] Visiting: aten_convolution_default_68, aten.convolution.default 2025-06-05T23:21:18.6235840Z [INFO 2025-06-05 23:21:18,600 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_801, aten.permute_copy.default 2025-06-05T23:21:18.6237239Z [INFO 2025-06-05 23:21:18,601 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_107, aten.squeeze_copy.dims 2025-06-05T23:21:18.6238521Z [INFO 2025-06-05 23:21:18,601 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_108, aten.squeeze_copy.dims 2025-06-05T23:21:18.6239768Z [INFO 2025-06-05 23:21:18,602 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-06-05T23:21:18.6240927Z [INFO 2025-06-05 23:21:18,602 qnn_preprocess.py:50] Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-06-05T23:21:18.6242047Z [INFO 2025-06-05 23:21:18,602 qnn_preprocess.py:50] Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-06-05T23:21:18.6243363Z [INFO 2025-06-05 23:21:18,603 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_109, aten.unsqueeze_copy.default 2025-06-05T23:21:18.6244754Z [INFO 2025-06-05 23:21:18,603 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_802, aten.permute_copy.default 2025-06-05T23:21:18.6246106Z [INFO 2025-06-05 23:21:18,604 qnn_preprocess.py:50] Visiting: aten_convolution_default_69, aten.convolution.default 2025-06-05T23:21:18.6247445Z [INFO 2025-06-05 23:21:18,611 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_803, aten.permute_copy.default 2025-06-05T23:21:18.6248767Z [INFO 2025-06-05 23:21:18,612 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_109, aten.squeeze_copy.dims 2025-06-05T23:21:18.6249950Z [INFO 2025-06-05 23:21:18,612 qnn_preprocess.py:50] Visiting: aten_add_tensor_49, aten.add.Tensor 2025-06-05T23:21:18.6251141Z [INFO 2025-06-05 23:21:18,613 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-06-05T23:21:18.6252470Z [INFO 2025-06-05 23:21:18,613 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_110, aten.unsqueeze_copy.default 2025-06-05T23:21:18.6253889Z [INFO 2025-06-05 23:21:18,614 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_804, aten.permute_copy.default 2025-06-05T23:21:18.6255283Z [INFO 2025-06-05 23:21:18,614 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_111, aten.unsqueeze_copy.default 2025-06-05T23:21:18.6256665Z [INFO 2025-06-05 23:21:18,615 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_805, aten.permute_copy.default 2025-06-05T23:21:18.6258063Z [INFO 2025-06-05 23:21:18,615 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_112, aten.unsqueeze_copy.default 2025-06-05T23:21:18.6573452Z [INFO 2025-06-05 23:21:18,616 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_806, aten.permute_copy.default 2025-06-05T23:21:18.6574870Z [INFO 2025-06-05 23:21:18,616 qnn_preprocess.py:50] Visiting: aten_convolution_default_70, aten.convolution.default 2025-06-05T23:21:18.6576236Z [INFO 2025-06-05 23:21:18,619 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_807, aten.permute_copy.default 2025-06-05T23:21:18.6577594Z [INFO 2025-06-05 23:21:18,619 qnn_preprocess.py:50] Visiting: aten_convolution_default_71, aten.convolution.default 2025-06-05T23:21:18.6579071Z [INFO 2025-06-05 23:21:18,621 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_808, aten.permute_copy.default 2025-06-05T23:21:18.6580432Z [INFO 2025-06-05 23:21:18,622 qnn_preprocess.py:50] Visiting: aten_convolution_default_72, aten.convolution.default 2025-06-05T23:21:18.6581793Z [INFO 2025-06-05 23:21:18,625 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_809, aten.permute_copy.default 2025-06-05T23:21:18.6583103Z [INFO 2025-06-05 23:21:18,626 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_110, aten.squeeze_copy.dims 2025-06-05T23:21:18.6584392Z [INFO 2025-06-05 23:21:18,626 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_111, aten.squeeze_copy.dims 2025-06-05T23:21:18.6585666Z [INFO 2025-06-05 23:21:18,627 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_112, aten.squeeze_copy.dims 2025-06-05T23:21:18.6586944Z [INFO 2025-06-05 23:21:18,627 qnn_preprocess.py:50] Visiting: aten_view_copy_default_180, aten.view_copy.default 2025-06-05T23:21:18.6588222Z [INFO 2025-06-05 23:21:18,627 qnn_preprocess.py:50] Visiting: aten_view_copy_default_181, aten.view_copy.default 2025-06-05T23:21:18.6589551Z [INFO 2025-06-05 23:21:18,628 qnn_preprocess.py:50] Visiting: aten_view_copy_default_182, aten.view_copy.default 2025-06-05T23:21:18.6590825Z [INFO 2025-06-05 23:21:18,628 qnn_preprocess.py:50] Visiting: aten_view_copy_default_183, aten.view_copy.default 2025-06-05T23:21:18.6592083Z [INFO 2025-06-05 23:21:18,628 qnn_preprocess.py:50] Visiting: aten_view_copy_default_184, aten.view_copy.default 2025-06-05T23:21:18.6593471Z [INFO 2025-06-05 23:21:18,629 qnn_preprocess.py:50] Visiting: aten_index_put_default_21, aten.index_put.default 2025-06-05T23:21:18.6594737Z [INFO 2025-06-05 23:21:18,630 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-06-05T23:21:18.6596054Z [INFO 2025-06-05 23:21:18,630 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-06-05T23:21:18.6597332Z [INFO 2025-06-05 23:21:18,631 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-06-05T23:21:18.6598578Z [INFO 2025-06-05 23:21:18,631 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-06-05T23:21:18.6599896Z [INFO 2025-06-05 23:21:18,631 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_429, aten.permute_copy.default 2025-06-05T23:21:18.6601261Z [INFO 2025-06-05 23:21:18,632 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_430, aten.permute_copy.default 2025-06-05T23:21:18.6602612Z [INFO 2025-06-05 23:21:18,633 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_431, aten.permute_copy.default 2025-06-05T23:21:18.6603972Z [INFO 2025-06-05 23:21:18,633 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_432, aten.permute_copy.default 2025-06-05T23:21:18.6605317Z [INFO 2025-06-05 23:21:18,634 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_433, aten.permute_copy.default 2025-06-05T23:21:18.6606725Z [INFO 2025-06-05 23:21:18,634 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_434, aten.permute_copy.default 2025-06-05T23:21:18.6608088Z [INFO 2025-06-05 23:21:18,635 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_435, aten.permute_copy.default 2025-06-05T23:21:18.6609594Z [INFO 2025-06-05 23:21:18,636 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_436, aten.permute_copy.default 2025-06-05T23:21:18.6610952Z [INFO 2025-06-05 23:21:18,636 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_437, aten.permute_copy.default 2025-06-05T23:21:18.6612307Z [INFO 2025-06-05 23:21:18,637 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_438, aten.permute_copy.default 2025-06-05T23:21:18.6613661Z [INFO 2025-06-05 23:21:18,638 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_439, aten.permute_copy.default 2025-06-05T23:21:18.6615022Z [INFO 2025-06-05 23:21:18,638 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_440, aten.permute_copy.default 2025-06-05T23:21:18.6616376Z [INFO 2025-06-05 23:21:18,639 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_113, aten.squeeze_copy.dims 2025-06-05T23:21:18.6617661Z [INFO 2025-06-05 23:21:18,639 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_114, aten.squeeze_copy.dims 2025-06-05T23:21:18.6618940Z [INFO 2025-06-05 23:21:18,640 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_115, aten.squeeze_copy.dims 2025-06-05T23:21:18.6620201Z [INFO 2025-06-05 23:21:18,640 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_116, aten.squeeze_copy.dims 2025-06-05T23:21:18.6621446Z [INFO 2025-06-05 23:21:18,640 qnn_preprocess.py:50] Visiting: aten_select_copy_int_504, aten.select_copy.int 2025-06-05T23:21:18.6622661Z [INFO 2025-06-05 23:21:18,641 qnn_preprocess.py:50] Visiting: aten_select_copy_int_506, aten.select_copy.int 2025-06-05T23:21:18.6623891Z [INFO 2025-06-05 23:21:18,641 qnn_preprocess.py:50] Visiting: aten_select_copy_int_508, aten.select_copy.int 2025-06-05T23:21:18.6625125Z [INFO 2025-06-05 23:21:18,641 qnn_preprocess.py:50] Visiting: aten_select_copy_int_510, aten.select_copy.int 2025-06-05T23:21:18.6626393Z [INFO 2025-06-05 23:21:18,642 qnn_preprocess.py:50] Visiting: aten_select_copy_int_512, aten.select_copy.int 2025-06-05T23:21:18.6627620Z [INFO 2025-06-05 23:21:18,642 qnn_preprocess.py:50] Visiting: aten_select_copy_int_514, aten.select_copy.int 2025-06-05T23:21:18.6628839Z [INFO 2025-06-05 23:21:18,643 qnn_preprocess.py:50] Visiting: aten_select_copy_int_516, aten.select_copy.int 2025-06-05T23:21:18.6630062Z [INFO 2025-06-05 23:21:18,643 qnn_preprocess.py:50] Visiting: aten_select_copy_int_518, aten.select_copy.int 2025-06-05T23:21:18.6631275Z [INFO 2025-06-05 23:21:18,643 qnn_preprocess.py:50] Visiting: aten_select_copy_int_520, aten.select_copy.int 2025-06-05T23:21:18.6632535Z [INFO 2025-06-05 23:21:18,644 qnn_preprocess.py:50] Visiting: aten_select_copy_int_522, aten.select_copy.int 2025-06-05T23:21:18.6633803Z [INFO 2025-06-05 23:21:18,644 qnn_preprocess.py:50] Visiting: aten_select_copy_int_524, aten.select_copy.int 2025-06-05T23:21:18.6635025Z [INFO 2025-06-05 23:21:18,645 qnn_preprocess.py:50] Visiting: aten_select_copy_int_526, aten.select_copy.int 2025-06-05T23:21:18.6636207Z [INFO 2025-06-05 23:21:18,645 qnn_preprocess.py:50] Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-06-05T23:21:18.6637317Z [INFO 2025-06-05 23:21:18,645 qnn_preprocess.py:50] Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-06-05T23:21:18.6638432Z [INFO 2025-06-05 23:21:18,646 qnn_preprocess.py:50] Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-06-05T23:21:18.6639531Z [INFO 2025-06-05 23:21:18,646 qnn_preprocess.py:50] Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-06-05T23:21:18.6640642Z [INFO 2025-06-05 23:21:18,647 qnn_preprocess.py:50] Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-06-05T23:21:18.6641756Z [INFO 2025-06-05 23:21:18,647 qnn_preprocess.py:50] Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-06-05T23:21:18.6642901Z [INFO 2025-06-05 23:21:18,648 qnn_preprocess.py:50] Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-06-05T23:21:18.6644019Z [INFO 2025-06-05 23:21:18,648 qnn_preprocess.py:50] Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-06-05T23:21:18.6645177Z [INFO 2025-06-05 23:21:18,649 qnn_preprocess.py:50] Visiting: aten_select_copy_int_505, aten.select_copy.int 2025-06-05T23:21:18.6646403Z [INFO 2025-06-05 23:21:18,649 qnn_preprocess.py:50] Visiting: aten_select_copy_int_507, aten.select_copy.int 2025-06-05T23:21:18.6647631Z [INFO 2025-06-05 23:21:18,649 qnn_preprocess.py:50] Visiting: aten_select_copy_int_509, aten.select_copy.int 2025-06-05T23:21:18.6648843Z [INFO 2025-06-05 23:21:18,650 qnn_preprocess.py:50] Visiting: aten_select_copy_int_511, aten.select_copy.int 2025-06-05T23:21:18.6650070Z [INFO 2025-06-05 23:21:18,650 qnn_preprocess.py:50] Visiting: aten_select_copy_int_513, aten.select_copy.int 2025-06-05T23:21:18.6651287Z [INFO 2025-06-05 23:21:18,650 qnn_preprocess.py:50] Visiting: aten_select_copy_int_515, aten.select_copy.int 2025-06-05T23:21:18.6652551Z [INFO 2025-06-05 23:21:18,651 qnn_preprocess.py:50] Visiting: aten_select_copy_int_517, aten.select_copy.int 2025-06-05T23:21:18.6653781Z [INFO 2025-06-05 23:21:18,651 qnn_preprocess.py:50] Visiting: aten_select_copy_int_519, aten.select_copy.int 2025-06-05T23:21:18.6655000Z [INFO 2025-06-05 23:21:18,652 qnn_preprocess.py:50] Visiting: aten_select_copy_int_521, aten.select_copy.int 2025-06-05T23:21:18.6656217Z [INFO 2025-06-05 23:21:18,652 qnn_preprocess.py:50] Visiting: aten_select_copy_int_523, aten.select_copy.int 2025-06-05T23:21:18.6657436Z [INFO 2025-06-05 23:21:18,652 qnn_preprocess.py:50] Visiting: aten_select_copy_int_525, aten.select_copy.int 2025-06-05T23:21:18.6658658Z [INFO 2025-06-05 23:21:18,653 qnn_preprocess.py:50] Visiting: aten_select_copy_int_527, aten.select_copy.int 2025-06-05T23:21:18.6659833Z [INFO 2025-06-05 23:21:18,653 qnn_preprocess.py:50] Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-06-05T23:21:18.6660935Z [INFO 2025-06-05 23:21:18,654 qnn_preprocess.py:50] Visiting: aten_add_tensor_50, aten.add.Tensor 2025-06-05T23:21:18.6662046Z [INFO 2025-06-05 23:21:18,654 qnn_preprocess.py:50] Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-06-05T23:21:18.6663169Z [INFO 2025-06-05 23:21:18,654 qnn_preprocess.py:50] Visiting: aten_add_tensor_51, aten.add.Tensor 2025-06-05T23:21:18.6664295Z [INFO 2025-06-05 23:21:18,655 qnn_preprocess.py:50] Visiting: aten_cat_default_43, aten.cat.default 2025-06-05T23:21:18.6665583Z [INFO 2025-06-05 23:21:18,656 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_113, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7077461Z [INFO 2025-06-05 23:21:18,657 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_114, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7078988Z [INFO 2025-06-05 23:21:18,657 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_115, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7080719Z [INFO 2025-06-05 23:21:18,657 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_116, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7082127Z [INFO 2025-06-05 23:21:18,658 qnn_preprocess.py:50] Visiting: aten_view_copy_default_190, aten.view_copy.default 2025-06-05T23:21:18.7083402Z [INFO 2025-06-05 23:21:18,658 qnn_preprocess.py:50] Visiting: aten_cat_default_40, aten.cat.default 2025-06-05T23:21:18.7084566Z [INFO 2025-06-05 23:21:18,659 qnn_preprocess.py:50] Visiting: aten_cat_default_41, aten.cat.default 2025-06-05T23:21:18.7085847Z [INFO 2025-06-05 23:21:18,659 qnn_preprocess.py:50] Visiting: aten_view_copy_default_187, aten.view_copy.default 2025-06-05T23:21:18.7087166Z [INFO 2025-06-05 23:21:18,659 qnn_preprocess.py:50] Visiting: aten_view_copy_default_188, aten.view_copy.default 2025-06-05T23:21:18.7088547Z [INFO 2025-06-05 23:21:18,660 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-06-05T23:21:18.7089915Z [INFO 2025-06-05 23:21:18,660 qnn_preprocess.py:50] Visiting: aten_index_put_default_20, aten.index_put.default 2025-06-05T23:21:18.7091363Z [INFO 2025-06-05 23:21:18,661 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-06-05T23:21:18.7092796Z [INFO 2025-06-05 23:21:18,662 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-06-05T23:21:18.7094206Z [INFO 2025-06-05 23:21:18,663 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-06-05T23:21:18.7095635Z [INFO 2025-06-05 23:21:18,663 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_420, aten.permute_copy.default 2025-06-05T23:21:18.7097049Z [INFO 2025-06-05 23:21:18,664 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_421, aten.permute_copy.default 2025-06-05T23:21:18.7098476Z [INFO 2025-06-05 23:21:18,664 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_422, aten.permute_copy.default 2025-06-05T23:21:18.7099910Z [INFO 2025-06-05 23:21:18,665 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_423, aten.permute_copy.default 2025-06-05T23:21:18.7101380Z [INFO 2025-06-05 23:21:18,666 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_424, aten.permute_copy.default 2025-06-05T23:21:18.7102805Z [INFO 2025-06-05 23:21:18,666 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_425, aten.permute_copy.default 2025-06-05T23:21:18.7104233Z [INFO 2025-06-05 23:21:18,667 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_426, aten.permute_copy.default 2025-06-05T23:21:18.7105643Z [INFO 2025-06-05 23:21:18,668 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_427, aten.permute_copy.default 2025-06-05T23:21:18.7107065Z [INFO 2025-06-05 23:21:18,668 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_428, aten.permute_copy.default 2025-06-05T23:21:18.7108409Z [INFO 2025-06-05 23:21:18,669 qnn_preprocess.py:50] Visiting: aten_select_copy_int_480, aten.select_copy.int 2025-06-05T23:21:18.7110037Z [INFO 2025-06-05 23:21:18,669 qnn_preprocess.py:50] Visiting: aten_select_copy_int_482, aten.select_copy.int 2025-06-05T23:21:18.7111518Z [INFO 2025-06-05 23:21:18,670 qnn_preprocess.py:50] Visiting: aten_select_copy_int_484, aten.select_copy.int 2025-06-05T23:21:18.7113092Z [INFO 2025-06-05 23:21:18,670 qnn_preprocess.py:50] Visiting: aten_select_copy_int_486, aten.select_copy.int 2025-06-05T23:21:18.7114664Z [INFO 2025-06-05 23:21:18,670 qnn_preprocess.py:50] Visiting: aten_select_copy_int_488, aten.select_copy.int 2025-06-05T23:21:18.7116103Z [INFO 2025-06-05 23:21:18,671 qnn_preprocess.py:50] Visiting: aten_select_copy_int_490, aten.select_copy.int 2025-06-05T23:21:18.7117580Z [INFO 2025-06-05 23:21:18,671 qnn_preprocess.py:50] Visiting: aten_select_copy_int_492, aten.select_copy.int 2025-06-05T23:21:18.7119158Z [INFO 2025-06-05 23:21:18,672 qnn_preprocess.py:50] Visiting: aten_select_copy_int_494, aten.select_copy.int 2025-06-05T23:21:18.7120720Z [INFO 2025-06-05 23:21:18,672 qnn_preprocess.py:50] Visiting: aten_select_copy_int_496, aten.select_copy.int 2025-06-05T23:21:18.7122157Z [INFO 2025-06-05 23:21:18,672 qnn_preprocess.py:50] Visiting: aten_select_copy_int_498, aten.select_copy.int 2025-06-05T23:21:18.7123573Z [INFO 2025-06-05 23:21:18,673 qnn_preprocess.py:50] Visiting: aten_select_copy_int_500, aten.select_copy.int 2025-06-05T23:21:18.7124873Z [INFO 2025-06-05 23:21:18,673 qnn_preprocess.py:50] Visiting: aten_select_copy_int_502, aten.select_copy.int 2025-06-05T23:21:18.7126091Z [INFO 2025-06-05 23:21:18,674 qnn_preprocess.py:50] Visiting: aten_select_copy_int_481, aten.select_copy.int 2025-06-05T23:21:18.7127298Z [INFO 2025-06-05 23:21:18,674 qnn_preprocess.py:50] Visiting: aten_select_copy_int_483, aten.select_copy.int 2025-06-05T23:21:18.7128525Z [INFO 2025-06-05 23:21:18,674 qnn_preprocess.py:50] Visiting: aten_select_copy_int_485, aten.select_copy.int 2025-06-05T23:21:18.7129748Z [INFO 2025-06-05 23:21:18,675 qnn_preprocess.py:50] Visiting: aten_select_copy_int_487, aten.select_copy.int 2025-06-05T23:21:18.7130961Z [INFO 2025-06-05 23:21:18,675 qnn_preprocess.py:50] Visiting: aten_select_copy_int_489, aten.select_copy.int 2025-06-05T23:21:18.7132267Z [INFO 2025-06-05 23:21:18,676 qnn_preprocess.py:50] Visiting: aten_select_copy_int_491, aten.select_copy.int 2025-06-05T23:21:18.7133482Z [INFO 2025-06-05 23:21:18,676 qnn_preprocess.py:50] Visiting: aten_select_copy_int_493, aten.select_copy.int 2025-06-05T23:21:18.7134704Z [INFO 2025-06-05 23:21:18,676 qnn_preprocess.py:50] Visiting: aten_select_copy_int_495, aten.select_copy.int 2025-06-05T23:21:18.7135925Z [INFO 2025-06-05 23:21:18,677 qnn_preprocess.py:50] Visiting: aten_select_copy_int_497, aten.select_copy.int 2025-06-05T23:21:18.7137132Z [INFO 2025-06-05 23:21:18,677 qnn_preprocess.py:50] Visiting: aten_select_copy_int_499, aten.select_copy.int 2025-06-05T23:21:18.7138356Z [INFO 2025-06-05 23:21:18,678 qnn_preprocess.py:50] Visiting: aten_select_copy_int_501, aten.select_copy.int 2025-06-05T23:21:18.7139573Z [INFO 2025-06-05 23:21:18,678 qnn_preprocess.py:50] Visiting: aten_select_copy_int_503, aten.select_copy.int 2025-06-05T23:21:18.7140762Z [INFO 2025-06-05 23:21:18,678 qnn_preprocess.py:50] Visiting: aten_cat_default_42, aten.cat.default 2025-06-05T23:21:18.7142057Z [INFO 2025-06-05 23:21:18,680 qnn_preprocess.py:50] Visiting: aten_view_copy_default_189, aten.view_copy.default 2025-06-05T23:21:18.7143367Z [INFO 2025-06-05 23:21:18,680 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_441, aten.permute_copy.default 2025-06-05T23:21:18.7144647Z [INFO 2025-06-05 23:21:18,681 qnn_preprocess.py:50] Visiting: aten_matmul_default_20, aten.matmul.default 2025-06-05T23:21:18.7145794Z [INFO 2025-06-05 23:21:18,681 qnn_preprocess.py:50] Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-06-05T23:21:18.7146912Z [INFO 2025-06-05 23:21:18,682 qnn_preprocess.py:50] Visiting: aten_add_tensor_52, aten.add.Tensor 2025-06-05T23:21:18.7148096Z [INFO 2025-06-05 23:21:18,682 qnn_preprocess.py:50] Visiting: aten__softmax_default_10, aten._softmax.default 2025-06-05T23:21:18.7149306Z [INFO 2025-06-05 23:21:18,683 qnn_preprocess.py:50] Visiting: aten_matmul_default_21, aten.matmul.default 2025-06-05T23:21:18.7150582Z [INFO 2025-06-05 23:21:18,683 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_442, aten.permute_copy.default 2025-06-05T23:21:18.7151925Z [INFO 2025-06-05 23:21:18,684 qnn_preprocess.py:50] Visiting: aten_view_copy_default_197, aten.view_copy.default 2025-06-05T23:21:18.7153366Z [INFO 2025-06-05 23:21:18,684 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_117, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7154765Z [INFO 2025-06-05 23:21:18,684 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_810, aten.permute_copy.default 2025-06-05T23:21:18.7156115Z [INFO 2025-06-05 23:21:18,685 qnn_preprocess.py:50] Visiting: aten_convolution_default_73, aten.convolution.default 2025-06-05T23:21:18.7157477Z [INFO 2025-06-05 23:21:18,687 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_811, aten.permute_copy.default 2025-06-05T23:21:18.7158822Z [INFO 2025-06-05 23:21:18,688 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_117, aten.squeeze_copy.dims 2025-06-05T23:21:18.7160329Z [INFO 2025-06-05 23:21:18,689 qnn_preprocess.py:50] Visiting: aten_add_tensor_53, aten.add.Tensor 2025-06-05T23:21:18.7161795Z [INFO 2025-06-05 23:21:18,689 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-06-05T23:21:18.7163390Z [INFO 2025-06-05 23:21:18,690 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_118, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7164924Z [INFO 2025-06-05 23:21:18,690 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_812, aten.permute_copy.default 2025-06-05T23:21:18.7166301Z [INFO 2025-06-05 23:21:18,691 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_119, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7167694Z [INFO 2025-06-05 23:21:18,691 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_813, aten.permute_copy.default 2025-06-05T23:21:18.7169047Z [INFO 2025-06-05 23:21:18,692 qnn_preprocess.py:50] Visiting: aten_convolution_default_74, aten.convolution.default 2025-06-05T23:21:18.7170434Z [INFO 2025-06-05 23:21:18,700 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_814, aten.permute_copy.default 2025-06-05T23:21:18.7171788Z [INFO 2025-06-05 23:21:18,701 qnn_preprocess.py:50] Visiting: aten_convolution_default_75, aten.convolution.default 2025-06-05T23:21:18.7173126Z [INFO 2025-06-05 23:21:18,706 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_815, aten.permute_copy.default 2025-06-05T23:21:18.7174443Z [INFO 2025-06-05 23:21:18,707 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_118, aten.squeeze_copy.dims 2025-06-05T23:21:18.7541094Z [INFO 2025-06-05 23:21:18,707 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_119, aten.squeeze_copy.dims 2025-06-05T23:21:18.7542650Z [INFO 2025-06-05 23:21:18,707 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-06-05T23:21:18.7544458Z [INFO 2025-06-05 23:21:18,708 qnn_preprocess.py:50] Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-06-05T23:21:18.7545719Z [INFO 2025-06-05 23:21:18,708 qnn_preprocess.py:50] Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-06-05T23:21:18.7547305Z [INFO 2025-06-05 23:21:18,709 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_120, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7548862Z [INFO 2025-06-05 23:21:18,709 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_816, aten.permute_copy.default 2025-06-05T23:21:18.7550215Z [INFO 2025-06-05 23:21:18,710 qnn_preprocess.py:50] Visiting: aten_convolution_default_76, aten.convolution.default 2025-06-05T23:21:18.7551550Z [INFO 2025-06-05 23:21:18,717 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_817, aten.permute_copy.default 2025-06-05T23:21:18.7553006Z [INFO 2025-06-05 23:21:18,718 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_120, aten.squeeze_copy.dims 2025-06-05T23:21:18.7554248Z [INFO 2025-06-05 23:21:18,718 qnn_preprocess.py:50] Visiting: aten_add_tensor_54, aten.add.Tensor 2025-06-05T23:21:18.7555430Z [INFO 2025-06-05 23:21:18,719 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-06-05T23:21:18.7556897Z [INFO 2025-06-05 23:21:18,720 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_121, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7558882Z [INFO 2025-06-05 23:21:18,720 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_818, aten.permute_copy.default 2025-06-05T23:21:18.7560426Z [INFO 2025-06-05 23:21:18,721 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_122, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7561810Z [INFO 2025-06-05 23:21:18,721 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_819, aten.permute_copy.default 2025-06-05T23:21:18.7563201Z [INFO 2025-06-05 23:21:18,722 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_123, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7564796Z [INFO 2025-06-05 23:21:18,722 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_820, aten.permute_copy.default 2025-06-05T23:21:18.7566139Z [INFO 2025-06-05 23:21:18,723 qnn_preprocess.py:50] Visiting: aten_convolution_default_77, aten.convolution.default 2025-06-05T23:21:18.7567500Z [INFO 2025-06-05 23:21:18,725 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_821, aten.permute_copy.default 2025-06-05T23:21:18.7568994Z [INFO 2025-06-05 23:21:18,725 qnn_preprocess.py:50] Visiting: aten_convolution_default_78, aten.convolution.default 2025-06-05T23:21:18.7570330Z [INFO 2025-06-05 23:21:18,727 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_822, aten.permute_copy.default 2025-06-05T23:21:18.7571686Z [INFO 2025-06-05 23:21:18,728 qnn_preprocess.py:50] Visiting: aten_convolution_default_79, aten.convolution.default 2025-06-05T23:21:18.7573291Z [INFO 2025-06-05 23:21:18,731 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_823, aten.permute_copy.default 2025-06-05T23:21:18.7574614Z [INFO 2025-06-05 23:21:18,732 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_121, aten.squeeze_copy.dims 2025-06-05T23:21:18.7575957Z [INFO 2025-06-05 23:21:18,732 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_122, aten.squeeze_copy.dims 2025-06-05T23:21:18.7577327Z [INFO 2025-06-05 23:21:18,733 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_123, aten.squeeze_copy.dims 2025-06-05T23:21:18.7578597Z [INFO 2025-06-05 23:21:18,733 qnn_preprocess.py:50] Visiting: aten_view_copy_default_198, aten.view_copy.default 2025-06-05T23:21:18.7579855Z [INFO 2025-06-05 23:21:18,733 qnn_preprocess.py:50] Visiting: aten_view_copy_default_199, aten.view_copy.default 2025-06-05T23:21:18.7581263Z [INFO 2025-06-05 23:21:18,734 qnn_preprocess.py:50] Visiting: aten_view_copy_default_200, aten.view_copy.default 2025-06-05T23:21:18.7582531Z [INFO 2025-06-05 23:21:18,734 qnn_preprocess.py:50] Visiting: aten_view_copy_default_201, aten.view_copy.default 2025-06-05T23:21:18.7583797Z [INFO 2025-06-05 23:21:18,734 qnn_preprocess.py:50] Visiting: aten_view_copy_default_202, aten.view_copy.default 2025-06-05T23:21:18.7585197Z [INFO 2025-06-05 23:21:18,734 qnn_preprocess.py:50] Visiting: aten_index_put_default_23, aten.index_put.default 2025-06-05T23:21:18.7586496Z [INFO 2025-06-05 23:21:18,736 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-06-05T23:21:18.7587764Z [INFO 2025-06-05 23:21:18,736 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-06-05T23:21:18.7589157Z [INFO 2025-06-05 23:21:18,736 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-06-05T23:21:18.7590418Z [INFO 2025-06-05 23:21:18,737 qnn_preprocess.py:50] Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-06-05T23:21:18.7591742Z [INFO 2025-06-05 23:21:18,737 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-06-05T23:21:18.7593095Z [INFO 2025-06-05 23:21:18,738 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-06-05T23:21:18.7594668Z [INFO 2025-06-05 23:21:18,738 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-06-05T23:21:18.7596036Z [INFO 2025-06-05 23:21:18,739 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_473, aten.permute_copy.default 2025-06-05T23:21:18.7597423Z [INFO 2025-06-05 23:21:18,739 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_474, aten.permute_copy.default 2025-06-05T23:21:18.7598910Z [INFO 2025-06-05 23:21:18,740 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_475, aten.permute_copy.default 2025-06-05T23:21:18.7600267Z [INFO 2025-06-05 23:21:18,740 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_476, aten.permute_copy.default 2025-06-05T23:21:18.7601630Z [INFO 2025-06-05 23:21:18,741 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_477, aten.permute_copy.default 2025-06-05T23:21:18.7602986Z [INFO 2025-06-05 23:21:18,742 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_478, aten.permute_copy.default 2025-06-05T23:21:18.7604506Z [INFO 2025-06-05 23:21:18,742 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_479, aten.permute_copy.default 2025-06-05T23:21:18.7605872Z [INFO 2025-06-05 23:21:18,743 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_480, aten.permute_copy.default 2025-06-05T23:21:18.7607232Z [INFO 2025-06-05 23:21:18,743 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_481, aten.permute_copy.default 2025-06-05T23:21:18.7608667Z [INFO 2025-06-05 23:21:18,744 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_124, aten.squeeze_copy.dims 2025-06-05T23:21:18.7610077Z [INFO 2025-06-05 23:21:18,744 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_125, aten.squeeze_copy.dims 2025-06-05T23:21:18.7611335Z [INFO 2025-06-05 23:21:18,745 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_126, aten.squeeze_copy.dims 2025-06-05T23:21:18.7612614Z [INFO 2025-06-05 23:21:18,745 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_127, aten.squeeze_copy.dims 2025-06-05T23:21:18.7613877Z [INFO 2025-06-05 23:21:18,745 qnn_preprocess.py:50] Visiting: aten_select_copy_int_552, aten.select_copy.int 2025-06-05T23:21:18.7615168Z [INFO 2025-06-05 23:21:18,746 qnn_preprocess.py:50] Visiting: aten_select_copy_int_554, aten.select_copy.int 2025-06-05T23:21:18.7616401Z [INFO 2025-06-05 23:21:18,746 qnn_preprocess.py:50] Visiting: aten_select_copy_int_556, aten.select_copy.int 2025-06-05T23:21:18.7617618Z [INFO 2025-06-05 23:21:18,746 qnn_preprocess.py:50] Visiting: aten_select_copy_int_558, aten.select_copy.int 2025-06-05T23:21:18.7618836Z [INFO 2025-06-05 23:21:18,747 qnn_preprocess.py:50] Visiting: aten_select_copy_int_560, aten.select_copy.int 2025-06-05T23:21:18.7620056Z [INFO 2025-06-05 23:21:18,747 qnn_preprocess.py:50] Visiting: aten_select_copy_int_562, aten.select_copy.int 2025-06-05T23:21:18.7621263Z [INFO 2025-06-05 23:21:18,748 qnn_preprocess.py:50] Visiting: aten_select_copy_int_564, aten.select_copy.int 2025-06-05T23:21:18.7622639Z [INFO 2025-06-05 23:21:18,748 qnn_preprocess.py:50] Visiting: aten_select_copy_int_566, aten.select_copy.int 2025-06-05T23:21:18.7623850Z [INFO 2025-06-05 23:21:18,748 qnn_preprocess.py:50] Visiting: aten_select_copy_int_568, aten.select_copy.int 2025-06-05T23:21:18.7625277Z [INFO 2025-06-05 23:21:18,749 qnn_preprocess.py:50] Visiting: aten_select_copy_int_570, aten.select_copy.int 2025-06-05T23:21:18.7626648Z [INFO 2025-06-05 23:21:18,749 qnn_preprocess.py:50] Visiting: aten_select_copy_int_572, aten.select_copy.int 2025-06-05T23:21:18.7627853Z [INFO 2025-06-05 23:21:18,749 qnn_preprocess.py:50] Visiting: aten_select_copy_int_574, aten.select_copy.int 2025-06-05T23:21:18.7629031Z [INFO 2025-06-05 23:21:18,750 qnn_preprocess.py:50] Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-06-05T23:21:18.7630281Z [INFO 2025-06-05 23:21:18,750 qnn_preprocess.py:50] Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-06-05T23:21:18.7631403Z [INFO 2025-06-05 23:21:18,751 qnn_preprocess.py:50] Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-06-05T23:21:18.7632525Z [INFO 2025-06-05 23:21:18,751 qnn_preprocess.py:50] Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-06-05T23:21:18.7633831Z [INFO 2025-06-05 23:21:18,752 qnn_preprocess.py:50] Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-06-05T23:21:18.7635027Z [INFO 2025-06-05 23:21:18,752 qnn_preprocess.py:50] Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-06-05T23:21:18.7636140Z [INFO 2025-06-05 23:21:18,752 qnn_preprocess.py:50] Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-06-05T23:21:18.7637395Z [INFO 2025-06-05 23:21:18,753 qnn_preprocess.py:50] Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-06-05T23:21:18.7891934Z [INFO 2025-06-05 23:21:18,753 qnn_preprocess.py:50] Visiting: aten_select_copy_int_553, aten.select_copy.int 2025-06-05T23:21:18.7893183Z [INFO 2025-06-05 23:21:18,754 qnn_preprocess.py:50] Visiting: aten_select_copy_int_555, aten.select_copy.int 2025-06-05T23:21:18.7894745Z [INFO 2025-06-05 23:21:18,754 qnn_preprocess.py:50] Visiting: aten_select_copy_int_557, aten.select_copy.int 2025-06-05T23:21:18.7895978Z [INFO 2025-06-05 23:21:18,755 qnn_preprocess.py:50] Visiting: aten_select_copy_int_559, aten.select_copy.int 2025-06-05T23:21:18.7897212Z [INFO 2025-06-05 23:21:18,755 qnn_preprocess.py:50] Visiting: aten_select_copy_int_561, aten.select_copy.int 2025-06-05T23:21:18.7898446Z [INFO 2025-06-05 23:21:18,755 qnn_preprocess.py:50] Visiting: aten_select_copy_int_563, aten.select_copy.int 2025-06-05T23:21:18.7899661Z [INFO 2025-06-05 23:21:18,756 qnn_preprocess.py:50] Visiting: aten_select_copy_int_565, aten.select_copy.int 2025-06-05T23:21:18.7901029Z [INFO 2025-06-05 23:21:18,756 qnn_preprocess.py:50] Visiting: aten_select_copy_int_567, aten.select_copy.int 2025-06-05T23:21:18.7902240Z [INFO 2025-06-05 23:21:18,757 qnn_preprocess.py:50] Visiting: aten_select_copy_int_569, aten.select_copy.int 2025-06-05T23:21:18.7903470Z [INFO 2025-06-05 23:21:18,757 qnn_preprocess.py:50] Visiting: aten_select_copy_int_571, aten.select_copy.int 2025-06-05T23:21:18.7904708Z [INFO 2025-06-05 23:21:18,757 qnn_preprocess.py:50] Visiting: aten_select_copy_int_573, aten.select_copy.int 2025-06-05T23:21:18.7905988Z [INFO 2025-06-05 23:21:18,758 qnn_preprocess.py:50] Visiting: aten_select_copy_int_575, aten.select_copy.int 2025-06-05T23:21:18.7907157Z [INFO 2025-06-05 23:21:18,758 qnn_preprocess.py:50] Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-06-05T23:21:18.7908245Z [INFO 2025-06-05 23:21:18,759 qnn_preprocess.py:50] Visiting: aten_add_tensor_55, aten.add.Tensor 2025-06-05T23:21:18.7909501Z [INFO 2025-06-05 23:21:18,759 qnn_preprocess.py:50] Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-06-05T23:21:18.7910651Z [INFO 2025-06-05 23:21:18,760 qnn_preprocess.py:50] Visiting: aten_add_tensor_56, aten.add.Tensor 2025-06-05T23:21:18.7911808Z [INFO 2025-06-05 23:21:18,760 qnn_preprocess.py:50] Visiting: aten_cat_default_47, aten.cat.default 2025-06-05T23:21:18.7913097Z [INFO 2025-06-05 23:21:18,762 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_124, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7914637Z [INFO 2025-06-05 23:21:18,762 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_125, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7916157Z [INFO 2025-06-05 23:21:18,762 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_126, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7917592Z [INFO 2025-06-05 23:21:18,763 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_127, aten.unsqueeze_copy.default 2025-06-05T23:21:18.7918929Z [INFO 2025-06-05 23:21:18,763 qnn_preprocess.py:50] Visiting: aten_view_copy_default_208, aten.view_copy.default 2025-06-05T23:21:18.7920135Z [INFO 2025-06-05 23:21:18,763 qnn_preprocess.py:50] Visiting: aten_cat_default_44, aten.cat.default 2025-06-05T23:21:18.7921263Z [INFO 2025-06-05 23:21:18,764 qnn_preprocess.py:50] Visiting: aten_cat_default_45, aten.cat.default 2025-06-05T23:21:18.7922445Z [INFO 2025-06-05 23:21:18,764 qnn_preprocess.py:50] Visiting: aten_view_copy_default_205, aten.view_copy.default 2025-06-05T23:21:18.7923724Z [INFO 2025-06-05 23:21:18,765 qnn_preprocess.py:50] Visiting: aten_view_copy_default_206, aten.view_copy.default 2025-06-05T23:21:18.7925249Z [INFO 2025-06-05 23:21:18,765 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_457, aten.permute_copy.default 2025-06-05T23:21:18.7926667Z [INFO 2025-06-05 23:21:18,765 qnn_preprocess.py:50] Visiting: aten_index_put_default_22, aten.index_put.default 2025-06-05T23:21:18.7927982Z [INFO 2025-06-05 23:21:18,767 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_458, aten.permute_copy.default 2025-06-05T23:21:18.7929321Z [INFO 2025-06-05 23:21:18,767 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_459, aten.permute_copy.default 2025-06-05T23:21:18.7930678Z [INFO 2025-06-05 23:21:18,768 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_460, aten.permute_copy.default 2025-06-05T23:21:18.7932020Z [INFO 2025-06-05 23:21:18,768 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-06-05T23:21:18.7933577Z [INFO 2025-06-05 23:21:18,769 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-06-05T23:21:18.7934939Z [INFO 2025-06-05 23:21:18,769 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-06-05T23:21:18.7936284Z [INFO 2025-06-05 23:21:18,770 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-06-05T23:21:18.7937775Z [INFO 2025-06-05 23:21:18,771 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-06-05T23:21:18.7939109Z [INFO 2025-06-05 23:21:18,771 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-06-05T23:21:18.7940458Z [INFO 2025-06-05 23:21:18,772 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-06-05T23:21:18.7941941Z [INFO 2025-06-05 23:21:18,772 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-06-05T23:21:18.7943289Z [INFO 2025-06-05 23:21:18,773 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-06-05T23:21:18.7944641Z [INFO 2025-06-05 23:21:18,774 qnn_preprocess.py:50] Visiting: aten_select_copy_int_528, aten.select_copy.int 2025-06-05T23:21:18.7945874Z [INFO 2025-06-05 23:21:18,774 qnn_preprocess.py:50] Visiting: aten_select_copy_int_530, aten.select_copy.int 2025-06-05T23:21:18.7947088Z [INFO 2025-06-05 23:21:18,774 qnn_preprocess.py:50] Visiting: aten_select_copy_int_532, aten.select_copy.int 2025-06-05T23:21:18.7948320Z [INFO 2025-06-05 23:21:18,775 qnn_preprocess.py:50] Visiting: aten_select_copy_int_534, aten.select_copy.int 2025-06-05T23:21:18.7949535Z [INFO 2025-06-05 23:21:18,775 qnn_preprocess.py:50] Visiting: aten_select_copy_int_536, aten.select_copy.int 2025-06-05T23:21:18.7950895Z [INFO 2025-06-05 23:21:18,775 qnn_preprocess.py:50] Visiting: aten_select_copy_int_538, aten.select_copy.int 2025-06-05T23:21:18.7952125Z [INFO 2025-06-05 23:21:18,776 qnn_preprocess.py:50] Visiting: aten_select_copy_int_540, aten.select_copy.int 2025-06-05T23:21:18.7953388Z [INFO 2025-06-05 23:21:18,776 qnn_preprocess.py:50] Visiting: aten_select_copy_int_542, aten.select_copy.int 2025-06-05T23:21:18.7954802Z [INFO 2025-06-05 23:21:18,777 qnn_preprocess.py:50] Visiting: aten_select_copy_int_544, aten.select_copy.int 2025-06-05T23:21:18.7956017Z [INFO 2025-06-05 23:21:18,777 qnn_preprocess.py:50] Visiting: aten_select_copy_int_546, aten.select_copy.int 2025-06-05T23:21:18.7957246Z [INFO 2025-06-05 23:21:18,777 qnn_preprocess.py:50] Visiting: aten_select_copy_int_548, aten.select_copy.int 2025-06-05T23:21:18.7958470Z [INFO 2025-06-05 23:21:18,778 qnn_preprocess.py:50] Visiting: aten_select_copy_int_550, aten.select_copy.int 2025-06-05T23:21:18.7959682Z [INFO 2025-06-05 23:21:18,778 qnn_preprocess.py:50] Visiting: aten_select_copy_int_529, aten.select_copy.int 2025-06-05T23:21:18.7961044Z [INFO 2025-06-05 23:21:18,779 qnn_preprocess.py:50] Visiting: aten_select_copy_int_531, aten.select_copy.int 2025-06-05T23:21:18.7962259Z [INFO 2025-06-05 23:21:18,779 qnn_preprocess.py:50] Visiting: aten_select_copy_int_533, aten.select_copy.int 2025-06-05T23:21:18.7963498Z [INFO 2025-06-05 23:21:18,779 qnn_preprocess.py:50] Visiting: aten_select_copy_int_535, aten.select_copy.int 2025-06-05T23:21:18.7964897Z [INFO 2025-06-05 23:21:18,780 qnn_preprocess.py:50] Visiting: aten_select_copy_int_537, aten.select_copy.int 2025-06-05T23:21:18.7966110Z [INFO 2025-06-05 23:21:18,780 qnn_preprocess.py:50] Visiting: aten_select_copy_int_539, aten.select_copy.int 2025-06-05T23:21:18.7967344Z [INFO 2025-06-05 23:21:18,780 qnn_preprocess.py:50] Visiting: aten_select_copy_int_541, aten.select_copy.int 2025-06-05T23:21:18.7968558Z [INFO 2025-06-05 23:21:18,781 qnn_preprocess.py:50] Visiting: aten_select_copy_int_543, aten.select_copy.int 2025-06-05T23:21:18.7969784Z [INFO 2025-06-05 23:21:18,781 qnn_preprocess.py:50] Visiting: aten_select_copy_int_545, aten.select_copy.int 2025-06-05T23:21:18.7971179Z [INFO 2025-06-05 23:21:18,782 qnn_preprocess.py:50] Visiting: aten_select_copy_int_547, aten.select_copy.int 2025-06-05T23:21:18.7972403Z [INFO 2025-06-05 23:21:18,782 qnn_preprocess.py:50] Visiting: aten_select_copy_int_549, aten.select_copy.int 2025-06-05T23:21:18.7973634Z [INFO 2025-06-05 23:21:18,782 qnn_preprocess.py:50] Visiting: aten_select_copy_int_551, aten.select_copy.int 2025-06-05T23:21:18.7974801Z [INFO 2025-06-05 23:21:18,783 qnn_preprocess.py:50] Visiting: aten_cat_default_46, aten.cat.default 2025-06-05T23:21:18.7976004Z [INFO 2025-06-05 23:21:18,784 qnn_preprocess.py:50] Visiting: aten_view_copy_default_207, aten.view_copy.default 2025-06-05T23:21:18.7977336Z [INFO 2025-06-05 23:21:18,784 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_482, aten.permute_copy.default 2025-06-05T23:21:18.7978672Z [INFO 2025-06-05 23:21:18,785 qnn_preprocess.py:50] Visiting: aten_matmul_default_22, aten.matmul.default 2025-06-05T23:21:18.7979899Z [INFO 2025-06-05 23:21:18,785 qnn_preprocess.py:50] Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-06-05T23:21:18.7981593Z [INFO 2025-06-05 23:21:18,786 qnn_preprocess.py:50] Visiting: aten_add_tensor_57, aten.add.Tensor 2025-06-05T23:21:18.7982851Z [INFO 2025-06-05 23:21:18,787 qnn_preprocess.py:50] Visiting: aten__softmax_default_11, aten._softmax.default 2025-06-05T23:21:18.7984151Z [INFO 2025-06-05 23:21:18,787 qnn_preprocess.py:50] Visiting: aten_matmul_default_23, aten.matmul.default 2025-06-05T23:21:18.7985470Z [INFO 2025-06-05 23:21:18,788 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_483, aten.permute_copy.default 2025-06-05T23:21:18.7986862Z [INFO 2025-06-05 23:21:18,788 qnn_preprocess.py:50] Visiting: aten_view_copy_default_215, aten.view_copy.default 2025-06-05T23:21:35.7841709Z [INFO 2025-06-05 23:21:18,788 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_128, aten.unsqueeze_copy.default 2025-06-05T23:21:35.7843419Z [INFO 2025-06-05 23:21:18,789 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_824, aten.permute_copy.default 2025-06-05T23:21:35.7844747Z [INFO 2025-06-05 23:21:18,789 qnn_preprocess.py:50] Visiting: aten_convolution_default_80, aten.convolution.default 2025-06-05T23:21:35.7846382Z [INFO 2025-06-05 23:21:18,792 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_825, aten.permute_copy.default 2025-06-05T23:21:35.7847548Z [INFO 2025-06-05 23:21:18,793 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_128, aten.squeeze_copy.dims 2025-06-05T23:21:35.7848639Z [INFO 2025-06-05 23:21:18,793 qnn_preprocess.py:50] Visiting: aten_add_tensor_58, aten.add.Tensor 2025-06-05T23:21:35.7849814Z [INFO 2025-06-05 23:21:18,794 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-06-05T23:21:35.7850988Z [INFO 2025-06-05 23:21:18,794 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_129, aten.unsqueeze_copy.default 2025-06-05T23:21:35.7852306Z [INFO 2025-06-05 23:21:18,795 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_826, aten.permute_copy.default 2025-06-05T23:21:35.7853749Z [INFO 2025-06-05 23:21:18,795 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_130, aten.unsqueeze_copy.default 2025-06-05T23:21:35.7855010Z [INFO 2025-06-05 23:21:18,796 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_827, aten.permute_copy.default 2025-06-05T23:21:35.7856293Z [INFO 2025-06-05 23:21:18,796 qnn_preprocess.py:50] Visiting: aten_convolution_default_81, aten.convolution.default 2025-06-05T23:21:35.7857597Z [INFO 2025-06-05 23:21:18,804 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_828, aten.permute_copy.default 2025-06-05T23:21:35.7858906Z [INFO 2025-06-05 23:21:18,805 qnn_preprocess.py:50] Visiting: aten_convolution_default_82, aten.convolution.default 2025-06-05T23:21:35.7860217Z [INFO 2025-06-05 23:21:18,811 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_829, aten.permute_copy.default 2025-06-05T23:21:35.7861497Z [INFO 2025-06-05 23:21:18,811 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_129, aten.squeeze_copy.dims 2025-06-05T23:21:35.7862776Z [INFO 2025-06-05 23:21:18,812 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_130, aten.squeeze_copy.dims 2025-06-05T23:21:35.7863957Z [INFO 2025-06-05 23:21:18,812 qnn_preprocess.py:50] Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-06-05T23:21:35.7865193Z [INFO 2025-06-05 23:21:18,812 qnn_preprocess.py:50] Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-06-05T23:21:35.7866205Z [INFO 2025-06-05 23:21:18,813 qnn_preprocess.py:50] Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-06-05T23:21:35.7867313Z [INFO 2025-06-05 23:21:18,813 qnn_preprocess.py:50] Visiting: aten_unsqueeze_copy_default_131, aten.unsqueeze_copy.default 2025-06-05T23:21:35.7868583Z [INFO 2025-06-05 23:21:18,814 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_830, aten.permute_copy.default 2025-06-05T23:21:35.7869884Z [INFO 2025-06-05 23:21:18,814 qnn_preprocess.py:50] Visiting: aten_convolution_default_83, aten.convolution.default 2025-06-05T23:21:35.7871091Z [INFO 2025-06-05 23:21:18,821 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_831, aten.permute_copy.default 2025-06-05T23:21:35.7872395Z [INFO 2025-06-05 23:21:18,822 qnn_preprocess.py:50] Visiting: aten_squeeze_copy_dims_131, aten.squeeze_copy.dims 2025-06-05T23:21:35.7873540Z [INFO 2025-06-05 23:21:18,822 qnn_preprocess.py:50] Visiting: aten_add_tensor_59, aten.add.Tensor 2025-06-05T23:21:35.7874645Z [INFO 2025-06-05 23:21:18,823 qnn_preprocess.py:50] Visiting: aten_select_copy_int_576, aten.select_copy.int 2025-06-05T23:21:35.7875841Z [INFO 2025-06-05 23:21:18,823 qnn_preprocess.py:50] Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-06-05T23:21:35.7877051Z [INFO 2025-06-05 23:21:18,824 qnn_preprocess.py:50] Visiting: aten_view_copy_default_216, aten.view_copy.default 2025-06-05T23:21:35.7878186Z [INFO 2025-06-05 23:21:18,824 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_832, aten.permute_copy.default 2025-06-05T23:21:35.7879545Z [INFO 2025-06-05 23:21:18,825 qnn_preprocess.py:50] Visiting: aten_convolution_default_84, aten.convolution.default 2025-06-05T23:21:35.7880794Z [INFO 2025-06-05 23:21:18,954 qnn_preprocess.py:50] Visiting: aten_permute_copy_default_833, aten.permute_copy.default 2025-06-05T23:21:35.7881971Z [INFO 2025-06-05 23:21:18,956 qnn_preprocess.py:50] Visiting: aten_view_copy_default_217, aten.view_copy.default 2025-06-05T23:21:35.7882813Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:21:35.7883360Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-05T23:21:35.7883912Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-05T23:21:35.7884359Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-05T23:21:35.7884897Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:21:35.7885479Z [INFO 2025-06-05 23:21:35,783 builder.py:485] graph(): 2025-06-05T23:21:35.7886459Z %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:21:35.7887897Z %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:21:35.7888964Z %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:21:35.7890550Z %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:21:35.7892057Z %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:21:35.7893279Z %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:21:35.7894696Z %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:21:35.7896112Z %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:21:35.7897642Z %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:21:35.7899162Z %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:21:35.7900167Z %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:21:35.7901332Z %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:21:35.7902453Z %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:21:35.7903768Z %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:21:35.7905152Z %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:21:35.7906491Z %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:21:35.7907588Z %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:21:35.7909009Z %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:21:35.7909963Z %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:21:35.7911067Z %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:21:35.7912203Z %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:21:35.7913609Z %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:21:35.7914985Z %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:21:35.7916255Z %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:21:35.7917070Z %tokens : [num_users=1] = placeholder[target=tokens] 2025-06-05T23:21:35.7917707Z %attn_options_input_pos : [num_users=1] = placeholder[target=attn_options_input_pos] 2025-06-05T23:21:35.7918520Z %lowered_module_0 : [num_users=1] = get_attr[target=lowered_module_0] 2025-06-05T23:21:35.7918936Z backend_id: QnnBackend 2025-06-05T23:21:35.7919378Z lowered graph(): 2025-06-05T23:21:35.7920036Z %p_tok_embeddings_weight : [num_users=1] = placeholder[target=p_tok_embeddings_weight] 2025-06-05T23:21:35.7920833Z %p_layers_0_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_0_attention_norm_weight] 2025-06-05T23:21:35.7922230Z %p_layers_0_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wq_conv_weight] 2025-06-05T23:21:35.7923754Z %p_layers_0_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wk_conv_weight] 2025-06-05T23:21:35.7925195Z %p_layers_0_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wv_conv_weight] 2025-06-05T23:21:35.7926592Z %p_layers_0_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wo_conv_weight] 2025-06-05T23:21:35.7927877Z %p_layers_0_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_0_ffn_norm_weight] 2025-06-05T23:21:35.7929115Z %p_layers_0_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_0_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7929990Z %p_layers_0_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_0_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7930795Z %p_layers_0_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_0_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7931565Z %p_layers_1_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_1_attention_norm_weight] 2025-06-05T23:21:35.7932301Z %p_layers_1_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wq_conv_weight] 2025-06-05T23:21:35.7933061Z %p_layers_1_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wk_conv_weight] 2025-06-05T23:21:35.7933820Z %p_layers_1_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wv_conv_weight] 2025-06-05T23:21:35.7934564Z %p_layers_1_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wo_conv_weight] 2025-06-05T23:21:35.7935266Z %p_layers_1_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_1_ffn_norm_weight] 2025-06-05T23:21:35.7936020Z %p_layers_1_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_1_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7936825Z %p_layers_1_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_1_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7937627Z %p_layers_1_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_1_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7938382Z %p_layers_2_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_2_attention_norm_weight] 2025-06-05T23:21:35.7939132Z %p_layers_2_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wq_conv_weight] 2025-06-05T23:21:35.7939889Z %p_layers_2_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wk_conv_weight] 2025-06-05T23:21:35.7940658Z %p_layers_2_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wv_conv_weight] 2025-06-05T23:21:35.7941450Z %p_layers_2_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wo_conv_weight] 2025-06-05T23:21:35.7942140Z %p_layers_2_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_2_ffn_norm_weight] 2025-06-05T23:21:35.7942858Z %p_layers_2_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_2_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7943646Z %p_layers_2_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_2_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7944446Z %p_layers_2_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_2_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7945211Z %p_layers_3_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_3_attention_norm_weight] 2025-06-05T23:21:35.7945950Z %p_layers_3_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wq_conv_weight] 2025-06-05T23:21:35.7946719Z %p_layers_3_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wk_conv_weight] 2025-06-05T23:21:35.7947494Z %p_layers_3_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wv_conv_weight] 2025-06-05T23:21:35.7948251Z %p_layers_3_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wo_conv_weight] 2025-06-05T23:21:35.7948946Z %p_layers_3_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_3_ffn_norm_weight] 2025-06-05T23:21:35.7949649Z %p_layers_3_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_3_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7950446Z %p_layers_3_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_3_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7951297Z %p_layers_3_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_3_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7952049Z %p_layers_4_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_4_attention_norm_weight] 2025-06-05T23:21:35.7952796Z %p_layers_4_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wq_conv_weight] 2025-06-05T23:21:35.7953631Z %p_layers_4_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wk_conv_weight] 2025-06-05T23:21:35.7954387Z %p_layers_4_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wv_conv_weight] 2025-06-05T23:21:35.7955142Z %p_layers_4_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wo_conv_weight] 2025-06-05T23:21:35.7955824Z %p_layers_4_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_4_ffn_norm_weight] 2025-06-05T23:21:35.7956541Z %p_layers_4_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_4_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7957357Z %p_layers_4_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_4_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7958156Z %p_layers_4_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_4_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7958923Z %p_layers_5_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_5_attention_norm_weight] 2025-06-05T23:21:35.7959658Z %p_layers_5_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wq_conv_weight] 2025-06-05T23:21:35.7960418Z %p_layers_5_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wk_conv_weight] 2025-06-05T23:21:35.7961167Z %p_layers_5_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wv_conv_weight] 2025-06-05T23:21:35.7961929Z %p_layers_5_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wo_conv_weight] 2025-06-05T23:21:35.7962651Z %p_layers_5_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_5_ffn_norm_weight] 2025-06-05T23:21:35.7963358Z %p_layers_5_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_5_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7964155Z %p_layers_5_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_5_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7964940Z %p_layers_5_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_5_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7965707Z %p_layers_6_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_6_attention_norm_weight] 2025-06-05T23:21:35.7966449Z %p_layers_6_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wq_conv_weight] 2025-06-05T23:21:35.7967195Z %p_layers_6_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wk_conv_weight] 2025-06-05T23:21:35.7967954Z %p_layers_6_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wv_conv_weight] 2025-06-05T23:21:35.7968726Z %p_layers_6_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wo_conv_weight] 2025-06-05T23:21:35.7969420Z %p_layers_6_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_6_ffn_norm_weight] 2025-06-05T23:21:35.7970140Z %p_layers_6_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_6_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7970924Z %p_layers_6_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_6_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7971721Z %p_layers_6_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_6_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7972513Z %p_layers_7_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_7_attention_norm_weight] 2025-06-05T23:21:35.7973249Z %p_layers_7_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wq_conv_weight] 2025-06-05T23:21:35.7974009Z %p_layers_7_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wk_conv_weight] 2025-06-05T23:21:35.7974758Z %p_layers_7_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wv_conv_weight] 2025-06-05T23:21:35.7975514Z %p_layers_7_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wo_conv_weight] 2025-06-05T23:21:35.7976206Z %p_layers_7_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_7_ffn_norm_weight] 2025-06-05T23:21:35.7976912Z %p_layers_7_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_7_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7977710Z %p_layers_7_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_7_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7978523Z %p_layers_7_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_7_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7979284Z %p_layers_8_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_8_attention_norm_weight] 2025-06-05T23:21:35.7980030Z %p_layers_8_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wq_conv_weight] 2025-06-05T23:21:35.7980778Z %p_layers_8_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wk_conv_weight] 2025-06-05T23:21:35.7981534Z %p_layers_8_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wv_conv_weight] 2025-06-05T23:21:35.7982281Z %p_layers_8_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wo_conv_weight] 2025-06-05T23:21:35.7982978Z %p_layers_8_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_8_ffn_norm_weight] 2025-06-05T23:21:35.7983697Z %p_layers_8_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_8_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7984514Z %p_layers_8_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_8_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7985309Z %p_layers_8_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_8_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7986058Z %p_layers_9_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_9_attention_norm_weight] 2025-06-05T23:21:35.7986800Z %p_layers_9_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wq_conv_weight] 2025-06-05T23:21:35.7987559Z %p_layers_9_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wk_conv_weight] 2025-06-05T23:21:35.7988304Z %p_layers_9_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wv_conv_weight] 2025-06-05T23:21:35.7989062Z %p_layers_9_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wo_conv_weight] 2025-06-05T23:21:35.7989745Z %p_layers_9_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_9_ffn_norm_weight] 2025-06-05T23:21:35.7990487Z %p_layers_9_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_9_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7991285Z %p_layers_9_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_9_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7992067Z %p_layers_9_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_9_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7992832Z %p_layers_10_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_10_attention_norm_weight] 2025-06-05T23:21:35.7993686Z %p_layers_10_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wq_conv_weight] 2025-06-05T23:21:35.7994447Z %p_layers_10_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wk_conv_weight] 2025-06-05T23:21:35.7995221Z %p_layers_10_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wv_conv_weight] 2025-06-05T23:21:35.7995976Z %p_layers_10_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wo_conv_weight] 2025-06-05T23:21:35.7996687Z %p_layers_10_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_10_ffn_norm_weight] 2025-06-05T23:21:35.7997419Z %p_layers_10_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_10_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.7998223Z %p_layers_10_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_10_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.7999034Z %p_layers_10_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_10_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.7999829Z %p_layers_11_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_11_attention_norm_weight] 2025-06-05T23:21:35.8000588Z %p_layers_11_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wq_conv_weight] 2025-06-05T23:21:35.8001358Z %p_layers_11_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wk_conv_weight] 2025-06-05T23:21:35.8002114Z %p_layers_11_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wv_conv_weight] 2025-06-05T23:21:35.8002877Z %p_layers_11_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wo_conv_weight] 2025-06-05T23:21:35.8003570Z %p_layers_11_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_11_ffn_norm_weight] 2025-06-05T23:21:35.8004306Z %p_layers_11_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_11_feed_forward_w1_conv_weight] 2025-06-05T23:21:35.8005143Z %p_layers_11_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_11_feed_forward_w3_conv_weight] 2025-06-05T23:21:35.8005938Z %p_layers_11_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_11_feed_forward_w2_conv_weight] 2025-06-05T23:21:35.8006588Z %p_norm_weight : [num_users=1] = placeholder[target=p_norm_weight] 2025-06-05T23:21:35.8007100Z %p_output_conv_weight : [num_users=1] = placeholder[target=p_output_conv_weight] 2025-06-05T23:21:35.8007700Z %b_layers_0_attention_mask : [num_users=1] = placeholder[target=b_layers_0_attention_mask] 2025-06-05T23:21:35.8008331Z %b_layers_1_attention_mask : [num_users=1] = placeholder[target=b_layers_1_attention_mask] 2025-06-05T23:21:35.8009183Z %b_layers_2_attention_mask : [num_users=1] = placeholder[target=b_layers_2_attention_mask] 2025-06-05T23:21:35.8009814Z %b_layers_3_attention_mask : [num_users=1] = placeholder[target=b_layers_3_attention_mask] 2025-06-05T23:21:35.8010426Z %b_layers_4_attention_mask : [num_users=1] = placeholder[target=b_layers_4_attention_mask] 2025-06-05T23:21:35.8011051Z %b_layers_5_attention_mask : [num_users=1] = placeholder[target=b_layers_5_attention_mask] 2025-06-05T23:21:35.8011742Z %b_layers_6_attention_mask : [num_users=1] = placeholder[target=b_layers_6_attention_mask] 2025-06-05T23:21:35.8012350Z %b_layers_7_attention_mask : [num_users=1] = placeholder[target=b_layers_7_attention_mask] 2025-06-05T23:21:35.8012972Z %b_layers_8_attention_mask : [num_users=1] = placeholder[target=b_layers_8_attention_mask] 2025-06-05T23:21:35.8013579Z %b_layers_9_attention_mask : [num_users=1] = placeholder[target=b_layers_9_attention_mask] 2025-06-05T23:21:35.8014215Z %b_layers_10_attention_mask : [num_users=1] = placeholder[target=b_layers_10_attention_mask] 2025-06-05T23:21:35.8014895Z %b_layers_11_attention_mask : [num_users=1] = placeholder[target=b_layers_11_attention_mask] 2025-06-05T23:21:35.8015465Z %b_rope_freqs_cos : [num_users=1] = placeholder[target=b_rope_freqs_cos] 2025-06-05T23:21:35.8016034Z %b_rope_freqs_sin : [num_users=1] = placeholder[target=b_rope_freqs_sin] 2025-06-05T23:21:35.8016594Z %_lifted_tensor_constant38 : [num_users=1] = placeholder[target=_lifted_tensor_constant38] 2025-06-05T23:21:35.8017233Z %_lifted_tensor_constant39 : [num_users=1] = placeholder[target=_lifted_tensor_constant39] 2025-06-05T23:21:35.8017853Z %_lifted_tensor_constant40 : [num_users=1] = placeholder[target=_lifted_tensor_constant40] 2025-06-05T23:21:35.8018485Z %_lifted_tensor_constant41 : [num_users=1] = placeholder[target=_lifted_tensor_constant41] 2025-06-05T23:21:35.8019114Z %_lifted_tensor_constant42 : [num_users=1] = placeholder[target=_lifted_tensor_constant42] 2025-06-05T23:21:35.8019805Z %_lifted_tensor_constant43 : [num_users=1] = placeholder[target=_lifted_tensor_constant43] 2025-06-05T23:21:35.8020545Z %_lifted_tensor_constant44 : [num_users=1] = placeholder[target=_lifted_tensor_constant44] 2025-06-05T23:21:35.8021163Z %_lifted_tensor_constant45 : [num_users=1] = placeholder[target=_lifted_tensor_constant45] 2025-06-05T23:21:35.8021791Z %_lifted_tensor_constant46 : [num_users=1] = placeholder[target=_lifted_tensor_constant46] 2025-06-05T23:21:35.8022418Z %_lifted_tensor_constant47 : [num_users=1] = placeholder[target=_lifted_tensor_constant47] 2025-06-05T23:21:35.8023029Z %_lifted_tensor_constant48 : [num_users=1] = placeholder[target=_lifted_tensor_constant48] 2025-06-05T23:21:35.8023659Z %_lifted_tensor_constant49 : [num_users=1] = placeholder[target=_lifted_tensor_constant49] 2025-06-05T23:21:35.8024162Z %tokens : [num_users=1] = placeholder[target=tokens] 2025-06-05T23:21:35.8024653Z %attn_options_input_pos : [num_users=1] = placeholder[target=attn_options_input_pos] 2025-06-05T23:21:35.8025388Z %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:21:35.8026291Z %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:21:35.8027165Z %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:21:35.8028018Z %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:21:35.8028885Z %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:21:35.8029752Z %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:21:35.8030608Z %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:21:35.8031477Z %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:21:35.8032389Z %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:21:35.8033314Z %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:21:35.8034190Z %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:21:35.8035045Z %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:21:35.8035909Z %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:21:35.8036811Z %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:21:35.8037665Z %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:21:35.8038536Z %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:21:35.8039388Z %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:21:35.8040252Z %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:21:35.8041117Z %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:21:35.8041972Z %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:21:35.8042875Z %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:21:35.8043755Z %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:21:35.8044621Z %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:21:35.8045499Z %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:21:35.8046540Z %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:21:35.8047810Z %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:21:35.8049213Z %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:21:35.8050557Z %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:21:35.8051839Z %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:21:35.8053161Z %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:21:35.8054506Z %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:21:35.8055888Z %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:21:35.8057245Z %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:21:35.8058583Z %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:21:35.8059959Z %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:21:35.8061309Z %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:21:35.8062646Z %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:21:35.8063996Z %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:21:35.8065346Z %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:21:35.8066714Z %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:21:35.8068077Z %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:21:35.8069564Z %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:21:35.8071111Z %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:21:35.8072376Z %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:21:35.8073761Z %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:21:35.8075035Z %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:21:35.8076294Z %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:21:35.8077563Z %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:21:35.8078844Z %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:21:35.8080139Z %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:21:35.8081415Z %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:21:35.8082694Z %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:21:35.8083987Z %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:21:35.8085272Z %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:21:35.8086550Z %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:21:35.8087823Z %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:21:35.8089104Z %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:21:35.8090413Z %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:21:35.8092142Z %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:21:35.8093543Z %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:21:35.8094834Z %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:21:35.8096109Z %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:21:35.8097404Z %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:21:35.8098739Z %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:21:35.8100016Z %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:21:35.8101307Z %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:21:35.8102623Z %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:21:35.8103971Z %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:21:35.8105348Z %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:21:35.8106709Z %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:21:35.8108119Z %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:21:35.8109918Z %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:21:35.8111657Z %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:21:35.8113561Z %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:21:35.8115410Z %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:21:35.8117103Z %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:21:35.8118484Z %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:21:35.8119883Z %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:21:35.8121234Z %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:21:35.8122778Z %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:21:35.8124158Z %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:21:35.8125459Z %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:21:35.8126756Z %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:21:35.8128074Z %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:21:35.8129409Z %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:21:35.8130765Z %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:21:35.8132316Z %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:21:35.8133844Z %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:21:35.8135156Z %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:21:35.8136444Z %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:21:35.8137727Z %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:21:35.8139041Z %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:21:35.8140409Z %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:21:35.8141809Z %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:21:35.8143173Z %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:21:35.8144543Z %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:21:35.8145910Z %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:21:35.8147270Z %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:21:35.8148665Z %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:21:35.8150034Z %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:21:35.8151394Z %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:21:35.8152763Z %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:21:35.8154220Z %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:21:35.8155558Z %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:21:35.8156816Z %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:21:35.8158078Z %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:21:35.8159356Z %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:21:35.8160617Z %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:21:35.8161875Z %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:21:35.8163119Z %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:21:35.8164372Z %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:21:35.8165650Z %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:21:35.8166896Z %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:21:35.8168146Z %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:21:35.8169400Z %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:21:35.8170639Z %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:21:35.8171894Z %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:21:35.8173177Z %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:21:35.8174421Z %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:21:35.8175702Z %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:21:35.8177005Z %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:21:35.8178294Z %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:21:35.8179624Z %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:21:35.8180922Z %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:21:35.8182206Z %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:21:35.8183538Z %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:21:35.8184829Z %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:21:35.8186091Z %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:21:35.8187310Z %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:21:35.8188517Z %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:21:35.8189766Z %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:21:35.8190988Z %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:21:35.8192194Z %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:21:35.8193494Z %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:21:35.8194719Z %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:21:35.8195934Z %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:21:35.8197186Z %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:21:35.8198410Z %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:21:35.8199624Z %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:21:35.8200840Z %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:21:35.8202041Z %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:21:35.8203261Z %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:21:35.8204462Z %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:21:35.8206500Z %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:21:35.8208854Z %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:21:35.8210160Z %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:21:35.8211458Z %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:21:35.8212753Z %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:21:35.8214128Z %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:21:35.8215506Z %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:21:35.8216924Z %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:21:35.8218282Z %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:21:35.8219654Z %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:21:35.8220973Z %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:21:35.8222588Z %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:21:35.8224267Z %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:21:35.8225616Z %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:21:35.8226972Z %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:21:35.8228367Z %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:21:35.8229717Z %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:21:35.8231074Z %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:21:35.8232468Z %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:21:35.8233882Z %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:21:35.8235248Z %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:21:35.8236608Z %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:21:35.8237954Z %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:21:35.8239386Z %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:21:35.8240694Z %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:21:35.8241982Z %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:21:35.8243331Z %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:21:35.8244688Z %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:21:35.8259361Z %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:21:35.8260951Z %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:21:35.8262207Z %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:21:35.8263465Z %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:21:35.8264725Z %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:21:35.8265969Z %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:21:35.8267256Z %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:21:35.8268512Z %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:21:35.8269736Z %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:21:35.8270987Z %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:21:35.8272209Z %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:21:35.8273509Z %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:21:35.8274730Z %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:21:35.8275952Z %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:21:35.8277201Z %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:21:35.8278431Z %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:21:35.8279641Z %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:21:35.8280862Z %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:21:35.8282096Z %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:21:35.8283317Z %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:21:35.8285403Z %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:21:35.8287486Z %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:21:35.8288824Z %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:21:35.8290226Z %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:21:35.8291617Z %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:21:35.8292876Z %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:21:35.8294103Z %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:21:35.8295442Z %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:21:35.8296812Z %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:21:35.8298139Z %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:21:35.8299490Z %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:21:35.8300879Z %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:21:35.8302531Z %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:21:35.8304162Z %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:21:35.8305508Z %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:21:35.8306798Z %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:21:35.8308203Z %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:21:35.8309860Z %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:21:35.8311204Z %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:21:35.8312589Z %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:21:35.8314060Z %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:21:35.8315872Z %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:21:35.8317747Z %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:21:35.8319382Z %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:21:35.8320812Z %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:21:35.8322165Z %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:21:35.8323465Z %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:21:35.8324913Z %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:21:35.8326671Z %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:21:35.8328025Z %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:21:35.8329326Z %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:21:35.8330850Z %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:21:35.8332507Z %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:21:35.8334141Z %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:21:35.8335544Z %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:21:35.8336823Z %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:21:35.8338222Z %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:21:35.8339680Z %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:21:35.8341216Z %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:21:35.8342993Z %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:21:35.8344391Z %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:21:35.8345814Z %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:21:35.8347251Z %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:21:35.8348896Z %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:21:35.8350742Z %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:21:35.8353015Z %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:21:35.8354827Z %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:21:35.8356226Z %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:21:35.8357619Z %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:21:35.8358956Z %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:21:35.8360262Z %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:21:35.8361592Z %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:21:35.8362957Z %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:21:35.8364652Z %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:21:35.8366049Z %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:21:35.8367379Z %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:21:35.8368760Z %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:21:35.8370321Z %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:21:35.8371838Z %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:21:35.8373308Z %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:21:35.8374933Z %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:21:35.8376207Z %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:21:35.8377536Z %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:21:35.8378916Z %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:21:35.8380313Z %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:21:35.8381692Z %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:21:35.8383197Z %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:21:35.8384842Z %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:21:35.8386219Z %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:21:35.8387626Z %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:21:35.8388984Z %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:21:35.8390353Z %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:21:35.8391732Z %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:21:35.8393094Z %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:21:35.8394913Z %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:21:35.8396363Z %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:21:35.8397626Z %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:21:35.8398935Z %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:21:35.8400208Z %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:21:35.8401452Z %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:21:35.8402714Z %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:21:35.8403970Z %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:21:35.8405345Z %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:21:35.8406678Z %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:21:35.8407934Z %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:21:35.8409337Z %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:21:35.8410604Z %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:21:35.8411851Z %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:21:35.8413181Z %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:21:35.8414433Z %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:21:35.8415707Z %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:21:35.8417023Z %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:21:35.8418334Z %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:21:35.8419666Z %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:21:35.8420973Z %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:21:35.8422280Z %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:21:35.8423617Z %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:21:35.8424927Z %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:21:35.8426192Z %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:21:35.8427513Z %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:21:35.8428750Z %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:21:35.8430035Z %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:21:35.8431249Z %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:21:35.8432470Z %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:21:35.8433787Z %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:21:35.8434998Z %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:21:35.8436226Z %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:21:35.8437484Z %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:21:35.8438693Z %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:21:35.8439919Z %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:21:35.8441142Z %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:21:35.8442345Z %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:21:35.8443584Z %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:21:35.8444794Z %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:21:35.8446831Z %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:21:35.8448957Z %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:21:35.8450267Z %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:21:35.8451563Z %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:21:35.8452879Z %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:21:35.8454208Z %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:21:35.8455578Z %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:21:35.8457016Z %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:21:35.8458374Z %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:21:35.8459650Z %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:21:35.8461010Z %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:21:35.8462577Z %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:21:35.8464138Z %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:21:35.8465505Z %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:21:35.8466865Z %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:21:35.8468250Z %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:21:35.8469616Z %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:21:35.8470962Z %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:21:35.8472346Z %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:21:35.8473764Z %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:21:35.8475115Z %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:21:35.8476475Z %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:21:35.8477847Z %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:21:35.8479231Z %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:21:35.8480549Z %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:21:35.8481803Z %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:21:35.8483046Z %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:21:35.8484299Z %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:21:35.8485572Z %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:21:35.8486812Z %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:21:35.8488058Z %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:21:35.8489301Z %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:21:35.8490541Z %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:21:35.8491808Z %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:21:35.8493055Z %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:21:35.8494286Z %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:21:35.8495512Z %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:21:35.8496765Z %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:21:35.8497974Z %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:21:35.8499188Z %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:21:35.8500400Z %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:21:35.8501604Z %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:21:35.8502853Z %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:21:35.8504067Z %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:21:35.8505269Z %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:21:35.8506483Z %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:21:35.8507710Z %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:21:35.8509127Z %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:21:35.8511186Z %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:21:35.8513314Z %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:21:35.8514642Z %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:21:35.8516120Z %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:21:35.8517487Z %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:21:35.8518822Z %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:21:35.8520101Z %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:21:35.8521418Z %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:21:35.8522777Z %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:21:35.8524113Z %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:21:35.8525463Z %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:21:35.8526884Z %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:21:35.8528525Z %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:21:35.8530382Z %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:21:35.8531720Z %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:21:35.8532998Z %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:21:35.8534433Z %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:21:35.8535843Z %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:21:35.8537191Z %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:21:35.8538579Z %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:21:35.8539990Z %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:21:35.8541683Z %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:21:35.8543540Z %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:21:35.8545188Z %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:21:35.8546572Z %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:21:35.8547912Z %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:21:35.8549203Z %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:21:35.8550457Z %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:21:35.8551754Z %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:21:35.8553018Z %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:21:35.8554360Z %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:21:35.8555726Z %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:21:35.8557378Z %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:21:35.8559027Z %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:21:35.8560377Z %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:21:35.8561645Z %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:21:35.8563030Z %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:21:35.8564479Z %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:21:35.8565853Z %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:21:35.8567186Z %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:21:35.8568566Z %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:21:35.8570002Z %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:21:35.8571407Z %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:21:35.8573035Z %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:21:35.8574877Z %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:21:35.8576734Z %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:21:35.8578345Z %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:21:35.8579738Z %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:21:35.8581115Z %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:21:35.8582463Z %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:21:35.8583788Z %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:21:35.8585067Z %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:21:35.8586372Z %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:21:35.8587694Z %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:21:35.8589005Z %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:21:35.8590434Z %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:21:35.8591778Z %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:21:35.8593381Z %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:21:35.8594943Z %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:21:35.8596231Z %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:21:35.8597510Z %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:21:35.8598802Z %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:21:35.8600138Z %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:21:35.8601541Z %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:21:35.8602922Z %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:21:35.8604298Z %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:21:35.8605661Z %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:21:35.8607038Z %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:21:35.8608438Z %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:21:35.8610291Z %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:21:35.8611671Z %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:21:35.8613050Z %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:21:35.8614418Z %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:21:35.8615857Z %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:21:35.8617179Z %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:21:35.8618433Z %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:21:35.8619754Z %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:21:35.8621024Z %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:21:35.8622284Z %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:21:35.8623547Z %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:21:35.8624808Z %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:21:35.8626099Z %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:21:35.8627365Z %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:21:35.8628629Z %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:21:35.8629883Z %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:21:35.8631141Z %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:21:35.8632531Z %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:21:35.8633897Z %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:21:35.8635168Z %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:21:35.8636441Z %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:21:35.8637719Z %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:21:35.8639036Z %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:21:35.8640367Z %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:21:35.8641661Z %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:21:35.8642969Z %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:21:35.8644298Z %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:21:35.8645597Z %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:21:35.8646897Z %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:21:35.8648167Z %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:21:35.8649395Z %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:21:35.8650650Z %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:21:35.8651886Z %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:21:35.8653110Z %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:21:35.8654347Z %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:21:35.8655578Z %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:21:35.8656830Z %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:21:35.8658067Z %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:21:35.8659302Z %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:21:35.8660525Z %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:21:35.8661767Z %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:21:35.8662998Z %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:21:35.8664221Z %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:21:35.8665424Z %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:21:35.8666631Z %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:21:35.8668758Z %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:21:35.8670908Z %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:21:35.8672214Z %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:21:35.8673571Z %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:21:35.8674907Z %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:21:35.8676215Z %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:21:35.8677569Z %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:21:35.8679012Z %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:21:35.8680373Z %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:21:35.8681681Z %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:21:35.8683007Z %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:21:35.8684575Z %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:21:35.8686137Z %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:21:35.8687531Z %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:21:35.8688902Z %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:21:35.8690259Z %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:21:35.8691620Z %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:21:35.8693015Z %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:21:35.8694371Z %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:21:35.8695740Z %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:21:35.8697106Z %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:21:35.8698491Z %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:21:35.8699857Z %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:21:35.8701231Z %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:21:35.8702539Z %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:21:35.8703785Z %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:21:35.8705055Z %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:21:35.8706338Z %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:21:35.8707596Z %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:21:35.8709032Z %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:21:35.8710381Z %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:21:35.8711650Z %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:21:35.8712974Z %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:21:35.8714287Z %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:21:35.8715545Z %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:21:35.8716850Z %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:21:35.8718086Z %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:21:35.8719310Z %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:21:35.8720686Z %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:21:35.8721930Z %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:21:35.8723302Z %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:21:35.8724548Z %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:21:35.8725780Z %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:21:35.8727030Z %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:21:35.8728277Z %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:21:35.8729513Z %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:21:35.8730797Z %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:21:35.8732045Z %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:21:35.8734393Z %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:21:35.8736561Z %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:21:35.8737958Z %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:21:35.8739377Z %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:21:35.8740759Z %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:21:35.8742056Z %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:21:35.8743294Z %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:21:35.8744623Z %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:21:35.8745998Z %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:21:35.8747340Z %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:21:35.8748717Z %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:21:35.8750118Z %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:21:35.8751759Z %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:21:35.8753461Z %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:21:35.8754823Z %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:21:35.8756123Z %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:21:35.8757504Z %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:21:35.8758936Z %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:21:35.8760276Z %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:21:35.8761688Z %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:21:35.8763116Z %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:21:35.8764758Z %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:21:35.8766664Z %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:21:35.8768303Z %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:21:35.8769706Z %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:21:35.8771051Z %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:21:35.8772356Z %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:21:35.8773668Z %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:21:35.8774933Z %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:21:35.8776210Z %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:21:35.8777501Z %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:21:35.8778873Z %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:21:35.8780554Z %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:21:35.8782196Z %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:21:35.8783539Z %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:21:35.8784819Z %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:21:35.8786254Z %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:21:35.8787699Z %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:21:35.8789048Z %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:21:35.8790396Z %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:21:35.8791804Z %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:21:35.8793329Z %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:21:35.8794761Z %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:21:35.8796401Z %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:21:35.8798298Z %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:21:35.8800161Z %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:21:35.8801783Z %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:21:35.8803195Z %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:21:35.8804603Z %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:21:35.8805980Z %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:21:35.8807262Z %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:21:35.8808551Z %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:21:35.8810018Z %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:21:35.8811402Z %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:21:35.8812722Z %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:21:35.8814047Z %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:21:35.8815388Z %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:21:35.8816984Z %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:21:35.8818511Z %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:21:35.8819789Z %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:21:35.8821077Z %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:21:35.8822392Z %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:21:35.8823715Z %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:21:35.8825091Z %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:21:35.8826467Z %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:21:35.8827825Z %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:21:35.8829231Z %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:21:35.8830611Z %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:21:35.8831968Z %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:21:35.8833397Z %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:21:35.8834771Z %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:21:35.8836295Z %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:21:35.8837674Z %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:21:35.8839049Z %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:21:35.8840390Z %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:21:35.8841662Z %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:21:35.8842934Z %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:21:35.8844189Z %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:21:35.8845456Z %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:21:35.8846736Z %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:21:35.8848001Z %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:21:35.8849257Z %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:21:35.8850506Z %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:21:35.8851855Z %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:21:35.8853123Z %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:21:35.8854416Z %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:21:35.8855675Z %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:21:35.8856942Z %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:21:35.8858193Z %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:21:35.8859467Z %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:21:35.8860782Z %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:21:35.8862220Z %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:21:35.8863543Z %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:21:35.8864895Z %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:21:35.8866199Z %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:21:35.8867512Z %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:21:35.8868824Z %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:21:35.8870116Z %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:21:35.8871426Z %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:21:35.8872742Z %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:21:35.8874025Z %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:21:35.8875260Z %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:21:35.8876493Z %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:21:35.8877720Z %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:21:35.8878993Z %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:21:35.8880222Z %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:21:35.8881444Z %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:21:35.8882675Z %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:21:35.8884045Z %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:21:35.8885314Z %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:21:35.8886541Z %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:21:35.8887746Z %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:21:35.8888966Z %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:21:35.8890167Z %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:21:35.8892271Z %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:21:35.8894405Z %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:21:35.8895732Z %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:21:35.8897039Z %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:21:35.8898333Z %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:21:35.8899631Z %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:21:35.8900997Z %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:21:35.8902448Z %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:21:35.8903809Z %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:21:35.8905092Z %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:21:35.8906416Z %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:21:35.8907994Z %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:21:35.8909793Z %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:21:35.8911159Z %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:21:35.8912541Z %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:21:35.8914013Z %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:21:35.8915377Z %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:21:35.8916750Z %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:21:35.8918124Z %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:21:35.8919488Z %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:21:35.8920901Z %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:21:35.8922276Z %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:21:35.8923639Z %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:21:35.8925012Z %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:21:35.8926407Z %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:21:35.8927770Z %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:21:35.8929038Z %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:21:35.8930303Z %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:21:35.8931560Z %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:21:35.8932828Z %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:21:35.8934127Z %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:21:35.8935380Z %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:21:35.8936646Z %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:21:35.8938179Z %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:21:35.8939444Z %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:21:35.8940708Z %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:21:35.8941963Z %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:21:35.8943185Z %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:21:35.8944464Z %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:21:35.8945698Z %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:21:35.8946917Z %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:21:35.8948153Z %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:21:35.8949389Z %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:21:35.8950617Z %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:21:35.8951879Z %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:21:35.8953109Z %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:21:35.8954399Z %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:21:35.8955632Z %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:21:35.8957804Z %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:21:35.8959935Z %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:21:35.8961281Z %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:21:35.8962729Z %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:21:35.8964091Z %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:21:35.8965341Z %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:21:35.8966579Z %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:21:35.8967891Z %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:21:35.8969286Z %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:21:35.8970643Z %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:21:35.8971985Z %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:21:35.8973379Z %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:21:35.8975023Z %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:21:35.8976687Z %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:21:35.8978035Z %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:21:35.8979311Z %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:21:35.8980694Z %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:21:35.8982115Z %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:21:35.8983485Z %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:21:35.8984871Z %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:21:35.8986297Z %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:21:35.8987985Z %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:21:35.8989871Z %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:21:35.8991497Z %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:21:35.8992907Z %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:21:35.8994356Z %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:21:35.8995652Z %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:21:35.8996930Z %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:21:35.8998203Z %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:21:35.8999471Z %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:21:35.9000803Z %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:21:35.9002192Z %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:21:35.9003836Z %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:21:35.9005481Z %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:21:35.9006849Z %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:21:35.9008142Z %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:21:35.9009722Z %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:21:35.9011192Z %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:21:35.9012600Z %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:21:35.9013949Z %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:21:35.9015339Z %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:21:35.9016759Z %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:21:35.9018193Z %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:21:35.9020118Z %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:21:35.9021965Z %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:21:35.9023817Z %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:21:35.9025448Z %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:21:35.9026901Z %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:21:35.9028295Z %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:21:35.9029648Z %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:21:35.9030950Z %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:21:35.9032241Z %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:21:35.9033687Z %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:21:35.9035023Z %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:21:35.9036341Z %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:21:35.9037715Z %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:21:35.9039133Z %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:21:35.9040745Z %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:21:35.9042279Z %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:21:35.9043613Z %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:21:35.9044899Z %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:21:35.9046190Z %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:21:35.9047530Z %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:21:35.9048903Z %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:21:35.9050289Z %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:21:35.9051715Z %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:21:35.9053085Z %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:21:35.9054460Z %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:21:35.9055846Z %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:21:35.9057243Z %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:21:35.9058630Z %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:21:35.9060018Z %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:21:35.9061386Z %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:21:35.9062933Z %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:21:35.9064269Z %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:21:35.9065533Z %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:21:35.9066807Z %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:21:35.9068078Z %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:21:35.9069371Z %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:21:35.9070642Z %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:21:35.9071915Z %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:21:35.9073255Z %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:21:35.9074539Z %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:21:35.9075844Z %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:21:35.9077100Z %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:21:35.9078378Z %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:21:35.9079650Z %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:21:35.9080910Z %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:21:35.9082207Z %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:21:35.9083465Z %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:21:35.9084758Z %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:21:35.9086098Z %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:21:35.9087401Z %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:21:35.9088713Z %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:21:35.9090026Z %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:21:35.9091324Z %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:21:35.9092659Z %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:21:35.9093974Z %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:21:35.9095242Z %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:21:35.9096482Z %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:21:35.9097721Z %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:21:35.9098948Z %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:21:35.9101520Z %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:21:35.9102770Z %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:21:35.9103997Z %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:21:35.9105451Z %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:21:35.9106699Z %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:21:35.9107962Z %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:21:35.9109383Z %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:21:35.9110919Z %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:21:35.9112790Z %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:21:35.9114416Z %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:21:35.9115636Z %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:21:35.9117054Z %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:21:35.9119229Z %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:21:35.9121404Z %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:21:35.9123186Z %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:21:35.9124912Z %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:21:35.9126228Z %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:21:35.9127526Z %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:21:35.9128958Z %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:21:35.9130614Z %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:21:35.9131977Z %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:21:35.9133681Z %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:21:35.9135355Z %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:21:35.9137156Z %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:21:35.9138732Z %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:21:35.9140157Z %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:21:35.9141814Z %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:21:35.9143322Z %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:21:35.9145141Z %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:21:35.9146866Z %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:21:35.9148302Z %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:21:35.9149898Z %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:21:35.9151283Z %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:21:35.9152649Z %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:21:35.9154104Z %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:21:35.9155736Z %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:21:35.9157656Z %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:21:35.9159071Z %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:21:35.9160346Z %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:21:35.9160924Z %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:21:35.9161534Z %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:21:35.9162118Z %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:21:35.9162690Z %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:21:35.9163262Z %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:21:35.9163880Z %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:21:35.9164456Z %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:21:35.9165028Z %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:21:35.9165685Z %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:21:35.9166407Z %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:21:35.9167225Z %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:21:35.9167944Z %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:21:35.9168594Z %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:21:35.9169268Z %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:21:35.9169832Z %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:21:35.9170424Z %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:21:35.9171216Z %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:21:35.9171773Z %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:21:35.9172331Z %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:21:35.9172912Z %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:21:35.9173501Z %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:21:35.9174963Z %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:21:35.9175583Z %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:21:35.9176282Z %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:21:35.9177282Z %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:21:35.9178047Z %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:21:35.9178774Z %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:21:35.9179398Z %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:21:35.9180038Z %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:21:35.9180676Z %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:21:35.9181289Z %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:21:35.9181912Z %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:21:35.9182582Z %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:21:35.9183489Z %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:21:35.9184135Z %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:21:35.9184741Z %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:21:35.9185317Z %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:21:35.9186054Z %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:21:35.9186763Z %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:21:35.9187617Z %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:21:35.9188528Z %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:21:35.9189724Z %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:21:35.9190612Z %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:21:35.9191510Z %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:21:35.9192196Z %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:21:35.9192863Z %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:21:35.9193525Z %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:21:35.9194117Z %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:21:35.9194696Z %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:21:35.9195323Z %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:21:35.9195896Z %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:21:35.9196512Z %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:21:35.9197172Z %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:21:35.9198165Z %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:21:35.9199122Z %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:21:35.9199882Z %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:21:35.9200655Z %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:21:35.9201436Z %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:21:35.9202062Z %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:21:35.9203160Z %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:21:35.9203780Z %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:21:35.9204458Z %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:21:35.9205148Z %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:21:35.9205807Z %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:21:35.9206689Z %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:21:35.9207558Z %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:21:35.9208623Z %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:21:35.9209447Z %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:21:35.9210491Z %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:21:35.9211703Z %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:21:35.9212307Z %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:21:35.9212977Z %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:21:35.9213581Z %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:21:35.9214185Z %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:21:35.9214835Z %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:21:35.9215843Z %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:21:35.9216459Z %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:21:35.9217085Z %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:21:35.9217911Z %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:21:35.9218542Z %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:21:35.9219147Z %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:21:35.9219731Z %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:21:35.9220551Z %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:21:35.9221227Z %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:21:35.9222407Z %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:21:35.9223044Z %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:21:35.9223688Z %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:21:35.9224317Z %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:21:35.9225056Z %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:21:35.9225723Z %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:21:35.9226351Z %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:21:35.9226997Z %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:21:35.9227654Z %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:21:35.9228286Z %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:21:35.9228926Z %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:21:35.9229504Z %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:21:35.9230252Z %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:21:35.9231059Z %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:21:35.9231813Z %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:21:35.9232622Z %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:21:35.9233262Z %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:21:35.9233842Z %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:21:35.9234463Z %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:21:35.9235036Z %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:21:35.9235609Z %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:21:35.9236195Z %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:21:35.9236769Z %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:21:35.9237381Z %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:21:35.9237956Z %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:21:35.9238528Z %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:21:35.9239111Z %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:21:35.9239739Z %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:21:35.9240519Z %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:21:35.9241355Z %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:21:35.9242242Z %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:21:35.9243484Z %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:21:35.9244130Z %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:21:35.9244727Z %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:21:35.9245337Z %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:21:35.9245902Z %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:21:35.9246469Z %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:21:35.9247073Z %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:21:35.9247631Z %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:21:35.9248189Z %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:21:35.9248757Z %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:21:35.9249321Z %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:21:35.9249907Z %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:21:35.9250480Z %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:21:35.9251114Z %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:21:35.9251774Z %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:21:35.9252410Z %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:21:35.9253124Z %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:21:35.9253779Z %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:21:35.9254324Z %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:21:35.9254870Z %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:21:35.9256364Z %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:21:35.9256966Z %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:21:35.9257588Z %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:21:35.9258187Z %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:21:35.9258811Z %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:21:35.9259418Z %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:21:35.9260091Z %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:21:35.9260760Z %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:21:35.9261433Z %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:21:35.9262107Z %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:21:35.9262813Z %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:21:35.9263695Z %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:21:35.9264495Z %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:21:35.9265148Z %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:21:35.9265781Z %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:21:35.9266413Z %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:21:35.9267087Z %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:21:35.9267724Z %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:21:35.9268352Z %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:21:35.9268997Z %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:21:35.9269630Z %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:21:35.9270301Z %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:21:35.9270936Z %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:21:35.9271624Z %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:21:35.9272218Z %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:21:35.9272903Z %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:21:35.9273705Z %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:21:35.9274364Z %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:21:35.9274939Z %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:21:35.9275528Z %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:21:35.9276136Z %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:21:35.9276712Z %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:21:35.9277301Z %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:21:35.9277873Z %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:21:35.9278446Z %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:21:35.9279079Z %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:21:35.9279642Z %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:21:35.9280203Z %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:21:35.9280777Z %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:21:35.9281334Z %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:21:35.9281937Z %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:21:35.9282493Z %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:21:35.9283106Z %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:21:35.9283754Z %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:21:35.9284381Z %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:21:35.9285083Z %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:21:35.9285744Z %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:21:35.9286430Z %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:21:35.9287990Z %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:21:35.9288628Z %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:21:35.9289265Z %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:21:35.9289950Z %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:21:35.9290566Z %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:21:35.9291122Z %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:21:35.9291703Z %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:21:35.9292342Z %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:21:35.9292968Z %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:21:35.9293596Z %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:21:35.9294380Z %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:21:35.9295109Z %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:21:35.9296138Z %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:21:35.9296787Z %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:21:35.9297423Z %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:21:35.9297994Z %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:21:35.9298689Z %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:21:35.9299354Z %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:21:35.9299972Z %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:21:35.9300643Z %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:21:35.9301296Z %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:21:35.9302178Z %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:21:35.9303146Z %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:21:35.9303795Z %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:21:35.9304532Z %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:21:35.9305127Z %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:21:35.9305876Z %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:21:35.9306500Z %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:21:35.9307115Z %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:21:35.9307750Z %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:21:35.9308439Z %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:21:35.9309356Z %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:21:35.9310239Z %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:21:35.9310901Z %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:21:35.9311532Z %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:21:35.9312119Z %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:21:35.9312844Z %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:21:35.9313565Z %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:21:35.9314278Z %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:21:35.9314983Z %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:21:35.9315647Z %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:21:35.9316452Z %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:21:35.9317208Z %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:21:35.9318099Z %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:21:35.9319097Z %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:21:35.9319965Z %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:21:35.9320628Z %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:21:35.9321278Z %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:21:35.9321955Z %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:21:35.9322566Z %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:21:35.9323160Z %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:21:35.9323865Z %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:21:35.9324567Z %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:21:35.9325220Z %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:21:35.9326050Z %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:21:35.9326671Z %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:21:35.9327334Z %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:21:35.9328183Z %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:21:35.9328773Z %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:21:35.9329369Z %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:21:35.9329957Z %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:21:35.9330570Z %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:21:35.9331219Z %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:21:35.9331855Z %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:21:35.9332488Z %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:21:35.9333148Z %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:21:35.9334021Z %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:21:35.9334804Z %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:21:35.9335437Z %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:21:35.9336241Z %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:21:35.9336962Z %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:21:35.9337593Z %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:21:35.9338222Z %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:21:35.9338866Z %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:21:35.9339481Z %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:21:35.9340061Z %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:21:35.9340652Z %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:21:35.9341227Z %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:21:35.9341822Z %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:21:35.9342422Z %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:21:35.9342997Z %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:21:35.9343719Z %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:21:35.9344353Z %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:21:35.9344932Z %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:21:35.9345662Z %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:21:35.9346320Z %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:21:35.9346898Z %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:21:35.9347513Z %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:21:35.9348091Z %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:21:35.9348678Z %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:21:35.9349281Z %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:21:35.9349879Z %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:21:35.9350561Z %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:21:35.9351332Z %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:21:35.9351937Z %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:21:35.9352585Z %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:21:35.9353281Z %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:21:35.9354013Z %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:21:35.9354790Z %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:21:35.9355352Z %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:21:35.9355924Z %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:21:35.9356487Z %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:21:35.9357051Z %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:21:35.9357708Z %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:21:35.9358329Z %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:21:35.9358889Z %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:21:35.9359489Z %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:21:35.9360045Z %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:21:35.9360608Z %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:21:35.9361180Z %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:21:35.9361728Z %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:21:35.9362314Z %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:21:35.9362862Z %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:21:35.9363464Z %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:21:35.9365127Z %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:21:35.9365850Z %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:21:35.9366484Z %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:21:35.9367094Z %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:21:35.9367791Z %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:21:35.9368413Z %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:21:35.9369130Z %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:21:35.9369796Z %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:21:35.9370402Z %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:21:35.9370986Z %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:21:35.9371659Z %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:21:35.9372507Z %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:21:35.9373142Z %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:21:35.9373825Z %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:21:35.9374585Z %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:21:35.9375321Z %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:21:35.9375965Z %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:21:35.9376733Z %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:21:35.9377366Z %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:21:35.9378042Z %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:21:35.9378675Z %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:21:35.9379320Z %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:21:35.9379950Z %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:21:35.9380587Z %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:21:35.9381208Z %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:21:35.9381788Z %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:21:35.9382363Z %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:21:35.9382980Z %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:21:35.9383558Z %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:21:35.9384214Z %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:21:35.9384851Z %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:21:35.9385532Z %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:21:35.9386256Z %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:21:35.9386835Z %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:21:35.9387489Z %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:21:35.9388079Z %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:21:35.9388641Z %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:21:35.9389351Z %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:21:35.9389958Z %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:21:35.9390520Z %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:21:35.9391076Z %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:21:35.9391650Z %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:21:35.9392213Z %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:21:35.9392813Z %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:21:35.9393498Z %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:21:35.9394088Z %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:21:35.9394791Z %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:21:35.9395495Z %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:21:35.9397365Z %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:21:35.9398005Z %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:21:35.9398913Z %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:21:35.9399737Z %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:21:35.9400412Z %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:21:35.9400999Z %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:21:35.9401604Z %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:21:35.9402344Z %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:21:35.9403058Z %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:21:35.9403707Z %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:21:35.9404407Z %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:21:35.9405101Z %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:21:35.9406136Z %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:21:35.9406972Z %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:21:35.9407737Z %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:21:35.9408526Z %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:21:35.9409432Z %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:21:35.9410091Z %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:21:35.9410762Z %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:21:35.9411508Z %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:21:35.9412391Z %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:21:35.9413313Z %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:21:35.9414227Z %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:21:35.9414959Z %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:21:35.9415654Z %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:21:35.9416525Z %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:21:35.9417183Z %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:21:35.9417856Z %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:21:35.9418681Z %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:21:35.9419347Z %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:21:35.9419968Z %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:21:35.9420761Z %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:21:35.9421679Z %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:21:35.9422463Z %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:21:35.9423092Z %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:21:35.9423690Z %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:21:35.9424505Z %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:21:35.9425257Z %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:21:35.9425980Z %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:21:35.9426684Z %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:21:35.9427448Z %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:21:35.9428390Z %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:21:35.9429408Z %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:21:35.9430447Z %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:21:35.9431411Z %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:21:35.9432316Z %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:21:35.9433075Z %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:21:35.9433790Z %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:21:35.9434504Z %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:21:35.9435232Z %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:21:35.9435856Z %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:21:35.9436479Z %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:21:35.9437163Z %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:21:35.9437855Z %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:21:35.9438713Z %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:21:35.9439509Z %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:21:35.9453180Z %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:21:35.9454192Z %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:21:35.9454823Z %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:21:35.9455515Z %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:21:35.9456106Z %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:21:35.9456707Z %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:21:35.9457351Z %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:21:35.9457990Z %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:21:35.9458676Z %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:21:35.9459399Z %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:21:35.9460031Z %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:21:35.9460712Z %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:21:35.9461349Z %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:21:35.9462070Z %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:21:35.9462702Z %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:21:35.9463369Z %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:21:35.9464020Z %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:21:35.9464654Z %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:21:35.9465235Z %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:21:35.9465829Z %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:21:35.9466411Z %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:21:35.9467030Z %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:21:35.9467610Z %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:21:35.9468185Z %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:21:35.9468772Z %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:21:35.9469350Z %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:21:35.9469952Z %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:21:35.9470539Z %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:21:35.9471113Z %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:21:35.9471714Z %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:21:35.9472303Z %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:21:35.9472879Z %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:21:35.9473550Z %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:21:35.9474128Z %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:21:35.9474777Z %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:21:35.9475408Z %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:21:35.9476013Z %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:21:35.9476615Z %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:21:35.9477233Z %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:21:35.9477871Z %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:21:35.9478474Z %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:21:35.9479090Z %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:21:35.9479654Z %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:21:35.9480231Z %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:21:35.9480818Z %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:21:35.9481382Z %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:21:35.9481953Z %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:21:35.9482514Z %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:21:35.9483100Z %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:21:35.9483674Z %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:21:35.9484235Z %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:21:35.9484794Z %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:21:35.9485369Z %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:21:35.9485958Z %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:21:35.9486531Z %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:21:35.9487082Z %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:21:35.9487632Z %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:21:35.9488193Z %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:21:35.9489635Z %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:21:35.9490265Z %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:21:35.9490875Z %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:21:35.9491471Z %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:21:35.9492106Z %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:21:35.9492701Z %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:21:35.9493370Z %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:21:35.9494046Z %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:21:35.9494672Z %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:21:35.9495261Z %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:21:35.9495910Z %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:21:35.9496743Z %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:21:35.9497420Z %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:21:35.9498058Z %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:21:35.9498691Z %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:21:35.9499340Z %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:21:35.9499975Z %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:21:35.9500633Z %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:21:35.9501278Z %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:21:35.9501909Z %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:21:35.9502540Z %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:21:35.9503191Z %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:21:35.9503849Z %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:21:35.9504494Z %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:21:35.9505072Z %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:21:35.9505677Z %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:21:35.9506268Z %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:21:35.9506841Z %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:21:35.9507415Z %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:21:35.9508002Z %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:21:35.9508601Z %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:21:35.9509447Z %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:21:35.9510030Z %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:21:35.9510609Z %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:21:35.9511199Z %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:21:35.9511776Z %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:21:35.9512468Z %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:21:35.9513045Z %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:21:35.9513664Z %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:21:35.9514229Z %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:21:35.9514808Z %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:21:35.9515410Z %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:21:35.9515971Z %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:21:35.9516543Z %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:21:35.9517154Z %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:21:35.9517726Z %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:21:35.9518289Z %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:21:35.9518850Z %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:21:35.9520340Z %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:21:35.9520946Z %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:21:35.9521597Z %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:21:35.9522271Z %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:21:35.9522868Z %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:21:35.9523461Z %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:21:35.9524035Z %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:21:35.9524675Z %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:21:35.9525316Z %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:21:35.9525936Z %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:21:35.9526592Z %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:21:35.9527265Z %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:21:35.9528142Z %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:21:35.9528836Z %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:21:35.9529432Z %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:21:35.9530002Z %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:21:35.9530712Z %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:21:35.9531335Z %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:21:35.9531982Z %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:21:35.9532660Z %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:21:35.9533316Z %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:21:35.9534215Z %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:21:35.9535126Z %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:21:35.9535772Z %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:21:35.9536430Z %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:21:35.9537025Z %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:21:35.9537620Z %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:21:35.9538222Z %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:21:35.9538819Z %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:21:35.9539416Z %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:21:35.9540047Z %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:21:35.9540709Z %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:21:35.9541603Z %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:21:35.9542250Z %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:21:35.9542841Z %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:21:35.9543448Z %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:21:35.9544174Z %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:21:35.9544804Z %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:21:35.9545418Z %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:21:35.9546038Z %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:21:35.9546733Z %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:21:35.9547387Z %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:21:35.9548042Z %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:21:35.9548929Z %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:21:35.9549823Z %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:21:35.9550702Z %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:21:35.9551348Z %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:21:35.9552021Z %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:21:35.9552678Z %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:21:35.9553334Z %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:21:35.9553928Z %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:21:35.9554532Z %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:21:35.9555171Z %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:21:35.9555796Z %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:21:35.9556403Z %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:21:35.9557020Z %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:21:35.9557656Z %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:21:35.9558516Z %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:21:35.9559105Z %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:21:35.9559705Z %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:21:35.9560295Z %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:21:35.9560934Z %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:21:35.9561572Z %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:21:35.9562205Z %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:21:35.9562851Z %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:21:35.9563512Z %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:21:35.9564147Z %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:21:35.9564793Z %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:21:35.9565425Z %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:21:35.9566094Z %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:21:35.9566732Z %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:21:35.9567363Z %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:21:35.9568007Z %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:21:35.9568640Z %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:21:35.9569252Z %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:21:35.9569846Z %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:21:35.9570424Z %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:21:35.9570998Z %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:21:35.9571589Z %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:21:35.9572166Z %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:21:35.9572777Z %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:21:35.9573353Z %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:21:35.9573926Z %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:21:35.9574540Z %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:21:35.9575116Z %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:21:35.9575690Z %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:21:35.9576278Z %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:21:35.9576851Z %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:21:35.9577449Z %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:21:35.9578042Z %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:21:35.9578653Z %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:21:35.9579271Z %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:21:35.9579878Z %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:21:35.9580511Z %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:21:35.9581125Z %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:21:35.9581720Z %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:21:35.9582338Z %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:21:35.9582943Z %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:21:35.9583545Z %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:21:35.9584107Z %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:21:35.9584666Z %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:21:35.9585236Z %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:21:35.9585821Z %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:21:35.9586381Z %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:21:35.9586949Z %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:21:35.9587504Z %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:21:35.9588065Z %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:21:35.9588660Z %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:21:35.9589222Z %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:21:35.9589792Z %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:21:35.9590345Z %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:21:35.9590897Z %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:21:35.9591488Z %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:21:35.9592040Z %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:21:35.9593563Z %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:21:35.9594183Z %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:21:35.9594806Z %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:21:35.9595414Z %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:21:35.9596007Z %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:21:35.9596626Z %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:21:35.9597307Z %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:21:35.9597969Z %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:21:35.9598559Z %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:21:35.9599155Z %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:21:35.9599818Z %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:21:35.9600661Z %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:21:35.9601299Z %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:21:35.9601933Z %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:21:35.9602577Z %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:21:35.9603244Z %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:21:35.9603876Z %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:21:35.9604517Z %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:21:35.9605149Z %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:21:35.9605785Z %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:21:35.9606451Z %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:21:35.9607081Z %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:21:35.9607722Z %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:21:35.9608377Z %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:21:35.9609126Z %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:21:35.9609717Z %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:21:35.9610292Z %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:21:35.9610866Z %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:21:35.9611507Z %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:21:35.9612087Z %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:21:35.9612671Z %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:21:35.9613243Z %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:21:35.9613815Z %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:21:35.9614447Z %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:21:35.9615023Z %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:21:35.9615598Z %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:21:35.9616170Z %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:21:35.9616732Z %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:21:35.9617326Z %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:21:35.9617900Z %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:21:35.9618457Z %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:21:35.9619026Z %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:21:35.9619619Z %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:21:35.9620185Z %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:21:35.9620754Z %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:21:35.9621312Z %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:21:35.9621875Z %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:21:35.9622476Z %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:21:35.9623926Z %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:21:35.9624531Z %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:21:35.9625170Z %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:21:35.9625874Z %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:21:35.9626481Z %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:21:35.9627036Z %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:21:35.9627605Z %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:21:35.9628260Z %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:21:35.9628913Z %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:21:35.9629530Z %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:21:35.9630161Z %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:21:35.9630866Z %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:21:35.9631743Z %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:21:35.9632400Z %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:21:35.9632991Z %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:21:35.9633656Z %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:21:35.9634399Z %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:21:35.9635022Z %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:21:35.9635641Z %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:21:35.9636314Z %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:21:35.9636970Z %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:21:35.9637894Z %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:21:35.9638775Z %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:21:35.9639420Z %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:21:35.9640080Z %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:21:35.9640701Z %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:21:35.9641308Z %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:21:35.9641869Z %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:21:35.9642492Z %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:21:35.9643087Z %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:21:35.9643692Z %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:21:35.9644348Z %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:21:35.9645242Z %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:21:35.9645928Z %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:21:35.9646528Z %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:21:35.9647109Z %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:21:35.9647830Z %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:21:35.9648466Z %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:21:35.9649115Z %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:21:35.9649739Z %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:21:35.9650415Z %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:21:35.9651076Z %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:21:35.9651762Z %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:21:35.9652648Z %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:21:35.9653514Z %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:21:35.9654422Z %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:21:35.9655074Z %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:21:35.9655717Z %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:21:35.9656374Z %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:21:35.9656989Z %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:21:35.9657599Z %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:21:35.9658191Z %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:21:35.9658797Z %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:21:35.9659419Z %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:21:35.9660032Z %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:21:35.9660679Z %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:21:35.9661309Z %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:21:35.9662136Z %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:21:35.9662725Z %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:21:35.9663346Z %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:21:35.9663931Z %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:21:35.9664526Z %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:21:35.9665159Z %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:21:35.9665823Z %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:21:35.9666465Z %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:21:35.9667097Z %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:21:35.9667724Z %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:21:35.9668390Z %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:21:35.9669026Z %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:21:35.9669667Z %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:21:35.9670296Z %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:21:35.9670929Z %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:21:35.9671595Z %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:21:35.9672226Z %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:21:35.9672807Z %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:21:35.9673459Z %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:21:35.9674043Z %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:21:35.9674653Z %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:21:35.9675242Z %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:21:35.9675813Z %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:21:35.9676397Z %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:21:35.9677047Z %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:21:35.9677619Z %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:21:35.9678203Z %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:21:35.9678776Z %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:21:35.9679347Z %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:21:35.9679963Z %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:21:35.9680539Z %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:21:35.9681110Z %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:21:35.9681694Z %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:21:35.9682307Z %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:21:35.9682946Z %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:21:35.9683553Z %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:21:35.9684158Z %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:21:35.9684769Z %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:21:35.9685378Z %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:21:35.9686006Z %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:21:35.9686625Z %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:21:35.9687186Z %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:21:35.9687797Z %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:21:35.9688356Z %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:21:35.9688916Z %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:21:35.9689486Z %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:21:35.9690042Z %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:21:35.9690674Z %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:21:35.9691251Z %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:21:35.9691809Z %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:21:35.9692365Z %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:21:35.9692936Z %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:21:35.9693503Z %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:21:35.9694084Z %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:21:35.9694647Z %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:21:35.9695198Z %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:21:35.9695762Z %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:21:35.9697237Z %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:21:35.9697846Z %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:21:35.9698463Z %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:21:35.9699087Z %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:21:35.9699698Z %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:21:35.9700290Z %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:21:35.9700961Z %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:21:35.9701643Z %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:21:35.9702253Z %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:21:35.9702842Z %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:21:35.9703487Z %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:21:35.9704316Z %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:21:35.9704964Z %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:21:35.9705620Z %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:21:35.9706248Z %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:21:35.9706890Z %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:21:35.9707524Z %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:21:35.9708180Z %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:21:35.9708988Z %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:21:35.9709619Z %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:21:35.9710252Z %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:21:35.9710959Z %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:21:35.9711593Z %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:21:35.9712232Z %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:21:35.9712810Z %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:21:35.9713475Z %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:21:35.9714066Z %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:21:35.9714639Z %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:21:35.9715214Z %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:21:35.9715795Z %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:21:35.9716372Z %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:21:35.9717002Z %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:21:35.9717585Z %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:21:35.9718154Z %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:21:35.9718735Z %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:21:35.9719311Z %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:21:35.9719906Z %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:21:35.9720479Z %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:21:35.9721034Z %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:21:35.9721615Z %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:21:35.9722187Z %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:21:35.9722743Z %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:21:35.9723297Z %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:21:35.9723865Z %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:21:35.9724421Z %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:21:35.9725013Z %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:21:35.9725577Z %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:21:35.9726134Z %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:21:35.9727590Z %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:21:35.9728214Z %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:21:35.9728857Z %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:21:35.9729529Z %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:21:35.9730122Z %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:21:35.9730691Z %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:21:35.9731295Z %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:21:35.9731934Z %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:21:35.9732565Z %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:21:35.9733206Z %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:21:35.9733840Z %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:21:35.9734508Z %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:21:35.9735380Z %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:21:35.9736056Z %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:21:35.9736653Z %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:21:35.9737224Z %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:21:35.9737931Z %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:21:35.9738557Z %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:21:35.9739205Z %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:21:35.9739878Z %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:21:35.9740535Z %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:21:35.9741424Z %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:21:35.9744819Z %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:21:35.9745467Z %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:21:35.9746117Z %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:21:35.9746713Z %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:21:35.9747338Z %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:21:35.9747936Z %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:21:35.9748547Z %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:21:35.9749126Z %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:21:35.9749737Z %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:21:35.9750434Z %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:21:35.9751312Z %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:21:35.9751956Z %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:21:35.9752563Z %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:21:35.9753138Z %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:21:35.9753969Z %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:21:35.9754595Z %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:21:35.9755214Z %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:21:35.9755853Z %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:21:35.9756608Z %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:21:35.9757268Z %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:21:35.9757936Z %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:21:35.9758842Z %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:21:35.9759730Z %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:21:35.9760601Z %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:21:35.9761248Z %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:21:35.9761925Z %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:21:35.9762573Z %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:21:35.9763167Z %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:21:35.9763768Z %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:21:35.9764364Z %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:21:35.9764990Z %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:21:35.9765598Z %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:21:35.9766207Z %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:21:35.9766837Z %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:21:35.9767458Z %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:21:35.9768351Z %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:21:35.9768953Z %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:21:35.9769535Z %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:21:35.9770160Z %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:21:35.9770750Z %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:21:35.9771385Z %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:21:35.9772033Z %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:21:35.9772665Z %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:21:35.9773338Z %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:21:35.9773991Z %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:21:35.9774620Z %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:21:35.9775247Z %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:21:35.9775891Z %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:21:35.9776522Z %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:21:35.9777159Z %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:21:35.9777786Z %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:21:35.9778412Z %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:21:35.9779038Z %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:21:35.9779642Z %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:21:35.9780219Z %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:21:35.9780807Z %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:21:35.9781410Z %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:21:35.9781995Z %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:21:35.9782565Z %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:21:35.9783134Z %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:21:35.9783716Z %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:21:35.9784312Z %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:21:35.9784888Z %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:21:35.9785472Z %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:21:35.9786043Z %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:21:35.9786611Z %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:21:35.9787199Z %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:21:35.9787774Z %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:21:35.9788392Z %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:21:35.9788998Z %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:21:35.9789606Z %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:21:35.9790270Z %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:21:35.9790874Z %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:21:35.9791478Z %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:21:35.9792092Z %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:21:35.9792724Z %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:21:35.9793350Z %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:21:35.9793921Z %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:21:35.9794483Z %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:21:35.9795055Z %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:21:35.9795641Z %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:21:35.9796204Z %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:21:35.9796772Z %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:21:35.9797332Z %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:21:35.9797887Z %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:21:35.9798458Z %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:21:35.9799017Z %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:21:35.9799576Z %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:21:35.9800136Z %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:21:35.9800689Z %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:21:35.9801541Z %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:21:35.9802091Z %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:21:35.9803530Z %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:21:35.9804172Z %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:21:35.9804774Z %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:21:35.9805372Z %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:21:35.9805982Z %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:21:35.9806572Z %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:21:35.9807289Z %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:21:35.9807957Z %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:21:35.9808544Z %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:21:35.9809285Z %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:21:35.9809925Z %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:21:35.9810755Z %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:21:35.9811403Z %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:21:35.9812033Z %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:21:35.9812673Z %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:21:35.9813403Z %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:21:35.9814035Z %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:21:35.9814672Z %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:21:35.9815347Z %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:21:35.9815985Z %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:21:35.9816630Z %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:21:35.9817260Z %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:21:35.9817900Z %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:21:35.9818568Z %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:21:35.9819150Z %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:21:35.9819735Z %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:21:35.9820308Z %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:21:35.9820879Z %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:21:35.9821464Z %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:21:35.9822038Z %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:21:35.9822608Z %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:21:35.9823192Z %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:21:35.9823771Z %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:21:35.9824401Z %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:21:35.9824972Z %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:21:35.9825542Z %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:21:35.9826108Z %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:21:35.9826691Z %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:21:35.9827248Z %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:21:35.9827811Z %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:21:35.9828369Z %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:21:35.9828924Z %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:21:35.9829518Z %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:21:35.9830078Z %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:21:35.9830634Z %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:21:35.9831204Z %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:21:35.9831769Z %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:21:35.9832343Z %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:21:35.9833857Z %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:21:35.9834454Z %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:21:35.9835107Z %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:21:35.9835838Z %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:21:35.9836443Z %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:21:35.9837000Z %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:21:35.9837597Z %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:21:35.9838253Z %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:21:35.9838878Z %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:21:35.9839488Z %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:21:35.9840127Z %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:21:35.9840813Z %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:21:35.9841705Z %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:21:35.9842345Z %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:21:35.9842940Z %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:21:35.9843526Z %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:21:35.9844225Z %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:21:35.9844847Z %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:21:35.9845479Z %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:21:35.9846136Z %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:21:35.9846822Z %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:21:35.9847744Z %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:21:35.9848622Z %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:21:35.9849304Z %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:21:35.9849948Z %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:21:35.9850541Z %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:21:35.9851145Z %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:21:35.9851707Z %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:21:35.9852332Z %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:21:35.9852930Z %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:21:35.9853539Z %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:21:35.9854210Z %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:21:35.9855089Z %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:21:35.9855734Z %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:21:35.9856338Z %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:21:35.9856908Z %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:21:35.9857633Z %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:21:35.9858295Z %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:21:35.9858950Z %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:21:35.9859581Z %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:21:35.9860238Z %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:21:35.9860924Z %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:21:35.9861596Z %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:21:35.9862470Z %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:21:35.9863351Z %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:21:35.9864241Z %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:21:35.9864892Z %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:21:35.9865546Z %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:21:35.9866184Z %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:21:35.9866780Z %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:21:35.9867383Z %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:21:35.9867974Z %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:21:35.9868595Z %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:21:35.9869207Z %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:21:35.9869846Z %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:21:35.9870548Z %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:21:35.9871161Z %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:21:35.9872016Z %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:21:35.9872636Z %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:21:35.9873283Z %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:21:35.9873889Z %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:21:35.9874476Z %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:21:35.9875152Z %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:21:35.9875791Z %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:21:35.9876425Z %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:21:35.9877073Z %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:21:35.9877707Z %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:21:35.9878343Z %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:21:35.9878990Z %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:21:35.9879620Z %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:21:35.9880266Z %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:21:35.9880902Z %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:21:35.9881588Z %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:21:35.9882233Z %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:21:35.9882818Z %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:21:35.9883399Z %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:21:35.9884024Z %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:21:35.9884608Z %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:21:35.9885185Z %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:21:35.9885774Z %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:21:35.9886352Z %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:21:35.9886964Z %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:21:35.9887542Z %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:21:35.9888114Z %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:21:35.9888705Z %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:21:35.9889281Z %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:21:35.9889857Z %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:21:35.9890439Z %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:21:35.9891018Z %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:21:35.9891586Z %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:21:35.9892214Z %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:21:35.9892879Z %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:21:35.9893498Z %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:21:35.9894103Z %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:21:35.9894737Z %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:21:35.9895355Z %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:21:35.9895960Z %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:21:35.9896564Z %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:21:35.9897138Z %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:21:35.9897723Z %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:21:35.9898291Z %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:21:35.9898860Z %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:21:35.9899416Z %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:21:35.9899985Z %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:21:35.9900544Z %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:21:35.9901104Z %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:21:35.9901673Z %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:21:35.9902229Z %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:21:35.9902791Z %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:21:35.9903405Z %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:21:35.9903984Z %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:21:35.9904536Z %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:21:35.9905097Z %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:21:35.9905671Z %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:21:35.9907136Z %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:21:35.9907742Z %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:21:35.9908343Z %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:21:35.9909130Z %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:21:35.9909735Z %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:21:35.9910326Z %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:21:35.9911012Z %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:21:35.9911683Z %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:21:35.9912287Z %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:21:35.9912873Z %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:21:35.9913584Z %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:21:35.9914430Z %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:21:35.9915117Z %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:21:35.9915782Z %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:21:35.9916429Z %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:21:35.9917061Z %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:21:35.9917740Z %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:21:35.9918371Z %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:21:35.9919002Z %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:21:35.9919645Z %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:21:35.9920276Z %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:21:35.9920934Z %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:21:35.9921578Z %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:21:35.9922204Z %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:21:35.9922795Z %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:21:35.9923373Z %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:21:35.9923950Z %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:21:35.9924535Z %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:21:35.9925107Z %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:21:35.9925679Z %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:21:35.9926267Z %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:21:35.9926889Z %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:21:35.9927462Z %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:21:35.9928046Z %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:21:35.9928648Z %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:21:35.9929234Z %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:21:35.9929795Z %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:21:35.9930355Z %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:21:35.9930927Z %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:21:35.9931513Z %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:21:35.9932075Z %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:21:35.9932646Z %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:21:35.9933202Z %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:21:35.9933757Z %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:21:35.9934329Z %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:21:35.9934891Z %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:21:35.9935465Z %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:21:35.9936022Z %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:21:35.9937470Z %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:21:35.9938140Z %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:21:35.9938775Z %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:21:35.9939448Z %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:21:35.9940079Z %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:21:35.9940638Z %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:21:35.9941219Z %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:21:35.9941857Z %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:21:35.9942480Z %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:21:35.9943150Z %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:21:35.9943783Z %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:21:35.9944443Z %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:21:35.9945329Z %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:21:35.9945976Z %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:21:35.9946583Z %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:21:35.9947156Z %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:21:35.9947853Z %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:21:35.9948493Z %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:21:35.9949162Z %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:21:35.9949822Z %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:21:35.9950490Z %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:21:35.9951374Z %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:21:35.9952296Z %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:21:35.9952940Z %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:21:35.9953649Z %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:21:35.9954287Z %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:21:35.9954885Z %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:21:35.9955453Z %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:21:35.9956065Z %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:21:35.9956649Z %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:21:35.9957275Z %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:21:35.9957940Z %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:21:35.9958820Z %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:21:35.9959475Z %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:21:35.9960074Z %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:21:35.9960697Z %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:21:35.9961256Z %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:21:35.9961932Z %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:21:35.9962548Z %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:21:35.9963208Z %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:21:35.9964033Z %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:21:35.9964689Z %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:21:35.9965299Z %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:21:35.9967489Z 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:21:35.9971796Z %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:21:35.9972173Z %getitem : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 0), kwargs = {}) 2025-06-05T23:21:35.9972553Z %getitem_1 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 1), kwargs = {}) 2025-06-05T23:21:35.9972935Z %getitem_2 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 2), kwargs = {}) 2025-06-05T23:21:35.9973283Z %getitem_3 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 3), kwargs = {}) 2025-06-05T23:21:35.9973629Z %getitem_4 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 4), kwargs = {}) 2025-06-05T23:21:35.9973986Z %getitem_5 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 5), kwargs = {}) 2025-06-05T23:21:35.9974355Z %getitem_6 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 6), kwargs = {}) 2025-06-05T23:21:35.9974701Z %getitem_7 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 7), kwargs = {}) 2025-06-05T23:21:35.9975057Z %getitem_8 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 8), kwargs = {}) 2025-06-05T23:21:35.9975404Z %getitem_9 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 9), kwargs = {}) 2025-06-05T23:21:35.9975758Z %getitem_10 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 10), kwargs = {}) 2025-06-05T23:21:35.9976121Z %getitem_11 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 11), kwargs = {}) 2025-06-05T23:21:35.9976474Z %getitem_12 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 12), kwargs = {}) 2025-06-05T23:21:35.9976825Z %getitem_13 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 13), kwargs = {}) 2025-06-05T23:21:35.9977214Z %getitem_14 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 14), kwargs = {}) 2025-06-05T23:21:35.9977570Z %getitem_15 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 15), kwargs = {}) 2025-06-05T23:21:35.9977921Z %getitem_16 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 16), kwargs = {}) 2025-06-05T23:21:35.9978281Z %getitem_17 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 17), kwargs = {}) 2025-06-05T23:21:35.9978632Z %getitem_18 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 18), kwargs = {}) 2025-06-05T23:21:35.9978982Z %getitem_19 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 19), kwargs = {}) 2025-06-05T23:21:35.9979344Z %getitem_20 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 20), kwargs = {}) 2025-06-05T23:21:35.9979697Z %getitem_21 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 21), kwargs = {}) 2025-06-05T23:21:35.9980047Z %getitem_22 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 22), kwargs = {}) 2025-06-05T23:21:35.9980408Z %getitem_23 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 23), kwargs = {}) 2025-06-05T23:21:35.9980756Z %getitem_24 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 24), kwargs = {}) 2025-06-05T23:21:35.9981382Z %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:21:35.9982023Z %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:21:35.9982704Z %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:21:35.9983331Z %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:21:35.9983965Z %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:21:35.9984586Z %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:21:35.9985252Z %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:21:35.9985892Z %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:21:35.9986520Z %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:21:35.9987146Z %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:21:35.9987815Z %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:21:35.9988451Z %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:21:35.9989095Z %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:21:35.9989724Z %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:21:35.9990351Z %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:21:35.9991001Z %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:21:35.9991632Z %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:21:35.9992260Z %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:21:35.9992906Z %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:21:35.9993613Z %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:21:35.9994322Z %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:21:35.9994955Z %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:21:35.9995588Z %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:21:35.9996234Z %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:21:35.9997972Z 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:21:35.9997983Z 2025-06-05T23:21:35.9998574Z [INFO 2025-06-05 23:21:35,788 builder.py:490] Applied partitioners: 2025-06-05T23:21:35.9998681Z Total delegated subgraphs: 1 2025-06-05T23:21:35.9998786Z Number of delegated nodes: 1992 2025-06-05T23:21:35.9998892Z Number of non-delegated nodes: 49 2025-06-05T23:21:35.9998911Z 2025-06-05T23:21:35.9999491Z ╒════╤═════════════════════════════╤═══════════════════════════════════╤═══════════════════════════════════════╕ 2025-06-05T23:21:35.9999870Z │ │ op_type │ occurrences_in_delegated_graphs │ occurrences_in_non_delegated_graphs │ 2025-06-05T23:21:36.0000232Z ╞════╪═════════════════════════════╪═══════════════════════════════════╪═══════════════════════════════════════╡ 2025-06-05T23:21:36.0000558Z │ 0 │ aten__softmax_default │ 12 │ 0 │ 2025-06-05T23:21:36.0000891Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0001187Z │ 1 │ aten__to_copy_default │ 2 │ 0 │ 2025-06-05T23:21:36.0001529Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0001822Z │ 2 │ aten_add_tensor │ 60 │ 0 │ 2025-06-05T23:21:36.0002174Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0002502Z │ 3 │ aten_cat_default │ 48 │ 0 │ 2025-06-05T23:21:36.0002836Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0003153Z │ 4 │ aten_convolution_default │ 85 │ 0 │ 2025-06-05T23:21:36.0003497Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0003782Z │ 5 │ aten_copy_default │ 0 │ 24 │ 2025-06-05T23:21:36.0004156Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0004542Z │ 6 │ aten_embedding_default │ 1 │ 0 │ 2025-06-05T23:21:36.0004885Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0005183Z │ 7 │ aten_index_put_default │ 24 │ 0 │ 2025-06-05T23:21:36.0005520Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0005801Z │ 8 │ aten_index_tensor │ 14 │ 0 │ 2025-06-05T23:21:36.0006132Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0006446Z │ 9 │ aten_matmul_default │ 24 │ 0 │ 2025-06-05T23:21:36.0006786Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0007080Z │ 10 │ aten_mul_tensor │ 132 │ 0 │ 2025-06-05T23:21:36.0007456Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0007777Z │ 11 │ aten_permute_copy_default │ 494 │ 0 │ 2025-06-05T23:21:36.0008103Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0008407Z │ 12 │ aten_rms_norm_default │ 25 │ 0 │ 2025-06-05T23:21:36.0008901Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0009212Z │ 13 │ aten_select_copy_int │ 577 │ 0 │ 2025-06-05T23:21:36.0009617Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0009924Z │ 14 │ aten_sigmoid_default │ 12 │ 0 │ 2025-06-05T23:21:36.0010249Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:36.0010560Z │ 15 │ aten_slice_copy_tensor │ 48 │ 0 │ 2025-06-05T23:21:42.7622452Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:42.7623164Z │ 16 │ aten_squeeze_copy_dims │ 132 │ 0 │ 2025-06-05T23:21:42.7623863Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:42.7624621Z │ 17 │ aten_sub_tensor │ 24 │ 0 │ 2025-06-05T23:21:42.7625266Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:42.7625889Z │ 18 │ aten_unsqueeze_copy_default │ 132 │ 0 │ 2025-06-05T23:21:42.7626603Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:42.7627185Z │ 19 │ aten_view_copy_default │ 146 │ 0 │ 2025-06-05T23:21:42.7627839Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:42.7628468Z │ 20 │ getitem │ 0 │ 25 │ 2025-06-05T23:21:42.7629152Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-06-05T23:21:42.7629768Z │ 21 │ Total │ 1992 │ 49 │ 2025-06-05T23:21:42.7630386Z ╘════╧═════════════════════════════╧═══════════════════════════════════╧═══════════════════════════════════════╛ 2025-06-05T23:21:42.7631915Z /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:21:42.7633448Z warnings.warn( 2025-06-05T23:21:42.7633855Z [INFO 2025-06-05 23:21:39,737 builder.py:553] Required memory for activation in bytes: [0, 19395584] 2025-06-05T23:21:42.7634346Z modelname: tinyllama_qnn_fp32 2025-06-05T23:21:42.7634690Z output_file: tinyllama_qnn_fp32.pte 2025-06-05T23:21:42.7635127Z [INFO 2025-06-05 23:21:39,830 utils.py:141] Saved exported program to tinyllama_qnn_fp32.pte 2025-06-05T23:21:42.7635601Z + echo 'Creating tokenizer.bin' 2025-06-05T23:21:42.7635871Z Creating tokenizer.bin 2025-06-05T23:21:42.7636334Z + python -m pytorch_tokenizers.tools.llama2c.convert -t tokenizer.model -o tokenizer.bin 2025-06-05T23:21:42.7637188Z + RUNTIME_ARGS='--model_path=tinyllama_qnn_fp32.pte --tokenizer_path=tokenizer.bin --prompt=Once --temperature=0 --seq_len=10 --warmup=1' 2025-06-05T23:21:42.7637917Z + echo 'Running tinyllama_qnn_fp32.pte in portable mode' 2025-06-05T23:21:42.7638315Z Running tinyllama_qnn_fp32.pte in portable mode 2025-06-05T23:21:42.7638637Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:21:42.7638897Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:21:42.7639155Z + cmake_install_executorch_libraries 2025-06-05T23:21:42.7639619Z + echo 'Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a' 2025-06-05T23:21:42.7640226Z Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a 2025-06-05T23:21:42.7640671Z + rm -rf cmake-out 2025-06-05T23:21:42.7641518Z + 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:21:42.7642694Z + 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:21:42.7643434Z Preset CMake variables: 2025-06-05T23:21:42.7643590Z 2025-06-05T23:21:42.7643700Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:21:42.7644161Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/llm.cmake" 2025-06-05T23:21:42.7644528Z 2025-06-05T23:21:42.7644677Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:21:42.7645040Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:21:42.7645433Z -- Detecting C compiler ABI info 2025-06-05T23:21:42.7645728Z -- Detecting C compiler ABI info - done 2025-06-05T23:21:42.7646110Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:21:42.7646546Z -- Detecting C compile features 2025-06-05T23:21:42.7646846Z -- Detecting C compile features - done 2025-06-05T23:21:42.7647147Z -- Detecting CXX compiler ABI info 2025-06-05T23:21:42.7647460Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:21:42.7647839Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:21:42.7648235Z -- Detecting CXX compile features 2025-06-05T23:21:42.7648539Z -- Detecting CXX compile features - done 2025-06-05T23:21:42.7648962Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/llm.cmake 2025-06-05T23:21:42.7649434Z -- --- Configured Options --- 2025-06-05T23:21:42.7649612Z 2025-06-05T23:21:42.7649727Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:21:42.7650077Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:21:42.7650432Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:21:42.7650794Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:21:42.7651154Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:21:42.7651500Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:21:42.7651847Z -- BUCK2 x (unset) 2025-06-05T23:21:42.7652318Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/llm.cmake 2025-06-05T23:21:42.7652817Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:21:42.7653153Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:21:42.7653510Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:21:42.7653877Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:21:42.7654394Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:21:42.7654961Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:21:42.7655312Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:21:42.7655672Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:21:42.7656011Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:21:42.7656359Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:21:42.7656701Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:21:42.7657057Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:21:42.7657417Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:21:42.7657766Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-06-05T23:21:42.7658122Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:21:42.7658464Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:21:42.7658818Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:21:42.7659159Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:21:42.7659517Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:21:42.7659860Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:21:42.7660222Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:21:42.7660575Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:21:42.7660904Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:21:42.7661247Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:21:42.7661582Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:21:42.7661925Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:21:42.7662261Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-06-05T23:21:42.7662617Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:21:42.7662959Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:21:42.7663306Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:21:42.7663646Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:21:42.7663980Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:21:42.7664371Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:21:42.7664703Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:21:42.7665046Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:21:42.7665414Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:21:42.7665762Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:21:42.7666089Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:21:42.7666435Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:21:42.7666778Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:21:42.7667115Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:21:42.7667470Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:21:42.7667842Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:21:42.7668190Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:21:42.7668536Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:21:47.8135031Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:21:47.8135794Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:21:47.8136274Z -- -------------------------- 2025-06-05T23:21:47.8136708Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:21:47.8137612Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:21:47.8138292Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:47.8138709Z CMake. 2025-06-05T23:21:47.8138823Z 2025-06-05T23:21:47.8139052Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:47.8139585Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:47.8140069Z to work with policies introduced by or earlier. 2025-06-05T23:21:47.8140317Z 2025-06-05T23:21:47.8140416Z  2025-06-05T23:21:47.8140899Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:21:47.8141448Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:21:47.8141846Z -- Setting Clang compiler options 2025-06-05T23:21:47.8142542Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:21:47.8143721Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:47.8144437Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:47.8144831Z CMake. 2025-06-05T23:21:47.8144951Z 2025-06-05T23:21:47.8145170Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:47.8145717Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:47.8146246Z to work with policies introduced by or earlier. 2025-06-05T23:21:47.8146493Z 2025-06-05T23:21:47.8146610Z  2025-06-05T23:21:47.8147193Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:47.8147920Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:47.8148317Z CMake. 2025-06-05T23:21:47.8148437Z 2025-06-05T23:21:47.8148650Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:47.8149190Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:47.8149651Z to work with policies introduced by or earlier. 2025-06-05T23:21:47.8149897Z 2025-06-05T23:21:47.8150003Z  2025-06-05T23:21:47.8150217Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:21:47.8150584Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:21:47.8150919Z -- Found Threads: TRUE 2025-06-05T23:21:47.8151655Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:47.8152561Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:47.8152960Z CMake. 2025-06-05T23:21:47.8153068Z 2025-06-05T23:21:47.8153447Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:47.8154189Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:47.8154664Z to work with policies introduced by or earlier. 2025-06-05T23:21:47.8154909Z 2025-06-05T23:21:47.8155037Z  2025-06-05T23:21:47.8155242Z -- Resolved buck2 as buck2. 2025-06-05T23:21:47.8155509Z -- Killing buck2 daemon 2025-06-05T23:21:47.8155733Z 'buck2 killall' 2025-06-05T23:21:47.8155975Z -- executorch: Generating source lists 2025-06-05T23:21:47.8156556Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:21:47.8157236Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:21:47.8157961Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:21:47.8158529Z -- Generating operator lib: 2025-06-05T23:21:47.8158795Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:47.8159192Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:21:47.8159608Z -- ROOT_OPS: 2025-06-05T23:21:47.8159818Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:47.8161048Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:21:47.8162147Z -- Generating kernel bindings: 2025-06-05T23:21:47.8162431Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:47.8162812Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:21:47.8163226Z -- CUSTOM_OPS_YAML: 2025-06-05T23:21:47.8163524Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:21:47.8165197Z 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:47.8166657Z -- Generating operator lib: 2025-06-05T23:21:47.8166921Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:47.8167209Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:21:47.8167488Z -- DEPS: executorch_core 2025-06-05T23:21:47.8167753Z -- Generating operator lib: 2025-06-05T23:21:47.8168026Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:21:47.8168415Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:21:47.8168832Z -- ROOT_OPS: 2025-06-05T23:21:47.8169042Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:47.8170267Z 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:21:47.8171366Z -- Generating kernel bindings: 2025-06-05T23:21:47.8171651Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:21:47.8172053Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:21:47.8172463Z -- CUSTOM_OPS_YAML: 2025-06-05T23:21:47.8172727Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:21:47.8174416Z 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:21:47.8175911Z -- Generating operator lib: 2025-06-05T23:21:47.8176189Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:21:47.8176466Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:21:47.8176799Z -- DEPS: executorch_core 2025-06-05T23:21:47.8177056Z -- Merging kernel yaml files: 2025-06-05T23:21:47.8177537Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:21:47.8178260Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:21:47.8178832Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-06-05T23:21:47.8179212Z -- Generating operator lib: 2025-06-05T23:21:47.8179493Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:21:47.8179951Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-06-05T23:21:47.8180373Z -- ROOT_OPS: 2025-06-05T23:21:47.8180601Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:47.8181871Z 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:21:47.8183099Z -- Generating kernel bindings: 2025-06-05T23:21:47.8183405Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:21:47.8183847Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-06-05T23:21:47.8184293Z -- CUSTOM_OPS_YAML: 2025-06-05T23:21:47.8184536Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:21:47.8186353Z 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:21:47.8187922Z -- Generating operator lib: 2025-06-05T23:21:47.8188195Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:21:47.8188587Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:21:47.8188956Z -- DEPS: executorch_core 2025-06-05T23:21:47.8189585Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:21:47.8190222Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:47.8190630Z CMake. 2025-06-05T23:21:47.8190740Z 2025-06-05T23:21:47.8190955Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:47.8191500Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:47.8191970Z to work with policies introduced by or earlier. 2025-06-05T23:21:47.8192220Z 2025-06-05T23:21:47.8192318Z  2025-06-05T23:21:47.8192531Z -- Looking for C++ include unistd.h 2025-06-05T23:21:47.8192836Z -- Looking for C++ include unistd.h - found 2025-06-05T23:21:47.8193159Z -- Looking for C++ include stdint.h 2025-06-05T23:21:47.8193556Z -- Looking for C++ include stdint.h - found 2025-06-05T23:21:47.8193884Z -- Looking for C++ include inttypes.h 2025-06-05T23:21:47.8194210Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:21:47.8194535Z -- Looking for C++ include sys/types.h 2025-06-05T23:21:47.8194861Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:21:47.8195177Z -- Looking for C++ include sys/stat.h 2025-06-05T23:21:47.8195496Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:21:47.8195809Z -- Looking for C++ include fnmatch.h 2025-06-05T23:21:47.8196122Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:21:47.8196430Z -- Looking for C++ include stddef.h 2025-06-05T23:21:47.8196736Z -- Looking for C++ include stddef.h - found 2025-06-05T23:21:47.8197032Z -- Check size of uint32_t 2025-06-05T23:21:47.8197294Z -- Check size of uint32_t - done 2025-06-05T23:21:47.8197568Z -- Looking for strtoll 2025-06-05T23:21:47.8197805Z -- Looking for strtoll - found 2025-06-05T23:21:47.8198104Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:21:47.8198448Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:21:47.8199116Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:21:47.8199808Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:47.8200225Z CMake. 2025-06-05T23:21:47.8200336Z 2025-06-05T23:21:47.8200596Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:47.8201128Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:47.8201602Z to work with policies introduced by or earlier. 2025-06-05T23:21:47.8201848Z 2025-06-05T23:21:47.8201944Z  2025-06-05T23:21:47.8202140Z -- pybind11 v2.13.6 2025-06-05T23:21:47.8202557Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:21:47.8203147Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:21:47.8203582Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:21:47.8203875Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:21:47.8204308Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:21:47.8204723Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:21:47.8205062Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:21:51.7982237Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:21:51.7983359Z -- Generating microkernels.cmake 2025-06-05T23:21:51.7984006Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:21:51.7984815Z No microkernel found in src/reference/packing.cc 2025-06-05T23:21:51.7985537Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:21:51.7986818Z -- executorch: Using source file list /pytorch/executorch/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:21:51.7988017Z -- Generating operator lib: 2025-06-05T23:21:51.7988504Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:21:51.7989426Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:21:51.7990158Z -- ROOT_OPS: 2025-06-05T23:21:51.7990560Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:51.7992996Z 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:21:51.7995289Z -- Generating kernel bindings: 2025-06-05T23:21:51.7995809Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:21:51.7996281Z -- FUNCTIONS_YAML: 2025-06-05T23:21:51.7996899Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:21:51.7997662Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:21:51.8003414Z 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:21:51.8008450Z -- Generating operator lib: 2025-06-05T23:21:51.8011715Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:21:51.8012233Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:21:51.8012747Z -- DEPS: executorch_core 2025-06-05T23:21:51.8013199Z -- Configuring done (8.7s) 2025-06-05T23:21:51.8013644Z -- Generating done (0.4s) 2025-06-05T23:21:51.8014236Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:21:51.8015119Z + cmake --build cmake-out -j9 --target install --config Release 2025-06-05T23:21:51.8016312Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:21:51.8017259Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:21:51.8018733Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:21:51.8020673Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:21:51.8022631Z [ 0%] Building C object extension/llm/custom_ops/spinquant/third-party/FFHT/CMakeFiles/dumb_fht.dir/dumb_fht.c.o 2025-06-05T23:21:51.8024513Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:21:51.8026212Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:21:51.8028057Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:21:51.8030015Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:21:51.8031351Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:21:51.8032341Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:21:51.8033392Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:21:51.8034320Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:21:51.8035180Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:21:51.8036255Z [ 0%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:21:51.8037103Z CMake Warning: 2025-06-05T23:21:51.8037633Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:21:51.8038145Z 2025-06-05T23:21:51.8038302Z  2025-06-05T23:21:51.8038702Z fatal: No names found, cannot describe anything. 2025-06-05T23:21:51.8039484Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:21:51.8040110Z git describe failed with exit code: 128 2025-06-05T23:21:51.8040642Z 2025-06-05T23:21:51.8044399Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:21:51.8045119Z Call Stack (most recent call first): 2025-06-05T23:21:51.8045673Z CMakeLists.txt:5 (include) 2025-06-05T23:21:51.8045986Z 2025-06-05T23:21:51.8046229Z  2025-06-05T23:21:51.8046614Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:21:51.8047380Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:21:51.8048304Z [ 0%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:21:51.8049089Z CMake Warning: 2025-06-05T23:21:51.8049610Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:21:51.8050070Z 2025-06-05T23:21:51.8050238Z  2025-06-05T23:21:51.8050959Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:21:51.8051905Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:51.8052578Z CMake. 2025-06-05T23:21:51.8052769Z 2025-06-05T23:21:51.8053180Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:51.8054126Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:51.8055036Z to work with policies introduced by or earlier. 2025-06-05T23:21:51.8055480Z 2025-06-05T23:21:51.8055705Z  2025-06-05T23:21:51.8056282Z [ 1%] Linking C static library libdumb_fht.a 2025-06-05T23:21:51.8057003Z [ 1%] Built target dumb_fht 2025-06-05T23:21:51.8058383Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:21:51.8072759Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:21:51.8074973Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:21:51.8076757Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:21:51.8078812Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:21:51.8080140Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:21:51.8080721Z -- Detecting C compiler ABI info 2025-06-05T23:21:51.8081999Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:21:51.8083882Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:21:51.8085687Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:21:51.8087530Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:21:51.8089280Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:21:51.8090361Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:21:51.8090941Z -- Detecting CXX compiler ABI info 2025-06-05T23:21:51.8092225Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:21:51.8093991Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:21:51.8095880Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:21:51.8097753Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:21:51.8099521Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:21:51.8101306Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:21:51.8102605Z -- Detecting C compiler ABI info - done 2025-06-05T23:21:51.8103908Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:21:51.8105056Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:21:51.8105646Z -- Detecting C compile features 2025-06-05T23:21:51.8106181Z -- Detecting C compile features - done 2025-06-05T23:21:51.8107389Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:21:51.8109303Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:21:51.8110537Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:21:51.8111321Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:21:51.8112048Z -- Setting Clang compiler options 2025-06-05T23:21:51.8113412Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:21:51.8115440Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:21:51.8116488Z -- Configuring done (0.4s) 2025-06-05T23:21:51.8117757Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:21:51.8118863Z -- Generating done (0.0s) 2025-06-05T23:21:51.8120067Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:21:51.8122146Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:21:51.8123663Z [ 4%] Performing build step for 'flatcc_external_project' 2025-06-05T23:21:51.8125377Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:21:51.8126972Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:21:51.8128285Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:21:51.8129158Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:21:52.6036470Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:21:52.6038036Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:21:52.6039517Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:21:52.6040551Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:21:52.6041583Z -- Detecting CXX compile features 2025-06-05T23:21:52.6042164Z -- Detecting CXX compile features - done 2025-06-05T23:21:52.6042741Z [ 4%] Built target gflags_nothreads_static 2025-06-05T23:21:52.6043557Z [ 4%] Linking C static library libpthreadpool.a 2025-06-05T23:21:52.6044663Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:21:52.6045517Z -- Looking for strtof_l 2025-06-05T23:21:52.6046446Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:21:52.6048145Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:21:52.6049393Z [ 4%] Built target pthreadpool 2025-06-05T23:21:52.6050761Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:21:52.6052818Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:21:52.6054577Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:21:52.6056465Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:21:52.6058601Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:21:52.6060583Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:21:52.6062468Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:21:52.6064407Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:21:52.6066492Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:21:52.6068550Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:21:52.6070331Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:21:52.6071952Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:21:52.6073206Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:21:52.6074513Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:21:52.6075539Z [ 21%] Built target flatccrt 2025-06-05T23:21:52.6076698Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:21:52.6078300Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:21:52.6079776Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:21:52.6081496Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:21:52.6082700Z -- Looking for strtof_l - found 2025-06-05T23:21:52.6083208Z -- Looking for strtoull_l 2025-06-05T23:21:52.6084474Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:21:52.6086229Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:21:52.6088197Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:21:52.6089836Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:21:52.6091646Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:21:52.6093161Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:21:52.6094775Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:21:52.6096288Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:21:52.6097818Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:21:52.6099756Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:21:52.6101659Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:21:52.6103089Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:21:52.6104434Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:21:52.6105139Z [ 6%] Linking C static library libcpuinfo.a 2025-06-05T23:21:52.6105868Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:21:52.6106442Z [ 6%] Built target cpuinfo 2025-06-05T23:21:52.6106980Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:21:52.6107913Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:21:52.6110006Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:21:52.6110927Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:21:52.6111772Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:21:52.6112231Z -- Looking for strtoull_l - found 2025-06-05T23:21:52.6112509Z -- Looking for realpath 2025-06-05T23:21:52.6113144Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:21:52.6114166Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:21:52.6115375Z [ 6%] 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:52.6116392Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:21:52.6117433Z [ 6%] 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:52.6118862Z [ 7%] 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:52.6120449Z [ 7%] 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:52.6121677Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:21:52.6122772Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:21:52.6123787Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:21:52.6124580Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:21:52.6125265Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:21:52.6126355Z [ 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:21:52.6127529Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:21:52.6128241Z [ 7%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:21:52.6128838Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:21:52.6129897Z [ 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:21:52.6131306Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:21:52.6131990Z [ 7%] Built target cpuinfo_internals 2025-06-05T23:21:52.6132641Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:21:52.6133865Z [ 7%] 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:52.6134661Z -- Looking for realpath - found 2025-06-05T23:21:52.6134983Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:21:52.6135337Z -- Configuring done (1.2s) 2025-06-05T23:21:52.6135848Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:21:52.6136707Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:21:52.6137323Z -- Generating done (0.0s) 2025-06-05T23:21:53.4497492Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:21:53.4499475Z [ 8%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:21:53.4500953Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:21:53.4502855Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:21:53.4504723Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:21:53.4506215Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:21:53.4508267Z [ 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:21:53.4510477Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:21:53.4512479Z [ 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:21:53.4514781Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:21:53.4516876Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:21:53.4519298Z [ 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:21:53.4521317Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:21:53.4523005Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:21:53.4524637Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:21:53.4526098Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:21:53.4527794Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:21:53.4529571Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:21:53.4531634Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:21:53.4533392Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:21:53.4535425Z [ 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:21:53.4537289Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:21:53.4538894Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:21:53.4541001Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:21:53.4543271Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:21:53.4545395Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:21:53.4547506Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:21:53.4548967Z [ 9%] Linking CXX static library libeigen_blas.a 2025-06-05T23:21:53.4550158Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:21:53.4552318Z [ 9%] 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:53.4553954Z [ 9%] Built target eigen_blas 2025-06-05T23:21:53.4554470Z [ 9%] Built target microparams-init 2025-06-05T23:21:53.4556199Z [ 9%] 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:53.4559019Z [ 9%] 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:53.4560712Z [ 9%] Built target normalization 2025-06-05T23:21:53.4561227Z [ 9%] Built target indirection 2025-06-05T23:21:53.4562549Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:21:53.4564816Z [ 9%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:21:53.4566987Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:21:53.4568957Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:21:53.4570794Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:21:53.4572891Z [ 9%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:21:53.4575025Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:21:53.4576077Z [ 9%] Built target datatype 2025-06-05T23:21:53.4578030Z [ 9%] 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:53.4580073Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:21:53.4582340Z [ 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:21:53.4584673Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:21:53.4587085Z [ 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:21:53.4589254Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:21:53.4590078Z [ 9%] Built target logging 2025-06-05T23:21:53.4590540Z [ 93%] Built target flatcc 2025-06-05T23:21:53.4591388Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:21:53.4592604Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:21:53.4594912Z [ 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:21:53.4596595Z [ 10%] Built target reference-ukernels 2025-06-05T23:21:53.4598224Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:21:53.4600866Z [ 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:21:53.4603805Z [ 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:21:53.4605953Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:21:53.4607276Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:21:53.4609104Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:21:53.4611403Z [ 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:21:53.4612855Z [100%] Built target flatcc_cli 2025-06-05T23:21:53.4613365Z [ 10%] Built target hardware-config 2025-06-05T23:21:53.4614257Z [ 10%] Performing install step for 'flatcc_external_project' 2025-06-05T23:21:53.4615420Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:21:53.4617002Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:21:53.4618129Z [ 21%] Built target flatccrt 2025-06-05T23:21:53.4619038Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:21:53.4619871Z [ 10%] Built target packing 2025-06-05T23:21:53.4621563Z [ 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:21:53.4624335Z [ 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:21:53.4625873Z [ 93%] Built target flatcc 2025-06-05T23:21:53.4626475Z [100%] Built target flatcc_cli 2025-06-05T23:21:53.4627646Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:21:53.4628805Z Install the project... 2025-06-05T23:21:53.4629297Z -- Install configuration: "" 2025-06-05T23:21:53.4630254Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:21:53.4631792Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:21:53.4633702Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:21:53.4731924Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:21:53.4733427Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:21:53.4735001Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:21:53.4736308Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:21:53.4737767Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:21:53.4739360Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:21:53.4740811Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:21:53.4742495Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:21:53.4744615Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:21:53.4746560Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:21:53.4748543Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:21:53.4750293Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:21:53.4751928Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:21:53.4753944Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:21:53.4755851Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:21:53.4757594Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:21:53.4759379Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:21:53.4761130Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:21:53.4762879Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:21:53.4764587Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:21:53.4766272Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:21:53.4768062Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:21:53.4769975Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:21:53.4771888Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:21:53.4773744Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:21:53.4775517Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:21:53.4777336Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:21:53.4779200Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:21:53.4781287Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:21:53.4783244Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:21:53.4785156Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:21:53.4787219Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:21:53.4789266Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:21:53.4791282Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:21:53.4793350Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:21:53.4795270Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:21:53.4797206Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:21:53.4798979Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:21:53.4800714Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:21:53.4802568Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:21:53.4804535Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:21:53.4806449Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:21:53.4808529Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:21:53.4814473Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:21:53.4816281Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:21:53.4818086Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:21:53.4819772Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:21:53.4821589Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:21:53.4823469Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:21:53.4825267Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:21:53.4827240Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:21:53.4829175Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:21:53.4830981Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:21:53.4832848Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:21:53.4834850Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:21:53.4836821Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:21:53.4838986Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:21:53.4840834Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:21:53.4842692Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:21:53.4844561Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:21:53.4846413Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:21:53.4848167Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:21:53.4850415Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:21:53.4852421Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:21:53.4854752Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:21:53.4856875Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:21:53.4858928Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:21:53.4861423Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:21:53.4863273Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:21:53.4864352Z [ 10%] Built target allocator 2025-06-05T23:21:54.6145910Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:21:54.6147675Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:21:54.6149405Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:21:54.6151100Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:21:54.6152741Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:21:54.6154342Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:21:54.6155661Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:21:54.6156765Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:21:54.6158072Z [ 10%] Completed 'flatcc_external_project' 2025-06-05T23:21:54.6159526Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:21:54.6160542Z [ 10%] Built target flatcc_external_project 2025-06-05T23:21:54.6162101Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:21:54.6164568Z [ 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:21:54.6166584Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:21:54.6167448Z [ 10%] Built target cache 2025-06-05T23:21:54.6168304Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:21:54.6169668Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:21:54.6170903Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:21:54.6171714Z [ 10%] Built target microkernel-utils 2025-06-05T23:21:54.6172275Z [ 10%] Built target memory 2025-06-05T23:21:54.6173015Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:21:54.6174322Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:21:54.6176005Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:21:54.6177429Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:21:54.6179282Z [ 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:21:54.6180670Z [ 10%] Built target operator-utils 2025-06-05T23:21:54.6181136Z [ 10%] Built target mutex 2025-06-05T23:21:54.6182353Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:21:54.6184133Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:21:54.6185499Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:21:54.6186833Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:21:54.6188283Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:21:54.6190336Z [ 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:21:54.6192415Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:21:54.6194183Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:21:54.6196447Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:21:54.6197424Z [ 10%] Built target operator-run 2025-06-05T23:21:54.6199502Z [ 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:21:54.6202153Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:21:54.6203732Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:21:54.6204913Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:21:54.6206122Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:21:54.6207957Z [ 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:21:54.6212155Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:21:54.6214229Z [ 10%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:21:54.6216202Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:21:54.6218016Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:21:54.6218881Z [ 10%] Built target flatccrt 2025-06-05T23:21:54.6219773Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:21:54.6221893Z [ 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:21:54.6224425Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:21:54.6226804Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:21:54.6229361Z [ 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:21:54.6231396Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:21:54.6232801Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:21:54.6234162Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:21:54.6235927Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:21:54.6238286Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:21:54.6240860Z [ 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:21:54.6243659Z [ 10%] 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:54.6245524Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:21:54.6246675Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:21:54.6248452Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:21:54.6250748Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:21:54.6252519Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:21:54.6253890Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:21:54.6255218Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:21:54.6256424Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:21:54.6258159Z [ 10%] 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:54.6260292Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:21:54.6262320Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:21:54.6263957Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:21:54.6265304Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:21:54.6266619Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:21:54.6268265Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:21:54.6269988Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:21:54.6271483Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:21:54.6273702Z [ 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:21:54.6275780Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:21:54.6277271Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:21:55.6391679Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:21:55.6393943Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:21:55.6396048Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:21:55.6398144Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:21:55.6400586Z [ 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:21:55.6403215Z [ 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:21:55.6405952Z [ 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:21:55.6408393Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:21:55.6410396Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:21:55.6412253Z [ 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:55.6414481Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:21:55.6416609Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:21:55.6417985Z [100%] Linking CXX executable flatc 2025-06-05T23:21:55.6419406Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:21:55.6421719Z [ 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:21:55.6424127Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:21:55.6426436Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:21:55.6428815Z [ 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:21:55.6431400Z [ 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:21:55.6434304Z [ 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:21:55.6436879Z [ 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:21:55.6439476Z [ 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:55.6442093Z [ 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:55.6443660Z [ 12%] Built target operators 2025-06-05T23:21:55.6445009Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:21:55.6447314Z [ 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:55.6449869Z [ 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:55.6452455Z [ 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:21:55.6455106Z [ 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:21:55.6457779Z [ 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:21:55.6460322Z [ 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:55.6462662Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:21:55.6464922Z [ 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:55.6467480Z [ 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:55.6469554Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:21:55.6471728Z [ 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:55.6474310Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:21:55.6476752Z [ 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:55.6479390Z [ 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:55.6481768Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:21:55.6484365Z [ 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:55.6486946Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:21:55.6489071Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:21:55.6491330Z [ 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:21:55.6493820Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:21:55.6496132Z [ 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:21:55.6498667Z [ 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:21:55.6501178Z [ 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:21:55.6503862Z [ 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:21:55.6506270Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:21:55.6509130Z [ 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:21:55.6511554Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:21:55.6513973Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:21:55.6516409Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:21:55.6519108Z [ 13%] 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:55.6521660Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:21:55.6523956Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:21:55.6526528Z [ 13%] 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:55.6529249Z [ 14%] 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:55.6531779Z [ 14%] 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:56.1162132Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:21:56.1164400Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:21:56.1166532Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:21:56.1168812Z [ 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:21:56.1171291Z [ 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:21:56.1173781Z [ 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:21:56.1176255Z [ 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:21:56.1178803Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:21:56.1180897Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:21:56.1182873Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:21:56.1185098Z [ 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:21:56.1187326Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:21:56.1189485Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:21:56.1191490Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:21:56.1193720Z [ 15%] 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:56.1196256Z [ 15%] 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:56.1198531Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:21:56.1200763Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:21:56.1202789Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:21:56.1205257Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:21:56.1207993Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:21:56.1210165Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:21:56.1212115Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:21:56.1214303Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:21:56.1216671Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:21:56.1218194Z [100%] Built target flatc 2025-06-05T23:21:56.1219476Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:21:56.1221488Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:21:56.1223093Z [ 16%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:21:56.1225120Z [ 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:21:56.1227282Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:21:56.1229336Z [ 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:21:56.1232160Z [ 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:21:56.1235362Z [ 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:21:56.1238356Z [ 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:21:56.1241188Z [ 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:21:56.1244063Z [ 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:21:56.1246836Z [ 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:21:56.1248494Z [100%] Built target flatc 2025-06-05T23:21:56.1249074Z Install the project... 2025-06-05T23:21:56.1249581Z -- Install configuration: "" 2025-06-05T23:21:56.1250647Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:21:56.1252429Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:21:56.1254284Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:21:56.1256079Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:21:56.1257853Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:21:56.1259738Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:21:56.1261634Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:21:56.1263741Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:21:56.1265777Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:21:56.1267675Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:21:56.1269645Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:21:56.1271621Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:21:56.1273724Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:21:56.1275609Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:21:56.1277349Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:21:56.1279252Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:21:56.1281108Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:21:56.1282915Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:21:56.1284670Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:21:56.1286531Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:21:56.1288213Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:21:56.1290097Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:21:56.1292008Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:21:56.1293899Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:21:56.6608334Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:21:56.6610250Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:21:56.6612226Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:21:56.6613970Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:21:56.6615651Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:21:56.6617315Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:21:56.6618970Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:21:56.6620619Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:21:56.6622362Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:21:56.6624133Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:21:56.6626223Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:21:56.6628181Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:21:56.6630229Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:21:56.6632071Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:21:56.6634654Z [ 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:21:56.6636109Z [ 17%] Built target subgraph 2025-06-05T23:21:56.6637209Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:21:56.6639115Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:21:56.6641560Z [ 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:21:56.6644297Z [ 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:21:56.6646126Z [ 17%] Completed 'flatbuffers_external_project' 2025-06-05T23:21:56.6647928Z [ 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:21:56.6649501Z [ 17%] Built target flatbuffers_external_project 2025-06-05T23:21:56.6650259Z [ 17%] Generating common_schema headers 2025-06-05T23:21:56.6652118Z [ 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:21:56.6653899Z [ 17%] Built target common_schema 2025-06-05T23:21:56.6655747Z [ 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:21:56.6658331Z [ 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:21:56.6660801Z [ 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:21:56.6663380Z [ 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:21:56.6665989Z [ 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:21:56.6668583Z [ 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:21:56.6671112Z [ 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:21:56.6673863Z [ 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:21:56.6676499Z [ 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:21:56.6678205Z [ 18%] Generating qualcomm ir schema headers 2025-06-05T23:21:56.6678783Z [ 18%] Built target qcir 2025-06-05T23:21:56.6680416Z [ 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:21:56.6683290Z [ 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:21:56.6685097Z [ 18%] Generating qnn_schema headers 2025-06-05T23:21:56.6685870Z [ 19%] Generating xnnpack_schema headers 2025-06-05T23:21:56.6686452Z [ 19%] Built target qnn_schema 2025-06-05T23:21:56.6688250Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-06-05T23:21:56.6690059Z [ 19%] Generating scalar_type_schema headers 2025-06-05T23:21:56.6690689Z [ 19%] Built target xnnpack_schema 2025-06-05T23:21:56.6691228Z [ 19%] Built target scalar_type_schema 2025-06-05T23:21:56.6691943Z [ 19%] Generating program_schema headers 2025-06-05T23:21:56.6693180Z [ 19%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-06-05T23:21:56.6695463Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-06-05T23:21:56.6697034Z [ 19%] Built target program_schema 2025-06-05T23:21:56.6698902Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-06-05T23:21:56.6701630Z [ 19%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:21:56.6704050Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-06-05T23:21:56.6706702Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-06-05T23:21:56.6708540Z [ 19%] Generating flat_tensor_schema headers 2025-06-05T23:21:56.6709450Z [ 19%] Built target flat_tensor_schema 2025-06-05T23:21:56.6711259Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:21:56.6714197Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-06-05T23:21:56.6716979Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-06-05T23:21:56.6719831Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-06-05T23:21:56.6722912Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:21:56.6724942Z [ 20%] Linking CXX static library libqcir_utils.a 2025-06-05T23:21:56.6725613Z [ 20%] Built target qcir_utils 2025-06-05T23:21:56.6727528Z [ 20%] 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:56.6730747Z [ 20%] 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:56.6733971Z [ 21%] 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:56.6736254Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:21:56.6737643Z [ 21%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:21:56.6739875Z [ 21%] 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.7485193Z [ 21%] 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.7487062Z [ 21%] Built target qnn_executorch_logging 2025-06-05T23:21:57.7489165Z [ 21%] 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.7492360Z [ 21%] 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.7495109Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:21:57.7497371Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:21:57.7499214Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:21:57.7500959Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:21:57.7502936Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:21:57.7505574Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:21:57.7509111Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-06-05T23:21:57.7512490Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:21:57.7515086Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:21:57.7516637Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:21:57.7518977Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:21:57.7521141Z [ 23%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:21:57.7521902Z [ 23%] Built target qnn_implementation 2025-06-05T23:21:57.7523888Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-06-05T23:21:57.7526386Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:21:57.7528593Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-06-05T23:21:57.7530405Z [ 23%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:21:57.7531189Z [ 23%] Built target qnn_sys_implementation 2025-06-05T23:21:57.7532317Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:21:57.7533859Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:21:57.7535354Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:21:57.7537156Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:21:57.7538855Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:21:57.7540979Z [ 24%] 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:57.7543453Z [ 24%] 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:57.7545316Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:21:57.7546374Z [ 24%] Linking CXX static library libutils.a 2025-06-05T23:21:57.7546964Z [ 24%] Built target utils 2025-06-05T23:21:57.7548072Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:21:57.7549875Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:21:57.7551627Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:21:57.7553919Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:21:57.7556713Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:21:57.7558458Z [ 24%] Linking CXX static library libshared_buffer.a 2025-06-05T23:21:57.7559169Z [ 24%] Built target shared_buffer 2025-06-05T23:21:57.7560811Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-06-05T23:21:57.7562679Z [ 24%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:21:57.7563356Z [ 24%] Built target qnn_profiler 2025-06-05T23:21:57.7564652Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:21:57.7566886Z [ 25%] 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:57.7569045Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:21:57.7570837Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:21:57.7572602Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:21:57.7574913Z [ 25%] 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:57.7577743Z [ 25%] 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:57.7580167Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:21:57.7582115Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:21:57.7583787Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:21:57.7585276Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:21:57.7586440Z [ 25%] Linking CXX static library libwrappers.a 2025-06-05T23:21:57.7587085Z [ 25%] Built target wrappers 2025-06-05T23:21:57.7588610Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:21:57.7590559Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:21:57.7592114Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:21:57.7594116Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:21:57.7595941Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:21:57.7598185Z [ 25%] 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:57.7601069Z [ 25%] 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:57.7602908Z [ 25%] Linking CXX static library libqnn_logger.a 2025-06-05T23:21:57.7603572Z [ 25%] Built target qnn_logger 2025-06-05T23:21:57.7605245Z [ 25%] 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:57.7607850Z [ 25%] 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:57.7610413Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:21:57.7612002Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:21:57.7613856Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:21:57.7615217Z [ 26%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:21:57.7616844Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:21:57.7618963Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:21:59.1985796Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:21:59.1987725Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:21:59.1988987Z [ 26%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:21:59.1990550Z [ 26%] 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.1992226Z [ 26%] Built target executorch_core 2025-06-05T23:21:59.1992727Z [ 26%] Built target qnn_backend_cache 2025-06-05T23:21:59.1994523Z [ 26%] 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.1996507Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:21:59.1997553Z [ 26%] Linking CXX static library libqnn_backend.a 2025-06-05T23:21:59.1998162Z [ 26%] Built target qnn_backend 2025-06-05T23:21:59.1999105Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:21:59.2000876Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:21:59.2002822Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:21:59.2004782Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:21:59.2007247Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:21:59.2009449Z [ 26%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:21:59.2011503Z [ 26%] 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.2013214Z [ 26%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:21:59.2013911Z [ 26%] Built target qnn_custom_protocol 2025-06-05T23:21:59.2015146Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:21:59.2016816Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:21:59.2018582Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:21:59.2020817Z [ 26%] 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.2023293Z [ 26%] 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.2025731Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:21:59.2028369Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:21:59.2030728Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:21:59.2032628Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:21:59.2034808Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:21:59.2036325Z [ 27%] Linking CXX static library libexecutorch.a 2025-06-05T23:21:59.2038136Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-06-05T23:21:59.2039610Z [ 27%] Built target executorch 2025-06-05T23:21:59.2041144Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:21:59.2043298Z [ 27%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:21:59.2044703Z [ 27%] Linking CXX static library libqnn_device.a 2025-06-05T23:21:59.2045348Z [ 27%] Built target qnn_device 2025-06-05T23:21:59.2046604Z [ 27%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:21:59.2048928Z [ 27%] 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.2051494Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:21:59.2053725Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:21:59.2055167Z [ 28%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:21:59.2057041Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:21:59.2058525Z [ 28%] Built target extension_threadpool 2025-06-05T23:21:59.2059929Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:21:59.2062060Z [ 28%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-06-05T23:21:59.2064103Z [ 28%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-06-05T23:21:59.2066140Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:21:59.2067955Z [ 28%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:21:59.2069327Z [ 28%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:21:59.2070855Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:21:59.2073006Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:21:59.2074511Z [ 28%] Built target extension_data_loader 2025-06-05T23:21:59.2075911Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:21:59.2077694Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:21:59.2079469Z [ 28%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:21:59.2081828Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-06-05T23:21:59.2083651Z [ 28%] Linking CXX static library libextension_flat_tensor.a 2025-06-05T23:21:59.2085285Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:21:59.2086645Z [ 28%] Built target extension_flat_tensor 2025-06-05T23:21:59.2087495Z [ 29%] Linking CXX static library libextension_tensor.a 2025-06-05T23:21:59.2088823Z [ 29%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-06-05T23:21:59.2089807Z [ 29%] Built target extension_tensor 2025-06-05T23:21:59.2090902Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:21:59.2092544Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:21:59.2094359Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:21:59.2096752Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:21:59.2099146Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:21:59.2101551Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:21:59.2103176Z [ 29%] Linking CXX shared library libextension_module.so 2025-06-05T23:21:59.2104559Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:21:59.2106385Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:21:59.2107792Z [ 29%] Linking CXX static library libcpublas.a 2025-06-05T23:21:59.2108431Z [ 29%] Built target cpublas 2025-06-05T23:21:59.2109894Z [ 29%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-06-05T23:21:59.2111507Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:21:59.2112666Z [ 29%] Built target extension_module 2025-06-05T23:21:59.2114011Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:21:59.2116234Z [ 30%] 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:00.6129819Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:22:00.6132121Z [ 30%] 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:00.6134437Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:22:00.6136372Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:22:00.6138635Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:22:00.6140309Z [ 30%] Linking CXX static library libextension_module_static.a 2025-06-05T23:22:00.6142499Z [ 30%] 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:00.6144235Z [ 30%] Built target extension_module_static 2025-06-05T23:22:00.6146172Z [ 30%] 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:00.6148677Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:22:00.6151127Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-06-05T23:22:00.6154297Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-06-05T23:22:00.6156895Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:22:00.6158513Z [ 30%] Linking CXX static library libqnn_context.a 2025-06-05T23:22:00.6160103Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:22:00.6162726Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:00.6164589Z [ 30%] Built target qnn_context 2025-06-05T23:22:00.6165921Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:22:00.6168485Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:22:00.6170893Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:22:00.6172837Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:22:00.6175371Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:22:00.6178488Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-06-05T23:22:00.6181074Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:22:00.6183697Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:22:00.6186158Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:22:00.6188194Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:22:00.6190231Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:22:00.6192672Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:22:00.6195498Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:22:00.6197865Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:22:00.6200373Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-06-05T23:22:00.6202870Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:22:00.6205397Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-06-05T23:22:00.6208236Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-06-05T23:22:00.6214076Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:22:00.6216024Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:22:00.6218543Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-06-05T23:22:00.6220866Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:22:00.6223445Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-06-05T23:22:00.6225921Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:22:00.6227931Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:22:00.6229899Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:22:00.6232217Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-06-05T23:22:00.6234947Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-06-05T23:22:00.6237181Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:22:00.6239554Z [ 32%] 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:00.6242026Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:22:00.6244096Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:22:00.6246118Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:22:00.6248491Z [ 32%] 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:00.6250355Z [ 32%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:22:00.6251370Z [ 32%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:22:00.6252052Z [ 32%] Built target kernels_util_all_deps 2025-06-05T23:22:00.6253800Z [ 32%] 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:00.6255316Z [ 32%] Built target qnn_mem_manager 2025-06-05T23:22:00.6256499Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:22:00.6258353Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:22:00.6260222Z [ 32%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:22:00.6262441Z [ 32%] 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:00.6265150Z [ 32%] 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:00.6267416Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:22:00.6269556Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:22:00.6271574Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:22:00.6274049Z [ 32%] 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:03.2443803Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:22:03.2446199Z [ 33%] 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:03.2448340Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:22:03.2450376Z [ 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:22:03.2452234Z [ 33%] Linking CXX static library libqnn_graph.a 2025-06-05T23:22:03.2452884Z [ 33%] Built target qnn_graph 2025-06-05T23:22:03.2453912Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:22:03.2455392Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:22:03.2456946Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:22:03.2458596Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:22:03.2460151Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:22:03.2461708Z [ 36%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:22:03.2463792Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:22:03.2466349Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:22:03.2468432Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:22:03.2470426Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:22:03.2472337Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:22:03.2474033Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:22:03.2475751Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:22:03.2477837Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:22:03.2479826Z [ 36%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:22:03.2481861Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:22:03.2483765Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:22:03.2485254Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:22:03.2486846Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:22:03.2488423Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:22:03.2490537Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:22:03.2492558Z [ 36%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:22:03.2494668Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:03.2496694Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:22:03.2498314Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:22:03.2499898Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:22:03.2501546Z [ 36%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:22:03.2503124Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:22:03.2505240Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:22:03.2507217Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:22:03.2524755Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:22:03.2526389Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:22:03.2528003Z [ 36%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:22:03.2530196Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-06-05T23:22:03.2532418Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:22:03.2534467Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:22:03.2536468Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:22:03.2538056Z [ 37%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:22:03.2539599Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:22:03.2541612Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:22:03.2544111Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:03.2546543Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:22:03.2548171Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:22:03.2549818Z [ 37%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:22:03.2551478Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:22:03.2553707Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-06-05T23:22:03.2555694Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:22:03.2557372Z [ 37%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-06-05T23:22:03.2559079Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:22:03.2560304Z [ 37%] Linking CXX static library libqnn_factory.a 2025-06-05T23:22:03.2560933Z [ 37%] Built target qnn_factory 2025-06-05T23:22:03.2561956Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:22:03.2564011Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-06-05T23:22:03.2566209Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:22:03.2567785Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:22:03.2568963Z [ 37%] Linking CXX static library libquantized_kernels.a 2025-06-05T23:22:03.2569664Z [ 37%] Built target quantized_kernels 2025-06-05T23:22:03.2571020Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:22:03.2572707Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:22:03.2574701Z [ 38%] 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:03.2576631Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:22:03.2578658Z [ 38%] 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.1985562Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:22:06.1986926Z [ 38%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:22:06.1988327Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:22:06.1990764Z [ 38%] 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.1992496Z [ 38%] Built target qnn_dlc_manager 2025-06-05T23:22:06.1993466Z [ 38%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-05T23:22:06.1994997Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:22:06.1996999Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:22:06.1999751Z [ 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:22:06.2001657Z [ 38%] Generating code for kernel registration 2025-06-05T23:22:06.2003104Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:22:06.2004858Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:22:06.2006526Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:22:06.2009090Z [ 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:22:06.2011874Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:22:06.2013844Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:22:06.2016202Z [ 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:22:06.2018614Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:22:06.2020417Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:22:06.2022179Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:22:06.2024637Z [ 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:22:06.2027059Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:22:06.2028923Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:22:06.2030735Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:22:06.2033328Z [ 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:22:06.2036294Z [ 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:22:06.2038647Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:22:06.2040485Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:22:06.2042421Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:22:06.2044124Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:22:06.2046575Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-06-05T23:22:06.2048961Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:22:06.2051324Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:22:06.2053486Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:22:06.2055326Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:22:06.2057154Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:22:06.2059460Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-06-05T23:22:06.2061737Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:22:06.2063605Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:22:06.2065398Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:22:06.2067054Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:22:06.2069501Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-06-05T23:22:06.2072685Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-06-05T23:22:06.2075301Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:22:06.2077843Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-06-05T23:22:06.2080152Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:22:06.2081326Z [ 40%] Built target PyQnnWrapperAdaptor 2025-06-05T23:22:06.2082657Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:22:06.2084497Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:22:06.2086409Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:22:06.2088258Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:22:06.2090895Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-06-05T23:22:06.2093844Z [ 40%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:22:06.2095992Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:22:06.2097713Z [ 40%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:22:06.2099511Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:22:06.2101407Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:22:06.2103229Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:22:06.2105490Z [ 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.2107197Z [ 41%] Linking CXX static library libquantized_ops_lib.a 2025-06-05T23:22:06.2107948Z [ 41%] Built target quantized_ops_lib 2025-06-05T23:22:06.2110901Z [ 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.2113155Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:22:06.2115210Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:22:06.2117570Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-06-05T23:22:06.2119871Z [ 41%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:22:06.2122304Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:22:07.8534575Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:22:07.8537200Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:22:07.8540111Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:22:07.8542449Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:22:07.8544341Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:22:07.8546588Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-06-05T23:22:07.8548943Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:22:07.8551102Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-06-05T23:22:07.8552802Z [ 41%] Linking CXX static library libqnn_manager.a 2025-06-05T23:22:07.8553572Z [ 41%] Built target qnn_manager 2025-06-05T23:22:07.8554831Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:22:07.8557132Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-06-05T23:22:07.8559449Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:22:07.8561821Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-06-05T23:22:07.8563997Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:22:07.8565974Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:22:07.8568326Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-06-05T23:22:07.8570612Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:22:07.8572520Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:22:07.8574939Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:22:07.8577281Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:22:07.8579703Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:22:07.8582478Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:22:07.8584779Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:22:07.8586618Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:22:07.8588899Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-06-05T23:22:07.8591032Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:22:07.8593768Z [ 42%] 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:07.8596586Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:22:07.8599378Z [ 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:22:07.8601936Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:22:07.8603703Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:22:07.8606557Z [ 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:22:07.8609275Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:22:07.8610958Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:22:07.8613611Z [ 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:22:07.8616142Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:22:07.8618465Z [ 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:22:07.8620765Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:22:07.8622577Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:22:07.8624554Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:22:07.8626941Z [ 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:22:07.8629201Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:22:07.8631500Z [ 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:22:07.8633888Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:22:07.8636257Z [ 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:22:07.8638873Z [ 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:22:07.8641041Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:22:07.8643359Z [ 44%] 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:07.8645693Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:22:07.8648005Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:22:07.8650141Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:22:07.8651892Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:22:07.8654419Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-06-05T23:22:07.8656670Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:22:07.8659000Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-06-05T23:22:07.8661742Z [ 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:22:07.8663992Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:22:07.8666237Z [ 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:22:07.8668544Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:22:07.8670324Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:22:07.8672646Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-06-05T23:22:09.6749735Z [ 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:09.6752455Z [ 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:09.6754670Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:22:09.6756607Z [ 47%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:22:09.6758879Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:22:09.6760881Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:22:09.6762710Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:22:09.6764742Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-06-05T23:22:09.6766956Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-06-05T23:22:09.6769536Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-06-05T23:22:09.6771854Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:22:09.6774233Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-06-05T23:22:09.6776784Z [ 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:22:09.6778943Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:22:09.6780802Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:22:09.6783144Z [ 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:22:09.6785459Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:22:09.6787371Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:22:09.6788815Z [ 47%] Linking CXX shared library libqnn_executorch_backend.so 2025-06-05T23:22:09.6790500Z [ 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:22:09.6792687Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:22:09.6793890Z [ 47%] Built target qnn_executorch_backend 2025-06-05T23:22:09.6795669Z [ 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:22:09.6797921Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:22:09.6799700Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:22:09.6801867Z [ 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:22:09.6804373Z [ 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:22:09.6806614Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:22:09.6808637Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:22:09.6811687Z [ 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:22:09.6813930Z [ 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:22:09.6815815Z [ 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:22:09.6817250Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:22:09.6818540Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:22:09.6820131Z [ 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:22:09.6821697Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:22:09.6823252Z [ 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:22:09.6825060Z [ 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:22:09.6826814Z [ 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:22:09.6828465Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:22:09.6829713Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:22:09.6830859Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:22:09.6832104Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:22:09.6833538Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:22:09.6835110Z [ 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:22:09.6836881Z [ 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:22:09.6838683Z [ 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:22:09.6840235Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:22:09.6841616Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:22:09.6843014Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:22:09.6844456Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:22:09.6845704Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:22:09.6847430Z [ 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:09.6850024Z [ 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:09.6851958Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:22:09.6853549Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:22:09.6855439Z [ 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:09.6857182Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:22:09.6858779Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:22:09.6861556Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:22:09.6863304Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:22:09.6864695Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:22:09.6866504Z [ 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:09.6868294Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:22:09.6869842Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:22:11.5272768Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:22:11.5274759Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:22:11.5276784Z [ 49%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:22:11.5279188Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:22:11.5281270Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:22:11.5283685Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-06-05T23:22:11.5285642Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:22:11.5287391Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:22:11.5289190Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:22:11.5291353Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-06-05T23:22:11.5293650Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:22:11.5295533Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:22:11.5297288Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:22:11.5299458Z [ 50%] 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:11.5301457Z [ 50%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:22:11.5302910Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:22:11.5304643Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:22:11.5306749Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:22:11.5309436Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:22:11.5311931Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:22:11.5314220Z [ 50%] 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:11.5316326Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:22:11.5318223Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:22:11.5320449Z [ 50%] 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:11.5322997Z [ 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:11.5325117Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:22:11.5326540Z [ 52%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:22:11.5328005Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:22:11.5330202Z [ 52%] 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:11.5332304Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:22:11.5334455Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:22:11.5336097Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:22:11.5338429Z [ 52%] 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:11.5341906Z [ 52%] 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:11.5344416Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:22:11.5346343Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:22:11.5348857Z [ 52%] 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:11.5352183Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:22:11.5354504Z [ 52%] 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:11.5356709Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:22:11.5358443Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:22:11.5360622Z [ 52%] 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:11.5362896Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:22:11.5364900Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:22:11.5367147Z [ 52%] 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:11.5369782Z [ 52%] 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:11.5372372Z [ 52%] 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:11.5374696Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:22:11.5375917Z [ 52%] Built target optimized_kernels 2025-06-05T23:22:11.5376808Z [ 52%] Generating selected_operators.yaml for optimized_ops_lib 2025-06-05T23:22:11.5378671Z [ 52%] 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:11.5380779Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:22:11.5382930Z [ 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:22:11.5385501Z [ 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:22:11.5388093Z [ 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:22:11.5390458Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:22:11.5392232Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:22:11.5394520Z [ 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:22:11.5396231Z [ 52%] Generating code for kernel registration 2025-06-05T23:22:11.5397717Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:22:11.5399930Z [ 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:22:11.5402182Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:22:11.5403986Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:22:11.5405785Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:22:11.5407583Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:22:11.5410102Z [ 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:22:11.5412332Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:22:13.4229340Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:22:13.4231417Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:22:13.4233862Z [ 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:22:13.4236520Z [ 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:22:13.4240363Z [ 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:22:13.4242872Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:22:13.4244996Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:22:13.4247111Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:22:13.4249090Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:22:13.4251264Z [ 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:13.4253427Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:22:13.4255113Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:22:13.4257363Z [ 55%] 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:13.4260039Z [ 55%] 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:13.4262311Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:22:13.4264147Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:22:13.4265826Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:22:13.4267574Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:22:13.4269392Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:22:13.4271768Z [ 55%] 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:13.4274574Z [ 55%] 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:13.4277148Z [ 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:13.4279413Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:22:13.4281305Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:22:13.4283215Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:22:13.4285153Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:22:13.4287175Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:22:13.4289702Z [ 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:13.4291866Z [ 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:13.4294321Z [ 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:13.4296934Z [ 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:13.4299888Z [ 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:13.4302156Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:22:13.4304105Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:22:13.4306236Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:22:13.4308100Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:22:13.4310001Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:22:13.4312173Z [ 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:13.4314842Z [ 56%] 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:13.4317465Z [ 56%] 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:13.4319785Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:22:13.4321749Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:22:13.4323606Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:22:13.4325471Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:22:13.4327213Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:22:13.4329491Z [ 56%] 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:13.4332185Z [ 56%] 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:13.4334446Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:22:13.4336688Z [ 56%] 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:13.4339008Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:22:13.4341492Z [ 57%] 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:13.4344002Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:22:13.4346088Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:22:13.4347920Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:22:13.4350154Z [ 57%] 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:13.4352410Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:22:13.4354804Z [ 57%] 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:13.4357457Z [ 57%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:22:13.4359754Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:22:13.4361472Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:22:13.4363193Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:22:13.4364863Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:22:13.4367048Z [ 57%] 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:13.4369073Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:22:14.9541200Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:22:14.9542806Z [ 57%] Linking CXX static library liboptimized_ops_lib.a 2025-06-05T23:22:14.9543527Z [ 57%] Built target optimized_ops_lib 2025-06-05T23:22:14.9544847Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:22:14.9547197Z [ 57%] 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:14.9549845Z [ 57%] 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:14.9552067Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:22:14.9554060Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:22:14.9556216Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:22:14.9558212Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:22:14.9560518Z [ 57%] 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:14.9563122Z [ 57%] 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:14.9565413Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:22:14.9566730Z [ 57%] Built target PyQnnManagerAdaptor 2025-06-05T23:22:14.9568066Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:22:14.9570040Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:22:14.9572431Z [ 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:14.9574706Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:22:14.9576476Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:22:14.9578108Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:22:14.9580299Z [ 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:14.9582472Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:22:14.9584510Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:22:14.9586791Z [ 59%] 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:14.9588997Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:22:14.9590864Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:22:14.9593026Z [ 59%] 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:14.9595284Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:22:14.9597918Z [ 60%] 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:14.9600125Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:22:14.9601866Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:22:14.9603704Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:22:14.9605545Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:22:14.9608051Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:22:14.9610127Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:22:14.9612366Z [ 60%] 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:14.9615190Z [ 60%] 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:14.9617783Z [ 60%] 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:14.9619895Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:22:14.9622115Z [ 60%] 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:14.9624001Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:22:14.9625645Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:22:14.9627567Z [ 60%] 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:14.9629446Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:22:14.9631114Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:22:14.9632896Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:22:14.9634746Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:22:14.9636480Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:22:14.9638623Z [ 60%] 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:14.9640871Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:22:14.9642908Z [ 60%] 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:14.9644705Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:22:14.9646227Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:22:14.9647740Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:22:14.9649513Z [ 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:14.9651238Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:22:14.9653050Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:22:14.9654700Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:22:14.9656496Z [ 61%] 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:14.9658267Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:22:14.9659890Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:22:14.9661473Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:22:14.9663501Z [ 61%] 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:14.9665614Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:22:14.9667208Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:22:14.9668750Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:22:14.9670723Z [ 61%] 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:14.9672460Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:22:16.5195418Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:22:16.5197431Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:22:16.5199751Z [ 61%] 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:16.5202425Z [ 61%] 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:16.5205085Z [ 62%] 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:16.5207720Z [ 62%] 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:16.5215793Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:22:16.5217837Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:22:16.5219839Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:22:16.5222172Z [ 62%] 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:16.5224729Z [ 62%] 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:16.5227429Z [ 62%] 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:16.5230093Z [ 62%] 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:16.5232391Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:22:16.5234397Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:22:16.5236679Z [ 62%] 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:16.5238930Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:22:16.5240716Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:22:16.5242435Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:22:16.5244115Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:22:16.5245803Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:22:16.5248247Z [ 63%] 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:16.5250631Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:22:16.5252903Z [ 63%] 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:16.5255172Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:22:16.5257033Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:22:16.5259532Z [ 63%] 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:16.5261827Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:22:16.5263671Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:22:16.5265471Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:22:16.5267707Z [ 63%] 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:16.5269941Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:22:16.5272242Z [ 63%] 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:16.5274543Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:22:16.5276488Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:22:16.5278807Z [ 64%] 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:16.5281107Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:22:16.5283067Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:22:16.5284892Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:22:16.5286680Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:22:16.5289035Z [ 64%] 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:16.5291793Z [ 64%] 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:16.5294029Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:22:16.5295706Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:22:16.5297403Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:22:16.5299142Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:22:16.5301023Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:22:16.5303238Z [ 64%] 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:16.5305645Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:22:16.5307572Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:22:16.5309430Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:22:16.5311753Z [ 65%] 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:16.5314103Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:22:16.5315897Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:22:16.5317677Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:22:16.5319589Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:22:16.5321453Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:22:16.5323459Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:22:16.5325139Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:22:16.5326944Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:22:16.5329396Z [ 66%] 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:16.5331662Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:22:16.5333382Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:22:16.5335016Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:22:16.5336656Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:22:17.8928168Z [ 66%] 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:17.8931014Z [ 66%] 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:17.8933317Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:22:17.8935559Z [ 66%] 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:17.8937911Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:22:17.8939836Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:22:17.8942027Z [ 66%] 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:17.8944589Z [ 66%] 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:17.8947200Z [ 66%] 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:17.8949576Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:22:17.8951947Z [ 66%] 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:17.8954193Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:22:17.8956499Z [ 66%] 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:17.8958721Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:22:17.8961220Z [ 66%] 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:17.8964002Z [ 66%] 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:17.8966788Z [ 66%] 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:17.8969567Z [ 66%] 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:17.8971916Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:22:17.8974298Z [ 66%] 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:17.8976461Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:22:17.8978248Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:22:17.8980405Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:22:17.8982465Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:22:17.8984311Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:22:17.8986141Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:22:17.8987938Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:22:17.8990100Z [ 66%] 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:17.8992129Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:22:17.8994025Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:22:17.8996085Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:22:17.8998528Z [ 68%] 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:17.9001043Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:22:17.9003284Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:22:17.9005335Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:22:17.9007421Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:22:17.9009841Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:22:17.9011999Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:22:17.9014299Z [ 69%] 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:17.9016470Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:22:17.9018829Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:22:17.9021361Z [ 69%] 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:17.9023558Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:22:17.9025798Z [ 69%] 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:17.9027852Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:22:17.9029715Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:22:17.9031797Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:22:17.9034536Z [ 69%] 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:17.9037585Z [ 69%] 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:17.9039948Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:22:17.9041824Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:22:17.9043743Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:22:17.9046014Z [ 69%] 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:17.9048366Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:22:17.9050492Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:22:17.9052639Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:22:17.9054780Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:22:17.9057074Z [ 69%] 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:17.9059299Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:22:17.9061277Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:22:17.9063121Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:22:17.9065078Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:22:19.0262636Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:22:19.0265146Z [ 69%] 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:19.0267330Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:22:19.0269398Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:22:19.0271356Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:22:19.0273457Z [ 69%] 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:19.0275484Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:22:19.0276964Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:22:19.0278420Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:22:19.0280076Z [ 69%] 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:19.0281865Z [ 69%] 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:19.0283532Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:22:19.0285079Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:22:19.0286362Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:22:19.0287717Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:22:19.0289116Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:22:19.0290756Z [ 71%] 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:19.0292318Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:22:19.0293892Z [ 71%] 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:19.0295495Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:22:19.0297158Z [ 71%] 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:19.0298724Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:22:19.0300349Z [ 71%] 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:19.0301579Z [ 71%] Linking CXX static library libportable_kernels.a 2025-06-05T23:22:19.0302696Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:22:19.0304440Z [ 72%] 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:19.0306312Z [ 72%] 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:19.0308048Z [ 72%] 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:19.0312255Z [ 72%] 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:19.0314579Z [ 72%] 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:19.0317072Z [ 72%] 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:19.0319280Z [ 72%] 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:19.0321374Z [ 72%] 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:19.0323498Z [ 72%] 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:19.0325728Z [ 72%] 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:19.0327004Z [ 72%] Built target portable_kernels 2025-06-05T23:22:19.0328439Z [ 72%] 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:19.0330141Z [ 72%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:22:19.0331374Z [ 72%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:22:19.0333337Z [ 72%] 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:19.0336002Z [ 72%] 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:19.0338568Z [ 72%] 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:19.0340971Z [ 72%] 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:19.0343558Z [ 73%] 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:19.0346287Z [ 73%] 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:19.0348977Z [ 73%] 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:19.0351716Z [ 73%] 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:19.0354529Z [ 73%] 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:19.0357119Z [ 73%] 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:19.0359850Z [ 73%] 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:19.0361587Z [ 73%] Built target optimized_portable_kernels 2025-06-05T23:22:19.0363596Z [ 73%] 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:19.0366799Z [ 73%] 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:19.0369991Z [ 73%] 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:19.0373124Z [ 73%] 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:19.0374899Z [ 73%] Merging kernel yaml files 2025-06-05T23:22:19.0376884Z [ 73%] 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:19.0379727Z [ 73%] 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:19.0381433Z [ 73%] Generating code for kernel registration 2025-06-05T23:22:19.0383313Z [ 73%] 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:19.0386001Z [ 73%] 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:20.1574660Z [ 73%] 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:20.1578337Z [ 74%] 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:20.1581160Z [ 74%] 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:20.1583845Z [ 74%] 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:20.1585958Z [ 74%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:22:20.1588123Z [ 74%] 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:20.1591037Z [ 74%] 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:20.1593790Z [ 74%] 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:20.1596483Z [ 74%] 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:20.1598984Z [ 74%] 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:20.1601471Z [ 74%] 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:20.1603908Z [ 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:22:20.1606377Z [ 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:22:20.1609282Z [ 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:22:20.1611690Z [ 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:22:20.1613780Z [ 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:22:20.1615825Z [ 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:22:20.1617954Z [ 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:22:20.1620222Z [ 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:22:20.1622335Z [ 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:22:20.1623727Z [ 75%] Generating code for kernel registration 2025-06-05T23:22:20.1625324Z [ 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:22:20.1627728Z [ 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:22:20.1630416Z [ 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:22:20.1633780Z [ 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:22:20.1636928Z [ 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:22:20.1639679Z [ 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:22:20.1642366Z [ 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:22:20.1645311Z [ 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:22:20.1647987Z [ 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:22:20.1650576Z [ 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:22:20.1653242Z [ 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:22:20.1655716Z [ 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:22:20.1659252Z [ 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:22:20.1662336Z [ 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:22:20.1665874Z [ 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:22:20.1668574Z [ 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:22:20.1671253Z [ 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:22:20.1674042Z [ 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:22:20.1676670Z [ 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:22:20.1678936Z [ 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:22:20.1681295Z [ 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:22:20.1683647Z [ 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:22:20.1685828Z [ 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:22:20.1687955Z [ 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:22:20.1690312Z [ 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:22:20.1692551Z [ 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:22:20.1694791Z [ 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:22:20.1696984Z [ 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:22:20.1699183Z [ 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:22:21.1445442Z [ 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:22:21.1448764Z [ 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:22:21.1452010Z [ 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:22:21.1455125Z [ 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:22:21.1458203Z [ 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:22:21.1461646Z [ 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:22:21.1464465Z [ 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:22:21.1467162Z [ 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:22:21.1469929Z [ 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:22:21.1472766Z [ 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:22:21.1476163Z [ 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:22:21.1478904Z [ 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:22:21.1481603Z [ 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:22:21.1484333Z [ 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:22:21.1487143Z [ 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:22:21.1490021Z [ 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:22:21.1492897Z [ 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:22:21.1496085Z [ 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:22:21.1499284Z [ 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:22:21.1502448Z [ 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:22:21.1505508Z [ 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:22:21.1508400Z [ 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:22:21.1511123Z [ 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:22:21.1514186Z [ 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:22:21.1517119Z [ 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:22:21.1520276Z [ 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:22:21.1523128Z [ 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:22:21.1525972Z [ 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:22:21.1528862Z [ 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:22:21.1531814Z [ 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:22:21.1534694Z [ 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:22:21.1537561Z [ 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:22:21.1540357Z [ 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:22:21.1543156Z [ 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:22:21.1546018Z [ 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:22:21.1549015Z [ 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:22:21.1551872Z [ 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:22:21.1554868Z [ 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:22:21.1557706Z [ 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:22:21.1560681Z [ 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:22:21.1563649Z [ 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:22:21.1566385Z [ 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:22:21.1568976Z [ 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:22:21.1571734Z [ 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:22:21.1574616Z [ 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:22:21.1577717Z [ 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:22:21.9962387Z [ 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:22:21.9965560Z [ 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:22:21.9968341Z [ 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:22:21.9971371Z [ 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:22:21.9974222Z [ 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:22:21.9977068Z [ 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:22:21.9979817Z [ 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:22:21.9982583Z [ 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:22:21.9985191Z [ 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:22:21.9988078Z [ 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:22:21.9991143Z [ 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:22:21.9994438Z [ 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:22:21.9997802Z [ 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:22:22.0001192Z [ 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:22:22.0004530Z [ 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:22:22.0007938Z [ 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:22:22.0013745Z [ 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:22:22.0016734Z [ 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:22:22.0020015Z [ 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:22:22.0023313Z [ 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:22:22.0026406Z [ 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:22:22.0029169Z [ 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:22:22.0032086Z [ 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:22:22.0035206Z [ 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:22:22.0038734Z [ 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:22:22.0042023Z [ 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:22:22.0044962Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:22:22.0047950Z [ 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:22:22.0051251Z [ 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:22:22.0054557Z [ 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:22:22.0057912Z [ 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:22:22.0061147Z [ 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:22:22.0064416Z [ 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:22:22.0067753Z [ 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:22:22.0071367Z [ 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:22:22.0074715Z [ 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:22:22.0077895Z [ 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:22:22.0081172Z [ 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:22:22.0083237Z [ 82%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:22:22.0085408Z [ 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:22:22.0088701Z [ 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:22:22.0090463Z [ 82%] Built target portable_ops_lib 2025-06-05T23:22:22.0092486Z [ 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:22:22.0095583Z [ 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:22:22.0098737Z [ 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:22:22.0101875Z [ 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:22:22.0104973Z [ 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:22:22.0108022Z [ 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:22:22.0111373Z [ 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:22:22.8122813Z [ 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:22:22.8126154Z [ 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:22:22.8129643Z [ 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:22:22.8132835Z [ 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:22:22.8136095Z [ 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:22:22.8139346Z [ 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:22:22.8142591Z [ 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:22:22.8145802Z [ 83%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:22:22.8148950Z [ 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:22:22.8152208Z [ 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:22:22.8155558Z [ 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:22:22.8158733Z [ 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:22:22.8162081Z [ 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:22:22.8165344Z [ 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:22:22.8168974Z [ 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:22:22.8172220Z [ 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:22:22.8175611Z [ 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:22:22.8177585Z [ 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:22:22.8178898Z [ 83%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:22:22.8180569Z [ 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:22:22.8182092Z [ 83%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:22:22.8183724Z [ 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:22:22.8186348Z [ 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:22:22.8189497Z [ 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:22:22.8192585Z [ 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:22:22.8195386Z [ 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:22:22.8198169Z [ 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:22:22.8200777Z [ 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:22:22.8203392Z [ 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:22:22.8205884Z [ 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:22:22.8208170Z [ 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:22:22.8210250Z [ 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:22:22.8211587Z [ 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:22:22.8213300Z [ 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:22:22.8214811Z [ 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:22:22.8216301Z [ 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:22:22.8217797Z [ 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:22:22.8219210Z [ 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:22:22.8220559Z [ 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:22:22.8221995Z [ 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:22:22.8223443Z [ 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:22:22.8235836Z [ 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:22:22.8238271Z [ 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:22:22.8240848Z [ 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:22:22.8243157Z [ 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:22:22.8245792Z [ 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:22:22.8248141Z [ 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:22:22.8250623Z [ 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:22:22.8252836Z [ 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:22:22.8254924Z [ 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:22:23.4629022Z [ 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:22:23.4631558Z [ 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:22:23.4634144Z [ 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:22:23.4636664Z [ 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:22:23.4639180Z [ 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:22:23.4641670Z [ 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:22:23.4644283Z [ 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:22:23.4647372Z [ 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:22:23.4650175Z [ 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:22:23.4652866Z [ 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:22:23.4655471Z [ 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:22:23.4658190Z [ 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:22:23.4661037Z [ 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:22:23.4663941Z [ 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:22:23.4666843Z [ 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:22:23.4669885Z [ 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:22:23.4672932Z [ 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:22:23.4675993Z [ 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:22:23.4679033Z [ 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:22:23.4681794Z [ 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:22:23.4684510Z [ 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:22:23.4687208Z [ 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:22:23.4689965Z [ 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:22:23.4692727Z [ 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:22:23.4695654Z [ 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:22:23.4698704Z [ 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:22:23.4701773Z [ 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:22:23.4704914Z [ 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:22:23.4708128Z [ 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:22:23.4711582Z [ 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:22:23.4714733Z [ 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:22:23.4717801Z [ 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:22:23.4720947Z [ 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:22:23.4723891Z [ 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:22:23.4726900Z [ 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:22:23.4729977Z [ 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:22:23.4733055Z [ 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:22:23.4736118Z [ 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:22:23.4739212Z [ 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:22:23.4742343Z [ 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:22:23.4745196Z [ 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:22:23.4747848Z [ 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:22:23.4750567Z [ 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:22:23.4753393Z [ 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:22:23.4756068Z [ 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:22:23.4758765Z [ 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:22:23.4761326Z [ 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:22:23.4764157Z [ 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:22:23.4767088Z [ 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:22:23.4770063Z [ 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:22:23.4773254Z [ 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:22:24.2533703Z [ 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:22:24.2536631Z [ 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:22:24.2539122Z [ 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:22:24.2542089Z [ 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:22:24.2544859Z [ 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:22:24.2547590Z [ 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:22:24.2550329Z [ 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:22:24.2553110Z [ 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:22:24.2555889Z [ 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:22:24.2558790Z [ 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:22:24.2561670Z [ 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:22:24.2564469Z [ 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:22:24.2567232Z [ 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:22:24.2569993Z [ 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:22:24.2572650Z [ 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:22:24.2575322Z [ 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:22:24.2577917Z [ 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:22:24.2580504Z [ 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:22:24.2583188Z [ 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:22:24.2585861Z [ 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:22:24.2588751Z [ 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:22:24.2591393Z [ 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:22:24.2594067Z [ 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:22:24.2596805Z [ 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:22:24.2599619Z [ 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:22:24.2602045Z [ 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:22:24.2604443Z [ 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:22:24.2606770Z [ 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:22:24.2609388Z [ 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:22:24.2611921Z [ 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:22:24.2614601Z [ 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:22:24.2617412Z [ 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:22:24.2620024Z [ 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:22:24.2622480Z [ 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:22:24.2625018Z [ 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:22:24.2628135Z [ 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:22:24.2630701Z [ 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:22:24.2633415Z [ 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:22:24.2636745Z [ 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:22:24.2639435Z [ 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:22:24.2641958Z [ 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:22:24.2644549Z [ 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:22:24.2647506Z [ 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:22:24.2649946Z [ 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:22:24.2652275Z [ 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:22:24.2654539Z [ 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:22:24.2657138Z [ 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:22:24.2659544Z [ 91%] 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:24.2661849Z [ 91%] 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:24.2664014Z [ 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:22:24.2666305Z [ 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:22:24.9187880Z [ 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:22:24.9190733Z [ 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:22:24.9193714Z [ 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:22:24.9196114Z [ 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:22:24.9198408Z [ 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:22:24.9200686Z [ 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:22:24.9203158Z [ 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:22:24.9205694Z [ 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:22:24.9208212Z [ 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:22:24.9211148Z [ 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:22:24.9213990Z [ 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:22:24.9216713Z [ 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:22:24.9219468Z [ 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:22:24.9222549Z [ 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:22:24.9225335Z [ 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:22:24.9227800Z [ 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:22:24.9230205Z [ 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:22:24.9232631Z [ 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:22:24.9235288Z [ 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:22:24.9237706Z [ 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:22:24.9240187Z [ 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:22:24.9242732Z [ 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:22:24.9245230Z [ 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:22:24.9247601Z [ 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:22:24.9249889Z [ 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:22:24.9252250Z [ 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:22:24.9254547Z [ 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:22:24.9256866Z [ 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:22:24.9258945Z [ 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:22:24.9261356Z [ 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:22:24.9263808Z [ 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:22:24.9266193Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:22:24.9268601Z [ 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:22:24.9271271Z [ 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:22:24.9273743Z [ 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:22:24.9276077Z [ 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:22:24.9278580Z [ 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:22:24.9280996Z [ 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:22:24.9282994Z [ 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:22:24.9285267Z [ 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:22:24.9287795Z [ 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:22:24.9290670Z [ 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:22:24.9293674Z [ 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:22:24.9296726Z [ 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:22:24.9299591Z [ 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:22:24.9302113Z [ 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:22:24.9304515Z [ 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:22:24.9307071Z [ 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:22:24.9309875Z [ 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:22:24.9312548Z [ 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:22:24.9315170Z [ 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:22:24.9317833Z [ 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:22:24.9320614Z [ 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:22:26.0604330Z [ 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:22:26.0607102Z [ 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:22:26.0610146Z [ 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:22:26.0612727Z [ 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:22:26.0614905Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:22:26.0616445Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-06-05T23:22:26.0618950Z [ 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:22:26.0621310Z [ 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:22:26.0623579Z [ 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:22:26.0625756Z [ 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:22:26.0628132Z [ 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:22:26.0630456Z [ 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:22:26.0632784Z [ 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:22:26.0635167Z [ 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:22:26.0637635Z [ 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:22:26.0640326Z [ 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:22:26.0643155Z [ 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:22:26.0645882Z [ 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:22:26.0648201Z [ 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:22:26.0650478Z [ 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:22:26.0653015Z [ 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:22:26.0655378Z [ 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:22:26.0657857Z [ 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:22:26.0660593Z [ 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:22:26.0663377Z [ 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:22:26.0665972Z [ 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:22:26.0668546Z [ 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:22:26.0671239Z [ 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:22:26.0674173Z [ 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:22:26.0677234Z [ 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:22:26.0679764Z [ 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:22:26.0681916Z [ 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:22:26.0684014Z [ 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:22:26.0686156Z [ 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:22:26.0688291Z [ 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:22:26.0690473Z [ 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:22:26.0692611Z [ 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:22:26.0694590Z [ 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:22:26.0696699Z [ 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:22:26.0698884Z [ 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:22:26.0701021Z [ 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:22:26.0703243Z [ 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:22:26.0705504Z [ 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:22:26.0707940Z [ 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:22:26.0711075Z [ 98%] 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.0712907Z [ 98%] 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.0714755Z [ 98%] 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.0716409Z [ 98%] 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.0718100Z [ 98%] 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.0719769Z [ 98%] 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.0721468Z [ 98%] 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.0723118Z [ 98%] 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.0724723Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:22:26.0725903Z [ 98%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:22:26.0726430Z [ 98%] Built target microkernels-prod 2025-06-05T23:22:26.0726981Z [ 98%] Generating build_identifier.c 2025-06-05T23:22:26.0728118Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:22:26.0729716Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:22:27.1503286Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:22:27.1505247Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:22:27.1507301Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:22:27.1508638Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:22:27.1510073Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:22:27.1511201Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:22:27.1512658Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:22:27.1514280Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:22:27.1515509Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:22:27.1516712Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:22:27.1518008Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:22:27.1519191Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:22:27.1520378Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:22:27.1521663Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:22:27.1522890Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:22:27.1524285Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:22:27.1525763Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:22:27.1527350Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:22:27.1528807Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:22:27.1530263Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:22:27.1531558Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:22:27.1532776Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:22:27.1533977Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:22:27.1535433Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:22:27.1536826Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:22:27.1538181Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:22:27.1539250Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:22:27.1540465Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:22:27.1541440Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:22:27.1541836Z [100%] Built target XNNPACK 2025-06-05T23:22:27.1542724Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:22:27.1543733Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:22:27.1544799Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:22:27.1545809Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:22:27.1546873Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:22:27.1548060Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:22:27.1548885Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:22:27.1549324Z [100%] Built target xnnpack_backend 2025-06-05T23:22:27.1550001Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_fallback.cpp.o 2025-06-05T23:22:27.1551167Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:22:27.1552277Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2025-06-05T23:22:27.1553319Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_update_cache.cpp.o 2025-06-05T23:22:27.1554382Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-06-05T23:22:27.1555548Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:22:27.1556437Z [100%] Linking CXX static library libcustom_ops.a 2025-06-05T23:22:27.1556848Z [100%] Built target custom_ops 2025-06-05T23:22:27.1557276Z Install the project... 2025-06-05T23:22:27.1557626Z -- Install configuration: "Release" 2025-06-05T23:22:27.1558047Z -- Installing: /pytorch/executorch/cmake-out/lib/libflatccrt.a 2025-06-05T23:22:27.1558633Z -- Installing: /pytorch/executorch/cmake-out/include/fxdiv.h 2025-06-05T23:22:27.1559267Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-config.cmake 2025-06-05T23:22:27.1559950Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpuinfo.a 2025-06-05T23:22:27.1560522Z -- Installing: /pytorch/executorch/cmake-out/include/cpuinfo.h 2025-06-05T23:22:27.1561060Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets.cmake 2025-06-05T23:22:27.1561850Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets-release.cmake 2025-06-05T23:22:27.1562680Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/libcpuinfo.pc 2025-06-05T23:22:27.1563342Z -- Installing: /pytorch/executorch/cmake-out/include/pthreadpool.h 2025-06-05T23:22:27.1563947Z -- Installing: /pytorch/executorch/cmake-out/lib/libpthreadpool.a 2025-06-05T23:22:27.1564753Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_portable_kernels.a 2025-06-05T23:22:27.1565476Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_kernels.a 2025-06-05T23:22:27.1566097Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_ops_lib.a 2025-06-05T23:22:27.1566785Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/Functions.h 2025-06-05T23:22:27.1567668Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-06-05T23:22:27.1568457Z -- Installing: /pytorch/executorch/cmake-out/lib/libeigen_blas.a 2025-06-05T23:22:27.1568932Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-06-05T23:22:27.1569540Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_kernels.a 2025-06-05T23:22:27.1570236Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_ops_lib.a 2025-06-05T23:22:27.1570960Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/Functions.h 2025-06-05T23:22:27.1572054Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/NativeFunctions.h 2025-06-05T23:22:27.1572874Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-06-05T23:22:27.1573671Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_native_cpu_ops_lib.a 2025-06-05T23:22:27.1574343Z -- Installing: /pytorch/executorch/cmake-out/lib/Functions.h 2025-06-05T23:22:27.1574939Z -- Installing: /pytorch/executorch/cmake-out/lib/NativeFunctions.h 2025-06-05T23:22:27.1575630Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core 2025-06-05T23:22:27.1576464Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/array_ref.h 2025-06-05T23:22:27.1577191Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/data_loader.h 2025-06-05T23:22:27.1578037Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/defines.h 2025-06-05T23:22:27.1578685Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/error.h 2025-06-05T23:22:27.1579646Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/evalue.h 2025-06-05T23:22:27.1580434Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-06-05T23:22:27.1581344Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-05T23:22:27.1582381Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-05T23:22:27.1583350Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten 2025-06-05T23:22:27.1584217Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-05T23:22:27.1585055Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:22:27.1590417Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-05T23:22:27.1591944Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-05T23:22:27.1592827Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-05T23:22:27.1593768Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:22:27.1594605Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-05T23:22:27.1595536Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-05T23:22:27.1596618Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-05T23:22:27.1597671Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-05T23:22:27.1598669Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-05T23:22:27.1599622Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-06-05T23:22:27.1600496Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-06-05T23:22:27.1601361Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/function_ref.h 2025-06-05T23:22:27.1602330Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-05T23:22:27.1603306Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-06-05T23:22:27.1604361Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-06-05T23:22:27.1605321Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type 2025-06-05T23:22:27.1606238Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-05T23:22:27.1607078Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-05T23:22:27.1608023Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-05T23:22:27.1609506Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:22:27.1610433Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:22:27.1611267Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:22:27.1612158Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-05T23:22:27.1613096Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-05T23:22:27.1614056Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:22:27.1614967Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-05T23:22:27.1615953Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-05T23:22:27.1616964Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-05T23:22:27.1617929Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-05T23:22:27.1618835Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-05T23:22:27.1619795Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-05T23:22:27.1620775Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-05T23:22:27.1621692Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-05T23:22:27.1622643Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-05T23:22:27.1623674Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-05T23:22:27.1624682Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-05T23:22:27.1625671Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-05T23:22:27.1626528Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-06-05T23:22:27.1627423Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-06-05T23:22:27.1628260Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-06-05T23:22:27.1629053Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-06-05T23:22:27.1629880Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-05T23:22:27.1630682Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-06-05T23:22:27.1631507Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-05T23:22:27.1632394Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-06-05T23:22:27.1633203Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-06-05T23:22:27.1634118Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-05T23:22:27.1634967Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-05T23:22:27.1635783Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/test 2025-06-05T23:22:27.1636488Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/result.h 2025-06-05T23:22:27.1637129Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/span.h 2025-06-05T23:22:27.1637767Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tag.h 2025-06-05T23:22:27.1638429Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-06-05T23:22:27.1639192Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-05T23:22:27.1639935Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/test 2025-06-05T23:22:27.1640574Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel 2025-06-05T23:22:27.1641248Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-06-05T23:22:27.1642051Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-05T23:22:27.1642857Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-06-05T23:22:27.1643578Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test 2025-06-05T23:22:27.1644276Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-06-05T23:22:27.1645186Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-05T23:22:27.1645941Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform 2025-06-05T23:22:27.1646589Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/abort.h 2025-06-05T23:22:27.1647291Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/assert.h 2025-06-05T23:22:27.1647979Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/clock.h 2025-06-05T23:22:27.1648711Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-06-05T23:22:27.1649462Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compiler.h 2025-06-05T23:22:27.1650152Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/default 2025-06-05T23:22:27.1650833Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/log.h 2025-06-05T23:22:27.1651516Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/platform.h 2025-06-05T23:22:27.1652269Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/profiler.h 2025-06-05T23:22:27.1653000Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/runtime.h 2025-06-05T23:22:27.1653690Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/system.h 2025-06-05T23:22:27.1654371Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test 2025-06-05T23:22:27.1655064Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/pal_spy.h 2025-06-05T23:22:27.1655853Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-06-05T23:22:27.1656634Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/types.h 2025-06-05T23:22:27.1657293Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util 2025-06-05T23:22:27.1658245Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-05T23:22:28.9942087Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-06-05T23:22:28.9943941Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/test 2025-06-05T23:22:28.9945603Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-06-05T23:22:28.9947167Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor 2025-06-05T23:22:28.9948628Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor.h 2025-06-05T23:22:28.9950209Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-06-05T23:22:28.9952328Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-06-05T23:22:28.9954322Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-05T23:22:28.9956060Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/test 2025-06-05T23:22:28.9957710Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool 2025-06-05T23:22:28.9959284Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-05T23:22:28.9960937Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/test 2025-06-05T23:22:28.9962570Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-06-05T23:22:28.9964296Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-05T23:22:28.9965776Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch.a 2025-06-05T23:22:28.9968567Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch_core.a 2025-06-05T23:22:28.9969775Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-05T23:22:28.9971007Z -- Installing: /pytorch/executorch/cmake-out/lib/libqnn_executorch_backend.so 2025-06-05T23:22:28.9971981Z -- Installing: /pytorch/executorch/cmake-out/lib/libXNNPACK.a 2025-06-05T23:22:28.9972808Z -- Installing: /pytorch/executorch/cmake-out/include/xnnpack.h 2025-06-05T23:22:28.9973750Z -- Installing: /pytorch/executorch/cmake-out/include/experiments-config.h 2025-06-05T23:22:28.9974781Z -- Installing: /pytorch/executorch/cmake-out/lib/libmicrokernels-prod.a 2025-06-05T23:22:28.9975751Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libmicrokernels-prod.a 2025-06-05T23:22:28.9976677Z -- Installing: /pytorch/executorch/cmake-out/lib/libxnnpack_backend.a 2025-06-05T23:22:28.9977687Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_data_loader.a 2025-06-05T23:22:28.9978762Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_flat_tensor.a 2025-06-05T23:22:28.9979962Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module.so 2025-06-05T23:22:28.9981058Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module_static.a 2025-06-05T23:22:28.9982231Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_tensor.a 2025-06-05T23:22:28.9983336Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_threadpool.a 2025-06-05T23:22:28.9984360Z -- Installing: /pytorch/executorch/cmake-out/lib/libcustom_ops.a 2025-06-05T23:22:28.9985325Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_kernels.a 2025-06-05T23:22:28.9986351Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_ops_lib.a 2025-06-05T23:22:28.9987571Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-06-05T23:22:28.9989081Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-05T23:22:28.9990127Z + cmake_build_llama_runner 2025-06-05T23:22:28.9990593Z + echo 'Building llama runner' 2025-06-05T23:22:28.9991065Z Building llama runner 2025-06-05T23:22:28.9991500Z + pushd extension/llm/tokenizers 2025-06-05T23:22:28.9992226Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch 2025-06-05T23:22:28.9993061Z + echo 'Updating tokenizers submodule' 2025-06-05T23:22:28.9993740Z Updating tokenizers submodule 2025-06-05T23:22:28.9994250Z + git submodule update --init 2025-06-05T23:22:28.9994730Z + popd 2025-06-05T23:22:28.9995076Z /pytorch/executorch 2025-06-05T23:22:28.9995520Z + dir=examples/models/llama 2025-06-05T23:22:28.9996696Z + retry cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -Bcmake-out/examples/models/llama examples/models/llama 2025-06-05T23:22:28.9998575Z + cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -Bcmake-out/examples/models/llama examples/models/llama 2025-06-05T23:22:28.9999842Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:22:29.0000530Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:22:29.0001191Z -- Detecting C compiler ABI info 2025-06-05T23:22:29.0001832Z -- Detecting C compiler ABI info - done 2025-06-05T23:22:29.0002577Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:22:29.0003266Z -- Detecting C compile features 2025-06-05T23:22:29.0003767Z -- Detecting C compile features - done 2025-06-05T23:22:29.0004295Z -- Detecting CXX compiler ABI info 2025-06-05T23:22:29.0004811Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:22:29.0005466Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:22:29.0006114Z -- Detecting CXX compile features 2025-06-05T23:22:29.0006620Z -- Detecting CXX compile features - done 2025-06-05T23:22:29.0007617Z CMake Warning (dev) at CMakeLists.txt:82 (find_package): 2025-06-05T23:22:29.0008528Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-06-05T23:22:29.0009734Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-06-05T23:22:29.0010720Z cmake_policy command to set the policy and suppress this warning. 2025-06-05T23:22:29.0011261Z 2025-06-05T23:22:29.0011464Z CMake variable EXECUTORCH_ROOT is set to: 2025-06-05T23:22:29.0011857Z 2025-06-05T23:22:29.0012113Z /pytorch/executorch/examples/models/llama/../../.. 2025-06-05T23:22:29.0012551Z 2025-06-05T23:22:29.0012810Z Environment variable EXECUTORCH_ROOT is set to: 2025-06-05T23:22:29.0013200Z 2025-06-05T23:22:29.0013363Z /pytorch/executorch/.ci 2025-06-05T23:22:29.0013646Z 2025-06-05T23:22:29.0014034Z For compatibility, find_package is ignoring the variable, but code in a 2025-06-05T23:22:29.0014787Z .cmake module might still use it. 2025-06-05T23:22:29.0015474Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-06-05T23:22:29.0016314Z  2025-06-05T23:22:29.0016733Z etdump library is not found. 2025-06-05T23:22:29.0017579Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0018591Z bundled_program library is not found. 2025-06-05T23:22:29.0019494Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0020431Z coreml_util library is not found. 2025-06-05T23:22:29.0021279Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0022125Z coreml_inmemoryfs library is not found. 2025-06-05T23:22:29.0022999Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0023793Z coremldelegate library is not found. 2025-06-05T23:22:29.0024573Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0025358Z mpsdelegate library is not found. 2025-06-05T23:22:29.0026308Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0027116Z neuron_backend library is not found. 2025-06-05T23:22:29.0027816Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0028376Z extension_runner_util library is not found. 2025-06-05T23:22:29.0028880Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0029551Z extension_training library is not found. 2025-06-05T23:22:29.0030364Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0030918Z kleidiai library is not found. 2025-06-05T23:22:29.0031629Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0032241Z vulkan_backend library is not found. 2025-06-05T23:22:29.0032874Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0033628Z quantized_ops_aot_lib library is not found. 2025-06-05T23:22:29.0034323Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:22:29.0035331Z -- executorch: Using source file list /pytorch/executorch/cmake-out/examples/models/llama/runner/../../../../executorch_srcs.cmake 2025-06-05T23:22:29.0036402Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-06-05T23:22:29.0036922Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-06-05T23:22:29.0037445Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-06-05T23:22:29.0037975Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-06-05T23:22:29.0038460Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:22:29.0038944Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:22:29.0039388Z -- Found Threads: TRUE 2025-06-05T23:22:29.0040603Z CMake Deprecation Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/CMakeLists.txt:15 (cmake_minimum_required): 2025-06-05T23:22:29.0041813Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:22:29.0042341Z CMake. 2025-06-05T23:22:29.0042496Z 2025-06-05T23:22:29.0042774Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:22:29.0043493Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:22:29.0044128Z to work with policies introduced by or earlier. 2025-06-05T23:22:29.0044453Z 2025-06-05T23:22:29.0044602Z  2025-06-05T23:22:29.0044844Z -- VERSION: 0.2.1 2025-06-05T23:22:29.0045176Z -- Not Found TCMalloc: TCMALLOC_LIB-NOTFOUND 2025-06-05T23:22:29.0045580Z -- Configuring done (1.2s) 2025-06-05T23:22:29.0045920Z -- Generating done (0.4s) 2025-06-05T23:22:29.0046453Z -- Build files have been written to: /pytorch/executorch/cmake-out/examples/models/llama 2025-06-05T23:22:29.0047210Z + cmake --build cmake-out/examples/models/llama -j9 --config Release 2025-06-05T23:22:29.0048504Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-06-05T23:22:29.0050122Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-06-05T23:22:29.0051837Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-06-05T23:22:29.0053538Z [ 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:22:29.0055420Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-06-05T23:22:29.0057341Z [ 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:22:29.7450031Z [ 1%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-06-05T23:22:29.7452678Z [ 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:22:29.7456098Z [ 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:22:29.7458632Z [ 1%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-06-05T23:22:29.7459688Z [ 2%] Linking CXX static library libabsl_spinlock_wait.a 2025-06-05T23:22:29.7460429Z [ 2%] Built target utf8_for_code_point 2025-06-05T23:22:29.7461903Z [ 2%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-06-05T23:22:29.7463418Z [ 2%] Linking CXX static library libabsl_strerror.a 2025-06-05T23:22:29.7464118Z [ 2%] Built target spinlock_wait 2025-06-05T23:22:29.7466800Z [ 2%] 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:22:29.7469399Z [ 2%] Linking CXX static library libabsl_log_severity.a 2025-06-05T23:22:29.7470072Z [ 2%] Built target strerror 2025-06-05T23:22:29.7471790Z [ 2%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-06-05T23:22:29.7473430Z [ 2%] Built target log_severity 2025-06-05T23:22:29.7474982Z [ 3%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-06-05T23:22:29.7476598Z [ 3%] Linking CXX static library libabsl_civil_time.a 2025-06-05T23:22:29.7478308Z [ 3%] 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:22:29.7480018Z [ 4%] Linking CXX static library libabsl_exponential_biased.a 2025-06-05T23:22:29.7480752Z [ 4%] Built target civil_time 2025-06-05T23:22:29.7481497Z [ 5%] Linking CXX static library libabsl_int128.a 2025-06-05T23:22:29.7483248Z [ 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:22:29.7484895Z [ 6%] Linking CXX static library libabsl_leak_check.a 2025-06-05T23:22:29.7485605Z [ 6%] Built target exponential_biased 2025-06-05T23:22:29.7487304Z [ 6%] 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:22:29.7488766Z [ 6%] Built target int128 2025-06-05T23:22:29.7489248Z [ 6%] Built target leak_check 2025-06-05T23:22:29.7490756Z [ 6%] 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:22:29.7494194Z [ 6%] 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:22:29.7496638Z [ 6%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-06-05T23:22:29.7497720Z [ 6%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-06-05T23:22:29.7498471Z [ 6%] Built target flags_commandlineflag_internal 2025-06-05T23:22:29.7499916Z [ 6%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/builder.cc.o 2025-06-05T23:22:29.7501261Z [ 6%] Built target log_internal_nullguard 2025-06-05T23:22:29.7503626Z [ 7%] 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:22:29.7506736Z [ 7%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-06-05T23:22:29.7508341Z [ 7%] Linking CXX static library libabsl_random_internal_platform.a 2025-06-05T23:22:29.7509753Z [ 7%] Built target random_internal_platform 2025-06-05T23:22:29.7511279Z [ 7%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/unicode_script.cc.o 2025-06-05T23:22:29.7512892Z [ 8%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-06-05T23:22:29.7514647Z [ 9%] 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:22:29.7515947Z [ 9%] Built target random_seed_gen_exception 2025-06-05T23:22:29.7518490Z [ 9%] 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:22:29.7521676Z [ 9%] 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:22:29.7524175Z [ 10%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-06-05T23:22:29.7527569Z [ 11%] 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:22:29.7530132Z [ 11%] Linking CXX static library libabsl_raw_logging_internal.a 2025-06-05T23:22:29.7530882Z [ 11%] Built target raw_logging_internal 2025-06-05T23:22:29.7532664Z [ 11%] 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:22:29.7535297Z [ 11%] 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:22:29.7537694Z [ 11%] 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:22:29.7539126Z [ 11%] Linking CXX static library libabsl_periodic_sampler.a 2025-06-05T23:22:29.7539830Z [ 11%] Built target periodic_sampler 2025-06-05T23:22:29.7542328Z [ 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/common.cc.o 2025-06-05T23:22:29.7545084Z [ 11%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-06-05T23:22:29.7546889Z [ 11%] 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:22:29.7548215Z [ 11%] Built target decode_rust_punycode 2025-06-05T23:22:29.7549731Z [ 11%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/trainer_factory.cc.o 2025-06-05T23:22:29.7551955Z [ 11%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-06-05T23:22:29.7553532Z [ 11%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-06-05T23:22:29.7556222Z [ 11%] 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:22:29.7558304Z [ 11%] Built target bad_any_cast_impl 2025-06-05T23:22:29.7560703Z [ 11%] 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:22:29.7563156Z [ 12%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-06-05T23:22:29.7564905Z [ 12%] 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:22:29.7567082Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/builder.cc:47:15: warning: unused variable 'kMaxUnicode' [-Wunused-const-variable] 2025-06-05T23:22:29.7568518Z constexpr int kMaxUnicode = 0x10FFFF; 2025-06-05T23:22:29.7569000Z ^ 2025-06-05T23:22:29.7570444Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/builder.cc:49:36: warning: unused variable 'kDefaultNormalizerName' [-Wunused-const-variable] 2025-06-05T23:22:29.7572365Z static constexpr absl::string_view kDefaultNormalizerName = "nfkc"; 2025-06-05T23:22:29.7573072Z ^ 2025-06-05T23:22:29.7573537Z 2 warnings generated. 2025-06-05T23:22:29.7573981Z [ 12%] Built target random_internal_randen_slow 2025-06-05T23:22:29.7575002Z [ 12%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-06-05T23:22:29.7576861Z [ 12%] 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:22:29.7579233Z [ 12%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/trainer_interface.cc.o 2025-06-05T23:22:30.6571574Z [ 12%] Built target random_internal_randen_hwaes_impl 2025-06-05T23:22:30.6574910Z [ 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/extension_set.cc.o 2025-06-05T23:22:30.6578620Z [ 12%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-06-05T23:22:30.6580991Z [ 12%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-06-05T23:22:30.6583204Z [ 13%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-06-05T23:22:30.6586533Z [ 13%] 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:22:30.6589893Z [ 14%] 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:22:30.6592872Z [ 15%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/unigram_model_trainer.cc.o 2025-06-05T23:22:30.6595639Z [ 15%] 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:22:30.6597419Z [ 15%] Linking CXX static library libabsl_throw_delegate.a 2025-06-05T23:22:30.6598180Z [ 15%] Built target throw_delegate 2025-06-05T23:22:30.6599969Z [ 15%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-06-05T23:22:30.6604615Z [ 16%] 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:22:30.6608246Z [ 16%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-06-05T23:22:30.6610919Z [ 17%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-06-05T23:22:30.6613499Z [ 17%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-06-05T23:22:30.6615796Z [ 17%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/word_model_trainer.cc.o 2025-06-05T23:22:30.6619384Z [ 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/extension_set.cc.o 2025-06-05T23:22:30.6622027Z [ 18%] Linking CXX static library libabsl_time_zone.a 2025-06-05T23:22:30.6622852Z [ 18%] Built target time_zone 2025-06-05T23:22:30.6624482Z [ 18%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-06-05T23:22:30.6626964Z [ 19%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-06-05T23:22:30.6630446Z [ 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_enum_util.cc.o 2025-06-05T23:22:30.6633140Z [ 19%] Linking CXX static library libabsl_debugging_internal.a 2025-06-05T23:22:30.6634010Z [ 19%] Built target debugging_internal 2025-06-05T23:22:30.6636927Z [ 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_table_driven_lite.cc.o 2025-06-05T23:22:30.6641858Z [ 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/generated_message_table_driven_lite.cc.o 2025-06-05T23:22:30.6646690Z [ 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/generated_message_util.cc.o 2025-06-05T23:22:30.6650173Z [ 19%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-06-05T23:22:30.6651857Z [ 19%] Linking CXX static library libabsl_bad_variant_access.a 2025-06-05T23:22:30.6652782Z [ 19%] Built target bad_variant_access 2025-06-05T23:22:30.6655691Z [ 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/implicit_weak_message.cc.o 2025-06-05T23:22:30.6658500Z [ 19%] Linking CXX static library libabsl_demangle_rust.a 2025-06-05T23:22:30.6659213Z [ 19%] Built target demangle_rust 2025-06-05T23:22:30.6661086Z [ 19%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-06-05T23:22:30.6662768Z [ 19%] Linking CXX static library libabsl_base.a 2025-06-05T23:22:30.6665800Z [ 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:22:30.6668238Z [ 19%] Built target base 2025-06-05T23:22:30.6669888Z [ 19%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/char_model_trainer.cc.o 2025-06-05T23:22:30.6672597Z [ 19%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-06-05T23:22:30.6675295Z [ 19%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-06-05T23:22:30.6677098Z [ 19%] Linking CXX static library libabsl_bad_optional_access.a 2025-06-05T23:22:30.6677891Z [ 19%] Built target bad_optional_access 2025-06-05T23:22:30.6680636Z [ 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:22:30.6685073Z [ 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:22:30.6689272Z [ 21%] 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:22:30.6693610Z [ 21%] 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:22:30.6696360Z [ 21%] Linking CXX static library libabsl_log_internal_conditions.a 2025-06-05T23:22:30.6699333Z [ 21%] 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:22:30.6701771Z [ 21%] Built target log_internal_conditions 2025-06-05T23:22:30.6704566Z [ 21%] 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:22:30.6707277Z [ 21%] Linking CXX static library libabsl_cordz_functions.a 2025-06-05T23:22:30.6709309Z [ 21%] 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:22:30.6712914Z [ 22%] 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:22:30.6715554Z [ 22%] Built target cordz_functions 2025-06-05T23:22:30.6717462Z [ 22%] 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:22:30.6720131Z [ 22%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/bpe_model_trainer.cc.o 2025-06-05T23:22:31.3807948Z [ 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/io_win32.cc.o 2025-06-05T23:22:31.3812631Z [ 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/message_lite.cc.o 2025-06-05T23:22:31.3817332Z [ 22%] 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:22:31.3820133Z [ 23%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-06-05T23:22:31.3821319Z [ 23%] Linking CXX static library libabsl_scoped_set_env.a 2025-06-05T23:22:31.3822115Z [ 23%] Built target random_internal_randen_hwaes 2025-06-05T23:22:31.3822724Z [ 23%] Built target scoped_set_env 2025-06-05T23:22:31.3824405Z [ 23%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-06-05T23:22:31.3827102Z [ 24%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/sentencepiece_trainer.cc.o 2025-06-05T23:22:31.3829643Z [ 24%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-06-05T23:22:31.3832452Z [ 24%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/pretokenizer_for_training.cc.o 2025-06-05T23:22:31.3836285Z [ 24%] 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:22:31.3840741Z [ 24%] 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:22:31.3843479Z [ 25%] Linking CXX static library libabsl_tracing_internal.a 2025-06-05T23:22:31.3844258Z [ 25%] Built target tracing_internal 2025-06-05T23:22:31.3845800Z [ 25%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-06-05T23:22:31.3849357Z [ 26%] 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:22:31.3853867Z [ 26%] 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:22:31.3856527Z [ 26%] Linking CXX static library libabsl_malloc_internal.a 2025-06-05T23:22:31.3857298Z [ 26%] Built target malloc_internal 2025-06-05T23:22:31.3858987Z [ 26%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-06-05T23:22:31.3861550Z [ 27%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-06-05T23:22:31.3863437Z [ 28%] Linking CXX static library libabsl_stacktrace.a 2025-06-05T23:22:31.3866370Z [ 28%] 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:22:31.3869911Z [ 29%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-06-05T23:22:31.3872412Z [ 29%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-06-05T23:22:31.3874040Z [ 29%] Built target stacktrace 2025-06-05T23:22:31.3876706Z [ 30%] 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:22:31.3880568Z /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:22:31.3882703Z virtual bool done() const { return iter_ == end_; } 2025-06-05T23:22:31.3883277Z ^ 2025-06-05T23:22:31.3884664Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/sentencepiece_trainer.h:52:16: note: overridden virtual function is here 2025-06-05T23:22:31.3886223Z virtual bool done() const = 0; 2025-06-05T23:22:31.3886700Z ^ 2025-06-05T23:22:31.3887103Z 1 warning generated. 2025-06-05T23:22:31.3887924Z [ 30%] Linking CXX static library libsentencepiece_train.a 2025-06-05T23:22:31.3890676Z [ 30%] 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:22:31.3893378Z [ 30%] Linking CXX static library libabsl_demangle_internal.a 2025-06-05T23:22:31.3896146Z [ 30%] 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:22:31.3900494Z [ 30%] 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:22:31.3902874Z [ 30%] Built target demangle_internal 2025-06-05T23:22:31.3905538Z [ 30%] 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:22:31.3909037Z [ 30%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-06-05T23:22:31.3910351Z [ 30%] Built target sentencepiece_train-static 2025-06-05T23:22:31.3913107Z [ 31%] 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:22:31.3915874Z [ 31%] Linking CXX static library libabsl_strings_internal.a 2025-06-05T23:22:31.3916650Z [ 31%] Built target strings_internal 2025-06-05T23:22:31.3918516Z [ 32%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-06-05T23:22:31.3922228Z [ 32%] 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:22:31.3926871Z [ 32%] 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:22:31.3931343Z [ 32%] 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:22:31.3935650Z [ 32%] 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:22:31.3938229Z [ 33%] Linking CXX static library libabsl_string_view.a 2025-06-05T23:22:31.3941105Z [ 34%] 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:22:31.3943463Z [ 34%] Built target string_view 2025-06-05T23:22:31.3946193Z [ 35%] 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:22:31.3950842Z [ 35%] 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:22:31.3955574Z [ 35%] 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:22:32.8272351Z [ 35%] 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:22:32.8275361Z [ 35%] Linking CXX static library libabsl_graphcycles_internal.a 2025-06-05T23:22:32.8276159Z [ 35%] Built target graphcycles_internal 2025-06-05T23:22:32.8277710Z [ 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:22:32.8281133Z [ 35%] 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:22:32.8285706Z [ 35%] 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:22:32.8289276Z [ 36%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/builtin_pb/sentencepiece.pb.cc.o 2025-06-05T23:22:32.8291978Z [ 36%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/builtin_pb/sentencepiece_model.pb.cc.o 2025-06-05T23:22:32.8295819Z [ 36%] 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:22:32.8299460Z [ 36%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o 2025-06-05T23:22:32.8301311Z [ 36%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-06-05T23:22:32.8303501Z [ 37%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o 2025-06-05T23:22:32.8305179Z [ 37%] Built target crc_cpu_detect 2025-06-05T23:22:32.8306651Z [ 37%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/bpe_model.cc.o 2025-06-05T23:22:32.8309125Z [ 37%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/char_model.cc.o 2025-06-05T23:22:32.8311361Z [ 38%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/error.cc.o 2025-06-05T23:22:32.8313638Z [ 38%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/filesystem.cc.o 2025-06-05T23:22:32.8316029Z [ 38%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o 2025-06-05T23:22:32.8318315Z [ 38%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/model_factory.cc.o 2025-06-05T23:22:32.8320570Z [ 38%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/model_interface.cc.o 2025-06-05T23:22:32.8322905Z [ 38%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o 2025-06-05T23:22:32.8325248Z [ 38%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/error.cc.o 2025-06-05T23:22:32.8327491Z [ 39%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-06-05T23:22:32.8329805Z [ 40%] 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:22:32.8332330Z [ 41%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/normalizer.cc.o 2025-06-05T23:22:32.8334757Z [ 41%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/sentencepiece_processor.cc.o 2025-06-05T23:22:32.8338139Z [ 41%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/unigram_model.cc.o 2025-06-05T23:22:32.8341010Z [ 41%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-06-05T23:22:32.8343982Z [ 42%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o 2025-06-05T23:22:32.8346807Z [ 42%] Linking CXX static library libabsl_city.a 2025-06-05T23:22:32.8349027Z [ 42%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o 2025-06-05T23:22:32.8350656Z [ 42%] Built target city 2025-06-05T23:22:32.8352502Z [ 42%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o 2025-06-05T23:22:32.8354722Z [ 42%] Linking CXX static library libabsl_low_level_hash.a 2025-06-05T23:22:32.8356947Z [ 42%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o 2025-06-05T23:22:32.8358984Z [ 42%] Linking CXX static library libabsl_poison.a 2025-06-05T23:22:32.8359826Z [ 42%] Built target low_level_hash 2025-06-05T23:22:32.8361921Z [ 42%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-06-05T23:22:32.8363653Z [ 42%] Built target poison 2025-06-05T23:22:32.8365286Z [ 42%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-06-05T23:22:32.8368078Z [ 42%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/util.cc.o 2025-06-05T23:22:32.8371029Z [ 43%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o 2025-06-05T23:22:32.8373763Z [ 44%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece.dir/word_model.cc.o 2025-06-05T23:22:32.8376142Z [ 44%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-06-05T23:22:32.8377777Z [ 44%] Linking CXX static library libabsl_random_internal_randen.a 2025-06-05T23:22:32.8378868Z [ 44%] Built target random_internal_randen 2025-06-05T23:22:32.8380348Z [ 44%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-06-05T23:22:32.8382475Z [ 44%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-06-05T23:22:32.8384804Z [ 45%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-06-05T23:22:32.8387439Z [ 45%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o 2025-06-05T23:22:32.8389773Z [ 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:22:32.8392900Z [ 46%] 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:22:32.8396685Z [ 46%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/util.cc.o 2025-06-05T23:22:32.8399306Z [ 46%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-06-05T23:22:32.8402098Z [ 46%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o 2025-06-05T23:22:32.8404928Z [ 46%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-06-05T23:22:32.8408361Z [ 47%] 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:22:32.8411602Z [ 47%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-06-05T23:22:32.8413130Z [ 47%] Linking CXX static library libabsl_crc_internal.a 2025-06-05T23:22:32.8413760Z [ 47%] Built target crc_internal 2025-06-05T23:22:32.8415277Z [ 48%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-06-05T23:22:32.8417292Z [ 48%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-06-05T23:22:32.8419352Z [ 48%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-06-05T23:22:32.8421432Z [ 48%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-06-05T23:22:34.1014132Z [ 49%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-06-05T23:22:34.1015768Z [ 49%] Linking CXX shared library libsentencepiece.so 2025-06-05T23:22:34.1017538Z [ 49%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-06-05T23:22:34.1019835Z [ 49%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-06-05T23:22:34.1021406Z [ 49%] Linking CXX static library libsentencepiece.a 2025-06-05T23:22:34.1022137Z [ 49%] Built target sentencepiece-static 2025-06-05T23:22:34.1022704Z [ 49%] Built target sentencepiece 2025-06-05T23:22:34.1024190Z [ 49%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/spm_decode.dir/spm_decode_main.cc.o 2025-06-05T23:22:34.1026435Z [ 49%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/spm_encode.dir/spm_encode_main.cc.o 2025-06-05T23:22:34.1029011Z [ 49%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/spm_export_vocab.dir/spm_export_vocab_main.cc.o 2025-06-05T23:22:34.1031416Z [ 49%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/builder.cc.o 2025-06-05T23:22:34.1033792Z [ 49%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/unicode_script.cc.o 2025-06-05T23:22:34.1036278Z [ 50%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/trainer_factory.cc.o 2025-06-05T23:22:34.1038773Z [ 50%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/trainer_interface.cc.o 2025-06-05T23:22:34.1041232Z [ 50%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/unigram_model_trainer.cc.o 2025-06-05T23:22:34.1042979Z [ 50%] Linking CXX static library libabsl_strings.a 2025-06-05T23:22:34.1043666Z [ 50%] Built target strings 2025-06-05T23:22:34.1045256Z [ 50%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-06-05T23:22:34.1046795Z [ 50%] Linking CXX executable spm_export_vocab 2025-06-05T23:22:34.1048554Z [ 50%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/word_model_trainer.cc.o 2025-06-05T23:22:34.1050150Z [ 50%] Linking CXX executable spm_decode 2025-06-05T23:22:34.1050945Z [ 51%] Linking CXX executable spm_encode 2025-06-05T23:22:34.1052663Z [ 52%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/char_model_trainer.cc.o 2025-06-05T23:22:34.1055195Z [ 52%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/bpe_model_trainer.cc.o 2025-06-05T23:22:34.1057766Z [ 52%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/sentencepiece_trainer.cc.o 2025-06-05T23:22:34.1060302Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/builder.cc:47:15: warning: unused variable 'kMaxUnicode' [-Wunused-const-variable] 2025-06-05T23:22:34.1061968Z constexpr int kMaxUnicode = 0x10FFFF; 2025-06-05T23:22:34.1062492Z ^ 2025-06-05T23:22:34.1064031Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/builder.cc:49:36: warning: unused variable 'kDefaultNormalizerName' [-Wunused-const-variable] 2025-06-05T23:22:34.1066023Z static constexpr absl::string_view kDefaultNormalizerName = "nfkc"; 2025-06-05T23:22:34.1066785Z ^ 2025-06-05T23:22:34.1067289Z 2 warnings generated. 2025-06-05T23:22:34.1067735Z [ 52%] Built target spm_export_vocab 2025-06-05T23:22:34.1069482Z [ 52%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/sentencepiece_train.dir/pretokenizer_for_training.cc.o 2025-06-05T23:22:34.1071902Z [ 53%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-06-05T23:22:34.1073011Z [ 53%] Built target spm_decode 2025-06-05T23:22:34.1074427Z [ 53%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-06-05T23:22:34.1075504Z [ 53%] Built target spm_encode 2025-06-05T23:22:34.1076267Z [ 54%] Linking CXX static library libabsl_symbolize.a 2025-06-05T23:22:34.1078099Z [ 54%] 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:22:34.1079521Z [ 54%] Built target symbolize 2025-06-05T23:22:34.1080974Z [ 54%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-06-05T23:22:34.1083389Z [ 54%] 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:22:34.1086145Z [ 55%] 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:22:34.1088908Z [ 55%] 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:22:34.1091646Z [ 55%] 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:22:34.1105235Z /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:22:34.1107281Z virtual bool done() const { return iter_ == end_; } 2025-06-05T23:22:34.1107899Z ^ 2025-06-05T23:22:34.1109711Z /pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece/src/sentencepiece_trainer.h:52:16: note: overridden virtual function is here 2025-06-05T23:22:34.1111300Z virtual bool done() const = 0; 2025-06-05T23:22:34.1111787Z ^ 2025-06-05T23:22:34.1112160Z 1 warning generated. 2025-06-05T23:22:34.1113977Z [ 55%] 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:22:34.1115829Z [ 56%] Linking CXX shared library libsentencepiece_train.so 2025-06-05T23:22:34.1117413Z [ 56%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-06-05T23:22:34.1119403Z [ 56%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-06-05T23:22:34.1120785Z [ 56%] Linking CXX static library libabsl_hash.a 2025-06-05T23:22:34.1121455Z [ 56%] Built target hash 2025-06-05T23:22:34.1123039Z [ 56%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-06-05T23:22:34.1125555Z [ 56%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-06-05T23:22:34.1128077Z [ 56%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-06-05T23:22:34.1130590Z [ 56%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-06-05T23:22:34.1131921Z [ 56%] Built target sentencepiece_train 2025-06-05T23:22:34.1133604Z [ 57%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-06-05T23:22:34.1136471Z [ 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:22:34.1138471Z [ 58%] Linking CXX static library libabsl_str_format_internal.a 2025-06-05T23:22:34.1140004Z [ 59%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-06-05T23:22:34.1141131Z [ 59%] Built target str_format_internal 2025-06-05T23:22:34.1142677Z [ 59%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/spm_normalize.dir/spm_normalize_main.cc.o 2025-06-05T23:22:34.1145226Z [ 59%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-06-05T23:22:34.1147236Z [ 60%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-06-05T23:22:34.1148374Z [ 60%] Linking CXX static library libabsl_log_internal_proto.a 2025-06-05T23:22:34.1149189Z [ 60%] Built target flags_commandlineflag 2025-06-05T23:22:34.1150060Z [ 60%] Linking CXX static library libabsl_examine_stack.a 2025-06-05T23:22:34.1150818Z [ 60%] Built target log_internal_proto 2025-06-05T23:22:34.1152182Z [ 60%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-06-05T23:22:34.1153460Z [ 60%] Built target examine_stack 2025-06-05T23:22:34.1154922Z [ 60%] Building CXX object runner/tokenizers/third-party/sentencepiece/src/CMakeFiles/spm_train.dir/spm_train_main.cc.o 2025-06-05T23:22:34.1157230Z [ 60%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-06-05T23:22:34.1158907Z [ 61%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-06-05T23:22:34.1159656Z [ 61%] Built target log_internal_fnmatch 2025-06-05T23:22:35.3327043Z [ 61%] 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:22:35.3329039Z [ 61%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-06-05T23:22:35.3330050Z [ 61%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-06-05T23:22:35.3330567Z [ 61%] Built target random_internal_seed_material 2025-06-05T23:22:35.3331090Z [ 61%] Linking CXX static library libabsl_random_distributions.a 2025-06-05T23:22:35.3332169Z [ 61%] 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:22:35.3333131Z [ 61%] Linking CXX static library libabsl_time.a 2025-06-05T23:22:35.3333506Z [ 61%] Built target random_distributions 2025-06-05T23:22:35.3334399Z [ 62%] 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:22:35.3335167Z [ 62%] Built target time 2025-06-05T23:22:35.3336133Z [ 63%] 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:22:35.3337121Z [ 64%] Linking CXX executable spm_normalize 2025-06-05T23:22:35.3337995Z [ 64%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-06-05T23:22:35.3338915Z [ 65%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-06-05T23:22:35.3339398Z [ 65%] Built target flags_private_handle_accessor 2025-06-05T23:22:35.3339884Z [ 66%] Linking CXX static library libabsl_flags_marshalling.a 2025-06-05T23:22:35.3341103Z [ 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:22:35.3342062Z [ 66%] Linking CXX executable spm_train 2025-06-05T23:22:35.3342458Z [ 66%] Built target flags_marshalling 2025-06-05T23:22:35.3342946Z [ 66%] Linking CXX static library libabsl_failure_signal_handler.a 2025-06-05T23:22:35.3343889Z [ 66%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-06-05T23:22:35.3344618Z [ 66%] Built target failure_signal_handler 2025-06-05T23:22:35.3344923Z [ 66%] Built target spm_normalize 2025-06-05T23:22:35.3345649Z [ 66%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-06-05T23:22:35.3346933Z [ 67%] 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:22:35.3348219Z [ 67%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-06-05T23:22:35.3349152Z [ 67%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-06-05T23:22:35.3349578Z [ 67%] Built target spm_train 2025-06-05T23:22:35.3349873Z [ 67%] Built target random_internal_pool_urbg 2025-06-05T23:22:35.3350449Z [ 67%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-06-05T23:22:35.3351466Z [ 67%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-06-05T23:22:35.3352257Z [ 67%] Built target random_internal_distribution_test_util 2025-06-05T23:22:35.3352795Z [ 67%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-06-05T23:22:35.3353240Z [ 67%] Built target kernel_timeout_internal 2025-06-05T23:22:35.3354223Z [ 67%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-06-05T23:22:35.3355554Z [ 67%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-06-05T23:22:35.3357014Z [ 67%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-06-05T23:22:35.3358466Z [ 68%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-06-05T23:22:35.3359443Z [ 69%] Linking CXX static library libabsl_log_internal_globals.a 2025-06-05T23:22:35.3359996Z [ 70%] Linking CXX static library libabsl_log_entry.a 2025-06-05T23:22:35.3360368Z [ 70%] Built target log_internal_globals 2025-06-05T23:22:35.3361314Z [ 70%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-06-05T23:22:35.3362114Z [ 70%] Built target log_entry 2025-06-05T23:22:35.3362931Z [ 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:22:35.3364076Z [ 70%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-06-05T23:22:35.3364870Z [ 70%] Linking CXX static library libabsl_random_seed_sequences.a 2025-06-05T23:22:35.3365303Z [ 70%] Built target random_seed_sequences 2025-06-05T23:22:35.3366234Z [ 70%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-06-05T23:22:35.3367176Z [ 70%] Linking CXX static library libabsl_crc32c.a 2025-06-05T23:22:35.3367564Z [ 70%] Built target crc32c 2025-06-05T23:22:35.3368361Z [ 70%] 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:22:35.3369725Z [ 70%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-06-05T23:22:35.3371125Z [ 71%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-06-05T23:22:35.3372532Z [ 71%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-06-05T23:22:35.3373969Z [ 71%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-06-05T23:22:35.3375316Z [ 71%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-06-05T23:22:35.3376253Z [ 71%] Linking CXX static library libabsl_log_internal_format.a 2025-06-05T23:22:35.3376781Z [ 71%] Linking CXX static library libabsl_log_sink.a 2025-06-05T23:22:35.3377685Z [ 72%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-06-05T23:22:35.3378415Z [ 72%] Built target log_internal_format 2025-06-05T23:22:35.3378706Z [ 72%] Built target log_sink 2025-06-05T23:22:35.3379131Z [ 73%] Linking CXX static library libabsl_crc_cord_state.a 2025-06-05T23:22:35.3379520Z [ 73%] Built target crc_cord_state 2025-06-05T23:22:35.3380358Z [ 74%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-06-05T23:22:35.3381638Z [ 74%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-06-05T23:22:35.3383020Z [ 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:22:35.3384397Z [ 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:22:35.3385715Z [ 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:22:35.3387014Z [ 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:22:35.3387912Z [ 75%] Linking CXX static library libabsl_synchronization.a 2025-06-05T23:22:35.3388553Z [ 75%] Built target synchronization 2025-06-05T23:22:35.3389642Z [ 76%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-06-05T23:22:35.3391062Z [ 77%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-06-05T23:22:35.3392355Z [ 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:22:35.3394072Z [ 77%] 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:22:35.3395535Z [ 77%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-06-05T23:22:35.3396432Z [ 77%] Linking CXX static library libabsl_cord_internal.a 2025-06-05T23:22:35.3396878Z [ 77%] Built target cord_internal 2025-06-05T23:22:35.3397313Z [ 77%] Linking CXX static library libabsl_cordz_handle.a 2025-06-05T23:22:35.3397709Z [ 77%] Built target cordz_handle 2025-06-05T23:22:37.1079112Z [ 77%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-06-05T23:22:37.1080913Z [ 78%] Linking CXX static library libabsl_vlog_config_internal.a 2025-06-05T23:22:37.1081946Z [ 78%] Linking CXX static library libabsl_flags_program_name.a 2025-06-05T23:22:37.1082905Z [ 78%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-06-05T23:22:37.1083627Z [ 78%] Built target vlog_config_internal 2025-06-05T23:22:37.1084932Z [ 78%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-06-05T23:22:37.1086228Z [ 78%] Built target flags_program_name 2025-06-05T23:22:37.1086789Z [ 78%] Built target hashtablez_sampler 2025-06-05T23:22:37.1088250Z [ 78%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-06-05T23:22:37.1089755Z [ 78%] Linking CXX static library libabsl_cordz_info.a 2025-06-05T23:22:37.1090405Z [ 78%] Built target cordz_info 2025-06-05T23:22:37.1091653Z [ 79%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-06-05T23:22:37.1093578Z [ 80%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-06-05T23:22:37.1095906Z [ 80%] 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:22:37.1098059Z [ 80%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-06-05T23:22:37.1099640Z [ 81%] Linking CXX static library libabsl_flags_config.a 2025-06-05T23:22:37.1100723Z [ 82%] Linking CXX static library libabsl_log_globals.a 2025-06-05T23:22:37.1101419Z [ 82%] Built target flags_config 2025-06-05T23:22:37.1101897Z [ 82%] Built target log_globals 2025-06-05T23:22:37.1103358Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-06-05T23:22:37.1105749Z [ 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:22:37.1108164Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-06-05T23:22:37.1111745Z [ 82%] Linking CXX static library libabsl_cordz_sample_token.a 2025-06-05T23:22:37.1112544Z [ 82%] Built target cordz_sample_token 2025-06-05T23:22:37.1113384Z [ 82%] Linking CXX static library libabsl_cord.a 2025-06-05T23:22:37.1114406Z [ 82%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-06-05T23:22:37.1115219Z [ 82%] Built target log_internal_log_sink_set 2025-06-05T23:22:37.1115761Z [ 82%] Built target cord 2025-06-05T23:22:37.1116504Z [ 82%] Linking CXX static library libabsl_flags_internal.a 2025-06-05T23:22:37.1118157Z [ 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:22:37.1120540Z [ 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:22:37.1122939Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-06-05T23:22:37.1125037Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-06-05T23:22:37.1127289Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-06-05T23:22:37.1129022Z [ 82%] Linking CXX static library libabsl_log_initialize.a 2025-06-05T23:22:37.1129776Z [ 82%] Built target flags_internal 2025-06-05T23:22:37.1130289Z [ 82%] Built target log_initialize 2025-06-05T23:22:37.1131130Z [ 82%] Linking CXX static library libabsl_log_internal_message.a 2025-06-05T23:22:37.1131893Z [ 82%] Built target log_internal_message 2025-06-05T23:22:37.1133423Z [ 82%] 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:22:37.1135737Z [ 82%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-06-05T23:22:37.1137164Z [ 83%] Linking CXX static library libabsl_status.a 2025-06-05T23:22:37.1138094Z [ 84%] Linking CXX static library libabsl_raw_hash_set.a 2025-06-05T23:22:37.1138822Z [ 84%] Built target status 2025-06-05T23:22:37.1139261Z [ 84%] Built target raw_hash_set 2025-06-05T23:22:37.1140667Z [ 84%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-06-05T23:22:37.1142894Z [ 84%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-06-05T23:22:37.1144483Z [ 85%] Linking CXX static library libabsl_die_if_null.a 2025-06-05T23:22:37.1145510Z [ 86%] Linking CXX static library libabsl_log_internal_check_op.a 2025-06-05T23:22:37.1146261Z [ 86%] Built target die_if_null 2025-06-05T23:22:37.1146770Z [ 86%] Built target log_internal_check_op 2025-06-05T23:22:37.1147538Z [ 86%] Linking CXX static library libabsl_statusor.a 2025-06-05T23:22:37.1148186Z [ 86%] Built target statusor 2025-06-05T23:22:37.1148944Z [ 87%] Linking CXX static library libabsl_flags_reflection.a 2025-06-05T23:22:37.1149842Z [ 87%] Built target flags_reflection 2025-06-05T23:22:37.1151405Z [ 87%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-06-05T23:22:37.1153761Z [ 87%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-06-05T23:22:37.1155589Z [ 87%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-06-05T23:22:37.1157351Z [ 88%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-06-05T23:22:37.1159081Z [ 88%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-06-05T23:22:37.1160780Z [ 88%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-06-05T23:22:37.1162387Z [ 88%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-06-05T23:22:37.1164054Z [ 89%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-06-05T23:22:37.1165620Z [ 89%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-06-05T23:22:37.1167157Z [ 89%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-06-05T23:22:37.1168786Z [ 89%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-06-05T23:22:37.1170492Z [ 89%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-06-05T23:22:37.1171864Z [ 89%] Linking CXX static library libabsl_log_flags.a 2025-06-05T23:22:37.1172523Z [ 89%] Built target log_flags 2025-06-05T23:22:37.1173816Z [ 90%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-06-05T23:22:37.1175610Z [ 90%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-06-05T23:22:37.1177289Z [ 90%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-06-05T23:22:37.1178788Z [ 90%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-06-05T23:22:37.1180287Z [ 91%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-06-05T23:22:37.1181868Z [ 91%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-06-05T23:22:37.1183238Z [ 91%] Linking CXX static library libabsl_flags_usage_internal.a 2025-06-05T23:22:37.1184016Z [ 91%] Built target flags_usage_internal 2025-06-05T23:22:37.1185406Z [ 91%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-06-05T23:22:37.1187158Z [ 91%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-06-05T23:22:37.1188689Z [ 91%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-06-05T23:22:37.1190299Z [ 92%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-06-05T23:22:37.1191993Z [ 92%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-06-05T23:22:37.1192984Z [ 92%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-06-05T23:22:37.1193958Z [ 92%] Building CXX object runner/tokenizers/third-party/re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-06-05T23:22:37.1194645Z [ 92%] Linking CXX static library libabsl_flags_usage.a 2025-06-05T23:22:37.1195037Z [ 92%] Built target flags_usage 2025-06-05T23:22:37.1195836Z [ 92%] Building CXX object runner/tokenizers/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-06-05T23:22:37.1196567Z [ 93%] Linking CXX static library libre2.a 2025-06-05T23:22:37.1196900Z [ 93%] Built target re2 2025-06-05T23:22:37.1197496Z [ 93%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:22:37.1198424Z [ 93%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/llama2c_tokenizer.cpp.o 2025-06-05T23:22:37.1199312Z [ 93%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/pre_tokenizer.cpp.o 2025-06-05T23:50:21.6425573Z [ 93%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/re2_regex.cpp.o 2025-06-05T23:50:21.6426471Z [ 94%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/regex.cpp.o 2025-06-05T23:50:21.6427327Z [ 94%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/tiktoken.cpp.o 2025-06-05T23:50:21.6428187Z [ 95%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/sentencepiece.cpp.o 2025-06-05T23:50:21.6429070Z [ 95%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/hf_tokenizer.cpp.o 2025-06-05T23:50:21.6429934Z [ 95%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/src/token_decoder.cpp.o 2025-06-05T23:50:21.6430955Z [ 96%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:50:21.6432096Z [ 96%] Building CXX object runner/tokenizers/CMakeFiles/tokenizers.dir/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:50:21.6432903Z [ 96%] Linking CXX static library libabsl_flags_parse.a 2025-06-05T23:50:21.6433343Z [ 96%] Built target flags_parse 2025-06-05T23:50:21.6433749Z [ 96%] Linking CXX static library libtokenizers.a 2025-06-05T23:50:21.6434311Z [ 96%] Built target tokenizers 2025-06-05T23:50:21.6434818Z [ 96%] Building CXX object runner/CMakeFiles/llama_runner.dir/runner.cpp.o 2025-06-05T23:50:21.6435665Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/__/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:50:21.6436683Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:50:21.6437850Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/runner/text_decoder_runner.cpp.o 2025-06-05T23:50:21.6439009Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/runner/text_prefiller.cpp.o 2025-06-05T23:50:21.6440197Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:50:21.6441372Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:50:21.6442617Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:50:21.6443858Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:50:21.6445088Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:50:21.6446287Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:50:21.6447445Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:50:21.6448584Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:50:21.6449838Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:50:21.6451231Z [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:50:21.6452765Z [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:50:21.6453738Z [100%] Linking CXX shared library libllama_runner.so 2025-06-05T23:50:21.6454108Z [100%] Built target llama_runner 2025-06-05T23:50:21.6454572Z [100%] Building CXX object CMakeFiles/llama_main.dir/main.cpp.o 2025-06-05T23:50:21.6455064Z [100%] Linking CXX executable llama_main 2025-06-05T23:50:21.6455402Z [100%] Built target llama_main 2025-06-05T23:50:21.6455647Z ++ date +%H:%M:%S 2025-06-05T23:50:21.6455868Z + NOW=23:22:39 2025-06-05T23:50:21.6456119Z + echo 'Starting to run llama runner at 23:22:39' 2025-06-05T23:50:21.6456456Z Starting to run llama runner at 23:22:39 2025-06-05T23:50:21.6457271Z + 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:50:21.6458594Z 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:50:21.6459643Z invalid char[INFO] [Qnn ExecuTorch]: Deserializing processed data using QnnContextCustomProtocol 2025-06-05T23:50:21.6460229Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-05T23:50:21.6460668Z [WARNING] [Qnn ExecuTorch]: QnnDsp Initializing HtpProvider 2025-06-05T23:50:21.6460999Z 2025-06-05T23:50:21.6461290Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:50:21.6461840Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in RESTORE MODE. 2025-06-05T23:50:21.6462476Z [INFO] [Qnn ExecuTorch]: QnnContextCustomProtocol expected magic number: 0x5678abcd but get: 0x2000000 2025-06-05T23:50:21.6463129Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:50:21.6463463Z 2025-06-05T23:50:21.6463888Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-06-05T23:50:21.6464417Z 2025-06-05T23:50:21.6464571Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:50:21.6464988Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:50:21.6465362Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-05T23:50:21.6465681Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-05T23:50:21.6466011Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-05T23:50:21.6466313Z ++ date +%H:%M:%S 2025-06-05T23:50:21.6466516Z + NOW=23:50:21 2025-06-05T23:50:21.6466739Z + echo 'Finished at 23:50:21' 2025-06-05T23:50:21.6466992Z Finished at 23:50:21 2025-06-05T23:50:21.6467220Z ++ cat result.txt 2025-06-05T23:50:21.6467476Z + RESULT='Once upon a time, there was a little girl 2025-06-05T23:50:21.6468832Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1749165759294,"model_load_end_ms":1749165759632,"inference_start_ms":1749166674121,"inference_end_ms":1749167421571,"prompt_eval_end_ms":1749166726961,"first_token_ms":1749166726961,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000}' 2025-06-05T23:50:21.6470176Z + EXPECTED_PREFIX='Once upon a time,' 2025-06-05T23:50:21.6470492Z + [[ Once upon a time, there was a little girl 2025-06-05T23:50:21.6471995Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1749165759294,"model_load_end_ms":1749165759632,"inference_start_ms":1749166674121,"inference_end_ms":1749167421571,"prompt_eval_end_ms":1749166726961,"first_token_ms":1749166726961,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000} == \O\n\c\e\ \u\p\o\n\ \a\ \t\i\m\e\,* ]] 2025-06-05T23:50:21.6473551Z + echo 'Expected result prefix: Once upon a time,' 2025-06-05T23:50:21.6473903Z Expected result prefix: Once upon a time, 2025-06-05T23:50:21.6474302Z + echo 'Actual result: Once upon a time, there was a little girl 2025-06-05T23:50:21.6475689Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1749165759294,"model_load_end_ms":1749165759632,"inference_start_ms":1749166674121,"inference_end_ms":1749167421571,"prompt_eval_end_ms":1749166726961,"first_token_ms":1749166726961,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000}' 2025-06-05T23:50:21.6477075Z Actual result: Once upon a time, there was a little girl 2025-06-05T23:50:21.6478951Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1749165759294,"model_load_end_ms":1749165759632,"inference_start_ms":1749166674121,"inference_end_ms":1749167421571,"prompt_eval_end_ms":1749166726961,"first_token_ms":1749166726961,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000} 2025-06-05T23:50:21.6480704Z + echo Success 2025-06-05T23:50:21.6480931Z Success 2025-06-05T23:50:21.6481202Z + prepare_artifacts_upload 2025-06-05T23:50:21.6481592Z + '[' -n '' ']' 2025-06-05T23:50:21.6481989Z + cleanup_files 2025-06-05T23:50:21.6482303Z + echo 'Deleting downloaded and generated files' 2025-06-05T23:50:21.6482657Z Deleting downloaded and generated files 2025-06-05T23:50:21.6482952Z + rm stories110M.pt 2025-06-05T23:50:21.6483185Z + rm tokenizer.model 2025-06-05T23:50:21.6483405Z + rm tokenizer.bin 2025-06-05T23:50:21.6483644Z + rm tinyllama_qnn_fp32.pte 2025-06-05T23:50:21.6483884Z + rm result.txt 2025-06-05T23:50:21.6484098Z + rm params.json 2025-06-05T23:50:21.6523239Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-05T23:50:21.6523808Z with: 2025-06-05T23:50:21.6524119Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:21.6524504Z fail-on-empty: false 2025-06-05T23:50:21.6524724Z env: 2025-06-05T23:50:21.6524972Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:50:21.6525310Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:21.6525585Z PR_NUMBER: 2025-06-05T23:50:21.6528633Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:50:21.6531914Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:21.6532470Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:21.6533005Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:21.6533369Z ##[endgroup] 2025-06-05T23:50:21.7120648Z Prepare all required actions 2025-06-05T23:50:21.7159799Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:50:21.7160163Z with: 2025-06-05T23:50:21.7160503Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:50:21.7161054Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:50:21.7161463Z env: 2025-06-05T23:50:21.7161696Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:50:21.7162043Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:21.7162303Z PR_NUMBER: 2025-06-05T23:50:21.7165361Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:50:21.7168590Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:21.7169166Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:21.7169685Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:21.7170058Z ##[endgroup] 2025-06-05T23:50:21.7194910Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:50:21.7195601Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:50:21.7204887Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:21.7205254Z env: 2025-06-05T23:50:21.7205495Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:50:21.7205849Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:21.7206110Z PR_NUMBER: 2025-06-05T23:50:21.7209359Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:50:21.7212676Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:21.7213301Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:21.7213842Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:21.7214341Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:50:21.7214884Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:50:21.7215282Z ##[endgroup] 2025-06-05T23:50:21.7476155Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-05T23:50:21.9754828Z latest: Pulling from tool/alpine 2025-06-05T23:50:21.9755988Z 540db60ca938: Pulling fs layer 2025-06-05T23:50:22.0799220Z 540db60ca938: Download complete 2025-06-05T23:50:22.1577855Z 540db60ca938: Pull complete 2025-06-05T23:50:22.1685373Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:50:22.1725854Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:50:23.7668990Z Prepare all required actions 2025-06-05T23:50:23.7695758Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:50:23.7696112Z with: 2025-06-05T23:50:23.7696382Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:50:23.7696881Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:50:23.7697292Z env: 2025-06-05T23:50:23.7697528Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:50:23.7697874Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:23.7698136Z PR_NUMBER: 2025-06-05T23:50:23.7701210Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:50:23.7704470Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:23.7705043Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:23.7705568Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:23.7705953Z ##[endgroup] 2025-06-05T23:50:23.7728941Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:50:23.7729619Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:50:23.7737449Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:23.7737901Z env: 2025-06-05T23:50:23.7738147Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:50:23.7738504Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:23.7738768Z PR_NUMBER: 2025-06-05T23:50:23.7741805Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:50:23.7745087Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:23.7745659Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:23.7746198Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:23.7746695Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-05T23:50:23.7747175Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:50:23.7747507Z ##[endgroup] 2025-06-05T23:50:24.7506716Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-05T23:50:24.7507304Z # Only do these steps if we actually want to upload an artifact 2025-06-05T23:50:24.7507737Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-05T23:50:24.7508278Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-05T23:50:24.7509188Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-05T23:50:24.7509671Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-05T23:50:24.7510096Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:50:24.7510412Z  fi 2025-06-05T23:50:24.7510681Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:50:24.7511125Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:50:24.7511498Z  fi 2025-06-05T23:50:24.7511736Z fi 2025-06-05T23:50:24.7511940Z  2025-06-05T23:50:24.7512147Z upload_docs=0 2025-06-05T23:50:24.7512518Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:50:24.7512971Z # empty folders do not count 2025-06-05T23:50:24.7513471Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:50:24.7514058Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:50:24.7514527Z  # upload will probably not work correctly 2025-06-05T23:50:24.7514867Z  upload_docs=1 2025-06-05T23:50:24.7515111Z fi 2025-06-05T23:50:24.7515404Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:50:24.7521556Z shell: /usr/bin/bash -e {0} 2025-06-05T23:50:24.7521823Z env: 2025-06-05T23:50:24.7522067Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:50:24.7522430Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:24.7522696Z PR_NUMBER: 2025-06-05T23:50:24.7525720Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:50:24.7529026Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:24.7529605Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:24.7530127Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:24.7530523Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:50:24.7530830Z ##[endgroup] 2025-06-05T23:50:24.7655883Z Prepare all required actions 2025-06-05T23:50:24.7691011Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:50:24.7691357Z with: 2025-06-05T23:50:24.7691550Z env: 2025-06-05T23:50:24.7691780Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:50:24.7692130Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:24.7692388Z PR_NUMBER: 2025-06-05T23:50:24.7695448Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:50:24.7698676Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:24.7699234Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:24.7699771Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:24.7700136Z ##[endgroup] 2025-06-05T23:50:24.7726264Z ##[group]Run set -eou pipefail 2025-06-05T23:50:24.7726787Z set -eou pipefail 2025-06-05T23:50:24.7727132Z  2025-06-05T23:50:24.7727602Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:50:24.7728451Z for _ in $(seq 1440); do 2025-06-05T23:50:24.7729015Z  # Break if no ssh session exists anymore 2025-06-05T23:50:24.7729480Z  if [ "$(who)" = "" ]; then 2025-06-05T23:50:24.7729916Z  break 2025-06-05T23:50:24.7730195Z  fi 2025-06-05T23:50:24.7730506Z  echo "." 2025-06-05T23:50:24.7730815Z  sleep 5 2025-06-05T23:50:24.7731128Z done 2025-06-05T23:50:24.7736739Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:24.7737106Z env: 2025-06-05T23:50:24.7737345Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:50:24.7737697Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:24.7737960Z PR_NUMBER: 2025-06-05T23:50:24.7741000Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:50:24.7744306Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:24.7744881Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:24.7745421Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:24.7745788Z ##[endgroup] 2025-06-05T23:50:24.7767275Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:50:24.7844326Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:50:24.7845056Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:50:24.7845464Z # shellcheck disable=SC2046 2025-06-05T23:50:24.7845792Z docker stop $(docker ps -q) || true 2025-06-05T23:50:24.7846118Z # Prune all of the docker images 2025-06-05T23:50:24.7846438Z docker system prune -af 2025-06-05T23:50:24.7851484Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:24.7851853Z env: 2025-06-05T23:50:24.7852096Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:50:24.7852444Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:24.7852705Z PR_NUMBER: 2025-06-05T23:50:24.7855862Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:50:24.7859081Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:24.7859651Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:24.7860305Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:24.7860686Z ##[endgroup] 2025-06-05T23:50:35.4531475Z f1f98cf6d6fb 2025-06-05T23:50:36.3453256Z Deleted Containers: 2025-06-05T23:50:36.3453686Z f1f98cf6d6fbd162657e79ce3e2481042bb9be7df562fc5dc446dc6180731eb4 2025-06-05T23:50:36.3454063Z 2025-06-05T23:50:39.0804551Z Deleted Images: 2025-06-05T23:50:39.0805583Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:50:39.0807032Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk@sha256:a598771deb521efdcb258eacf60b9a9115e34a47e0ec6e3b41bd6a49ffb3adce 2025-06-05T23:50:39.0808150Z deleted: sha256:1db6031c5a19f41579dd393b449a8fa85c2e949e96f78b1202be29e201459087 2025-06-05T23:50:39.0809022Z deleted: sha256:2f2eccd33cd08ce1a5e38468b52d9d95309b93418bfcca96e8fecd24b2d087c1 2025-06-05T23:50:39.0809712Z deleted: sha256:30bbb8cd693e59269a0544aa710ff8a5109d307e7908f4c2f8aac222421dc8dd 2025-06-05T23:50:39.0810382Z deleted: sha256:6e598ee06d673625e12654ece295810f8f2c64c1c4b6b4c79d4a0085b0ab95bb 2025-06-05T23:50:39.0810997Z deleted: sha256:856136dec3b778e070b15e3bfe8f902b99152db01002b3c51fe4f0e9440ede3c 2025-06-05T23:50:39.0811700Z deleted: sha256:9896dbf07a7036fd4354309e72f5c9efef5ef96caf0f4030e7132bc8677b696d 2025-06-05T23:50:39.0812375Z deleted: sha256:43295d93d8fa1e6243da0a50e7ff812d7a45e91900e17bc9a32d10164c29b044 2025-06-05T23:50:39.0813230Z deleted: sha256:7beb7b1518707d2639b04b8f611f941be6542d5df8e00fbff1119ee1e36b01f3 2025-06-05T23:50:39.0813913Z deleted: sha256:f140d996341bc26628ec3d9f1550904ba8a7b7931ebd62ee23d12fc126491a47 2025-06-05T23:50:39.0814592Z deleted: sha256:da746bb2b38ce237c36fae5af2a50b4a46f285ebd50b0a02d84f6c8bcb6bbc0c 2025-06-05T23:50:39.0815279Z deleted: sha256:04c8a937a1561e8550a8a598e9c093d73f10246690ed589ad3f23534ab02c76f 2025-06-05T23:50:39.0815942Z deleted: sha256:b5d6d4acd251b6ac69357a165c91479b5e8f1702a37cfc15776af77eddde2404 2025-06-05T23:50:39.0816640Z deleted: sha256:7bee23d9f5e199e37a2ec556e712b54ef52bb30ced5e0ce2f37b60d7624df5ae 2025-06-05T23:50:39.0817330Z deleted: sha256:9d9ccae416e588bffff015c33b0c117bde8024b11b043956cbc26b18916ad299 2025-06-05T23:50:39.0818244Z deleted: sha256:5c7e5b5e3b2ebcee3007bd0fd2c409a85598d546930a22df302dd1fe7f1542d6 2025-06-05T23:50:39.0819025Z deleted: sha256:ab74eae120b22cff36da0a48ed5b30d804f4a65606735fd3077688c2e1ae7030 2025-06-05T23:50:39.0819707Z deleted: sha256:f14125e3900dee8f0d0a7b8a38d05ad0f6076c4500976a6795ec23f1b14ea1a2 2025-06-05T23:50:39.0820400Z deleted: sha256:e6fec5e98753edbdb07c6ea073f99f5bd4b6dd41a343c0228140b69913127cee 2025-06-05T23:50:39.0821051Z deleted: sha256:08804d9b4c7ba8ea664e3bbeac4916f5305caa3df590424c86bcd2ee81333b6e 2025-06-05T23:50:39.0821711Z deleted: sha256:a1e0e6887505fbba5f7542191b585d1aa1646085f5b9169d7d66c021044cd4a5 2025-06-05T23:50:39.0822391Z deleted: sha256:12655bcb01ff12049daf2e00ecdc5667a888a3ea832902ac2ab9aa3489a887cb 2025-06-05T23:50:39.0823071Z deleted: sha256:57ddd7a9d4b7281b997e017f8abe678d2d78c09f6dbe876306217f96d3a81a94 2025-06-05T23:50:39.0823761Z deleted: sha256:1b7f3a4b5bbcb835b8a919c3a1400b26cae20a19b863d03034d7a2bd78f3d48b 2025-06-05T23:50:39.0824438Z deleted: sha256:a16c0bf8d39a8e40c9c3bd305f8b1aa6daf203740f4a4b085d4082c6fe1159df 2025-06-05T23:50:39.0825141Z deleted: sha256:ad081a7103efef197123cbdb82d44e3f4d526b313f55acbaaaf7233443429d17 2025-06-05T23:50:39.0825816Z deleted: sha256:810dfb733d8f668f5034dc291c928ebecf583718c7d477148f8ff3424bfd45b1 2025-06-05T23:50:39.0826512Z deleted: sha256:a0b754dcf20ac4d7e88d4ebbb5f6bf366b15eac93096716993dd8ad0f63399c7 2025-06-05T23:50:39.0827184Z deleted: sha256:1662d8ba2290ad0ef83f1bbf3bec3e4a1390b2b1eeb600986ba64e02d2440c15 2025-06-05T23:50:39.0827830Z deleted: sha256:72f3c75257d1046ee55cece841f69a404113937fbb9dad11b1d208ad402ab0ec 2025-06-05T23:50:39.0828514Z deleted: sha256:b7ad650ecd12b33a673062609f9a9fe8873488f8d901724ce0b7e24bbb7c1950 2025-06-05T23:50:39.0829191Z deleted: sha256:a9c00ddfc9c07f0a7c96d11b9ce336c40144cc6d7d858218610ec9bdb6621766 2025-06-05T23:50:39.0829881Z deleted: sha256:3a0b9283b8e87533d4af456357fc8069774f8f7bdd863a4dd5f4fa84ea18d261 2025-06-05T23:50:39.0830567Z deleted: sha256:0ed09f6a3dce2ecb5545a6d08f414f944ce42688bb354410d2d3c4c2c63813ad 2025-06-05T23:50:39.0831249Z deleted: sha256:5c11659163aafc56df935c27e80e0882f36ab549b251996da49dc9c93e12a60c 2025-06-05T23:50:39.0831925Z deleted: sha256:4abfca2c3b9c37dd338f44590567a01587399406da63f68c0cb99a4d93425f1a 2025-06-05T23:50:39.0832590Z deleted: sha256:927b857563b91cfb53a865bf98c645f5475ba3fe9cf4608efc634bcb56499704 2025-06-05T23:50:39.0833304Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-05T23:50:39.0833945Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-05T23:50:39.0834882Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-05T23:50:39.0835831Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-05T23:50:39.0836523Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-05T23:50:39.0836914Z 2025-06-05T23:50:39.0849313Z Total reclaimed space: 17.9GB 2025-06-05T23:50:39.0904028Z ##[group]Run set +e 2025-06-05T23:50:39.0904294Z set +e 2025-06-05T23:50:39.0904526Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:50:39.0904916Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:50:39.0905326Z else 2025-06-05T23:50:39.0905599Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:50:39.0905937Z fi 2025-06-05T23:50:39.0906133Z set -e 2025-06-05T23:50:39.0911851Z shell: /usr/bin/bash -e {0} 2025-06-05T23:50:39.0912121Z env: 2025-06-05T23:50:39.0912374Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:50:39.0912710Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:39.0912983Z PR_NUMBER: 2025-06-05T23:50:39.0916156Z SCRIPT: # The generic Linux job chooses to use base env, not the one setup by the image CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") conda activate "${CONDA_ENV}" BUILD_TOOL="cmake" DTYPE=fp32 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:50:39.0919452Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:39.0920012Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:39.0920548Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:39.0920928Z NO_SUDO: false 2025-06-05T23:50:39.0921134Z ##[endgroup] 2025-06-05T23:50:40.4480970Z Post job cleanup. 2025-06-05T23:50:40.5483335Z Post job cleanup. 2025-06-05T23:50:40.6426973Z [command]/usr/bin/git version 2025-06-05T23:50:40.6480799Z git version 2.47.1 2025-06-05T23:50:40.6521154Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/45a5c8a0-66c3-43a8-a056-0aeec468ce4d' before making global git config changes 2025-06-05T23:50:40.6522113Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:50:40.6525907Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:50:40.6554888Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:50:40.6588258Z [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:50:40.6861761Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:50:40.6878612Z http.https://github.com/.extraheader 2025-06-05T23:50:40.6887911Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:50:40.6912499Z [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:50:40.7215748Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:50:40.7241172Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:50:40.7246186Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:40.7246548Z ##[endgroup] 2025-06-05T23:50:47.3267110Z Cleaning up orphan processes