2025-03-21T20:17:40.0852201Z Current runner version: '2.323.0' 2025-03-21T20:17:40.0859280Z Runner name: 'i-03539031f2ab4f168' 2025-03-21T20:17:40.0860251Z Runner group name: 'Default' 2025-03-21T20:17:40.0861319Z Machine name: 'ip-10-0-15-8' 2025-03-21T20:17:40.0864447Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:40.0866915Z Contents: read 2025-03-21T20:17:40.0867630Z Metadata: read 2025-03-21T20:17:40.0868253Z ##[endgroup] 2025-03-21T20:17:40.0871285Z Secret source: Actions 2025-03-21T20:17:40.0872169Z Prepare workflow directory 2025-03-21T20:17:40.4079246Z Prepare all required actions 2025-03-21T20:17:40.4121245Z Getting action download info 2025-03-21T20:17:40.6098584Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:40.8630816Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:53.5357030Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:53.8580897Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:54.0624612Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:17:54.4513678Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:17:54.6878374Z Getting action download info 2025-03-21T20:17:54.8288283Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:17:54.8290264Z ##[group] Inputs 2025-03-21T20:17:54.8293553Z 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-03-21T20:17:54.8297302Z timeout: 900 2025-03-21T20:17:54.8297580Z runner: linux.2xlarge 2025-03-21T20:17:54.8297854Z upload-artifact: 2025-03-21T20:17:54.8298430Z upload-artifact-to-s3: false 2025-03-21T20:17:54.8298765Z download-artifact: 2025-03-21T20:17:54.8299043Z repository: 2025-03-21T20:17:54.8299324Z fetch-depth: 1 2025-03-21T20:17:54.8299572Z submodules: true 2025-03-21T20:17:54.8299888Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:17:54.8300303Z test-infra-repository: pytorch/test-infra 2025-03-21T20:17:54.8300667Z test-infra-ref: 2025-03-21T20:17:54.8300983Z docker-image: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:17:54.8301457Z docker-build-dir: .ci/docker 2025-03-21T20:17:54.8301773Z gpu-arch-type: cpu 2025-03-21T20:17:54.8302048Z gpu-arch-version: 2025-03-21T20:17:54.8302320Z job-name: linux-job 2025-03-21T20:17:54.8302602Z continue-on-error: false 2025-03-21T20:17:54.8302889Z binary-matrix: 2025-03-21T20:17:54.8303154Z run-with-docker: true 2025-03-21T20:17:54.8303431Z secrets-env: 2025-03-21T20:17:54.8303682Z no-sudo: false 2025-03-21T20:17:54.8303974Z ##[endgroup] 2025-03-21T20:17:54.8304409Z Complete job name: test-llama-runner-qnn-linux (fp32, qnn_8a8w, qnn) / linux-job 2025-03-21T20:17:54.8724764Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:17:54.8825843Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:17:54.8834633Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:17:54.8835561Z ##[endgroup] 2025-03-21T20:17:56.0122751Z Runner Type: linux.2xlarge 2025-03-21T20:17:56.0123181Z Instance Type: c5.2xlarge 2025-03-21T20:17:56.0123474Z AMI Name: unknown 2025-03-21T20:17:56.0148685Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:01.1610166Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:01.1610592Z set -euxo pipefail 2025-03-21T20:18:01.1610930Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:01.1611353Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:01.1611773Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:01.1612108Z else 2025-03-21T20:18:01.1612412Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:01.1612806Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:01.1613138Z fi 2025-03-21T20:18:01.1613375Z  2025-03-21T20:18:01.1613641Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:01.1613978Z echo "::endgroup::" 2025-03-21T20:18:01.1622949Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:01.1623269Z env: 2025-03-21T20:18:01.1623579Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:01.1623972Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:01.1624337Z PR_NUMBER: 2025-03-21T20:18:01.1627481Z 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-03-21T20:18:01.1630715Z NO_SUDO: false 2025-03-21T20:18:01.1630976Z ##[endgroup] 2025-03-21T20:18:01.1657389Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:01.1671194Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:01.1674295Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:01.1674824Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:01.3230163Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:01.3231213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:01.3232184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:01.3233088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:01.3234048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:01.3235092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:01.3236033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:01.3236959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:01.3237852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:01.3238841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:01.3240150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:01.3241296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:01.3242406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:01.3243357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:01.3244546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:01.3245745Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:01.3246610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:01.3247411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:01.3248211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:01.3248964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:01.3249745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:01.3250991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:01.3251850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:01.3252728Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:01.3253655Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:01.3254570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:01.3255408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:01.3256174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:01.3257190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.pack' 2025-03-21T20:18:01.3258458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.rev' 2025-03-21T20:18:01.3259710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-ccb83c317a305ff545d1f7d4a4210d9105b9f2fc.idx' 2025-03-21T20:18:01.3260775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:01.3261722Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:01.3262642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:01.3263470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:01.3264237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:01.3265085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:01.3266053Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:01.3267007Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:01.3267894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:01.3268762Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:01.3269737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:01.3270620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:01.3271411Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:01.3272228Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:01.3273005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:01.3273743Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:01.3274539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:01.3275330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:01.3276335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:01.3277149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:01.3278126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:01.3279396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:01.3280359Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:01.3281741Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:01.3282788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:01.3283871Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:01.3285327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:01.3286361Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:01.3287387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:01.3288450Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:01.3289483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:01.3290526Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:01.3291560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:01.3292576Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:01.3293687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:01.3294781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:01.3295918Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:01.3296967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:01.3298019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:01.3299216Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:01.3300369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:01.3301531Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:01.3302568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:01.3303549Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:01.3304556Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:01.3305621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:01.3306687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:01.3307744Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:01.3308783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:01.3309810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:01.3310812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:01.3311771Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:01.3312766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:01.3313785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:01.3314799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:01.3315801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:01.3316795Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:01.3317772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:01.3318719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:01.3319677Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:01.3320659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:01.3321726Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:01.3322732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:01.3323802Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:01.3324817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:01.3325829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:01.3327048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:01.3328120Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:01.3329166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:01.3330212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:01.3331268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:01.3332321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:01.3333404Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:01.3334514Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:01.3335501Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:01.3336367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:01.3337280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:01.3338272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:01.3339167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:01.3340071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:01.3341004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:01.3341962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:01.3343130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223108.json' 2025-03-21T20:18:01.3344778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2/android-artifacts-31017223431.json' 2025-03-21T20:18:01.3346114Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:01.3347390Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager.json' 2025-03-21T20:18:01.3348753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_eager_dynamic.json' 2025-03-21T20:18:01.3350176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/add_loop_inductor_dynamic_gpu.json' 2025-03-21T20:18:01.3351561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/json-each-row.json' 2025-03-21T20:18:01.3352834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3/mock.json' 2025-03-21T20:18:01.3354040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:01.3355241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:01.3357154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:01.3358222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:01.3359222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:01.3360231Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:01.3361222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:01.3362176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:01.3363106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:01.3364076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:01.3365074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:01.3366096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:01.3367119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:01.3368121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:01.3369139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:01.3370125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:01.3371084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:01.3372035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:01.3373369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:01.3374431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:01.3375443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:01.3376619Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:01.3377701Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:01.3378794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:01.3379900Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:01.3381057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:01.3382253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:01.3383367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:01.3384500Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:01.3385617Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:01.3386834Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:01.3388031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:01.3389166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:01.3390247Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:01.3391324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:01.3392565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:01.3393838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:01.3395137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:01.3396319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:01.3397474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:01.3398692Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:01.3399886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:01.3401030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:01.3402223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:01.3403403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:01.3404576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:01.3405778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:01.3406933Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:01.3407985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:01.3409031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:01.3410023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:01.3411112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:01.3412239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:01.3413348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:01.3414333Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:01.3415487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:01.3416678Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:01.3417887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:01.3419062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:01.3420255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:01.3421548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:01.3422786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:01.3423949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:01.3425213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:01.3426469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:01.3427629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:01.3428739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:01.3429889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:01.3431168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_aarch64_without_cuda.yml' 2025-03-21T20:18:01.3432487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:01.3433712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:01.3435089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:01.3436280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:01.3437437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:01.3438746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:01.3439938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:01.3441240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:01.3442332Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:01.3443338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:01.3444513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:01.3445667Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:01.3446735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:01.3447716Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:01.3448803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:01.3449968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:01.3451070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:01.3452233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:01.3453362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:01.3454439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:01.3455573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:01.3456695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:01.3457862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:01.3459024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:01.3460175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:01.3461471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:01.3462665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:01.3463790Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:01.3464999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:01.3466169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:01.3467389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:01.3468621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:01.3469848Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:01.3471018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:01.3472254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:01.3473565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:01.3474706Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:01.3475872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:01.3476803Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:01.3477645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:01.3478414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:01.3479182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:01.3480132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:01.3481004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:01.3481765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:01.3482565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:01.3483313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:01.3484031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:01.3484833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:01.3485708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:01.3486574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:01.3487468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:01.3488388Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:01.3489416Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:01.3490354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:01.3491385Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:01.3492538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:01.3493627Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:01.3494745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:01.3495941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:01.3497203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:01.3498522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:01.3499770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:01.3501075Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:01.3503038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:01.3504348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:01.3506434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:01.3508413Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:01.3510320Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:01.3512201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:01.3514356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:01.3516108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:01.3517712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:01.3519220Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:01.3520100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:01.3520977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:01.3521923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:01.3522904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:01.3523875Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:01.3524838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:01.3525822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:01.3526840Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:01.3527949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:01.3529107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:01.3530320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:01.3531512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:01.3532717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:01.3533963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:01.3535160Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:01.3536350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:01.3537419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:01.3538532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:01.3539679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:01.3540777Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:01.3541854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:01.3542808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:01.3543990Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:01.3545224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:01.3546209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:01.3547185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:01.3548182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:01.3549210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:01.3550288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:01.3551324Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:01.3552312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:01.3553279Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:01.3554246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:01.3555206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:01.3556176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:01.3557337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/log_classifier_dataset_query_2024-08-14.csv' 2025-03-21T20:18:01.3558500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:01.3559549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:01.3560712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log_multiple_matches.txt' 2025-03-21T20:18:01.3561866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:01.3562926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:01.3563941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:01.3564976Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:01.3566045Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:01.3567071Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:01.3568112Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:01.3569179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:01.3570211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:01.3571188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:01.3572198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:01.3573238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:01.3574233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:01.3575225Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:01.3576429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:01.3577712Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log.snap' 2025-03-21T20:18:01.3579308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots/log_classifier__engine__test__get_snippets_on_log_with_multiple_matches.snap' 2025-03-21T20:18:01.3580712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:01.3581817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:01.3582797Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:01.3583781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:01.3584802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:01.3585865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:01.3586960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:01.3588086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:01.3589159Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:01.3590174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:01.3591185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:01.3592236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/lambda_function.py' 2025-03-21T20:18:01.3593330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:01.3594379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:01.3595394Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:01.3596392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:01.3597443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:01.3598532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:01.3599575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:01.3600530Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:01.3601664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_lambda_oss_ci_job_queue_time.py' 2025-03-21T20:18:01.3602795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:01.3603712Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:01.3604652Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:01.3605710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:01.3606806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:01.3607935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:01.3609137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.txt' 2025-03-21T20:18:01.3610382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples/test_usage_log_1.zip' 2025-03-21T20:18:01.3611566Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:01.3612626Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:01.3613661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:01.3614719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:01.3615830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:01.3616974Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:01.3618099Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:01.3619255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_lambda_function.py' 2025-03-21T20:18:01.3620389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:01.3621396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:01.3622344Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:01.3623475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/meta_cdn_whl_redirect.js' 2025-03-21T20:18:01.3624661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:01.3625773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:01.3626721Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:01.3627513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:01.3628335Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:01.3629411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:01.3630553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:01.3631725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views/schema.sql' 2025-03-21T20:18:01.3632982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3_materialized_views' 2025-03-21T20:18:01.3634198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram/schema.sql' 2025-03-21T20:18:01.3635359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:01.3636551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_time_series_schema.sql' 2025-03-21T20:18:01.3637846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization/oss_ci_utilization_metadata_schema.sql' 2025-03-21T20:18:01.3639048Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:01.3640040Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:01.3640850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:01.3641595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:01.3642376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:01.3643222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:01.3644087Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:01.3644949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:01.3645878Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:01.3646847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:01.3647787Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:01.3648694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:01.3649579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:01.3650496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:01.3651504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:01.3652521Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:01.3653517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:01.3654432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:01.3655291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:01.3656167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:01.3657058Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:01.3657926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:01.3658808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:01.3659687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:01.3660573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:01.3661593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:01.3662495Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:01.3663355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:01.3664220Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:01.3665097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:01.3665979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:01.3666831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:01.3667762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:01.3668782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:01.3669767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:01.3670727Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:01.3671612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:01.3672471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:01.3673389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:01.3674309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:01.3675182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:01.3676240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:01.3677118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:01.3677995Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:01.3678851Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:01.3679691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:01.3680493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:01.3681290Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:01.3682072Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:01.3682962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:01.3684122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:01.3685197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:01.3686182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:01.3687167Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:01.3688250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:01.3689354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:01.3690358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:01.3691337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:01.3692449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:01.3693679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:01.3694876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:01.3696086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:01.3697321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:01.3698546Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:01.3699805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/.tflint.hcl' 2025-03-21T20:18:01.3701237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/README.md' 2025-03-21T20:18:01.3702709Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.eslintrc.yaml' 2025-03-21T20:18:01.3704328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.gitignore' 2025-03-21T20:18:01.3705891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.nvmrc' 2025-03-21T20:18:01.3707477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/.prettierrc' 2025-03-21T20:18:01.3709074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/Makefile' 2025-03-21T20:18:01.3710686Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/jest.config.js' 2025-03-21T20:18:01.3712310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json' 2025-03-21T20:18:01.3713922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/lambda.ts' 2025-03-21T20:18:01.3715660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/local.ts' 2025-03-21T20:18:01.3717347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.test.ts' 2025-03-21T20:18:01.3719085Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer/handler.ts' 2025-03-21T20:18:01.3720781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src/syncer' 2025-03-21T20:18:01.3722429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/src' 2025-03-21T20:18:01.3724240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-empty-assets.json' 2025-03-21T20:18:01.3726246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-arm64.json' 2025-03-21T20:18:01.3728239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases-no-linux.json' 2025-03-21T20:18:01.3730182Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources/github-list-releases.json' 2025-03-21T20:18:01.3731989Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test/resources' 2025-03-21T20:18:01.3733658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/test' 2025-03-21T20:18:01.3735280Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/tsconfig.json' 2025-03-21T20:18:01.3736887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock' 2025-03-21T20:18:01.3738479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas/runner-binaries-syncer' 2025-03-21T20:18:01.3739950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/lambdas' 2025-03-21T20:18:01.3741328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/main.tf' 2025-03-21T20:18:01.3742607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/outputs.tf' 2025-03-21T20:18:01.3744020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-cloudwatch.json' 2025-03-21T20:18:01.3745525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies/lambda-syncer.json' 2025-03-21T20:18:01.3747051Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/policies' 2025-03-21T20:18:01.3748466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/runner-binaries-syncer.tf' 2025-03-21T20:18:01.3749881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/terraform.tfvars' 2025-03-21T20:18:01.3751221Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/trigger.json' 2025-03-21T20:18:01.3752541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer/variables.tf' 2025-03-21T20:18:01.3753847Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:01.3755106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:01.3756401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/launch-template.tf' 2025-03-21T20:18:01.3757689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:01.3758916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:01.3760145Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:01.3761442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies-runner.tf' 2025-03-21T20:18:01.3762894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-cloudwatch-policy.json' 2025-03-21T20:18:01.3764478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ec2-create-tags-policy.json' 2025-03-21T20:18:01.3766139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-role-trust-policy.json' 2025-03-21T20:18:01.3767640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-s3-policy.json' 2025-03-21T20:18:01.3769178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies/instance-ssm-parameters-policy.json' 2025-03-21T20:18:01.3770639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:01.3771959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/security-groups.tf' 2025-03-21T20:18:01.3773353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/arm-runner-patch.tpl' 2025-03-21T20:18:01.3774809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config.json' 2025-03-21T20:18:01.3776497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux.json' 2025-03-21T20:18:01.3778213Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_arm64.json' 2025-03-21T20:18:01.3779792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_linux_nvidia.json' 2025-03-21T20:18:01.3781415Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/cloudwatch_config_windows.json' 2025-03-21T20:18:01.3782922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.ps1' 2025-03-21T20:18:01.3784418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/install-config-runner.sh' 2025-03-21T20:18:01.3785861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.ps1' 2025-03-21T20:18:01.3787237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates/user-data.sh' 2025-03-21T20:18:01.3788586Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:01.3789880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:01.3791138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:01.3792327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:01.3793473Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:01.3794662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:01.3795943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.eslintrc.yaml' 2025-03-21T20:18:01.3797249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:01.3798534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:01.3799841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:01.3801138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/README.md' 2025-03-21T20:18:01.3802458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/jest.config.js' 2025-03-21T20:18:01.3803795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/package.json' 2025-03-21T20:18:01.3805143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.test.ts' 2025-03-21T20:18:01.3806505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/lambda.ts' 2025-03-21T20:18:01.3808055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.test.ts' 2025-03-21T20:18:01.3809549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/cache.ts' 2025-03-21T20:18:01.3811053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.test.ts' 2025-03-21T20:18:01.3812560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/config.ts' 2025-03-21T20:18:01.3814082Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.test.ts' 2025-03-21T20:18:01.3815608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-auth.ts' 2025-03-21T20:18:01.3817136Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.test.ts' 2025-03-21T20:18:01.3818665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-issues.ts' 2025-03-21T20:18:01.3820211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.test.ts' 2025-03-21T20:18:01.3821812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/gh-runners.ts' 2025-03-21T20:18:01.3823368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.test.ts' 2025-03-21T20:18:01.3824911Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms/index.ts' 2025-03-21T20:18:01.3826432Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/kms' 2025-03-21T20:18:01.3827964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.test.ts' 2025-03-21T20:18:01.3829487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/metrics.ts' 2025-03-21T20:18:01.3831004Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.test.ts' 2025-03-21T20:18:01.3832523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts' 2025-03-21T20:18:01.3834039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.test.ts' 2025-03-21T20:18:01.3835579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-down.ts' 2025-03-21T20:18:01.3837149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.test.ts' 2025-03-21T20:18:01.3838791Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up-chron.ts' 2025-03-21T20:18:01.3840401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.test.ts' 2025-03-21T20:18:01.3841938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/scale-up.ts' 2025-03-21T20:18:01.3843445Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.test.ts' 2025-03-21T20:18:01.3844919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/sqs.ts' 2025-03-21T20:18:01.3846406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.test.ts' 2025-03-21T20:18:01.3847889Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/utils.ts' 2025-03-21T20:18:01.3849347Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners' 2025-03-21T20:18:01.3850759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src/template.yml' 2025-03-21T20:18:01.3852099Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/src' 2025-03-21T20:18:01.3853434Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/reporter.js' 2025-03-21T20:18:01.3854916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources/sqs_receive_event.json' 2025-03-21T20:18:01.3856420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test/resources' 2025-03-21T20:18:01.3857799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/test' 2025-03-21T20:18:01.3859129Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/tsconfig.json' 2025-03-21T20:18:01.3860429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/yarn.lock' 2025-03-21T20:18:01.3861769Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:01.3863017Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:01.3864187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:01.3865329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:01.3866558Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies-lambda-common.tf' 2025-03-21T20:18:01.3867892Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-cloudwatch.json' 2025-03-21T20:18:01.3869318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-down.json' 2025-03-21T20:18:01.3870754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up-chron.json' 2025-03-21T20:18:01.3872122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-scale-up.json' 2025-03-21T20:18:01.3873498Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/lambda-secretsmanager.json' 2025-03-21T20:18:01.3874980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies/service-linked-role-create-policy.json' 2025-03-21T20:18:01.3876537Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:01.3877747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:01.3878947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up-chron.tf' 2025-03-21T20:18:01.3880137Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:01.3881301Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:01.3882438Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:01.3883659Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/.tflint.hcl' 2025-03-21T20:18:01.3884961Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/README.md' 2025-03-21T20:18:01.3886232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/main.tf' 2025-03-21T20:18:01.3887515Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/outputs.tf' 2025-03-21T20:18:01.3888945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/assume-role-for-account.json' 2025-03-21T20:18:01.3890436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/boundary.json' 2025-03-21T20:18:01.3891891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-boundary.json' 2025-03-21T20:18:01.3893368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies/deploy-policy.json' 2025-03-21T20:18:01.3894770Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/policies' 2025-03-21T20:18:01.3896110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions/variables.tf' 2025-03-21T20:18:01.3897401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:01.3898618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:01.3899867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:01.3901284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.eslintrc.yaml' 2025-03-21T20:18:01.3902610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:01.3903898Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:01.3905174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:01.3906479Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:01.3907803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js' 2025-03-21T20:18:01.3909180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/jest.config.js-bkp' 2025-03-21T20:18:01.3910543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/package.json' 2025-03-21T20:18:01.3911887Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms/index.ts' 2025-03-21T20:18:01.3913245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/kms' 2025-03-21T20:18:01.3914596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/lambda.ts' 2025-03-21T20:18:01.3915930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/local.ts' 2025-03-21T20:18:01.3917262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs/index.ts' 2025-03-21T20:18:01.3918622Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/sqs' 2025-03-21T20:18:01.3920050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.test.ts' 2025-03-21T20:18:01.3921506Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook/handler.ts' 2025-03-21T20:18:01.3922926Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src/webhook' 2025-03-21T20:18:01.3924272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/src' 2025-03-21T20:18:01.3925601Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/reporter.js' 2025-03-21T20:18:01.3927086Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources/github_check_run_event.json' 2025-03-21T20:18:01.3928613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test/resources' 2025-03-21T20:18:01.3930028Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/test' 2025-03-21T20:18:01.3931400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/tsconfig.json' 2025-03-21T20:18:01.3932705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/yarn.lock' 2025-03-21T20:18:01.3933988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:01.3935227Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:01.3936392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:01.3937536Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:01.3938693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:01.3939947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-cloudwatch.json' 2025-03-21T20:18:01.3941381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-orchestrator.json' 2025-03-21T20:18:01.3942812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:01.3944156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:01.3945376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:01.3946564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:01.3947725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:01.3948873Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:01.3949956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:01.3950991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:01.3952151Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies/lambda-publish-sqs-policy.json' 2025-03-21T20:18:01.3953341Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:01.3954468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:01.3955603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:01.3956745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:01.3957940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:01.3959124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:01.3960307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:01.3961423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:01.3962468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:01.3963474Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:01.3964362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:01.3965211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:01.3966163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:01.3967163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:01.3968128Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:01.3969103Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:01.3970088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:01.3971079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:01.3972009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:01.3972925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:01.3973987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:01.3975084Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:01.3976364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:01.3977443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:01.3978414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:01.3979491Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/max-tokens-check.diff' 2025-03-21T20:18:01.3980742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches/potential-unbounded-loop-check.diff' 2025-03-21T20:18:01.3982004Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:01.3983157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0001-Max-tokens-checks.diff' 2025-03-21T20:18:01.3984456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0002-potential-unbounded-loop-check.diff' 2025-03-21T20:18:01.3985813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:01.3987019Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:01.3988393Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches/0003-Do-not-use-pthread_rwlock_wrlock.diff' 2025-03-21T20:18:01.3989593Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:01.3990682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:01.3991730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:01.3992691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:01.3993650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:01.3994599Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:01.3995552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:01.3996539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:01.3997590Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:01.3998711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/test_run_on_aws_devicefarm.py' 2025-03-21T20:18:01.3999757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:01.4017939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:01.4018997Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:01.4019965Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:01.4020952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:01.4022030Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:01.4023000Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:01.4024040Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:01.4025077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:01.4026070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:01.4027045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:01.4027994Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:01.4028955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:01.4029901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:01.4030864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:01.4031817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:01.4032948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:01.4034026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:01.4035022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:01.4035977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:01.4036891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:01.4037766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:01.4038708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:01.4039668Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:01.4040541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:01.4041430Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:01.4042338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:01.4043214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:01.4044080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:01.4044969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:01.4045893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:01.4046908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:01.4047979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:01.4049043Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:01.4050089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:01.4051134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:01.4052181Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:01.4053249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:01.4054312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:01.4055346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:01.4056406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:01.4057435Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:01.4058418Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:01.4059384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:01.4060399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:01.4061499Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:01.4062475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:01.4063453Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:01.4064405Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:01.4065309Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:01.4066215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:01.4067187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:01.4068237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:01.4069256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:01.4070258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:01.4071297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:01.4072329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:01.4073296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:01.4074221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:01.4075172Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:01.4076291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:01.4077287Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:01.4078284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:01.4079268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:01.4080298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:01.4081355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:01.4082386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:01.4083374Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:01.4084306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:01.4085284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:01.4086361Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:01.4087317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:01.4088356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:01.4089425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:01.4090417Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:01.4091484Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:01.4092633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state_org.py' 2025-03-21T20:18:01.4093788Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:01.4094931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:01.4096146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/replace_runners_prefix_submit_pr.py' 2025-03-21T20:18:01.4097308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:01.4098346Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:01.4099270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:01.4100150Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:01.4101092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:01.4102205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:01.4103221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:01.4104134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:01.4105066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:01.4106008Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:01.4106942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:01.4107876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:01.4108865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:01.4109835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:01.4110753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:01.4111697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:01.4112653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:01.4113611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:01.4114525Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:01.4115522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:01.4116553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:01.4117637Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:01.4118778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:01.4119847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:01.4120876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:01.4121866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:01.4122846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:01.4123853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:01.4124886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:01.4125907Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:01.4126937Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:01.4127927Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:01.4128860Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:01.4129753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:01.4130596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:01.4131564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:01.4132682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:01.4133821Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda_norocm.json' 2025-03-21T20:18:01.4134981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:01.4136101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:01.4137183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:01.4138244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:01.4139339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:01.4140471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:01.4141681Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:01.4142676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:01.4143713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:01.4144813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:01.4145871Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:01.4146864Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:01.4147739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:01.4148566Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:01.4149416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:01.4150310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:01.4151244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:01.4152188Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:01.4153098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:01.4154003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:01.4154883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:01.4155773Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:01.4156655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:01.4157576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:01.4158646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:01.4159798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:01.4160942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:01.4162017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:01.4162943Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:01.4163799Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:01.4164810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td/test_calculate_file_test_rating.py' 2025-03-21T20:18:01.4165841Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:01.4166792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:01.4167774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:01.4168781Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:01.4169734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:01.4170715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:01.4171649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:01.4172485Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:01.4173330Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:01.4174171Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:01.4174960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:01.4175913Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:01.4176746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:01.4177564Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:01.4178386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:01.4179236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:01.4180048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:01.4181049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:01.4182320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:01.4183523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:01.4184777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/params.json' 2025-03-21T20:18:01.4186059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats/query.sql' 2025-03-21T20:18:01.4187321Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:01.4188545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:01.4189742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:01.4190924Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:01.4192086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:01.4193218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:01.4194360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:01.4195484Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:01.4196648Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:01.4197828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:01.4199097Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:01.4200310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:01.4201442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:01.4202552Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:01.4203741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:01.4205012Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:01.4206274Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:01.4207584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:01.4208942Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:01.4210281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:01.4211520Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:01.4212665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:01.4213800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:01.4214931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:01.4216053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:01.4217157Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:01.4218430Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:01.4218876Z + echo ::endgroup:: 2025-03-21T20:18:01.4219565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/params.json' 2025-03-21T20:18:01.4220738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name/query.sql' 2025-03-21T20:18:01.4221958Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:01.4223149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/params.json' 2025-03-21T20:18:01.4224373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account/query.sql' 2025-03-21T20:18:01.4225582Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:01.4226771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:01.4227999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:01.4229197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:01.4230363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:01.4231525Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:01.4232667Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:01.4233806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:01.4234934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:01.4236042Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:01.4237187Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/params.json' 2025-03-21T20:18:01.4238373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type/query.sql' 2025-03-21T20:18:01.4239553Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:01.4240750Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/params.json' 2025-03-21T20:18:01.4241968Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name/query.sql' 2025-03-21T20:18:01.4243164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:01.4244366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:01.4245561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:01.4246729Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:01.4247896Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:01.4249058Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:01.4250204Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:01.4251355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:01.4252509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:01.4253641Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:01.4254764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:01.4255860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:01.4257057Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:01.4258186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:01.4259350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:01.4260496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:01.4261726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/params.json' 2025-03-21T20:18:01.4262939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name/query.sql' 2025-03-21T20:18:01.4264131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:01.4265362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/params.json' 2025-03-21T20:18:01.4266634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account/query.sql' 2025-03-21T20:18:01.4267884Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:01.4269116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:01.4270318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:01.4271506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:01.4272707Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:01.4273916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:01.4275093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:01.4276432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:01.4277595Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:01.4278752Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:01.4279944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/params.json' 2025-03-21T20:18:01.4281169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type/query.sql' 2025-03-21T20:18:01.4282389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:01.4283620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/params.json' 2025-03-21T20:18:01.4284853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name/query.sql' 2025-03-21T20:18:01.4286244Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:01.4287497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:01.4288753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:01.4289996Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:01.4291235Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:01.4292468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:01.4293684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:01.4294880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:01.4296060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:01.4297212Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:01.4298389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:01.4299582Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:01.4300761Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:01.4302202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/params.json' 2025-03-21T20:18:01.4303660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test/query.sql' 2025-03-21T20:18:01.4305077Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/check_every_test' 2025-03-21T20:18:01.4306507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/params.json' 2025-03-21T20:18:01.4307885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests/query.sql' 2025-03-21T20:18:01.4309343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/failed_tests' 2025-03-21T20:18:01.4310765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/params.json' 2025-03-21T20:18:01.4312186Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info/query.sql' 2025-03-21T20:18:01.4313590Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns/workflow_job_info' 2025-03-21T20:18:01.4314977Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:01.4316254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:01.4317454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:01.4318636Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:01.4319872Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/params.json' 2025-03-21T20:18:01.4321195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests/query.sql' 2025-03-21T20:18:01.4322500Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/disabled_non_flaky_tests' 2025-03-21T20:18:01.4323768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:01.4324988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:01.4326191Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:01.4327379Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:01.4328551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:01.4329706Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:01.4330810Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:01.4331940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:01.4333113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:01.4334270Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:01.4335442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:01.4336632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:01.4337806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:01.4338955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:01.4340101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:01.4341300Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:01.4342407Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:01.4343468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:01.4344638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:01.4345719Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:01.4346802Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:01.4347864Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:01.4348977Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:01.4350122Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:01.4351247Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:01.4352416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:01.4353627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:01.4354816Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:01.4355984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:01.4357109Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:01.4358235Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:01.4359382Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:01.4360557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:01.4361719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:01.4362902Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:01.4364117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:01.4365311Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:01.4366497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:01.4367691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:01.4368867Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:01.4370036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:01.4371191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:01.4372387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:01.4373579Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:01.4374711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:01.4376281Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:01.4377452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:01.4378639Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:01.4379809Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:01.4381192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:01.4382381Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:01.4383550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:01.4384729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:01.4385946Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:01.4387150Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:01.4388411Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/params.json' 2025-03-21T20:18:01.4389691Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups/query.sql' 2025-03-21T20:18:01.4390967Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:01.4392224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:01.4393461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:01.4394672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:01.4395845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:01.4396980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:01.4398110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:01.4399276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/params.json' 2025-03-21T20:18:01.4400474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name/query.sql' 2025-03-21T20:18:01.4401663Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:01.4403057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/params.json' 2025-03-21T20:18:01.4404295Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform/query.sql' 2025-03-21T20:18:01.4405519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:01.4406739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/params.json' 2025-03-21T20:18:01.4407945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day/query.sql' 2025-03-21T20:18:01.4409139Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:01.4410324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:01.4411474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:01.4412599Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:01.4413708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:01.4414777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:01.4415833Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:01.4417015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/params.json' 2025-03-21T20:18:01.4418288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical/query.sql' 2025-03-21T20:18:01.4418861Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:01.4419425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:01.4419963Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:01.4420506Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:01.4421051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:01.4421646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:01.4422165Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:01.4422713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:01.4423241Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:01.4423775Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:01.4424448Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/params.json' 2025-03-21T20:18:01.4425025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info/query.sql' 2025-03-21T20:18:01.4425581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_list_util_metadata_info' 2025-03-21T20:18:01.4426119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:01.4426636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:01.4427140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:01.4427658Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:01.4428148Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:01.4428642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:01.4429126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:01.4429605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:01.4430071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:01.4430597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:01.4431100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:01.4431602Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:01.4432147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:01.4432688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:01.4433213Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:01.4433806Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:01.4434402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:01.4434982Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:01.4435528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:01.4436056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:01.4436579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:01.4437191Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:01.4437805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:01.4438353Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:01.4438844Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:01.4439321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:01.4439806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:01.4440350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:01.4440880Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:01.4441400Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:01.4441931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:01.4442459Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:01.4442971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:01.4443531Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:01.4444080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:01.4444623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:01.4445091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:01.4445555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:01.4446009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:01.4446539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:01.4447054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:01.4447571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:01.4448147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:01.4448711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:01.4449282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:01.4449839Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:01.4450550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:01.4451094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:01.4451643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:01.4452169Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:01.4452697Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:01.4453202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:01.4453705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:01.4454201Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:01.4454700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:01.4455174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:01.4455645Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:01.4456198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:01.4456738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:01.4457282Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:01.4457794Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:01.4458306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:01.4458798Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:01.4459334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:01.4459850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:01.4460368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:01.4460955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/params.json' 2025-03-21T20:18:01.4461620Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs/query.sql' 2025-03-21T20:18:01.4462200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class_periodic_jobs' 2025-03-21T20:18:01.4462734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:01.4463293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:01.4463846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:01.4464442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/params.json' 2025-03-21T20:18:01.4465018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs/query.sql' 2025-03-21T20:18:01.4465597Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file_periodic_jobs' 2025-03-21T20:18:01.4466098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:01.4466608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:01.4467094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:01.4467607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:01.4468089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:01.4468579Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:01.4469117Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:01.4469660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:01.4470186Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:01.4470766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:01.4471340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:01.4471902Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:01.4472524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:01.4473123Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:01.4473733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:01.4474345Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:01.4474959Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:01.4475555Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:01.4476257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:01.4476861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:01.4477431Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:01.4477905Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:01.4478471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:01.4479197Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:01.4480039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:01.4480940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:01.4481723Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:01.4482661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:01.4483666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:01.4484702Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:01.4485545Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:01.4486363Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:01.4487166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:01.4488045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:01.4488876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:01.4489801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:01.4490745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/params.json' 2025-03-21T20:18:01.4491647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day/query.sql' 2025-03-21T20:18:01.4492523Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:01.4493402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:01.4494331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:01.4495188Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:01.4496138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:01.4497273Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:01.4498245Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:01.4499297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:01.4500268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:01.4501331Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:01.4502243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:01.4503140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:01.4504073Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:01.4504863Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:01.4505766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:01.4506604Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:01.4507349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:01.4508095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:01.4508805Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:01.4509540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:01.4510304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:01.4511062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:01.4511846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:01.4512675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:01.4513522Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:01.4514355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:01.4515224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:01.4515928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:01.4516721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:01.4517444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:01.4518224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:01.4519031Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:01.4519897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:01.4520742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:01.4521512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:01.4522197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:01.4523028Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:01.4523745Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:01.4524554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:01.4525326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:01.4526076Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:01.4526819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:01.4527629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:01.4528410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:01.4529198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:01.4530025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:01.4530793Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:01.4531807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:01.4532631Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:01.4533446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:01.4534262Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:01.4535021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:01.4535783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:01.4536628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:01.4537428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:01.4538226Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:01.4539115Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:01.4540357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:01.4541458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:01.4542297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:01.4543317Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:01.4544258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:01.4545096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:01.4545934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:01.4546814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:01.4547585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:01.4548526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:01.4549543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:01.4550450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:01.4551451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:01.4552438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:01.4553432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:01.4554427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:01.4555365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:01.4556223Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:01.4557068Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:01.4557993Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:01.4559017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:01.4560018Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:01.4561057Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:01.4562282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:01.4563528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:01.4564717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:01.4565782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:01.4566749Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:01.4568026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:01.4568940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:01.4569778Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:01.4570737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:01.4571588Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:01.4572387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:01.4573152Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:01.4574113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:01.4575098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:01.4576559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLineChartComponents.module.css' 2025-03-21T20:18:01.4577759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:01.4578769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:01.4580006Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:01.4581201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:01.4582476Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/ChartCheckboxGroups.tsx' 2025-03-21T20:18:01.4583616Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/CheckboxGroup.tsx' 2025-03-21T20:18:01.4584747Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/DropList.tsx' 2025-03-21T20:18:01.4585929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers/Tooltip.tsx' 2025-03-21T20:18:01.4587054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:01.4588086Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:01.4589029Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:01.4589987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:01.4590823Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:01.4591902Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:01.4592928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:01.4593700Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:01.4594482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:01.4595282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:01.4596091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:01.4596938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:01.4597782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:01.4598558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:01.4599270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:01.4600024Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:01.4600868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:01.4601729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:01.4602711Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:01.4603656Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:01.4604530Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:01.4605298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:01.4606120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:01.4606981Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:01.4607757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:01.4608757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:01.4609704Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:01.4610629Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:01.4611826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:01.4613051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:01.4614205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:01.4615532Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:01.4616863Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:01.4618127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:01.4619225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:01.4620580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:01.4621940Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:01.4623079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:01.4624153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:01.4625039Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:01.4625804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:01.4626610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:01.4627444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:01.4628254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:01.4628907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:01.4629570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:01.4630208Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:01.4630792Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:01.4631466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:01.4632139Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:01.4632890Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:01.4633607Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:01.4634308Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:01.4635098Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:01.4636017Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:01.4636818Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:01.4637538Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:01.4638446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:01.4639533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:01.4640328Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:01.4641153Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:01.4642132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:01.4642971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:01.4643794Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:01.4644710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:01.4645471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:01.4646205Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:01.4646928Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:01.4647642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:01.4648413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:01.4649232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:01.4649951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:01.4650650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:01.4651387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:01.4652062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:01.4652715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:01.4653436Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:01.4654185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:01.4654891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:01.4655586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:01.4656334Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:01.4657055Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:01.4657915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:01.4658785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:01.4659466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:01.4660328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:01.4661281Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:01.4662012Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:01.4662674Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:01.4663315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:01.4664009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:01.4664655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:01.4665292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:01.4665987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:01.4666688Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:01.4667528Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:01.4668261Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:01.4668925Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:01.4669689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:01.4670383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:01.4671185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:01.4671895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:01.4672575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:01.4673240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:01.4673975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:01.4674655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:01.4675354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:01.4676253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:01.4676966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:01.4677600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:01.4678304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:01.4679009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:01.4679948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:01.4680634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:01.4681285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:01.4681926Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:01.4682951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:01.4683759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:01.4684465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:01.4685206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:01.4686268Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:01.4687202Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:01.4688077Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:01.4688852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:01.4689613Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:01.4690254Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:01.4690846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:01.4691465Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:01.4692054Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:01.4692936Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:01.4693866Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:01.4694927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:01.4695890Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:01.4696886Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:01.4697830Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:01.4698676Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4699421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:01.4700096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:01.4701078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:01.4702144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:01.4703184Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:01.4704156Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:01.4705118Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4706109Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:01.4707093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:01.4707961Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:01.4708776Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:01.4709634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:01.4710408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:01.4711210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:01.4711994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:01.4712901Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:01.4713614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:01.4714380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:01.4715120Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:01.4715956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:01.4716754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:01.4717643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:01.4718483Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:01.4719289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:01.4720480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]/[sha].ts' 2025-03-21T20:18:01.4721653Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:01.4722721Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4723704Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:01.4724571Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:01.4725349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:01.4726104Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:01.4727094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:01.4727981Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:01.4728855Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4729891Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:01.4730567Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:01.4731274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:01.4732001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:01.4733100Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:01.4734240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations/[jobIds].ts' 2025-03-21T20:18:01.4735406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:01.4736573Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures/[queryParams].ts' 2025-03-21T20:18:01.4737592Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:01.4738561Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4739464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:01.4740224Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:01.4741338Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:01.4742298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:01.4743386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:01.4744350Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4745271Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:01.4746090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:01.4746798Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:01.4747649Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:01.4748471Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:01.4749480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:01.4750371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:01.4751253Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:01.4752001Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:01.4752851Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:01.4753931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:01.4754782Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:01.4755753Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:01.4756546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:01.4757230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:01.4757997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:01.4758732Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:01.4759516Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:01.4760236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:01.4760944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:01.4762066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:01.4763132Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:01.4764137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4765021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:01.4765789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:01.4766464Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:01.4767079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:01.4768061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:01.4768978Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:01.4769862Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4770666Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:01.4771358Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:01.4771955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:01.4772641Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:01.4773293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:01.4774254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:01.4775401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:01.4776744Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4777534Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:01.4778240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:01.4778888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:01.4779685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:01.4780708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:01.4781682Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4782544Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:01.4783289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:01.4783924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:01.4784621Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:01.4785318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:01.4786047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:01.4786888Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:01.4787634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:01.4788592Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:01.4789583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:01.4790437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:01.4791268Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:01.4791972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:01.4793108Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:01.4794140Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:01.4795100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:01.4795988Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:01.4796757Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:01.4797614Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:01.4798478Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:01.4799160Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:01.4799789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:01.4800474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:01.4801194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:01.4801850Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:01.4802593Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:01.4803245Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:01.4803906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:01.4804606Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:01.4805348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:01.4806152Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:01.4807041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:01.4807849Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:01.4808634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:01.4809456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:01.4810092Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:01.4810868Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:01.4811523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:01.4812233Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:01.4812962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:01.4813714Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:01.4814446Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:01.4815271Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:01.4816110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:01.4816930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:01.4817756Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:01.4818562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:01.4819619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:01.4820611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:01.4821608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:01.4822487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:01.4823384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:01.4824349Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:01.4825274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:01.4826155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:01.4827154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:01.4828072Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:01.4829021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:01.4830063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:01.4831097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:01.4832177Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:01.4833244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:01.4834091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:01.4834833Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:01.4835826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:01.4836715Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:01.4837544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:01.4838463Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:01.4839221Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:01.4839950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:01.4840762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:01.4841561Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:01.4842325Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:01.4843009Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:01.4843923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:01.4844784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:01.4845441Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:01.4846257Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:01.4847042Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:01.4847947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:01.4848835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:01.4849540Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:01.4850189Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:01.4851059Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:01.4851916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:01.4852572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:01.4853270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:01.4853982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:01.4854654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:01.4855272Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:01.4855906Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:01.4856437Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:01.4856940Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:01.4857404Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:01.4858568Z ##[endgroup] 2025-03-21T20:18:01.4962969Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:01.4963094Z with: 2025-03-21T20:18:01.4963254Z repository: pytorch/test-infra 2025-03-21T20:18:01.4963361Z path: test-infra 2025-03-21T20:18:01.4963484Z submodules: recursive 2025-03-21T20:18:01.4963739Z token: *** 2025-03-21T20:18:01.4963844Z ssh-strict: true 2025-03-21T20:18:01.4963958Z ssh-user: git 2025-03-21T20:18:01.4964076Z persist-credentials: true 2025-03-21T20:18:01.4964186Z clean: true 2025-03-21T20:18:01.4964312Z sparse-checkout-cone-mode: true 2025-03-21T20:18:01.4964429Z fetch-depth: 1 2025-03-21T20:18:01.4964532Z fetch-tags: false 2025-03-21T20:18:01.4964638Z show-progress: true 2025-03-21T20:18:01.4964748Z lfs: false 2025-03-21T20:18:01.4964861Z set-safe-directory: true 2025-03-21T20:18:01.4964992Z env: 2025-03-21T20:18:01.4965145Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:01.4965265Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:01.4965377Z PR_NUMBER: 2025-03-21T20:18:01.4968371Z 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-03-21T20:18:01.4968602Z ##[endgroup] 2025-03-21T20:18:01.6060633Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:01.6061466Z ##[group]Getting Git version info 2025-03-21T20:18:01.6062044Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:01.6062786Z [command]/usr/bin/git version 2025-03-21T20:18:01.6063095Z git version 2.47.1 2025-03-21T20:18:01.6078435Z ##[endgroup] 2025-03-21T20:18:01.6089688Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/ab43cf6e-606f-47c2-bf38-93550e22a943' before making global git config changes 2025-03-21T20:18:01.6090670Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:01.6094677Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:01.6128344Z ##[group]Initializing the repository 2025-03-21T20:18:01.6132852Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:01.6159318Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:01.6159943Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:01.6160518Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:01.6160990Z hint: 2025-03-21T20:18:01.6161308Z hint: git config --global init.defaultBranch 2025-03-21T20:18:01.6161692Z hint: 2025-03-21T20:18:01.6162044Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:01.6162617Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:01.6163078Z hint: 2025-03-21T20:18:01.6163330Z hint: git branch -m 2025-03-21T20:18:01.6163927Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:01.6168605Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:01.6192537Z ##[endgroup] 2025-03-21T20:18:01.6193000Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:01.6197036Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:01.6219304Z ##[endgroup] 2025-03-21T20:18:01.6219737Z ##[group]Setting up auth 2025-03-21T20:18:01.6224880Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:01.6248650Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:01.6491673Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:01.6514311Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:01.6756948Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:01.6794762Z ##[endgroup] 2025-03-21T20:18:01.6795242Z ##[group]Determining the default branch 2025-03-21T20:18:01.6797915Z Retrieving the default branch name 2025-03-21T20:18:01.8631989Z Default branch 'main' 2025-03-21T20:18:01.8632737Z ##[endgroup] 2025-03-21T20:18:01.8633213Z ##[group]Fetching the repository 2025-03-21T20:18:01.8640827Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-03-21T20:18:02.2314188Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:02.2314842Z * [new branch] main -> origin/main 2025-03-21T20:18:02.2336364Z ##[endgroup] 2025-03-21T20:18:02.2336811Z ##[group]Determining the checkout info 2025-03-21T20:18:02.2338082Z ##[endgroup] 2025-03-21T20:18:02.2342584Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:02.2372046Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:02.2395520Z ##[group]Checking out the ref 2025-03-21T20:18:02.2398882Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:02.3184403Z Switched to a new branch 'main' 2025-03-21T20:18:02.3186175Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:02.3192524Z ##[endgroup] 2025-03-21T20:18:02.3192976Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:02.3197303Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:02.3234899Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:02.3259484Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:02.3283933Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:02.3307047Z ##[endgroup] 2025-03-21T20:18:02.3307731Z ##[group]Fetching submodules 2025-03-21T20:18:02.3310386Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:02.3557618Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:02.3805942Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:02.4045621Z ##[endgroup] 2025-03-21T20:18:02.4046094Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:02.4050352Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:02.4291695Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:02.4532766Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:02.4773106Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:02.5007883Z ##[endgroup] 2025-03-21T20:18:02.5035650Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:02.5053564Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:02.5237894Z Prepare all required actions 2025-03-21T20:18:02.5238458Z Getting action download info 2025-03-21T20:18:02.6170389Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:03.9996540Z Getting action download info 2025-03-21T20:18:04.0878724Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:04.2407305Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:04.2407676Z env: 2025-03-21T20:18:04.2407964Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:04.2408352Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.2408666Z PR_NUMBER: 2025-03-21T20:18:04.2411792Z 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-03-21T20:18:04.2415151Z ##[endgroup] 2025-03-21T20:18:04.2498923Z ##[group]Run set -euo pipefail 2025-03-21T20:18:04.2499280Z set -euo pipefail 2025-03-21T20:18:04.2499600Z function get_ec2_metadata() { 2025-03-21T20:18:04.2499988Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:04.2500676Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:04.2501347Z  category=$1 2025-03-21T20:18:04.2502247Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:18:04.2503164Z } 2025-03-21T20:18:04.2503455Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:04.2503902Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:04.2504386Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:04.2504822Z echo "system info $(uname -a)" 2025-03-21T20:18:04.2510433Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.2510829Z env: 2025-03-21T20:18:04.2511111Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:04.2511494Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.2511801Z PR_NUMBER: 2025-03-21T20:18:04.2514900Z 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-03-21T20:18:04.2518028Z ##[endgroup] 2025-03-21T20:18:04.2670668Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:04.2760900Z instance-id: i-03539031f2ab4f168 2025-03-21T20:18:04.2905688Z instance-type: c5.2xlarge 2025-03-21T20:18:04.2914989Z system info Linux ip-10-0-15-8.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:18:04.2950864Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:04.2951805Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:04.2957445Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.2957824Z env: 2025-03-21T20:18:04.2958107Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:04.2958499Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.2958803Z PR_NUMBER: 2025-03-21T20:18:04.2961865Z 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-03-21T20:18:04.2965133Z ##[endgroup] 2025-03-21T20:18:04.3051640Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:04.3052096Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:04.3052490Z  echo "Docker daemon is running..."; 2025-03-21T20:18:04.3052824Z else 2025-03-21T20:18:04.3053197Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:04.3053625Z fi 2025-03-21T20:18:04.3058611Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.3059000Z env: 2025-03-21T20:18:04.3059269Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:04.3059630Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.3059924Z PR_NUMBER: 2025-03-21T20:18:04.3063070Z 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-03-21T20:18:04.3066193Z ##[endgroup] 2025-03-21T20:18:04.3127841Z Docker daemon is running... 2025-03-21T20:18:04.3154846Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:04.3155486Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:04.3156005Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:04.3156613Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:04.3157341Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:04.3162731Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.3163118Z env: 2025-03-21T20:18:04.3163385Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:04.3163755Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:04.3164038Z PR_NUMBER: 2025-03-21T20:18:04.3167113Z 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-03-21T20:18:04.3170296Z AWS_RETRY_MODE: standard 2025-03-21T20:18:04.3170574Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:04.3170856Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:04.3171140Z ##[endgroup] 2025-03-21T20:18:05.3098508Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:05.3099170Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:05.3099983Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:05.3100381Z 2025-03-21T20:18:05.3100501Z Login Succeeded 2025-03-21T20:18:05.3146318Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:05.3146941Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:05.3147465Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:05.3153474Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.3153877Z env: 2025-03-21T20:18:05.3154165Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:05.3154546Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.3154855Z PR_NUMBER: 2025-03-21T20:18:05.3157906Z 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-03-21T20:18:05.3161053Z ##[endgroup] 2025-03-21T20:18:05.3239023Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:05.3239533Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:05.3239956Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:05.3240337Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:05.3240794Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:05.3241244Z  2025-03-21T20:18:05.3241567Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:05.3242013Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:05.3242403Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:05.3242900Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:05.3243374Z  2025-03-21T20:18:05.3243781Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:05.3244159Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:05.3244511Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:05.3244935Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:05.3250413Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.3250798Z env: 2025-03-21T20:18:05.3251079Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:05.3251456Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.3251759Z PR_NUMBER: 2025-03-21T20:18:05.3254809Z 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-03-21T20:18:05.3258049Z ##[endgroup] 2025-03-21T20:18:05.7974469Z ##[group]Run needs=0 2025-03-21T20:18:05.7974775Z needs=0 2025-03-21T20:18:05.7975160Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:05.7975869Z  needs=1 2025-03-21T20:18:05.7976131Z fi 2025-03-21T20:18:05.7976412Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:05.7982195Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.7982617Z env: 2025-03-21T20:18:05.7982902Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:05.7983288Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.7983595Z PR_NUMBER: 2025-03-21T20:18:05.7986648Z 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-03-21T20:18:05.7989911Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.7990521Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.7991091Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.7991501Z ##[endgroup] 2025-03-21T20:18:05.8186632Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:05.8187236Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:05.8187691Z # shellcheck disable=SC2046 2025-03-21T20:18:05.8188039Z docker stop $(docker ps -q) || true 2025-03-21T20:18:05.8188411Z # Prune all of the docker images 2025-03-21T20:18:05.8188764Z docker system prune -af 2025-03-21T20:18:05.8194025Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:05.8194428Z env: 2025-03-21T20:18:05.8194720Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:05.8195278Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.8195592Z PR_NUMBER: 2025-03-21T20:18:05.8198667Z 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-03-21T20:18:05.8202044Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.8202654Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.8203227Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.8203640Z ##[endgroup] 2025-03-21T20:18:05.8435830Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:05.8436327Z See 'docker stop --help'. 2025-03-21T20:18:05.8436512Z 2025-03-21T20:18:05.8436683Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:05.8436975Z 2025-03-21T20:18:05.8437097Z Stop one or more running containers 2025-03-21T20:18:05.8575174Z Total reclaimed space: 0B 2025-03-21T20:18:05.8645535Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:05.8645924Z with: 2025-03-21T20:18:05.8646357Z github-secret: *** 2025-03-21T20:18:05.8647073Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:18:05.8647864Z activate-with-label: false 2025-03-21T20:18:05.8648176Z label: with-ssh 2025-03-21T20:18:05.8648445Z remove-existing-keys: true 2025-03-21T20:18:05.8648747Z fail-silently: true 2025-03-21T20:18:05.8648997Z env: 2025-03-21T20:18:05.8649275Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:05.8649663Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.8649972Z PR_NUMBER: 2025-03-21T20:18:05.8653104Z 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-03-21T20:18:05.8656380Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.8656992Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.8657564Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.8657963Z ##[endgroup] 2025-03-21T20:18:05.9690404Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:05.9692357Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:05.9803541Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:05.9803881Z with: 2025-03-21T20:18:05.9804126Z repository: pytorch/executorch 2025-03-21T20:18:05.9804474Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:05.9804836Z path: pytorch/executorch 2025-03-21T20:18:05.9805123Z fetch-depth: 1 2025-03-21T20:18:05.9805377Z submodules: true 2025-03-21T20:18:05.9805775Z token: *** 2025-03-21T20:18:05.9806025Z ssh-strict: true 2025-03-21T20:18:05.9806281Z ssh-user: git 2025-03-21T20:18:05.9806547Z persist-credentials: true 2025-03-21T20:18:05.9806844Z clean: true 2025-03-21T20:18:05.9807102Z sparse-checkout-cone-mode: true 2025-03-21T20:18:05.9807422Z fetch-tags: false 2025-03-21T20:18:05.9807683Z show-progress: true 2025-03-21T20:18:05.9807946Z lfs: false 2025-03-21T20:18:05.9808195Z set-safe-directory: true 2025-03-21T20:18:05.9808458Z env: 2025-03-21T20:18:05.9808731Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:05.9809151Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:05.9809456Z PR_NUMBER: 2025-03-21T20:18:05.9812684Z 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-03-21T20:18:05.9815963Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:05.9816569Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:05.9817141Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:05.9817535Z ##[endgroup] 2025-03-21T20:18:06.0739934Z Syncing repository: pytorch/executorch 2025-03-21T20:18:06.0746991Z ##[group]Getting Git version info 2025-03-21T20:18:06.0748114Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:06.0774344Z [command]/usr/bin/git version 2025-03-21T20:18:06.0807345Z git version 2.47.1 2025-03-21T20:18:06.0832017Z ##[endgroup] 2025-03-21T20:18:06.0844248Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bc1e3ece-a669-4761-922e-25f3751be1ee' before making global git config changes 2025-03-21T20:18:06.0846139Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:06.0850941Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:06.0877666Z ##[group]Initializing the repository 2025-03-21T20:18:06.0882810Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:06.0910610Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:06.0912158Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:06.0913545Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:06.0914543Z hint: 2025-03-21T20:18:06.0915254Z hint: git config --global init.defaultBranch 2025-03-21T20:18:06.0915991Z hint: 2025-03-21T20:18:06.0916821Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:06.0918013Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:06.0919010Z hint: 2025-03-21T20:18:06.0919783Z hint: git branch -m 2025-03-21T20:18:06.0920932Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:06.0923227Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:06.0948052Z ##[endgroup] 2025-03-21T20:18:06.0949062Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:06.0952943Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:06.0976349Z ##[endgroup] 2025-03-21T20:18:06.0977226Z ##[group]Setting up auth 2025-03-21T20:18:06.0982680Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:06.1006760Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:06.1250632Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:06.1272804Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:06.1517916Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:06.1554259Z ##[endgroup] 2025-03-21T20:18:06.1560911Z ##[group]Fetching the repository 2025-03-21T20:18:06.1561746Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:07.6262961Z From https://github.com/pytorch/executorch 2025-03-21T20:18:07.6263509Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:07.6292585Z ##[endgroup] 2025-03-21T20:18:07.6293135Z ##[group]Determining the checkout info 2025-03-21T20:18:07.6295208Z ##[endgroup] 2025-03-21T20:18:07.6299844Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:07.6331127Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:07.6353279Z ##[group]Checking out the ref 2025-03-21T20:18:07.6356392Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:08.0884992Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:08.0885353Z 2025-03-21T20:18:08.0885590Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:08.0886160Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:08.0886732Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:08.0887061Z 2025-03-21T20:18:08.0887291Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:08.0887822Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:08.0888118Z 2025-03-21T20:18:08.0888287Z git switch -c 2025-03-21T20:18:08.0888508Z 2025-03-21T20:18:08.0888625Z Or undo this operation with: 2025-03-21T20:18:08.0888829Z 2025-03-21T20:18:08.0888933Z git switch - 2025-03-21T20:18:08.0889088Z 2025-03-21T20:18:08.0889333Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:08.0889697Z 2025-03-21T20:18:08.0889870Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:08.0921646Z ##[endgroup] 2025-03-21T20:18:08.0922109Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:08.0927280Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:08.0966156Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:08.0989196Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:08.1013665Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:08.1033355Z ##[endgroup] 2025-03-21T20:18:08.1033778Z ##[group]Fetching submodules 2025-03-21T20:18:08.1036591Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:08.1286746Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:08.1528015Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:08.1530102Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:08.1532742Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:08.1535732Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:08.1539270Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:08.1542127Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:08.1545335Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:08.1548814Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:08.1552586Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:08.1556039Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:08.1559645Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:08.1563141Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:08.1566936Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:08.1570657Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:08.1574538Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:08.1580895Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:08.1586469Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:08.1590619Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:08.1594927Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:08.1599226Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:08.1603634Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:08.1608206Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:08.1612939Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:08.1637405Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:08.3933481Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:08.5894107Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:08.8461482Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:09.2387832Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:09.4986420Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:09.6946242Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:09.8697868Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:10.0353555Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:10.6623827Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:11.0085991Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:11.1861545Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:11.4506240Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:12.1516130Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:12.3667103Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:12.6740876Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:12.9668724Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:13.1762171Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:13.7027404Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:13.9510538Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:14.1592533Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:14.3686848Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:14.7566554Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:15.4169635Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:15.4170246Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:15.4278791Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:15.8959929Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:15.8961227Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:15.9065365Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:15.9156733Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:16.5866361Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:16.5866939Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:16.6349266Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:17.2136360Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:17.2137005Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:17.2441056Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:17.6887325Z From https://github.com/zeux/volk 2025-03-21T20:18:17.6888112Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:17.6960455Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:18.0843923Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:18.0844465Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:18.0931037Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:18.4749007Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:18.4749524Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:18.4807309Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:20.0055246Z From https://github.com/google/XNNPACK 2025-03-21T20:18:20.0055806Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:20.5870575Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:21.0385246Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:21.0385970Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:21.1208308Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:21.5139951Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:21.5140572Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:21.5224006Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:21.9481932Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:21.9482524Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:21.9722062Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:23.5946810Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:23.5947339Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:23.7168478Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:23.7334839Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:24.2401236Z From https://github.com/pytorch/ao 2025-03-21T20:18:24.2402093Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:24.3059123Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:24.9725972Z From https://github.com/google/flatbuffers 2025-03-21T20:18:24.9726728Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:25.0729582Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:25.5127414Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:25.5127939Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:25.5371448Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:25.9692775Z From https://github.com/gflags/gflags 2025-03-21T20:18:25.9693318Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:25.9778601Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:26.5496366Z From https://github.com/google/googletest 2025-03-21T20:18:26.5834585Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:26.5835313Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:27.0025097Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:27.0025817Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:27.0096199Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:27.0163997Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:27.6340771Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:27.6341361Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:27.7079869Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:28.2442668Z From https://github.com/pybind/pybind11 2025-03-21T20:18:28.2443600Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:28.2705171Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:28.2720101Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:28.2968959Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:28.2993316Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:28.3017000Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:28.3041040Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:28.3064686Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:28.3088340Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:28.3112343Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:28.3135690Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:28.3159098Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:28.3183185Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:28.3206322Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:28.3229707Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:28.3252887Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:28.3276219Z Entering 'shim' 2025-03-21T20:18:28.3299411Z Entering 'third-party/ao' 2025-03-21T20:18:28.3322318Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:28.3345387Z Entering 'third-party/flatcc' 2025-03-21T20:18:28.3368224Z Entering 'third-party/gflags' 2025-03-21T20:18:28.3391520Z Entering 'third-party/googletest' 2025-03-21T20:18:28.3414521Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:28.3437565Z Entering 'third-party/pocketfft' 2025-03-21T20:18:28.3460667Z Entering 'third-party/prelude' 2025-03-21T20:18:28.3483899Z Entering 'third-party/pybind11' 2025-03-21T20:18:28.3514457Z ##[endgroup] 2025-03-21T20:18:28.3514913Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:28.3520905Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:28.3762282Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:28.3810923Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:28.3858373Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:28.3906193Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:28.3953494Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:28.4001915Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:28.4049718Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:28.4097939Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:28.4145908Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:28.4209856Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:28.4258516Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:28.4309054Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:28.4357131Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:28.4407070Z Entering 'shim' 2025-03-21T20:18:28.4454861Z Entering 'third-party/ao' 2025-03-21T20:18:28.4504236Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:28.4553856Z Entering 'third-party/flatcc' 2025-03-21T20:18:28.4602362Z Entering 'third-party/gflags' 2025-03-21T20:18:28.4649410Z Entering 'third-party/googletest' 2025-03-21T20:18:28.4697816Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:28.4745308Z Entering 'third-party/pocketfft' 2025-03-21T20:18:28.4792809Z Entering 'third-party/prelude' 2025-03-21T20:18:28.4841284Z Entering 'third-party/pybind11' 2025-03-21T20:18:28.4901101Z [command]/usr/bin/git submodule foreach sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:28.5147762Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:28.5193978Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-03-21T20:18:28.5195190Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:28.5240433Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-03-21T20:18:28.5241565Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:28.5288281Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-03-21T20:18:28.5289580Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:28.5336845Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-03-21T20:18:28.5338648Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:28.5385607Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-03-21T20:18:28.5387420Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:28.5432459Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-03-21T20:18:28.5434255Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:28.5481496Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-03-21T20:18:28.5483267Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:28.5529365Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-03-21T20:18:28.5531109Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:28.5577870Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-03-21T20:18:28.5579689Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:28.5624489Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-03-21T20:18:28.5626296Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:28.5672478Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-03-21T20:18:28.5674254Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:28.5719668Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:28.5721392Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:28.5768060Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-03-21T20:18:28.5769933Z Entering 'shim' 2025-03-21T20:18:28.5815316Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:28.5816917Z Entering 'third-party/ao' 2025-03-21T20:18:28.5862172Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:28.5863396Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:28.5909081Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:28.5910225Z Entering 'third-party/flatcc' 2025-03-21T20:18:28.5955951Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:28.5957215Z Entering 'third-party/gflags' 2025-03-21T20:18:28.6002748Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:28.6004168Z Entering 'third-party/googletest' 2025-03-21T20:18:28.6049713Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:28.6051331Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:28.6098223Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-03-21T20:18:28.6099935Z Entering 'third-party/pocketfft' 2025-03-21T20:18:28.6145817Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:28.6147473Z Entering 'third-party/prelude' 2025-03-21T20:18:28.6194340Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:28.6195904Z Entering 'third-party/pybind11' 2025-03-21T20:18:28.6240961Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:28.6400169Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:28.6645475Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:28.6669334Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:28.6693307Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:28.6717430Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:28.6740853Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:28.6764430Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:28.6788129Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:28.6811393Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:28.6834942Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:28.6858309Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:28.6882832Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:28.6906403Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:28.6929538Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:28.6952844Z Entering 'shim' 2025-03-21T20:18:28.6976191Z Entering 'third-party/ao' 2025-03-21T20:18:28.7001144Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:28.7024844Z Entering 'third-party/flatcc' 2025-03-21T20:18:28.7047933Z Entering 'third-party/gflags' 2025-03-21T20:18:28.7071235Z Entering 'third-party/googletest' 2025-03-21T20:18:28.7094468Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:28.7118022Z Entering 'third-party/pocketfft' 2025-03-21T20:18:28.7141361Z Entering 'third-party/prelude' 2025-03-21T20:18:28.7164682Z Entering 'third-party/pybind11' 2025-03-21T20:18:28.7198848Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:28.7442424Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:28.7465712Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:28.7490529Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:28.7514866Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:28.7538668Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:28.7563905Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:28.7589312Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:28.7613535Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:28.7638413Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:28.7662170Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:28.7686111Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:28.7709898Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:28.7733447Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:28.7756842Z Entering 'shim' 2025-03-21T20:18:28.7781194Z Entering 'third-party/ao' 2025-03-21T20:18:28.7806268Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:28.7829555Z Entering 'third-party/flatcc' 2025-03-21T20:18:28.7852675Z Entering 'third-party/gflags' 2025-03-21T20:18:28.7876260Z Entering 'third-party/googletest' 2025-03-21T20:18:28.7899461Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:28.7922751Z Entering 'third-party/pocketfft' 2025-03-21T20:18:28.7946425Z Entering 'third-party/prelude' 2025-03-21T20:18:28.7969768Z Entering 'third-party/pybind11' 2025-03-21T20:18:28.8002815Z ##[endgroup] 2025-03-21T20:18:28.8032674Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:28.8050478Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:28.8241724Z Prepare all required actions 2025-03-21T20:18:28.8242263Z Getting action download info 2025-03-21T20:18:28.9219538Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:29.0921226Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:29.0921654Z with: 2025-03-21T20:18:29.0921962Z docker-image-name: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:29.0922368Z docker-build-dir: .ci/docker 2025-03-21T20:18:29.0922692Z working-directory: pytorch/executorch 2025-03-21T20:18:29.0923127Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.0923548Z force-push: false 2025-03-21T20:18:29.0923807Z env: 2025-03-21T20:18:29.0924084Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:29.0924446Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:29.0924752Z PR_NUMBER: 2025-03-21T20:18:29.0927979Z 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-03-21T20:18:29.0931259Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:29.0931868Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:29.0932442Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:29.0932855Z ##[endgroup] 2025-03-21T20:18:29.0955502Z ##[group]Run set -ex 2025-03-21T20:18:29.0955829Z set -ex 2025-03-21T20:18:29.0956078Z  2025-03-21T20:18:29.0956494Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:29.0957176Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:29.0957762Z # job could then download the pre-built image as usual 2025-03-21T20:18:29.0958291Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:29.0958768Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:29.0959232Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:29.0959658Z  2025-03-21T20:18:29.0960037Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:29.0960491Z  exit 0 2025-03-21T20:18:29.0960732Z else 2025-03-21T20:18:29.0961016Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:29.0961361Z fi 2025-03-21T20:18:29.0961594Z  2025-03-21T20:18:29.0961948Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:29.0962563Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:29.0963102Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:29.0963598Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:29.0964128Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:29.0964635Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:29.0965073Z else 2025-03-21T20:18:29.0965545Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:29.0966034Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:29.0966699Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:29.0967281Z fi 2025-03-21T20:18:29.0972821Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:29.0973222Z env: 2025-03-21T20:18:29.0973493Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:29.0973882Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:29.0974191Z PR_NUMBER: 2025-03-21T20:18:29.0977510Z 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-03-21T20:18:29.0980799Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:29.0981478Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:29.0982047Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:29.0982476Z REPO_NAME: executorch 2025-03-21T20:18:29.0982814Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:29.0983199Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:29.0983581Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.0983990Z ##[endgroup] 2025-03-21T20:18:29.1006854Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:29.1007154Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:29.1007457Z + echo skip=false 2025-03-21T20:18:29.1008010Z + [[ executorch-ubuntu-22.04-qnn-sdk == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-03-21T20:18:29.1010836Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:29.1025400Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.1025902Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.1026739Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.1068979Z ##[group]Run set +e 2025-03-21T20:18:29.1069337Z set +e 2025-03-21T20:18:29.1069592Z set -x 2025-03-21T20:18:29.1069826Z  2025-03-21T20:18:29.1070082Z login() { 2025-03-21T20:18:29.1070582Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:29.1071132Z } 2025-03-21T20:18:29.1071361Z  2025-03-21T20:18:29.1071582Z retry () { 2025-03-21T20:18:29.1071871Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:29.1072206Z } 2025-03-21T20:18:29.1072435Z  2025-03-21T20:18:29.1072690Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:29.1073005Z  2025-03-21T20:18:29.1073245Z START_TIME=$(date +%s) 2025-03-21T20:18:29.1073560Z # Wait up to 120 minutes 2025-03-21T20:18:29.1073944Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:29.1074459Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:29.1074970Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:29.1075475Z  exit 0 2025-03-21T20:18:29.1075960Z  fi 2025-03-21T20:18:29.1076214Z  2025-03-21T20:18:29.1076623Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:29.1077301Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:29.1077977Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:29.1078500Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:29.1078923Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:29.1079292Z  break 2025-03-21T20:18:29.1079546Z  else 2025-03-21T20:18:29.1079907Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:29.1080329Z  sleep 300 2025-03-21T20:18:29.1080597Z  fi 2025-03-21T20:18:29.1080841Z done 2025-03-21T20:18:29.1081077Z  2025-03-21T20:18:29.1081450Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:29.1082039Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:29.1082559Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:29.1083030Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:29.1083454Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:29.1083793Z else 2025-03-21T20:18:29.1084139Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:29.1084617Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:29.1084997Z fi 2025-03-21T20:18:29.1085231Z  2025-03-21T20:18:29.1085482Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:29.1085863Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:29.1086217Z  2025-03-21T20:18:29.1086686Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:29.1087367Z  exit 0 2025-03-21T20:18:29.1087616Z fi 2025-03-21T20:18:29.1087851Z  2025-03-21T20:18:29.1088177Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:29.1088868Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:29.1089472Z  exit 1 2025-03-21T20:18:29.1089717Z fi 2025-03-21T20:18:29.1089947Z  2025-03-21T20:18:29.1090327Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:29.1091000Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:29.1091601Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:29.1092294Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:29.1093077Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:29.1093554Z fi 2025-03-21T20:18:29.1093787Z  2025-03-21T20:18:29.1094068Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:29.1099256Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:29.1099657Z env: 2025-03-21T20:18:29.1100327Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.1101095Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:29.1101490Z PR_NUMBER: 2025-03-21T20:18:29.1104654Z 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-03-21T20:18:29.1107944Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:29.1108554Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:29.1109130Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:29.1109555Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:29.1109912Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:29.1110357Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.1110828Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.1111237Z DOCKER_PUSH: 2025-03-21T20:18:29.1111492Z ##[endgroup] 2025-03-21T20:18:29.1132798Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.1133473Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.1135462Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:29.1136754Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:29.6005220Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:29.6005856Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:29.6006529Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:29.6007223Z 2025-03-21T20:18:29.6007395Z Login Succeeded 2025-03-21T20:18:29.6022885Z ++ date +%s 2025-03-21T20:18:29.6031450Z + START_TIME=1742588309 2025-03-21T20:18:29.6035057Z ++ date +%s 2025-03-21T20:18:29.6042638Z + [[ 1742581109 -lt 1742588309 ]] 2025-03-21T20:18:29.6043831Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:29.8232883Z { 2025-03-21T20:18:29.8233320Z "schemaVersion": 2, 2025-03-21T20:18:29.8234065Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:29.8234835Z "config": { 2025-03-21T20:18:29.8235333Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:29.8236007Z "size": 15116, 2025-03-21T20:18:29.8236662Z "digest": "sha256:a30343f4b72f0dce49d6d4823ed055cd99145a3bc06228740f811eb1decc1863" 2025-03-21T20:18:29.8237189Z }, 2025-03-21T20:18:29.8237413Z "layers": [ 2025-03-21T20:18:29.8237635Z { 2025-03-21T20:18:29.8238002Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8238453Z "size": 30440118, 2025-03-21T20:18:29.8238898Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:29.8239395Z }, 2025-03-21T20:18:29.8239604Z { 2025-03-21T20:18:29.8239957Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8240398Z "size": 632, 2025-03-21T20:18:29.8240826Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:29.8241311Z }, 2025-03-21T20:18:29.8241519Z { 2025-03-21T20:18:29.8241865Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8242305Z "size": 157526659, 2025-03-21T20:18:29.8242738Z "digest": "sha256:56848936f031f07230bafdc656bc2496665574dc8b02b43ffee6c54b53cf514b" 2025-03-21T20:18:29.8243451Z }, 2025-03-21T20:18:29.8243654Z { 2025-03-21T20:18:29.8243999Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8244441Z "size": 623, 2025-03-21T20:18:29.8244869Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:29.8245548Z }, 2025-03-21T20:18:29.8245919Z { 2025-03-21T20:18:29.8246337Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8246832Z "size": 19308800, 2025-03-21T20:18:29.8247274Z "digest": "sha256:a3f0567f83ae99b86c52170d45ec5d261f30cf897dba2100e348a19ba11e81b6" 2025-03-21T20:18:29.8247767Z }, 2025-03-21T20:18:29.8247969Z { 2025-03-21T20:18:29.8248317Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8248757Z "size": 737, 2025-03-21T20:18:29.8249200Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:29.8249707Z }, 2025-03-21T20:18:29.8249914Z { 2025-03-21T20:18:29.8250261Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8250703Z "size": 131418191, 2025-03-21T20:18:29.8251139Z "digest": "sha256:4e0f8d4747dac663f43c5d2b26132555949337e7cd648644b12ff05b7fdbe750" 2025-03-21T20:18:29.8251625Z }, 2025-03-21T20:18:29.8251825Z { 2025-03-21T20:18:29.8252169Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8252602Z "size": 447, 2025-03-21T20:18:29.8253025Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:29.8253512Z }, 2025-03-21T20:18:29.8253713Z { 2025-03-21T20:18:29.8254058Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8254490Z "size": 104, 2025-03-21T20:18:29.8254912Z "digest": "sha256:5d24dc753f042bf098877a7e9c814f22d72e16bf8f4d731e11d707f626d3a716" 2025-03-21T20:18:29.8255398Z }, 2025-03-21T20:18:29.8255597Z { 2025-03-21T20:18:29.8255946Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8256523Z "size": 637, 2025-03-21T20:18:29.8256943Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:29.8257424Z }, 2025-03-21T20:18:29.8257626Z { 2025-03-21T20:18:29.8257971Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8258410Z "size": 33695150, 2025-03-21T20:18:29.8258855Z "digest": "sha256:bb9ad7d84f6e851744d415663cd550e7fffcad904d896f5e5f0c0700cbff5249" 2025-03-21T20:18:29.8259348Z }, 2025-03-21T20:18:29.8259548Z { 2025-03-21T20:18:29.8259892Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8260321Z "size": 319, 2025-03-21T20:18:29.8260736Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:29.8261295Z }, 2025-03-21T20:18:29.8261496Z { 2025-03-21T20:18:29.8261847Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8262323Z + exit 0 2025-03-21T20:18:29.8262554Z "size": 249990691, 2025-03-21T20:18:29.8262991Z "digest": "sha256:2d4cecada8b45d3248f175d740425816048bb20527e7369fdaa7250146b3b173" 2025-03-21T20:18:29.8263481Z }, 2025-03-21T20:18:29.8263680Z { 2025-03-21T20:18:29.8264028Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8264460Z "size": 475, 2025-03-21T20:18:29.8264896Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:29.8265395Z }, 2025-03-21T20:18:29.8265602Z { 2025-03-21T20:18:29.8265948Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8266386Z "size": 1043, 2025-03-21T20:18:29.8266818Z "digest": "sha256:508bc8ee650d1222c97006db6a268d90fb07ac31c4c3b84c99c7fc760b02b365" 2025-03-21T20:18:29.8267307Z }, 2025-03-21T20:18:29.8267506Z { 2025-03-21T20:18:29.8267944Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8268378Z "size": 613, 2025-03-21T20:18:29.8268821Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:29.8269325Z }, 2025-03-21T20:18:29.8269527Z { 2025-03-21T20:18:29.8269885Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8270325Z "size": 77562541, 2025-03-21T20:18:29.8270771Z "digest": "sha256:6a063300ab4b844689b6c0ae46ce80e0423bae164b62e75ae970c77d4abf0d00" 2025-03-21T20:18:29.8271261Z }, 2025-03-21T20:18:29.8271467Z { 2025-03-21T20:18:29.8271813Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8272250Z "size": 562, 2025-03-21T20:18:29.8272685Z "digest": "sha256:fb7c06bc00e5da7a1402ca2017266d38dfbd2144ae151a8f2c9c205c543d5b0a" 2025-03-21T20:18:29.8273186Z }, 2025-03-21T20:18:29.8273390Z { 2025-03-21T20:18:29.8273740Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8274180Z "size": 208, 2025-03-21T20:18:29.8274622Z "digest": "sha256:eda4db11af8ffbdc56d01d522c9d47a2ae3730b850b74f7517e30049eb73637e" 2025-03-21T20:18:29.8275133Z }, 2025-03-21T20:18:29.8275337Z { 2025-03-21T20:18:29.8275886Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8276329Z "size": 1189, 2025-03-21T20:18:29.8276773Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:29.8277278Z }, 2025-03-21T20:18:29.8277485Z { 2025-03-21T20:18:29.8277835Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8278270Z "size": 679, 2025-03-21T20:18:29.8278680Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:29.8279159Z }, 2025-03-21T20:18:29.8279360Z { 2025-03-21T20:18:29.8279702Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8280134Z "size": 6839266947, 2025-03-21T20:18:29.8280582Z "digest": "sha256:50754bc025fc1de200f32bd74019f345ec85c136d6a09b915c482c98fb5bd8af" 2025-03-21T20:18:29.8281196Z }, 2025-03-21T20:18:29.8281399Z { 2025-03-21T20:18:29.8281743Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8282174Z "size": 1383, 2025-03-21T20:18:29.8282605Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:29.8283091Z }, 2025-03-21T20:18:29.8283295Z { 2025-03-21T20:18:29.8283641Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8284078Z "size": 679, 2025-03-21T20:18:29.8284493Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:29.8284974Z }, 2025-03-21T20:18:29.8285175Z { 2025-03-21T20:18:29.8285518Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8285955Z "size": 230829648, 2025-03-21T20:18:29.8286396Z "digest": "sha256:706d7d7c1227085c0cac3515a61ff3c6b82a74c3731770098e9c7daf32e2184e" 2025-03-21T20:18:29.8286882Z }, 2025-03-21T20:18:29.8287084Z { 2025-03-21T20:18:29.8287428Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8287861Z "size": 828, 2025-03-21T20:18:29.8288296Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:29.8288796Z }, 2025-03-21T20:18:29.8288997Z { 2025-03-21T20:18:29.8289344Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8289775Z "size": 679, 2025-03-21T20:18:29.8290191Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:29.8290669Z }, 2025-03-21T20:18:29.8290869Z { 2025-03-21T20:18:29.8291209Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8291639Z "size": 178598108, 2025-03-21T20:18:29.8292179Z "digest": "sha256:242848c50d1a4198b82dd1283e85e8cd8581d6fbccfe9015dc50de6e0340dec9" 2025-03-21T20:18:29.8292674Z }, 2025-03-21T20:18:29.8292881Z { 2025-03-21T20:18:29.8293228Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8293663Z "size": 530, 2025-03-21T20:18:29.8294086Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:29.8294571Z }, 2025-03-21T20:18:29.8294769Z { 2025-03-21T20:18:29.8295112Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8295545Z "size": 679, 2025-03-21T20:18:29.8295957Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:29.8296435Z }, 2025-03-21T20:18:29.8296634Z { 2025-03-21T20:18:29.8296975Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8297407Z "size": 356, 2025-03-21T20:18:29.8297824Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:29.8298309Z }, 2025-03-21T20:18:29.8298511Z { 2025-03-21T20:18:29.8298852Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8299289Z "size": 32, 2025-03-21T20:18:29.8299715Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:29.8300211Z }, 2025-03-21T20:18:29.8300413Z { 2025-03-21T20:18:29.8300758Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8301274Z "size": 165, 2025-03-21T20:18:29.8301704Z "digest": "sha256:3d39d3c3833d0b35f99be7ef483e33856321f4f469a7fe9d58612f96caf7ab8c" 2025-03-21T20:18:29.8302194Z }, 2025-03-21T20:18:29.8302400Z { 2025-03-21T20:18:29.8302814Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8303246Z "size": 1111, 2025-03-21T20:18:29.8303673Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:29.8304162Z }, 2025-03-21T20:18:29.8304368Z { 2025-03-21T20:18:29.8304710Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8305259Z "size": 32, 2025-03-21T20:18:29.8305700Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:29.8306200Z }, 2025-03-21T20:18:29.8306404Z { 2025-03-21T20:18:29.8306755Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:29.8307192Z "size": 108, 2025-03-21T20:18:29.8307622Z "digest": "sha256:2ce202d93f2e5871bc44522f1b7c6aab9bf20560c95bd2e9482dbde946b83ff7" 2025-03-21T20:18:29.8308118Z } 2025-03-21T20:18:29.8308324Z ] 2025-03-21T20:18:29.8308544Z } 2025-03-21T20:18:29.8338458Z ##[group]Run set -eux 2025-03-21T20:18:29.8338772Z set -eux 2025-03-21T20:18:29.8339691Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-03-21T20:18:29.8346136Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:29.8346545Z env: 2025-03-21T20:18:29.8346831Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:29.8347216Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:29.8347522Z PR_NUMBER: 2025-03-21T20:18:29.8350703Z 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-03-21T20:18:29.8354003Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:29.8354617Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:29.8355194Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:29.8355611Z ##[endgroup] 2025-03-21T20:18:29.8383693Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:29.8384507Z + jq --raw-output .SecretString 2025-03-21T20:18:29.8385340Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:29.8387096Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:30.4039433Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:30.4040064Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:30.4040748Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:30.4041345Z 2025-03-21T20:18:30.4041481Z Login Succeeded 2025-03-21T20:18:30.4123323Z Prepare all required actions 2025-03-21T20:18:30.4156554Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:30.4156954Z with: 2025-03-21T20:18:30.4157631Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.4158484Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.4158881Z env: 2025-03-21T20:18:30.4159156Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:30.4159534Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:30.4159843Z PR_NUMBER: 2025-03-21T20:18:30.4162958Z 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-03-21T20:18:30.4166385Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:30.4166992Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:30.4167562Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:30.4167964Z ##[endgroup] 2025-03-21T20:18:30.4186553Z ##[group]Run set -x 2025-03-21T20:18:30.4186857Z set -x 2025-03-21T20:18:30.4187124Z set +e 2025-03-21T20:18:30.4187376Z  2025-03-21T20:18:30.4187597Z login() { 2025-03-21T20:18:30.4188090Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:30.4188629Z } 2025-03-21T20:18:30.4188861Z  2025-03-21T20:18:30.4189091Z retry () { 2025-03-21T20:18:30.4189369Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:30.4189706Z } 2025-03-21T20:18:30.4189933Z  2025-03-21T20:18:30.4190188Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:30.4190515Z  2025-03-21T20:18:30.4190730Z set -e 2025-03-21T20:18:30.4191088Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:30.4191594Z # only pull docker image if it's not available locally 2025-03-21T20:18:30.4192152Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:30.4192680Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:30.4193019Z fi 2025-03-21T20:18:30.4199103Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:30.4199508Z env: 2025-03-21T20:18:30.4200170Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.4200939Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:30.4201243Z PR_NUMBER: 2025-03-21T20:18:30.4204459Z 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-03-21T20:18:30.4207742Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:30.4208349Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:30.4208917Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:30.4209424Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.4209820Z ##[endgroup] 2025-03-21T20:18:30.4233281Z + set +e 2025-03-21T20:18:30.4234242Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.4235163Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.4237300Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:30.4238926Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:30.9052891Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:30.9053877Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:30.9054725Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:30.9055140Z 2025-03-21T20:18:30.9055266Z Login Succeeded 2025-03-21T20:18:30.9065539Z + set -e 2025-03-21T20:18:30.9066474Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.9166131Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:30.9167383Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:31.1159052Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:31.1166588Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:31.1167171Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:31.1167618Z 56848936f031: Pulling fs layer 2025-03-21T20:18:31.1168052Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:31.1168524Z a3f0567f83ae: Pulling fs layer 2025-03-21T20:18:31.1168991Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:31.1169465Z 4e0f8d4747da: Pulling fs layer 2025-03-21T20:18:31.1169921Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:31.1170389Z 5d24dc753f04: Pulling fs layer 2025-03-21T20:18:31.1170779Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:31.1171091Z bb9ad7d84f6e: Pulling fs layer 2025-03-21T20:18:31.1171396Z a3f0567f83ae: Waiting 2025-03-21T20:18:31.1171657Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:31.1171998Z 2d4cecada8b4: Pulling fs layer 2025-03-21T20:18:31.1172397Z a0c2fdb93dec: Waiting 2025-03-21T20:18:31.1172710Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:31.1173021Z 508bc8ee650d: Pulling fs layer 2025-03-21T20:18:31.1173343Z 261c0f487ad0: Waiting 2025-03-21T20:18:31.1173605Z 4e0f8d4747da: Waiting 2025-03-21T20:18:31.1173928Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:31.1174224Z 5a102502de33: Waiting 2025-03-21T20:18:31.1174482Z 5d24dc753f04: Waiting 2025-03-21T20:18:31.1174740Z 6a063300ab4b: Pulling fs layer 2025-03-21T20:18:31.1175208Z 85f4a172d5b6: Waiting 2025-03-21T20:18:31.1175487Z fb7c06bc00e5: Pulling fs layer 2025-03-21T20:18:31.1175989Z bb9ad7d84f6e: Waiting 2025-03-21T20:18:31.1176263Z 2d4cecada8b4: Waiting 2025-03-21T20:18:31.1176512Z 5120711d46e3: Waiting 2025-03-21T20:18:31.1176785Z eda4db11af8f: Pulling fs layer 2025-03-21T20:18:31.1177086Z e1fd02ccae09: Waiting 2025-03-21T20:18:31.1177466Z 6a063300ab4b: Waiting 2025-03-21T20:18:31.1177874Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:31.1178420Z 508bc8ee650d: Waiting 2025-03-21T20:18:31.1179158Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:31.1179513Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:31.1179786Z fb7c06bc00e5: Waiting 2025-03-21T20:18:31.1180077Z 50754bc025fc: Pulling fs layer 2025-03-21T20:18:31.1180377Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:31.1180658Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:31.1180959Z eda4db11af8f: Waiting 2025-03-21T20:18:31.1181325Z 59fe3e940463: Waiting 2025-03-21T20:18:31.1181577Z db5c552aa08b: Waiting 2025-03-21T20:18:31.1181855Z 706d7d7c1227: Pulling fs layer 2025-03-21T20:18:31.1182150Z 50754bc025fc: Waiting 2025-03-21T20:18:31.1182427Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:31.1182748Z 706d7d7c1227: Waiting 2025-03-21T20:18:31.1183025Z 242848c50d1a: Pulling fs layer 2025-03-21T20:18:31.1183315Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:31.1183586Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:31.1183895Z 242848c50d1a: Waiting 2025-03-21T20:18:31.1184165Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:31.1184578Z 77ba92adb139: Waiting 2025-03-21T20:18:31.1184865Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:31.1185170Z 3d39d3c3833d: Pulling fs layer 2025-03-21T20:18:31.1185480Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:31.1185782Z 2ce202d93f2e: Pulling fs layer 2025-03-21T20:18:31.1186061Z 3d39d3c3833d: Waiting 2025-03-21T20:18:31.1186318Z 040f4b25fe47: Waiting 2025-03-21T20:18:31.1186629Z 2ce202d93f2e: Waiting 2025-03-21T20:18:31.2117176Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:31.2117699Z 86e413e13063: Download complete 2025-03-21T20:18:31.2918624Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:31.2919164Z 261c0f487ad0: Download complete 2025-03-21T20:18:31.5408945Z a3f0567f83ae: Verifying Checksum 2025-03-21T20:18:31.5717016Z a3f0567f83ae: Download complete 2025-03-21T20:18:31.5717391Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:31.5717696Z 8f84a9f2102e: Download complete 2025-03-21T20:18:31.6556720Z a0c2fdb93dec: Verifying Checksum 2025-03-21T20:18:31.6557652Z a0c2fdb93dec: Download complete 2025-03-21T20:18:31.7570501Z 5a102502de33: Verifying Checksum 2025-03-21T20:18:31.7571146Z 5a102502de33: Download complete 2025-03-21T20:18:31.8343383Z 5d24dc753f04: Download complete 2025-03-21T20:18:31.9134608Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:31.9135255Z 85f4a172d5b6: Download complete 2025-03-21T20:18:32.3020620Z bb9ad7d84f6e: Verifying Checksum 2025-03-21T20:18:32.3021242Z bb9ad7d84f6e: Download complete 2025-03-21T20:18:32.3792750Z 5120711d46e3: Verifying Checksum 2025-03-21T20:18:32.3793203Z 5120711d46e3: Download complete 2025-03-21T20:18:32.4838688Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:32.4943437Z 86e413e13063: Pull complete 2025-03-21T20:18:32.7584537Z 56848936f031: Verifying Checksum 2025-03-21T20:18:32.7599230Z 56848936f031: Download complete 2025-03-21T20:18:32.8495380Z e1fd02ccae09: Download complete 2025-03-21T20:18:32.9253443Z 508bc8ee650d: Verifying Checksum 2025-03-21T20:18:32.9254007Z 508bc8ee650d: Download complete 2025-03-21T20:18:32.9441467Z 4e0f8d4747da: Verifying Checksum 2025-03-21T20:18:32.9441869Z 4e0f8d4747da: Download complete 2025-03-21T20:18:33.0055695Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:33.0056315Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:33.1003883Z fb7c06bc00e5: Verifying Checksum 2025-03-21T20:18:33.1004480Z fb7c06bc00e5: Download complete 2025-03-21T20:18:33.1744796Z eda4db11af8f: Download complete 2025-03-21T20:18:33.3795176Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:33.3795647Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:33.4826216Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:33.4826810Z 59fe3e940463: Download complete 2025-03-21T20:18:33.7721932Z 6a063300ab4b: Verifying Checksum 2025-03-21T20:18:33.7722538Z 6a063300ab4b: Download complete 2025-03-21T20:18:33.8439314Z db5c552aa08b: Verifying Checksum 2025-03-21T20:18:33.8439874Z db5c552aa08b: Download complete 2025-03-21T20:18:34.9501917Z 2d4cecada8b4: Verifying Checksum 2025-03-21T20:18:34.9502498Z 2d4cecada8b4: Download complete 2025-03-21T20:18:35.0459498Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:35.0460086Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:36.2310726Z 706d7d7c1227: Download complete 2025-03-21T20:18:36.3022712Z 77ba92adb139: Verifying Checksum 2025-03-21T20:18:36.3023273Z 77ba92adb139: Download complete 2025-03-21T20:18:36.3982042Z 3c65b9b0c077: Verifying Checksum 2025-03-21T20:18:36.3982656Z 3c65b9b0c077: Download complete 2025-03-21T20:18:36.4053934Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:36.4054550Z 4f4fb700ef54: Download complete 2025-03-21T20:18:36.4835060Z 3d39d3c3833d: Verifying Checksum 2025-03-21T20:18:36.4835499Z 3d39d3c3833d: Download complete 2025-03-21T20:18:36.5655533Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:36.5655966Z 040f4b25fe47: Download complete 2025-03-21T20:18:36.6346566Z 2ce202d93f2e: Verifying Checksum 2025-03-21T20:18:36.6346997Z 2ce202d93f2e: Download complete 2025-03-21T20:18:36.9103177Z 242848c50d1a: Verifying Checksum 2025-03-21T20:18:36.9103805Z 242848c50d1a: Download complete 2025-03-21T20:18:36.9176806Z 56848936f031: Pull complete 2025-03-21T20:18:37.1278890Z 261c0f487ad0: Pull complete 2025-03-21T20:18:37.5440788Z a3f0567f83ae: Pull complete 2025-03-21T20:18:37.6986440Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:40.2591495Z 4e0f8d4747da: Pull complete 2025-03-21T20:18:40.4093202Z 5a102502de33: Pull complete 2025-03-21T20:18:40.5205785Z 5d24dc753f04: Pull complete 2025-03-21T20:18:40.6637886Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:41.3499087Z bb9ad7d84f6e: Pull complete 2025-03-21T20:18:41.4677405Z 5120711d46e3: Pull complete 2025-03-21T20:18:48.2665937Z 2d4cecada8b4: Pull complete 2025-03-21T20:18:48.4212569Z e1fd02ccae09: Pull complete 2025-03-21T20:18:48.5771538Z 508bc8ee650d: Pull complete 2025-03-21T20:18:48.7539493Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:52.2740437Z 6a063300ab4b: Pull complete 2025-03-21T20:18:52.4768920Z fb7c06bc00e5: Pull complete 2025-03-21T20:18:52.6610062Z eda4db11af8f: Pull complete 2025-03-21T20:18:52.7486546Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:52.8463468Z 59fe3e940463: Pull complete 2025-03-21T20:19:41.9192418Z 50754bc025fc: Verifying Checksum 2025-03-21T20:19:41.9192855Z 50754bc025fc: Download complete 2025-03-21T20:20:53.5154286Z 50754bc025fc: Pull complete 2025-03-21T20:20:53.6701294Z db5c552aa08b: Pull complete 2025-03-21T20:21:00.6851535Z 706d7d7c1227: Pull complete 2025-03-21T20:21:00.7825397Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:07.6304658Z 242848c50d1a: Pull complete 2025-03-21T20:21:07.6592161Z 77ba92adb139: Pull complete 2025-03-21T20:21:07.8150233Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:07.9102864Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:07.9727002Z 3d39d3c3833d: Pull complete 2025-03-21T20:21:07.9977747Z 040f4b25fe47: Pull complete 2025-03-21T20:21:08.0685828Z 2ce202d93f2e: Pull complete 2025-03-21T20:21:08.1874481Z Digest: sha256:d38559c98aeb82552e009bbb7b17d76adfa19c8f3fb874ea99a5e76d87757f76 2025-03-21T20:21:08.2034532Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:08.2131861Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:08.2284123Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:08.2285161Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:08.2294000Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:08.2294405Z env: 2025-03-21T20:21:08.2294695Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:21:08.2295077Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:08.2295386Z PR_NUMBER: 2025-03-21T20:21:08.2298493Z 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-03-21T20:21:08.2301892Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:08.2302496Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:08.2303064Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:08.2303656Z ##[endgroup] 2025-03-21T20:21:08.2495872Z ##[group]Run set -ex 2025-03-21T20:21:08.2496190Z set -ex 2025-03-21T20:21:08.2496442Z { 2025-03-21T20:21:08.2496685Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:08.2497030Z  echo "set -eou pipefail"; 2025-03-21T20:21:08.2497369Z  # shellcheck disable=SC2016 2025-03-21T20:21:08.2497734Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:08.2498092Z  echo "set -x"; 2025-03-21T20:21:08.2498382Z  echo "${SCRIPT}"; 2025-03-21T20:21:08.2498681Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:08.2499043Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:08.2499779Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:08.2505543Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:08.2505854Z env: 2025-03-21T20:21:08.2506553Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:08.2507323Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:08.2507620Z PR_NUMBER: 2025-03-21T20:21:08.2510715Z 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-03-21T20:21:08.2514012Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:08.2514606Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:08.2515170Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:08.2515854Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:08.2516186Z ##[endgroup] 2025-03-21T20:21:08.2538172Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:08.2538589Z + echo 'set -eou pipefail' 2025-03-21T20:21:08.2538892Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:08.2539407Z + echo 'set -x' 2025-03-21T20:21:08.2539845Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:08.2540727Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:08.2541392Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:08.2541600Z 2025-03-21T20:21:08.2541724Z BUILD_TOOL="cmake" 2025-03-21T20:21:08.2541966Z DTYPE=fp32 2025-03-21T20:21:08.2542199Z MODE=qnn 2025-03-21T20:21:08.2542438Z PT2E_QUANTIZE=qnn_8a8w 2025-03-21T20:21:08.2542603Z 2025-03-21T20:21:08.2542774Z ./install_requirements.sh --use-pt-pinned-commit 2025-03-21T20:21:08.2543233Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh 2025-03-21T20:21:08.2543717Z PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:21:08.2544020Z 2025-03-21T20:21:08.2544122Z # Setup executorch 2025-03-21T20:21:08.2544574Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:21:08.2545110Z # Install requirements for export_llama 2025-03-21T20:21:08.2545594Z PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh 2025-03-21T20:21:08.2546067Z # Test llama2 2025-03-21T20:21:08.2546921Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -mode "${MODE}" -dtype "${DTYPE}" -pt2e_quantize "${PT2E_QUANTIZE}" 2025-03-21T20:21:08.2547827Z ' 2025-03-21T20:21:08.2548169Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:08.2548962Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:21:29.7625536Z Running command: 2025-03-21T20:21:29.7631694Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_14000170668" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_c954f57c-865a-4404-9013-b51059ff34d2":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_c954f57c-865a-4404-9013-b51059ff34d2" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:21:29.7637305Z 2025-03-21T20:21:29.7637655Z ce7081190560c5ea5639acb9a57ed937ae4b583bd122851e980827b9949374f8 2025-03-21T20:21:29.7638349Z Running command: docker exec -t ce7081190560c5ea5639acb9a57ed937ae4b583bd122851e980827b9949374f8 /exec 2025-03-21T20:21:29.7638934Z ++ conda env list --json 2025-03-21T20:21:29.7639217Z ++ local cmd=env 2025-03-21T20:21:29.7639462Z ++ case "$cmd" in 2025-03-21T20:21:29.7639711Z ++ __conda_exe env list --json 2025-03-21T20:21:29.7640014Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:21:29.7640312Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:21:29.7640663Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:21:29.7641059Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:21:29.7641385Z + local cmd=activate 2025-03-21T20:21:29.7641644Z + case "$cmd" in 2025-03-21T20:21:29.7641935Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:21:29.7642291Z + '[' -n '' ']' 2025-03-21T20:21:29.7642522Z + local ask_conda 2025-03-21T20:21:29.7642778Z ++ PS1='(base) ' 2025-03-21T20:21:29.7643104Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:29.7643615Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:29.7644064Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:21:29.7644980Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:29.7645905Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:29.7646270Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:29.7646586Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:29.7646959Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:29.7647337Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:29.7647697Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:29.7648031Z export _CE_M='\'''\'' 2025-03-21T20:21:29.7648305Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:29.7649031Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:29.7649423Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:21:29.7650275Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:29.7651197Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:29.7651562Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:29.7651874Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:29.7652246Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:29.7652622Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:29.7652984Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:29.7653318Z export _CE_M='\'''\'' 2025-03-21T20:21:29.7653588Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:29.7653926Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:29.7654304Z ++ PS1='(py_3.10) ' 2025-03-21T20:21:29.7655103Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:29.7656459Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:29.7657308Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:29.7657677Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:29.7658005Z ++ export CONDA_SHLVL=2 2025-03-21T20:21:29.7658269Z ++ CONDA_SHLVL=2 2025-03-21T20:21:29.7658541Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:29.7658854Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:29.7659172Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:21:29.7659530Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:21:29.7659868Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:29.7660195Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:29.7660497Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:29.7660831Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:29.7661220Z ++ export _CE_M= 2025-03-21T20:21:29.7661468Z ++ _CE_M= 2025-03-21T20:21:29.7661703Z ++ export _CE_CONDA= 2025-03-21T20:21:29.7661946Z ++ _CE_CONDA= 2025-03-21T20:21:29.7662232Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:29.7662611Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:29.7662940Z + __conda_hashr 2025-03-21T20:21:29.7663171Z + '[' -n '' ']' 2025-03-21T20:21:29.7663414Z + '[' -n '' ']' 2025-03-21T20:21:29.7663650Z + hash -r 2025-03-21T20:21:29.7663889Z + BUILD_TOOL=cmake 2025-03-21T20:21:29.7664142Z + DTYPE=fp32 2025-03-21T20:21:29.7664368Z + MODE=qnn 2025-03-21T20:21:29.7664609Z + PT2E_QUANTIZE=qnn_8a8w 2025-03-21T20:21:29.7664943Z + ./install_requirements.sh --use-pt-pinned-commit 2025-03-21T20:21:29.7665535Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:29.7666368Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:21:29.7667367Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:21:29.7668296Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:21:29.7669033Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:21:29.7669555Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:21:29.7670510Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:21:29.7671757Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:21:29.7672841Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:21:29.7673484Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:21:29.7674440Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:21:29.7675564Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:21:29.7676927Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:21:29.7678095Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:21:29.7679228Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:21:29.7680362Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:21:29.7681596Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:21:29.7682904Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:21:29.7684235Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:21:29.7685612Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:21:29.7686986Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:21:29.7688374Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:21:29.7689759Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:21:29.7691158Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:21:29.7692539Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:21:42.0123783Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:21:42.0126266Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:21:42.0128469Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:21:42.0130451Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:21:42.0131380Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:21:42.0132353Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:21:42.0133592Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:21:42.0134763Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:21:42.0136062Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:21:42.0137548Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:21:42.0138978Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:21:42.0140460Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:21:42.0141508Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:21:42.0142617Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:21:42.0143346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 62.0 MB/s eta 0:00:00 2025-03-21T20:21:42.0144149Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:21:42.0144926Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:21:42.0145641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 229.4 MB/s eta 0:00:00 2025-03-21T20:21:42.0146195Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:21:42.0146569Z Attempting uninstall: timm 2025-03-21T20:21:42.0146920Z Found existing installation: timm 0.6.13 2025-03-21T20:21:42.0147279Z Uninstalling timm-0.6.13: 2025-03-21T20:21:42.0147605Z Successfully uninstalled timm-0.6.13 2025-03-21T20:21:42.0147984Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:21:42.0148357Z Processing ./third-party/ao 2025-03-21T20:21:42.0148779Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:21:42.0149252Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:21:42.0149783Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:21:42.0150875Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=3f1063b9fb6af2a04da97f2ba53b5841a39bda8d6af210062b756646224ed802 2025-03-21T20:21:42.0152089Z Stored in directory: /tmp/pip-ephem-wheel-cache-vp2y0vb1/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:21:42.0152795Z Successfully built torchao 2025-03-21T20:21:42.0153114Z Installing collected packages: torchao 2025-03-21T20:21:42.0153489Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:21:42.0153866Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:42.0154175Z + bash .ci/scripts/setup-qnn-deps.sh 2025-03-21T20:21:42.0154495Z + setup_libc++ 12 2025-03-21T20:21:42.0154749Z + clang_version=12 2025-03-21T20:21:42.0154993Z + sudo apt-get update 2025-03-21T20:21:42.0155166Z 2025-03-21T20:21:42.0155262Z 0% [Working] 2025-03-21T20:21:42.0155495Z 2025-03-21T20:21:42.0155813Z Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2025-03-21T20:21:42.0156089Z 2025-03-21T20:21:42.0156304Z 0% [Waiting for headers] [Waiting for headers] [Waiting for headers] 2025-03-21T20:21:42.0156731Z 2025-03-21T20:21:42.0157212Z Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-03-21T20:21:42.0157575Z 2025-03-21T20:21:42.0157807Z 0% [Waiting for headers] [2 InRelease 0 B/129 kB 0%] [Waiting for headers] [Wai 2025-03-21T20:21:42.0158455Z 2025-03-21T20:21:42.0158934Z Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-03-21T20:21:42.0159276Z 2025-03-21T20:21:42.0159502Z 0% [3 InRelease 6932 B/128 kB 5%] [2 InRelease 14.2 kB/129 kB 11%] [Waiting for 2025-03-21T20:21:42.0159943Z 2025-03-21T20:21:42.0160355Z Hit:4 https://dl.yarnpkg.com/debian stable InRelease 2025-03-21T20:21:42.0160638Z 2025-03-21T20:21:42.0160845Z 0% [3 InRelease 18.5 kB/128 kB 14%] [2 InRelease 43.1 kB/129 kB 33%] [Waiting f 2025-03-21T20:21:42.0161293Z 2025-03-21T20:21:42.0161730Z Hit:5 https://deb.nodesource.com/node_16.x nodistro InRelease 2025-03-21T20:21:42.0162031Z 2025-03-21T20:21:42.0162166Z 2025-03-21T20:21:42.0162594Z 0% [3 InRelease 57.6 kB/128 kB 45%] [2 InRelease 80.8 kB/129 kB 63%] 2025-03-21T20:21:42.0163020Z 2025-03-21T20:21:42.0163374Z 0% [3 InRelease 102 kB/128 kB 80%] 2025-03-21T20:21:42.0163687Z 2025-03-21T20:21:42.0163975Z 0% [Working] 2025-03-21T20:21:42.0164198Z 2025-03-21T20:21:42.0164575Z Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-03-21T20:21:42.0164939Z 2025-03-21T20:21:42.0165047Z 0% [6 InRelease 1140 B/127 kB 1%] 2025-03-21T20:21:42.0165350Z 2025-03-21T20:21:42.0165633Z 0% [Working] 2025-03-21T20:21:42.0165851Z 0% [Working] 2025-03-21T20:21:42.0166081Z 0% [Working] 2025-03-21T20:21:42.0166309Z 0% [Working] 2025-03-21T20:21:42.0166538Z 0% [Working] 2025-03-21T20:21:42.0166766Z 0% [Working] 2025-03-21T20:21:42.0166983Z 2025-03-21T20:21:42.0167401Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3003 kB] 2025-03-21T20:21:42.0167798Z 2025-03-21T20:21:42.0167908Z 0% [7 Packages 5759 B/3003 kB 0%] 2025-03-21T20:21:42.0168220Z 55% [7 Packages 1232 kB/3003 kB 41%] 2025-03-21T20:21:42.0168529Z 2025-03-21T20:21:42.0168809Z 95% [Working] 2025-03-21T20:21:42.0169088Z 95% [7 Packages store 0 B] [Waiting for headers] 2025-03-21T20:21:42.0169449Z 2025-03-21T20:21:42.0169949Z Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [112 kB] 2025-03-21T20:21:42.0170341Z 2025-03-21T20:21:42.0170510Z 95% [7 Packages store 0 B] [8 Packages 4105 B/112 kB 4%] 2025-03-21T20:21:42.0170898Z 2025-03-21T20:21:42.0171225Z 98% [7 Packages store 0 B] 2025-03-21T20:21:42.0171509Z 2025-03-21T20:21:42.0171973Z Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [38.5 kB] 2025-03-21T20:21:42.0172388Z 2025-03-21T20:21:42.0172567Z 98% [7 Packages store 0 B] [9 Packages 22.5 kB/38.5 kB 59%] 2025-03-21T20:21:42.0172960Z 2025-03-21T20:21:42.0173288Z 99% [7 Packages store 0 B] 2025-03-21T20:21:42.0173569Z 2025-03-21T20:21:42.0173836Z 99% [Working] 2025-03-21T20:21:42.0174086Z 99% [8 Packages store 0 B] 2025-03-21T20:21:42.0174363Z 2025-03-21T20:21:42.0174616Z 100% [Working] 2025-03-21T20:21:42.0174869Z 100% [9 Packages store 0 B] 2025-03-21T20:21:42.0175151Z 2025-03-21T20:21:42.0175417Z 100% [Working] 2025-03-21T20:21:42.0175883Z 2025-03-21T20:21:42.0176133Z Fetched 3538 kB in 1s (5665 kB/s) 2025-03-21T20:21:42.0176342Z 2025-03-21T20:21:42.0176452Z Reading package lists... 0% 2025-03-21T20:21:42.0176644Z 2025-03-21T20:21:42.0176753Z Reading package lists... 0% 2025-03-21T20:21:42.0177084Z 2025-03-21T20:21:42.0177211Z Reading package lists... 0% 2025-03-21T20:21:42.0177481Z 2025-03-21T20:21:42.0177608Z Reading package lists... 4% 2025-03-21T20:21:42.0177789Z 2025-03-21T20:21:42.0177898Z Reading package lists... 4% 2025-03-21T20:21:42.0178091Z 2025-03-21T20:21:42.0178202Z Reading package lists... 5% 2025-03-21T20:21:42.0178395Z 2025-03-21T20:21:42.0178505Z Reading package lists... 5% 2025-03-21T20:21:42.0178699Z 2025-03-21T20:21:42.0178812Z Reading package lists... 48% 2025-03-21T20:21:42.0179000Z 2025-03-21T20:21:42.0179126Z Reading package lists... 48% 2025-03-21T20:21:42.0179309Z 2025-03-21T20:21:42.0179434Z Reading package lists... 48% 2025-03-21T20:21:42.0179616Z 2025-03-21T20:21:42.0179728Z Reading package lists... 48% 2025-03-21T20:21:42.0179923Z 2025-03-21T20:21:42.0180034Z Reading package lists... 57% 2025-03-21T20:21:42.0180230Z 2025-03-21T20:21:42.0180342Z Reading package lists... 57% 2025-03-21T20:21:42.0180537Z 2025-03-21T20:21:42.0180647Z Reading package lists... 70% 2025-03-21T20:21:42.0180832Z 2025-03-21T20:21:42.0180957Z Reading package lists... 70% 2025-03-21T20:21:42.0181213Z 2025-03-21T20:21:42.0181338Z Reading package lists... 74% 2025-03-21T20:21:42.0181523Z 2025-03-21T20:21:42.0181636Z Reading package lists... 74% 2025-03-21T20:21:42.0181835Z 2025-03-21T20:21:42.0181947Z Reading package lists... 75% 2025-03-21T20:21:42.0182144Z 2025-03-21T20:21:42.0182257Z Reading package lists... 75% 2025-03-21T20:21:42.0182457Z 2025-03-21T20:21:42.0182569Z Reading package lists... 75% 2025-03-21T20:21:42.0182755Z 2025-03-21T20:21:42.0182878Z Reading package lists... 75% 2025-03-21T20:21:42.0183061Z 2025-03-21T20:21:42.0183183Z Reading package lists... 75% 2025-03-21T20:21:42.0183366Z 2025-03-21T20:21:42.0183476Z Reading package lists... 75% 2025-03-21T20:21:42.0183672Z 2025-03-21T20:21:42.0183783Z Reading package lists... 83% 2025-03-21T20:21:42.0183977Z 2025-03-21T20:21:42.0184088Z Reading package lists... 83% 2025-03-21T20:21:42.0184281Z 2025-03-21T20:21:42.0184404Z Reading package lists... 89% 2025-03-21T20:21:42.0184587Z 2025-03-21T20:21:42.0184713Z Reading package lists... 95% 2025-03-21T20:21:42.0184894Z 2025-03-21T20:21:42.0185016Z Reading package lists... 95% 2025-03-21T20:21:42.0185198Z 2025-03-21T20:21:42.0185320Z Reading package lists... 99% 2025-03-21T20:21:42.0185502Z 2025-03-21T20:21:42.0185611Z Reading package lists... 99% 2025-03-21T20:21:42.0185804Z 2025-03-21T20:21:42.0185915Z Reading package lists... 99% 2025-03-21T20:21:42.0186109Z 2025-03-21T20:21:42.0186218Z Reading package lists... 99% 2025-03-21T20:21:42.0186400Z 2025-03-21T20:21:42.0186522Z Reading package lists... 99% 2025-03-21T20:21:42.0186705Z 2025-03-21T20:21:42.0186829Z Reading package lists... 99% 2025-03-21T20:21:42.0187013Z 2025-03-21T20:21:42.0187134Z Reading package lists... 99% 2025-03-21T20:21:42.0187315Z 2025-03-21T20:21:42.0187425Z Reading package lists... 99% 2025-03-21T20:21:42.0187619Z 2025-03-21T20:21:42.0187728Z Reading package lists... 99% 2025-03-21T20:21:42.0187926Z 2025-03-21T20:21:42.0188037Z Reading package lists... 99% 2025-03-21T20:21:42.0188224Z 2025-03-21T20:21:42.0188348Z Reading package lists... Done 2025-03-21T20:21:42.0188536Z 2025-03-21T20:21:42.0189226Z W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. 2025-03-21T20:21:42.0190154Z + pkgs_to_check=("libc++-${clang_version}-dev") 2025-03-21T20:21:42.0190483Z + j=0 2025-03-21T20:21:42.0190710Z + '[' 0 -lt 1 ']' 2025-03-21T20:21:42.0190982Z ++ verify_pkg_installed libc++-12-dev 2025-03-21T20:21:42.0191377Z +++ dpkg-query -W '--showformat=${Status}\n' libc++-12-dev 2025-03-21T20:21:42.0191777Z +++ grep 'install ok installed' 2025-03-21T20:21:42.0192071Z ++ echo install ok installed 2025-03-21T20:21:42.0192379Z + install_status='install ok installed' 2025-03-21T20:21:42.0192722Z + '[' 'install ok installed' == '' ']' 2025-03-21T20:21:42.0193030Z + j=1 2025-03-21T20:21:42.0193360Z + '[' 1 -lt 1 ']' 2025-03-21T20:21:42.0193593Z + install_qnn 2025-03-21T20:21:42.0193924Z + echo 'Start installing qnn.' 2025-03-21T20:21:42.0194230Z Start installing qnn. 2025-03-21T20:21:42.0194517Z + QNN_INSTALLATION_DIR=/tmp/qnn 2025-03-21T20:21:42.0194810Z + mkdir -p /tmp/qnn 2025-03-21T20:21:42.0195496Z + curl -Lo /tmp/v2.28.0.24.10.29.zip https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v2.28.0.241029.zip 2025-03-21T20:22:23.5499585Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T20:22:23.5500442Z Dload Upload Total Spent Left Speed 2025-03-21T20:22:23.5500780Z 2025-03-21T20:22:23.5500977Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:22:23.5501499Z 100 134 100 134 0 0 437 0 --:--:-- --:--:-- --:--:-- 437 2025-03-21T20:22:23.5501884Z 2025-03-21T20:22:23.5502059Z 0 954M 0 50719 0 0 67027 0 4:08:56 --:--:-- 4:08:56 67027 2025-03-21T20:22:23.5502618Z 4 954M 4 41.2M 0 0 23.9M 0 0:00:39 0:00:01 0:00:38 42.6M 2025-03-21T20:22:23.5503082Z 11 954M 11 107M 0 0 39.5M 0 0:00:24 0:00:02 0:00:22 54.8M 2025-03-21T20:22:23.5503812Z 18 954M 18 174M 0 0 47.0M 0 0:00:20 0:00:03 0:00:17 59.0M 2025-03-21T20:22:23.5504261Z 25 954M 25 244M 0 0 51.8M 0 0:00:18 0:00:04 0:00:14 61.8M 2025-03-21T20:22:23.5504705Z 32 954M 32 312M 0 0 54.7M 0 0:00:17 0:00:05 0:00:12 63.0M 2025-03-21T20:22:23.5505134Z 40 954M 40 383M 0 0 56.9M 0 0:00:16 0:00:06 0:00:10 68.2M 2025-03-21T20:22:23.5505578Z 47 954M 47 451M 0 0 58.5M 0 0:00:16 0:00:07 0:00:09 68.8M 2025-03-21T20:22:23.5506020Z 54 954M 54 522M 0 0 59.8M 0 0:00:15 0:00:08 0:00:07 69.3M 2025-03-21T20:22:23.5506457Z 61 954M 61 590M 0 0 60.8M 0 0:00:15 0:00:09 0:00:06 69.1M 2025-03-21T20:22:23.5506913Z 69 954M 69 661M 0 0 61.8M 0 0:00:15 0:00:10 0:00:05 69.9M 2025-03-21T20:22:23.5507353Z 75 954M 75 722M 0 0 61.6M 0 0:00:15 0:00:11 0:00:04 68.1M 2025-03-21T20:22:23.5507785Z 82 954M 82 789M 0 0 62.1M 0 0:00:15 0:00:12 0:00:03 67.5M 2025-03-21T20:22:23.5508229Z 89 954M 89 857M 0 0 62.5M 0 0:00:15 0:00:13 0:00:02 67.3M 2025-03-21T20:22:23.5508665Z 97 954M 97 926M 0 0 63.0M 0 0:00:15 0:00:14 0:00:01 67.2M 2025-03-21T20:22:23.5509119Z 100 954M 100 954M 0 0 63.2M 0 0:00:15 0:00:15 --:--:-- 66.5M 2025-03-21T20:22:23.5509538Z + echo 'Finishing downloading qnn sdk.' 2025-03-21T20:22:23.5509890Z Finishing downloading qnn sdk. 2025-03-21T20:22:23.5510212Z + unzip -qo /tmp/v2.28.0.24.10.29.zip -d /tmp 2025-03-21T20:22:23.5510569Z + echo 'Finishing unzip qnn sdk.' 2025-03-21T20:22:23.5510885Z Finishing unzip qnn sdk. 2025-03-21T20:22:23.5511174Z + ls -lah /tmp/qairt 2025-03-21T20:22:23.5511444Z total 16K 2025-03-21T20:22:23.5511720Z drwxrwxrwx. 3 ci-user ci-user 27 Oct 30 05:44 . 2025-03-21T20:22:23.5512125Z drwxrwxrwt. 1 root root 58 Mar 21 20:21 .. 2025-03-21T20:22:23.5512557Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 05:45 2.28.0.241029 2025-03-21T20:22:23.5512969Z + mv /tmp/qairt/2.28.0.241029 /tmp/qnn 2025-03-21T20:22:23.5513339Z + echo 'Finishing installing qnn '\''/tmp/qnn'\'' .' 2025-03-21T20:22:23.5513715Z Finishing installing qnn '/tmp/qnn' . 2025-03-21T20:22:23.5514039Z + ls -lah /tmp/qnn 2025-03-21T20:22:23.5514289Z total 16K 2025-03-21T20:22:23.5514563Z drwxr-xr-x. 3 ci-user ci-user 27 Mar 21 20:22 . 2025-03-21T20:22:23.5514960Z drwxrwxrwt. 1 root root 58 Mar 21 20:21 .. 2025-03-21T20:22:23.5515377Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 05:45 2.28.0.241029 2025-03-21T20:22:23.5515782Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:23.5516092Z + bash .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:22:23.5516413Z + set -o xtrace 2025-03-21T20:22:23.5516664Z + build_qnn_backend 2025-03-21T20:22:23.5517144Z + echo 'Start building qnn backend.' 2025-03-21T20:22:23.5517592Z Start building qnn backend. 2025-03-21T20:22:23.5517906Z + export ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:22:23.5518237Z + ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:22:23.5518545Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:22:23.5518902Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:22:23.5519252Z +++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:22:23.5519601Z ++ cd -- .ci/scripts/../.. 2025-03-21T20:22:23.5519881Z ++ pwd 2025-03-21T20:22:23.5520135Z + export EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:22:23.5520500Z + EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:22:23.5521000Z + bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 2 --release 2025-03-21T20:22:23.5521505Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-03-21T20:22:23.5521818Z + '[' --skip_aarch64 = -h ']' 2025-03-21T20:22:23.5522097Z + BUILD_X86_64=true 2025-03-21T20:22:23.5522358Z + CMAKE_X86_64=build-x86 2025-03-21T20:22:23.5522642Z + BUILD_AARCH64=true 2025-03-21T20:22:23.5522921Z + CMAKE_AARCH64=build-android 2025-03-21T20:22:23.5523207Z + CLEAN=true 2025-03-21T20:22:23.5523437Z + BUILD_TYPE=Debug 2025-03-21T20:22:23.5523693Z + BUILD_JOB_NUMBER=16 2025-03-21T20:22:23.5523968Z + '[' -z PYTHON_EXECUTABLE ']' 2025-03-21T20:22:23.5524258Z + '[' -z BUCK2 ']' 2025-03-21T20:22:23.5524618Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-03-21T20:22:23.5525553Z ++ getopt -a --options '' --longoptions skip_x86_64,skip_aarch64,no_clean,release,job_number: --name backends/qualcomm/scripts/build.sh -- --skip_aarch64 --job_number 2 --release 2025-03-21T20:22:23.5526481Z + parsed_args=' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:22:23.5526974Z + eval set -- ' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:22:23.5527420Z ++ set -- --skip_aarch64 --job_number 2 --release -- 2025-03-21T20:22:23.5527775Z + true 2025-03-21T20:22:23.5528001Z + case "$1" in 2025-03-21T20:22:23.5528243Z + BUILD_AARCH64=false 2025-03-21T20:22:23.5528509Z + shift 2025-03-21T20:22:23.5528731Z + true 2025-03-21T20:22:23.5528959Z + case "$1" in 2025-03-21T20:22:23.5529191Z + BUILD_JOB_NUMBER=2 2025-03-21T20:22:23.5529446Z + shift 2 2025-03-21T20:22:23.5529669Z + true 2025-03-21T20:22:23.5529889Z + case "$1" in 2025-03-21T20:22:23.5530130Z + BUILD_TYPE=Release 2025-03-21T20:22:23.5530369Z + shift 2025-03-21T20:22:23.5530584Z + true 2025-03-21T20:22:23.5530804Z + case "$1" in 2025-03-21T20:22:23.5531037Z + shift 2025-03-21T20:22:23.5531243Z + break 2025-03-21T20:22:23.5531505Z +++ dirname backends/qualcomm/scripts/build.sh 2025-03-21T20:22:23.5531883Z ++ cd backends/qualcomm/scripts/../../.. 2025-03-21T20:22:23.5532216Z ++ pwd -P 2025-03-21T20:22:23.5532475Z + PRJ_ROOT=/pytorch/executorch 2025-03-21T20:22:23.5532763Z + '[' false = true ']' 2025-03-21T20:22:23.5533030Z + '[' true = true ']' 2025-03-21T20:22:23.5533327Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-03-21T20:22:23.5546535Z + '[' true = true ']' 2025-03-21T20:22:23.5547032Z + rm -rf /pytorch/executorch/build-x86 2025-03-21T20:22:23.5547531Z + mkdir /pytorch/executorch/build-x86 2025-03-21T20:22:23.5548024Z + cd /pytorch/executorch/build-x86 2025-03-21T20:22:23.5550174Z + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/build-x86 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_QNN=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python -S /pytorch/executorch -B /pytorch/executorch/build-x86 2025-03-21T20:22:23.5552107Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:23.5552526Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:23.5552918Z -- Detecting C compiler ABI info 2025-03-21T20:22:23.5553257Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:23.5553682Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:23.5554317Z -- Detecting C compile features 2025-03-21T20:22:23.5554653Z -- Detecting C compile features - done 2025-03-21T20:22:23.5555004Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:23.5555346Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:23.5555776Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:23.5556189Z -- Detecting CXX compile features 2025-03-21T20:22:23.5556532Z -- Detecting CXX compile features - done 2025-03-21T20:22:23.5557439Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:23.5558196Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:23.5558649Z CMake. 2025-03-21T20:22:23.5558775Z 2025-03-21T20:22:23.5559050Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:23.5559621Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:23.5560142Z to work with policies introduced by or earlier. 2025-03-21T20:22:23.5560421Z 2025-03-21T20:22:23.5560537Z  2025-03-21T20:22:23.5561174Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:23.5561930Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:23.5562375Z CMake. 2025-03-21T20:22:23.5562498Z 2025-03-21T20:22:23.5562730Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:23.5563310Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:23.5563814Z to work with policies introduced by or earlier. 2025-03-21T20:22:23.5564136Z 2025-03-21T20:22:23.5564265Z  2025-03-21T20:22:23.5564524Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:23.5564936Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:23.5565318Z -- Found Threads: TRUE 2025-03-21T20:22:23.5566028Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:23.5566812Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:23.5567258Z CMake. 2025-03-21T20:22:23.5567383Z 2025-03-21T20:22:23.5567631Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:23.5568198Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:23.5568710Z to work with policies introduced by or earlier. 2025-03-21T20:22:23.5568990Z 2025-03-21T20:22:23.5569102Z  2025-03-21T20:22:23.5569356Z -- Using python executable 'python' 2025-03-21T20:22:23.5569690Z -- Resolved buck2 as buck2. 2025-03-21T20:22:23.5569972Z -- Killing buck2 daemon 2025-03-21T20:22:23.5570245Z 'buck2 killall' 2025-03-21T20:22:23.5570518Z -- executorch: Generating source lists 2025-03-21T20:22:23.5571077Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:22:23.5571789Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:22:23.5572302Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:23.5572652Z -- Generating operator lib: 2025-03-21T20:22:23.5572957Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:23.5573388Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:23.5573833Z -- ROOT_OPS: 2025-03-21T20:22:23.5574079Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:23.5575348Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:22:23.5577054Z -- Generating kernel bindings: 2025-03-21T20:22:23.5577377Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:23.5577810Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:23.5578563Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:23.5578844Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:23.5580583Z Generated files /pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:22:23.5582157Z -- Generating operator lib: 2025-03-21T20:22:23.5582466Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:23.5582787Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:23.5583107Z -- DEPS: executorch 2025-03-21T20:22:23.5583689Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:23.5584372Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:23.5584817Z CMake. 2025-03-21T20:22:23.5584951Z 2025-03-21T20:22:23.5585200Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:23.5585783Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:23.5586294Z to work with policies introduced by or earlier. 2025-03-21T20:22:23.5586557Z 2025-03-21T20:22:23.5586671Z  2025-03-21T20:22:23.5586913Z -- Looking for C++ include unistd.h 2025-03-21T20:22:27.8126622Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:27.8127291Z -- Looking for C++ include stdint.h 2025-03-21T20:22:27.8127936Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:27.8128429Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:27.8128790Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:27.8129220Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:27.8129579Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:27.8130000Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:27.8130340Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:27.8130807Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:27.8131157Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:22:27.8131574Z -- Looking for C++ include stddef.h 2025-03-21T20:22:27.8131917Z -- Looking for C++ include stddef.h - found 2025-03-21T20:22:27.8132312Z -- Check size of uint32_t 2025-03-21T20:22:27.8132613Z -- Check size of uint32_t - done 2025-03-21T20:22:27.8132969Z -- Looking for strtoll 2025-03-21T20:22:27.8133342Z -- Looking for strtoll - found 2025-03-21T20:22:27.8133725Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:22:27.8134113Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:22:27.8135024Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:22:27.8135790Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:27.8136305Z CMake. 2025-03-21T20:22:27.8136434Z 2025-03-21T20:22:27.8136742Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:27.8137330Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:27.8137936Z to work with policies introduced by or earlier. 2025-03-21T20:22:27.8138247Z 2025-03-21T20:22:27.8138383Z  2025-03-21T20:22:27.8138604Z -- pybind11 v2.13.6 2025-03-21T20:22:27.8139131Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:22:27.8139810Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:22:27.8140255Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:22:27.8140644Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:22:27.8141409Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:22:27.8142146Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:27.8142596Z CMake. 2025-03-21T20:22:27.8143470Z 2025-03-21T20:22:27.8143901Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:27.8144553Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:27.8145082Z to work with policies introduced by or earlier. 2025-03-21T20:22:27.8145448Z 2025-03-21T20:22:27.8145620Z  2025-03-21T20:22:27.8146007Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:22:27.8146526Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:22:27.8147008Z -- Setting Clang compiler options 2025-03-21T20:22:27.8147795Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:22:27.8148701Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:22:27.8149335Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:27.8149778Z CMake. 2025-03-21T20:22:27.8149958Z 2025-03-21T20:22:27.8150209Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:27.8150849Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:27.8151374Z to work with policies introduced by or earlier. 2025-03-21T20:22:27.8151670Z 2025-03-21T20:22:27.8151674Z 2025-03-21T20:22:27.8151820Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:27.8152245Z -- Detecting C compiler ABI info 2025-03-21T20:22:27.8152581Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:27.8153056Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:27.8153469Z -- Detecting C compile features 2025-03-21T20:22:27.8153831Z -- Detecting C compile features - done 2025-03-21T20:22:27.8154244Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:22:27.8154778Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:22:27.8155235Z -- Setting Clang compiler options 2025-03-21T20:22:27.8156000Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:22:27.8156785Z -- Configuring done (0.2s) 2025-03-21T20:22:27.8157087Z -- Generating done (0.0s) 2025-03-21T20:22:27.8157531Z -- Build files have been written to: /pytorch/executorch/build-x86/_host_build 2025-03-21T20:22:27.8158142Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:27.8158755Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:27.8159347Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:27.8159940Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:27.8160512Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:27.8161155Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:27.8161866Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:27.8162443Z [ 21%] Built target flatccrt 2025-03-21T20:22:27.8162978Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:27.8163675Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:27.8164430Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:27.8165112Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:27.8165843Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:27.8166514Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:27.8167182Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:27.8168024Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:27.8168564Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:27.8169112Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:27.8169661Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:27.8170200Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:27.8170737Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:27.8171363Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:27.8171964Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:27.8172575Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:27.8173204Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:27.8173841Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:27.8174471Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:27.8175120Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:27.8175933Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:27.8176567Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:27.8177189Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:27.8177830Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:27.8178397Z [ 93%] Built target flatcc 2025-03-21T20:22:27.8178784Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:27.8179372Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:27.8179861Z [100%] Built target flatcc_cli 2025-03-21T20:22:27.8180170Z -- Generating operator lib: 2025-03-21T20:22:27.8180480Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:22:27.8180903Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:22:27.8181432Z -- ROOT_OPS: 2025-03-21T20:22:27.8181691Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:27.8183035Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-03-21T20:22:27.8184194Z -- Generating kernel bindings: 2025-03-21T20:22:27.8184508Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:22:27.8184804Z -- FUNCTIONS_YAML: 2025-03-21T20:22:27.8185203Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:22:27.8185673Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:27.8188874Z Generated files /pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:22:27.8191696Z -- Generating operator lib: 2025-03-21T20:22:27.8192000Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:22:27.8192324Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:22:27.8192641Z -- DEPS: executorch 2025-03-21T20:22:27.8192884Z -- 2025-03-21T20:22:27.8193113Z -- ******** Summary ******** 2025-03-21T20:22:27.8193418Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:22:27.8193927Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:27.8194365Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:22:27.8194698Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:27.8195024Z -- BUCK2 : buck2 2025-03-21T20:22:27.8195365Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:22:27.8195874Z -- FLATC_EXECUTABLE : /pytorch/executorch/build-x86/third-party/flatbuffers/flatc 2025-03-21T20:22:27.8196412Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:22:27.8196794Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:22:27.8197187Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:22:27.8197568Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:22:27.8197949Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:22:27.8198329Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:22:27.8198693Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:22:27.8199077Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:22:27.8199459Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:22:27.8199840Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:22:27.8200227Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:22:27.8200613Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:22:31.1021227Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:22:31.1022047Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:22:31.1022467Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:22:31.1022946Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:22:31.1023338Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:22:31.1023767Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:22:31.1024124Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:22:31.1024544Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:22:31.1024957Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:22:31.1025418Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:22:31.1025810Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:22:31.1026248Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:22:31.1026650Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:22:31.1027056Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:22:31.1027483Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:22:31.1027865Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:22:31.1028274Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:22:31.1028648Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:22:31.1029078Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:22:31.1029453Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:22:31.1029883Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:22:31.1030239Z -- Configuring done (13.4s) 2025-03-21T20:22:31.1030600Z -- Generating done (0.2s) 2025-03-21T20:22:31.1030991Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-03-21T20:22:31.1031584Z + cmake --build /pytorch/executorch/build-x86 -j2 --target install 2025-03-21T20:22:31.1032331Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:31.1033150Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:22:31.1033903Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:22:31.1034418Z [ 1%] No update step for 'flatbuffers' 2025-03-21T20:22:31.1034864Z [ 1%] No patch step for 'flatbuffers' 2025-03-21T20:22:31.1035408Z [ 1%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:31.1035854Z CMake Warning: 2025-03-21T20:22:31.1036200Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:31.1036497Z 2025-03-21T20:22:31.1037244Z  2025-03-21T20:22:31.1037677Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:31.1038221Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:31.1038630Z git describe failed with exit code: 128 2025-03-21T20:22:31.1038856Z 2025-03-21T20:22:31.1039099Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:31.1039494Z Call Stack (most recent call first): 2025-03-21T20:22:31.1039868Z CMakeLists.txt:5 (include) 2025-03-21T20:22:31.1040064Z 2025-03-21T20:22:31.1040176Z  2025-03-21T20:22:31.1040431Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:31.1040840Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:31.1041235Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:31.1042045Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:22:31.1043164Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:22:31.1043902Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:31.1044378Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:31.1044791Z -- Detecting CXX compile features 2025-03-21T20:22:31.1045180Z -- Detecting CXX compile features - done 2025-03-21T20:22:31.1045514Z -- Looking for strtof_l 2025-03-21T20:22:31.1045999Z [ 2%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:22:31.1046431Z [ 2%] Built target gflags_nothreads_static 2025-03-21T20:22:31.1046904Z [ 2%] Generating etdump headers 2025-03-21T20:22:31.1047251Z [ 2%] Built target etdump_schema 2025-03-21T20:22:31.1047950Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:31.1048920Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:31.1049499Z -- Looking for strtof_l - found 2025-03-21T20:22:31.1049868Z -- Looking for strtoull_l 2025-03-21T20:22:31.1050513Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:31.1051453Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:31.1052409Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:31.1053393Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:31.1054054Z -- Looking for strtoull_l - found 2025-03-21T20:22:31.1054419Z -- Looking for realpath 2025-03-21T20:22:31.1055008Z [ 3%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:31.1055585Z [ 3%] Built target flatccrt 2025-03-21T20:22:31.1056273Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:31.1057270Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:31.1057926Z -- Looking for realpath - found 2025-03-21T20:22:31.1058275Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:31.1058661Z -- Configuring done (1.0s) 2025-03-21T20:22:31.1059005Z -- Generating done (0.0s) 2025-03-21T20:22:31.1059480Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers 2025-03-21T20:22:31.1060115Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:22:31.1060696Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:31.1061605Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:31.1062523Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:31.1063573Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:31.1064454Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:31.1065346Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:31.1066323Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:31.1067110Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:31.1067929Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:31.1068886Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:31.1069653Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:31.1070479Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:31.1071456Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:31.1072315Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:31.1073169Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:31.1074092Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:31.1075109Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:31.1076391Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:31.1077464Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:31.1078318Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:31.1079245Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:31.1080086Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:31.1080946Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:31.1081974Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:31.1082992Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:31.1083824Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:31.1084701Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:31.1085526Z [ 8%] Linking C static library libcpuinfo.a 2025-03-21T20:22:31.1085903Z [ 8%] Built target cpuinfo 2025-03-21T20:22:31.1086589Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:22:31.1087445Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:31.1088335Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:22:31.1089356Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:22:31.1090172Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:31.1091014Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:22:31.1092268Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:22:31.1093118Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:31.1093993Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:22:31.1095065Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:22:31.1095911Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:35.4059457Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:22:35.4060590Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:22:35.4061518Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:35.4062483Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:22:35.4063571Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:22:35.4064465Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:35.4065409Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:22:35.4066559Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:35.4067486Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:35.4068467Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:35.4069653Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:22:35.4070539Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:35.4071473Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:35.4072618Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:22:35.4073751Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:22:35.4074629Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:35.4075543Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:22:35.4078023Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:22:35.4078924Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:35.4079539Z [ 11%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:22:35.4079967Z [ 11%] Built target cpuinfo_internals 2025-03-21T20:22:35.4080520Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:35.4081451Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:35.4082550Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:35.4083615Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:35.4084761Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:35.4085646Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:35.4086691Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:35.4087620Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:35.4088280Z [ 12%] Linking C static library libpthreadpool.a 2025-03-21T20:22:35.4088685Z [ 12%] Built target pthreadpool 2025-03-21T20:22:35.4089409Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:35.4090285Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:35.4091175Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:35.4092026Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:35.4092885Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:35.4093906Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:35.4094703Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:35.4095529Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:35.4096551Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:35.4097360Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:35.4098189Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:35.4099117Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:35.4099891Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:35.4100679Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:35.4101640Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:35.4102466Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:35.4103295Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:35.4104150Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:35.4104902Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:35.4105697Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:35.4106620Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:35.4107407Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:35.4108211Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:35.4109238Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:35.4110062Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:35.4110903Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:35.4111862Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:35.4112887Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:35.4113791Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:35.4114807Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:35.4115694Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:35.4116582Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:35.4117466Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:35.4118361Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:35.4119320Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:35.4120206Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:35.4121030Z [ 16%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:35.4121570Z [ 16%] Built target flatcc 2025-03-21T20:22:35.4122146Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:35.4122999Z [ 16%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:35.4123821Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:35.4124571Z [ 16%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:35.4125075Z [ 16%] Built target flatcc_cli 2025-03-21T20:22:35.4125461Z [100%] Linking CXX executable flatc 2025-03-21T20:22:35.4125827Z [100%] Built target flatc 2025-03-21T20:22:35.4126204Z [ 16%] No install step for 'flatbuffers' 2025-03-21T20:22:35.4126622Z [ 16%] Completed 'flatbuffers' 2025-03-21T20:22:35.4126972Z [ 16%] Built target flatbuffers 2025-03-21T20:22:35.4127365Z [ 16%] Generating common_schema headers 2025-03-21T20:22:35.4127823Z [ 16%] Generating qualcomm ir schema headers 2025-03-21T20:22:35.4128205Z [ 16%] Built target common_schema 2025-03-21T20:22:35.4128556Z [ 16%] Built target qcir 2025-03-21T20:22:35.4128923Z [ 16%] Generating qnn_schema headers 2025-03-21T20:22:35.4129498Z [ 16%] Generating bundled_program headers 2025-03-21T20:22:35.4129871Z [ 16%] Built target qnn_schema 2025-03-21T20:22:35.4130193Z [ 16%] Built target bundled_program_schema 2025-03-21T20:22:35.4130625Z [ 16%] Generating scalar_type_schema headers 2025-03-21T20:22:35.4131091Z [ 16%] Generating program_schema headers 2025-03-21T20:22:35.4131489Z [ 16%] Built target scalar_type_schema 2025-03-21T20:22:35.4132156Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:22:40.2107413Z [ 16%] Built target program_schema 2025-03-21T20:22:40.2108833Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:22:40.2109654Z [ 16%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:22:40.2110223Z [ 17%] Linking CXX static library libqcir_utils.a 2025-03-21T20:22:40.2110636Z [ 17%] Built target qnn_executorch_logging 2025-03-21T20:22:40.2110986Z [ 17%] Built target qcir_utils 2025-03-21T20:22:40.2111397Z [ 17%] Generating flat_tensor_schema headers 2025-03-21T20:22:40.2111771Z [ 17%] Built target flat_tensor_schema 2025-03-21T20:22:40.2112406Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:40.2114154Z [ 17%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:22:40.2115026Z [ 17%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:22:40.2115468Z [ 17%] Built target qnn_implementation 2025-03-21T20:22:40.2116313Z [ 17%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:22:40.2117302Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:40.2118001Z [ 17%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:22:40.2118877Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:40.2119561Z [ 17%] Built target qnn_sys_implementation 2025-03-21T20:22:40.2120328Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:40.2121340Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:40.2122186Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:40.2123000Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:40.2124022Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:22:40.2125009Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:40.2125707Z [ 18%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:22:40.2126148Z [ 18%] Built target qnn_custom_protocol 2025-03-21T20:22:40.2126872Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:22:40.2127824Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:40.2128522Z [ 18%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:22:40.2128933Z [ 18%] Built target qnn_profiler 2025-03-21T20:22:40.2129525Z [ 19%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:22:40.2130163Z [ 19%] Linking CXX static library libutils.a 2025-03-21T20:22:40.2130527Z [ 19%] Built target utils 2025-03-21T20:22:40.2131107Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:40.2132015Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:22:40.2132754Z [ 20%] Linking CXX static library libshared_buffer.a 2025-03-21T20:22:40.2133475Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:40.2134054Z [ 20%] Built target shared_buffer 2025-03-21T20:22:40.2134734Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:22:40.2135725Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:40.2136763Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:22:40.2137783Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:40.2138746Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:22:40.2139672Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:40.2140432Z [ 21%] Linking CXX static library libwrappers.a 2025-03-21T20:22:40.2140886Z [ 21%] Built target wrappers 2025-03-21T20:22:40.2141560Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:40.2142369Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:40.2143198Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:40.2144127Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:22:40.2145024Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:40.2145690Z [ 23%] Linking CXX static library libqnn_logger.a 2025-03-21T20:22:40.2146085Z [ 23%] Built target qnn_logger 2025-03-21T20:22:40.2146667Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:40.2147540Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:40.2148559Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:22:40.2149359Z [ 23%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:40.2149779Z [ 23%] Built target executorch_core 2025-03-21T20:22:40.2150507Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:22:40.2151577Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:22:40.2152754Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:22:40.2154082Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:22:40.2155036Z [ 24%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:22:40.2155451Z [ 24%] Built target qnn_backend_cache 2025-03-21T20:22:40.2156102Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:40.2157215Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:22:40.2158329Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:40.2159050Z [ 24%] Linking CXX static library libqnn_device.a 2025-03-21T20:22:40.2159446Z [ 24%] Built target qnn_device 2025-03-21T20:22:40.2160218Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:22:40.2161160Z [ 24%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:40.2161592Z [ 24%] Built target extension_tensor 2025-03-21T20:22:40.2162377Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:22:40.2163448Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:40.2164301Z [ 24%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:22:40.2165102Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:40.2165948Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:40.2166699Z [ 25%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:40.2167100Z [ 25%] Built target executorch 2025-03-21T20:22:40.2167775Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:40.2168965Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:40.2169982Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:40.2170995Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:40.2171783Z [ 26%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:40.2172249Z [ 26%] Built target extension_threadpool 2025-03-21T20:22:40.2173012Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:22:40.2173835Z [ 26%] Linking CXX static library libqnn_backend.a 2025-03-21T20:22:40.2174256Z [ 26%] Built target qnn_backend 2025-03-21T20:22:40.2174948Z [ 27%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:40.2175887Z [ 27%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:40.2176318Z [ 27%] Built target bundled_program 2025-03-21T20:22:40.2177047Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:40.2178070Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:40.2178859Z [ 28%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:40.2179318Z [ 28%] Built target extension_data_loader 2025-03-21T20:22:40.2180032Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:47.5096529Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:47.5097663Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:47.5098656Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:47.5099634Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:47.5100612Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:47.5101664Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:47.5102660Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:47.5103628Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:47.5104585Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:47.5105339Z [ 30%] Linking CXX static library libquantized_kernels.a 2025-03-21T20:22:47.5105776Z [ 30%] Built target quantized_kernels 2025-03-21T20:22:47.5106496Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:47.5107514Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:47.5108471Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:47.5109361Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:47.5110242Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:47.5111130Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:47.5112889Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:47.5114082Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:47.5115030Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:47.5115946Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:47.5116824Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:47.5117417Z [ 32%] Built target PyQnnWrapperAdaptor 2025-03-21T20:22:47.5118033Z [ 32%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:47.5118882Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:47.5119792Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:47.5120622Z [ 32%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:47.5121458Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:47.5122363Z [ 33%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:47.5123284Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:47.5124193Z [ 34%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:47.5125146Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:47.5125875Z [ 34%] Linking CXX static library libetdump.a 2025-03-21T20:22:47.5126260Z [ 34%] Built target etdump 2025-03-21T20:22:47.5126873Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:47.5127882Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:47.5128878Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:47.5129905Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:47.5130906Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:47.5131842Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:47.5132766Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:47.5133727Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:47.5134667Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:47.5135620Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:47.5136592Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:47.5137557Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:47.5138649Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:47.5139625Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:47.5140786Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:47.5141877Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:47.5142880Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:47.5143881Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:47.5144889Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:47.5145874Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:47.5146802Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:47.5147747Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:47.5148690Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:47.5149624Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:47.5150868Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:47.5151952Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:47.5152899Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:47.5153846Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:47.5154874Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:47.5155880Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:47.5156892Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:47.5157887Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:47.5158839Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:47.5159833Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:47.5160815Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:47.5161794Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:47.5162803Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:47.5163829Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:47.5164858Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:47.5165800Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:47.5166754Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:47.5167677Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:47.5168655Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:53.1174814Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:53.1176555Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:53.1177544Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:53.1178535Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:53.1179544Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:53.1180560Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:53.1181634Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:53.1182664Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:53.1183642Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:53.1184570Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:53.1185536Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:53.1186499Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:53.1187442Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:53.1188444Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:53.1189416Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:53.1190356Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:53.1191293Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:53.1192244Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:53.1193180Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:53.1194129Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:53.1195114Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:53.1196152Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:53.1197138Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:53.1198142Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:53.1199116Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:53.1200168Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:53.1201181Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:53.1202136Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:53.1203087Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:53.1204023Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:53.1205179Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:53.1206165Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:53.1207104Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:53.1208055Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:53.1209080Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:53.1210041Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:53.1210945Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:53.1211967Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:53.1212953Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:53.1213902Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:53.1214819Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:53.1215777Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:53.1216718Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:53.1217662Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:53.1218598Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:53.1219531Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:53.1220445Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:53.1221444Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:53.1222410Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:53.1223355Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:53.1224296Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:53.1225277Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:53.1226279Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:53.1227245Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:53.1228228Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:53.1229204Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:53.1230133Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:53.1231083Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:53.1232025Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:53.1233109Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:53.1234041Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:53.1235020Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:53.1236019Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:53.1236973Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:53.1237963Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:53.1238953Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:53.1239979Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:53.1241030Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:53.1241981Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:53.1242937Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:53.1243875Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:53.1244809Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:53.1245741Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:58.6556643Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:58.6558226Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:58.6559665Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:58.6560882Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:58.6561859Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:58.6562827Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:58.6563822Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:58.6564818Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:58.6565822Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:58.6566821Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:58.6567803Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:58.6568796Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:58.6569811Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:58.6570793Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:58.6571748Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:58.6573016Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:58.6573960Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:58.6574925Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:58.6577752Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:58.6578865Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:58.6579858Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:58.6580889Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:58.6581931Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:58.6582970Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:58.6584050Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:58.6585184Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:58.6586357Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:58.6587433Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:58.6588392Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:58.6589366Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:58.6590322Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:58.6591265Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:58.6592210Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:58.6593154Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:58.6594114Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:58.6595122Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:58.6596088Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:58.6597073Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:58.6598024Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:58.6599001Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:58.6600005Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:58.6601018Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:58.6602044Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:58.6603086Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:58.6604393Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:58.6605398Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:58.6606408Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:58.6607403Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:58.6608326Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:58.6609303Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:58.6610430Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:58.6611612Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:58.6612789Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:58.6614063Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:58.6615453Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:58.6617106Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:58.6618773Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:58.6620285Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:58.6622112Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:58.6623814Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:58.6625731Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:58.6627540Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:58.6628566Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:58.6629521Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:58.6630466Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:58.6631393Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:58.6632357Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:58.6633325Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:58.6634310Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:58.6635425Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:58.6636841Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:58.6637831Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:04.2055641Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:04.2057356Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:04.2058559Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:04.2059574Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:04.2060589Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:04.2061693Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:04.2062796Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:04.2063924Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:04.2065020Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:04.2066216Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:04.2067270Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:04.2068368Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:04.2069435Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:04.2070532Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:04.2071633Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:04.2072724Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:04.2073846Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:04.2074838Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:04.2076062Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:04.2077118Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:04.2089257Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:04.2090420Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:04.2091473Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:04.2092447Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:04.2093458Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:04.2094490Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:04.2095476Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:04.2096429Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:04.2097389Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:04.2098523Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:04.2099620Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:04.2100629Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:04.2101746Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:04.2102790Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:04.2103843Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:04.2104857Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:04.2105875Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:04.2106874Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:04.2107824Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:04.2108989Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:04.2109983Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:04.2111009Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:04.2111954Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:04.2112958Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:04.2114046Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:04.2115010Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:04.2116186Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:04.2117206Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:04.2118250Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:04.2119320Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:04.2120344Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:04.2121401Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:04.2122423Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:04.2123445Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:04.2124389Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:04.2125338Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:04.2126320Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:04.2127286Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:04.2128417Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:04.2129419Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:04.2130391Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:04.2131352Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:04.2132302Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:04.2133288Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:04.2134260Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:04.2135257Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:04.2136226Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:04.2137217Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:04.2138199Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:04.2139158Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:04.2140125Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:04.2141069Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:09.8012359Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:09.8013469Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:09.8014466Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:09.8015446Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:09.8016390Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:09.8017378Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:09.8018353Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:09.8019352Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:09.8020386Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:09.8021459Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:09.8022446Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:09.8023468Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:09.8024488Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:09.8025514Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:09.8026634Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:09.8028046Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:09.8029064Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:09.8030002Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:09.8030996Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:09.8032005Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:09.8032986Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:09.8033942Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:09.8034902Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:09.8035850Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:09.8036789Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:09.8037824Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:09.8038863Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:09.8039957Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:09.8041024Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:09.8042017Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:09.8043178Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:09.8044301Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:09.8045344Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:09.8046369Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:09.8047400Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:09.8048474Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:09.8049530Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:09.8050533Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:09.8051518Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:09.8052543Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:09.8053562Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:09.8054565Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:09.8055598Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:09.8056909Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:09.8058739Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:09.8059810Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:09.8060846Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:09.8062265Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:09.8063658Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:09.8065087Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:09.8066213Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:09.8067213Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:09.8068310Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:09.8069378Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:09.8070576Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:09.8071647Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:09.8072636Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:09.8073625Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:09.8074628Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:09.8075879Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:09.8077008Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:09.8078074Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:09.8079062Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:09.8080201Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:09.8081104Z [ 88%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:09.8082120Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:09.8082909Z [ 88%] Built target portable_kernels 2025-03-21T20:23:09.8083677Z [ 89%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:23:09.8084795Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:09.8086025Z [ 89%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:23:09.8087174Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:17.3239994Z [ 89%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:23:17.3241413Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:17.3242229Z [ 90%] Linking CXX static library libqnn_context.a 2025-03-21T20:23:17.3243146Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:17.3243915Z [ 90%] Built target qnn_context 2025-03-21T20:23:17.3244703Z [ 90%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-03-21T20:23:17.3246153Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:17.3247536Z [ 90%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-03-21T20:23:17.3248611Z [ 90%] Linking CXX static library libextension_flat_tensor.a 2025-03-21T20:23:17.3249173Z [ 90%] Built target extension_flat_tensor 2025-03-21T20:23:17.3250097Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:17.3251160Z [ 91%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T20:23:17.3252259Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:17.3253233Z [ 91%] Generating code for kernel registration 2025-03-21T20:23:17.3254174Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:17.3255526Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:17.3256861Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:17.3258377Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:17.3259774Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:17.3261130Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:17.3262379Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:17.3263701Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:17.3265192Z [ 93%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:17.3266780Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:17.3267795Z [ 93%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T20:23:17.3268267Z [ 93%] Built target quantized_ops_lib 2025-03-21T20:23:17.3269188Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:17.3270248Z [ 94%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:17.3271031Z [ 94%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:17.3271686Z [ 94%] Built target optimized_portable_kernels 2025-03-21T20:23:17.3272328Z [ 94%] Generating code for kernel registration 2025-03-21T20:23:17.3273309Z [ 94%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:23:17.3274791Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:23:17.3276499Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:23:17.3278096Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:23:17.3279051Z [ 95%] Linking CXX static library libqnn_graph.a 2025-03-21T20:23:17.3279597Z [ 95%] Built target qnn_graph 2025-03-21T20:23:17.3280386Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:23:17.3281444Z [ 96%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:23:17.3281882Z [ 96%] Built target qnn_mem_manager 2025-03-21T20:23:17.3282844Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:23:17.3284192Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:23:17.3285345Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-03-21T20:23:17.3286149Z [ 97%] Linking CXX shared library libextension_module.so 2025-03-21T20:23:17.3286603Z [ 97%] Built target extension_module 2025-03-21T20:23:17.3287562Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:23:17.3289060Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:17.3290648Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:23:17.3291921Z [ 98%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-03-21T20:23:17.3292766Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:17.3293281Z [ 98%] Built target portable_ops_lib 2025-03-21T20:23:17.3294103Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:17.3295114Z [ 98%] Linking CXX static library libextension_module_static.a 2025-03-21T20:23:17.3295653Z [ 98%] Built target extension_module_static 2025-03-21T20:23:17.3296583Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:23:17.3297858Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:17.3299019Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:17.3299870Z [ 99%] Linking CXX static library libqnn_factory.a 2025-03-21T20:23:17.3300360Z [ 99%] Built target qnn_factory 2025-03-21T20:23:17.3301259Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:17.3302294Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:17.3303508Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:17.3304633Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:23:17.3305492Z [ 99%] Linking CXX executable executor_runner 2025-03-21T20:23:17.3306401Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:23:17.3307356Z [ 99%] Built target executor_runner 2025-03-21T20:23:17.3308029Z [ 99%] Linking CXX static library libqnn_manager.a 2025-03-21T20:23:17.3308567Z [ 99%] Built target qnn_manager 2025-03-21T20:23:17.3309521Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-03-21T20:23:17.3310953Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:23:17.3312080Z [100%] Linking CXX shared library libqnn_executorch_backend.so 2025-03-21T20:23:17.3312958Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:23:17.3313600Z [100%] Built target qnn_executorch_backend 2025-03-21T20:23:17.3313970Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:23:17.3314407Z Install the project... 2025-03-21T20:23:17.3314779Z -- Install configuration: "Release" 2025-03-21T20:23:17.3315208Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-03-21T20:23:17.3315899Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:23:17.3316539Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-03-21T20:23:17.3317127Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-03-21T20:23:17.3317897Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:23:17.3318715Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T20:23:17.3319481Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:23:17.3320047Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-03-21T20:23:17.3320635Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-03-21T20:23:17.3321403Z -- Installing: /pytorch/executorch/build-x86/lib/liboptimized_portable_kernels.a 2025-03-21T20:23:17.3322115Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-03-21T20:23:17.3322796Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-03-21T20:23:17.3323593Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-03-21T20:23:17.3324527Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:23:17.3333430Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-03-21T20:23:17.3334605Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-03-21T20:23:17.3335738Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-03-21T20:23:17.3336800Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-03-21T20:23:17.3337697Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-03-21T20:23:17.3338529Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-03-21T20:23:17.3339302Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:23:17.3340292Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:23:17.3341218Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:23:17.3342249Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:17.3343083Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:23:17.3344027Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:17.3345078Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:23:17.3346447Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:23:17.3347489Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:23:17.3348569Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:17.3349505Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:23:17.3350766Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:23:17.3351922Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:23:17.3353081Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:23:17.3354217Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:23:17.3355271Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:23:17.3356287Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:23:17.3357276Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:23:17.3358104Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:23:17.3358887Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:23:17.3359644Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-03-21T20:23:17.3360447Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:23:17.3361328Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:23:17.3362213Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:23:17.3363039Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:23:17.3363842Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:23:17.3364763Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:17.3365720Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:23:17.3366689Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:23:17.3367609Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:17.3368542Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:23:17.3369571Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:23:17.3370563Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:23:17.3371532Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:23:17.3372484Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:23:17.3373485Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:23:17.3374500Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:23:17.3375843Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:23:17.3376970Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:23:17.3377874Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:23:17.3378721Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:23:17.3379587Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:23:17.3380425Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:23:17.3381352Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:23:17.3382194Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:23:17.3383069Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:23:17.3383952Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:23:17.3384813Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:23:17.3385671Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:23:17.3386571Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:23:17.3387415Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-03-21T20:23:17.3388158Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-03-21T20:23:17.3388847Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-03-21T20:23:17.3389532Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-03-21T20:23:17.3390244Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:23:17.3391041Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:23:17.3391786Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-03-21T20:23:17.3392434Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-03-21T20:23:17.3393157Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:23:17.3393990Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:23:17.3394842Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:23:17.3395793Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-03-21T20:23:17.3396546Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:23:17.3397378Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:23:17.3398160Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-03-21T20:23:17.3398853Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-03-21T20:23:17.3399582Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-03-21T20:23:17.3400310Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-03-21T20:23:17.3401069Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:23:17.3401834Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-03-21T20:23:17.3402755Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-03-21T20:23:17.3403473Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-03-21T20:23:17.3404205Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-03-21T20:23:17.3404961Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-03-21T20:23:17.3405712Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-03-21T20:23:17.3406579Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-03-21T20:23:29.8845433Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-03-21T20:23:29.8846561Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:23:29.8847376Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-03-21T20:23:29.8848270Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-03-21T20:23:29.8849137Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:23:29.8850080Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:23:29.8850892Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-03-21T20:23:29.8851677Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:23:29.8852413Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-03-21T20:23:29.8853102Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-03-21T20:23:29.8853880Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:23:29.8854675Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:23:29.8855474Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:23:29.8856339Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-03-21T20:23:29.8857025Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-03-21T20:23:29.8857790Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:23:29.8858579Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-03-21T20:23:29.8859393Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:23:29.8860332Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:23:29.8861030Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-03-21T20:23:29.8861656Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-03-21T20:23:29.8862309Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:23:29.8862998Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-03-21T20:23:29.8863597Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-03-21T20:23:29.8864129Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-03-21T20:23:29.8864616Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-03-21T20:23:29.8865175Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-03-21T20:23:29.8865941Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-03-21T20:23:29.8866537Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-03-21T20:23:29.8867435Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-03-21T20:23:29.8868040Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-03-21T20:23:29.8868613Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-03-21T20:23:29.8869256Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-03-21T20:23:29.8869837Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-03-21T20:23:29.8870517Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-03-21T20:23:29.8871327Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T20:23:29.8872009Z + rm -f '/pytorch/executorch/backends/qualcomm/python/*' 2025-03-21T20:23:29.8873520Z + cp -fv /pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:23:29.8876305Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:29.8878322Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:29.8879649Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-03-21T20:23:29.8880412Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-03-21T20:23:29.8881208Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-03-21T20:23:29.8882028Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:23:29.8882634Z + EXAMPLE_ROOT=examples/qualcomm 2025-03-21T20:23:29.8883291Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-03-21T20:23:29.8883984Z + echo 'Update tokenizers submodule...' 2025-03-21T20:23:29.8884321Z Update tokenizers submodule... 2025-03-21T20:23:29.8884750Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-03-21T20:23:29.8885318Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-03-21T20:23:29.8885827Z + git submodule update --init 2025-03-21T20:23:29.8886500Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'third-party/abseil-cpp' 2025-03-21T20:23:29.8887447Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-03-21T20:23:29.8888280Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'third-party/re2' 2025-03-21T20:23:29.8889270Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'third-party/sentencepiece' 2025-03-21T20:23:29.8890207Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-03-21T20:23:29.8890907Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-03-21T20:23:29.8891566Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-03-21T20:23:29.8892270Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-03-21T20:23:29.8893020Z Submodule path 'third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-03-21T20:23:29.8893760Z Submodule path 'third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-03-21T20:23:29.8894459Z Submodule path 'third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-03-21T20:23:29.8895499Z Submodule path 'third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-03-21T20:23:29.8896053Z + popd 2025-03-21T20:23:29.8896310Z /pytorch/executorch/build-x86 2025-03-21T20:23:29.8897662Z + cmake /pytorch/executorch/examples/qualcomm -DCMAKE_BUILD_TYPE=Release '-DCMAKE_PREFIX_PATH=/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=BOTH -DPYTHON_EXECUTABLE=python -Bexamples/qualcomm 2025-03-21T20:23:29.8899095Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:29.8899509Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:29.8899955Z -- Detecting C compiler ABI info 2025-03-21T20:23:29.8900343Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:29.8900947Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:29.8901456Z -- Detecting C compile features 2025-03-21T20:23:29.8901786Z -- Detecting C compile features - done 2025-03-21T20:23:29.8902207Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:29.8902630Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:29.8903090Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:29.8903580Z -- Detecting CXX compile features 2025-03-21T20:23:29.8903920Z -- Detecting CXX compile features - done 2025-03-21T20:23:29.8904599Z CMake Warning (dev) at CMakeLists.txt:31 (find_package): 2025-03-21T20:23:29.8905155Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:23:29.8905750Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:23:29.8906304Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:23:29.8906638Z 2025-03-21T20:23:29.8906769Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:23:29.8907015Z 2025-03-21T20:23:29.8907154Z /pytorch/executorch/examples/qualcomm/../.. 2025-03-21T20:23:29.8907409Z 2025-03-21T20:23:29.8907564Z Environment variable EXECUTORCH_ROOT is set to: 2025-03-21T20:23:29.8907824Z 2025-03-21T20:23:29.8907941Z /pytorch/executorch 2025-03-21T20:23:29.8908106Z 2025-03-21T20:23:29.8908352Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:23:29.8908815Z .cmake module might still use it. 2025-03-21T20:23:29.8909247Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:23:29.8909700Z  2025-03-21T20:23:29.8910005Z coremldelegate library is not found. 2025-03-21T20:23:29.8910524Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:29.8911015Z mpsdelegate library is not found. 2025-03-21T20:23:29.8911504Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:29.8911996Z neuron_backend library is not found. 2025-03-21T20:23:29.8912499Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:29.8912993Z custom_ops library is not found. 2025-03-21T20:23:29.8913494Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:29.8914006Z extension_runner_util library is not found. 2025-03-21T20:23:29.8914539Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:29.8915044Z extension_training library is not found. 2025-03-21T20:23:29.8915564Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:29.8916061Z xnnpack_backend library is not found. 2025-03-21T20:23:29.8916558Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:29.8917038Z XNNPACK library is not found. 2025-03-21T20:23:29.8917525Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:33.4825350Z microkernels-prod library is not found. 2025-03-21T20:23:33.4826348Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:33.4827108Z kleidiai library is not found. 2025-03-21T20:23:33.4827714Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:33.4828216Z vulkan_backend library is not found. 2025-03-21T20:23:33.4828713Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:33.4829219Z optimized_kernels library is not found. 2025-03-21T20:23:33.4829734Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:33.4830213Z cpublas library is not found. 2025-03-21T20:23:33.4830698Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:33.4831171Z eigen_blas library is not found. 2025-03-21T20:23:33.4831664Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:33.4832164Z optimized_ops_lib library is not found. 2025-03-21T20:23:33.4832676Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:33.4833231Z optimized_native_cpu_ops_lib library is not found. 2025-03-21T20:23:33.4833776Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:33.4834293Z quantized_ops_aot_lib library is not found. 2025-03-21T20:23:33.4834817Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:33.4835541Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-03-21T20:23:33.4836181Z -- Generating operator lib: 2025-03-21T20:23:33.4836495Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:23:33.4836803Z -- OPS_SCHEMA_YAML: 2025-03-21T20:23:33.4837074Z -- ROOT_OPS: 2025-03-21T20:23:33.4837327Z -- INCLUDE_ALL_OPS: ON 2025-03-21T20:23:33.4838386Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/examples/qualcomm/full_portable_ops_lib/selected_operators.yaml;--include_all_operators 2025-03-21T20:23:33.4839324Z -- Generating kernel bindings: 2025-03-21T20:23:33.4839648Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:23:33.4840211Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-03-21T20:23:33.4840755Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:33.4841042Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:33.4841366Z -- Generating operator lib: 2025-03-21T20:23:33.4841668Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:23:33.4841997Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:33.4842294Z -- DEPS: executorch 2025-03-21T20:23:33.4842600Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-03-21T20:23:33.4843020Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-03-21T20:23:33.4843444Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-03-21T20:23:33.4843869Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-03-21T20:23:33.4844264Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:33.4844658Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:33.4845035Z -- Found Threads: TRUE 2025-03-21T20:23:33.4845776Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-03-21T20:23:33.4847052Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2025-03-21T20:23:33.4847859Z 2025-03-21T20:23:33.4847985Z  2025-03-21T20:23:33.4848211Z -- Configuring done (1.3s) 2025-03-21T20:23:33.4848509Z -- Generating done (0.3s) 2025-03-21T20:23:33.4848957Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-03-21T20:23:33.4849465Z + cmake --build examples/qualcomm -j2 2025-03-21T20:23:33.4850022Z [ 1%] Generating selected_operators.yaml for full_portable_ops_lib 2025-03-21T20:23:33.4850807Z [ 1%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-03-21T20:23:33.4851668Z [ 2%] Linking CXX static library libabsl_log_severity.a 2025-03-21T20:23:33.4852092Z [ 2%] Built target log_severity 2025-03-21T20:23:33.4852784Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-03-21T20:23:33.4853510Z [ 3%] Generating code for kernel registration 2025-03-21T20:23:33.4854044Z [ 3%] Linking CXX static library libabsl_spinlock_wait.a 2025-03-21T20:23:33.4854457Z [ 3%] Built target spinlock_wait 2025-03-21T20:23:33.4855102Z [ 4%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-03-21T20:23:33.4855804Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-03-21T20:23:33.4856202Z [ 4%] Built target strerror 2025-03-21T20:23:33.4856903Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-03-21T20:23:33.4857952Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-03-21T20:23:33.4858966Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-03-21T20:23:33.4859985Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-03-21T20:23:33.4861003Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-03-21T20:23:33.4862112Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-03-21T20:23:33.4863147Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-03-21T20:23:33.4864187Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-03-21T20:23:33.4865230Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-03-21T20:23:33.4865992Z [ 7%] Linking CXX static library libabsl_time_zone.a 2025-03-21T20:23:33.4866400Z [ 7%] Built target time_zone 2025-03-21T20:23:33.4867156Z [ 8%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-03-21T20:23:33.4868013Z [ 8%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-03-21T20:23:33.4868973Z [ 8%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:33.4869716Z [ 8%] Built target utf8_for_code_point 2025-03-21T20:23:33.4870311Z [ 9%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-03-21T20:23:33.4871004Z [ 9%] Linking CXX static library libfull_portable_ops_lib.a 2025-03-21T20:23:33.4871560Z [ 9%] Linking CXX static library libabsl_int128.a 2025-03-21T20:23:33.4871967Z [ 9%] Built target full_portable_ops_lib 2025-03-21T20:23:33.4872308Z [ 9%] Built target int128 2025-03-21T20:23:33.4873055Z [ 9%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-03-21T20:23:33.4874171Z [ 9%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-03-21T20:23:33.4874959Z [ 9%] Linking CXX static library libabsl_civil_time.a 2025-03-21T20:23:33.4875366Z [ 9%] Built target civil_time 2025-03-21T20:23:33.4876036Z [ 10%] Linking CXX static library libabsl_exponential_biased.a 2025-03-21T20:23:33.4876808Z [ 10%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-03-21T20:23:33.4877516Z [ 10%] Built target exponential_biased 2025-03-21T20:23:33.4878423Z [ 10%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-03-21T20:23:33.4879519Z [ 10%] Linking CXX static library libabsl_leak_check.a 2025-03-21T20:23:33.4879951Z [ 10%] Built target leak_check 2025-03-21T20:23:33.4880489Z [ 10%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-03-21T20:23:33.4881362Z [ 10%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-03-21T20:23:33.4882036Z [ 10%] Built target flags_commandlineflag_internal 2025-03-21T20:23:33.4882855Z [ 10%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-03-21T20:23:33.4883777Z [ 11%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-03-21T20:23:33.4884405Z [ 11%] Linking CXX static library libabsl_periodic_sampler.a 2025-03-21T20:23:33.4884872Z [ 11%] Built target log_internal_nullguard 2025-03-21T20:23:33.4885217Z [ 11%] Built target periodic_sampler 2025-03-21T20:23:33.4885978Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-03-21T20:23:33.4887112Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-03-21T20:23:33.4888013Z [ 11%] Linking CXX static library libabsl_random_internal_platform.a 2025-03-21T20:23:33.4888500Z [ 11%] Built target random_internal_platform 2025-03-21T20:23:33.4889204Z [ 11%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-03-21T20:23:33.4889999Z [ 12%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-03-21T20:23:33.4890489Z [ 12%] Built target random_seed_gen_exception 2025-03-21T20:23:33.4891428Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:33.4892751Z [ 13%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:33.4894038Z [ 13%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:33.4895336Z [ 13%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:33.4896730Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:35.3444250Z [ 14%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-03-21T20:23:35.3445436Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:23:35.3446381Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:23:35.3447899Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:26:13: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:23:35.3449094Z const NamedDataMap* named_data_map = nullptr) 2025-03-21T20:23:35.3449499Z ^ 2025-03-21T20:23:35.3450292Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:23:35.3451183Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:23:35.3451521Z ^ 2025-03-21T20:23:35.3452432Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:23:35.3453473Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:23:35.3453956Z ^ 2025-03-21T20:23:35.3454442Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:23:35.3455396Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:23:35.3456846Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:62:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:23:35.3458072Z const NamedDataMap* get_named_data_map() const { 2025-03-21T20:23:35.3458473Z ^ 2025-03-21T20:23:35.3459218Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:23:35.3460106Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:23:35.3460430Z ^ 2025-03-21T20:23:35.3461193Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:23:35.3462123Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:23:35.3462631Z ^ 2025-03-21T20:23:35.3463150Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:23:35.3464061Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:23:35.3465537Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:70:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:23:35.3466715Z const NamedDataMap* named_data_map_ = nullptr; 2025-03-21T20:23:35.3467134Z ^ 2025-03-21T20:23:35.3467912Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:23:35.3468785Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:23:35.3469123Z ^ 2025-03-21T20:23:35.3469793Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:23:35.3470763Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:23:35.3471206Z ^ 2025-03-21T20:23:35.3471474Z 3 warnings generated. 2025-03-21T20:23:35.3471948Z [ 14%] Linking CXX executable qnn_executor_runner 2025-03-21T20:23:35.3472528Z [ 15%] Linking CXX static library libcustom_ops.a 2025-03-21T20:23:35.3472936Z [ 15%] Built target custom_ops 2025-03-21T20:23:35.3473705Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-03-21T20:23:35.3474751Z [ 16%] Linking CXX static library libabsl_raw_logging_internal.a 2025-03-21T20:23:35.3475208Z [ 16%] Built target qnn_executor_runner 2025-03-21T20:23:35.3475769Z [ 16%] Built target raw_logging_internal 2025-03-21T20:23:35.3476685Z [ 16%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-03-21T20:23:35.3477928Z [ 17%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-03-21T20:23:35.3478889Z [ 17%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-03-21T20:23:35.3479416Z [ 17%] Built target decode_rust_punycode 2025-03-21T20:23:35.3480198Z [ 17%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-03-21T20:23:35.3481417Z [ 17%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-03-21T20:23:35.3481972Z [ 17%] Built target random_internal_randen_hwaes_impl 2025-03-21T20:23:35.3482765Z [ 17%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-03-21T20:23:35.3483588Z [ 17%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-03-21T20:23:35.3484091Z [ 17%] Built target random_internal_randen_slow 2025-03-21T20:23:35.3484764Z [ 18%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-03-21T20:23:35.3485501Z [ 18%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-03-21T20:23:35.3485950Z [ 18%] Built target bad_any_cast_impl 2025-03-21T20:23:35.3486643Z [ 18%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-03-21T20:23:35.3487591Z [ 18%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-03-21T20:23:35.3488527Z [ 18%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-03-21T20:23:35.3489225Z [ 19%] Linking CXX static library libabsl_throw_delegate.a 2025-03-21T20:23:35.3489662Z [ 19%] Built target throw_delegate 2025-03-21T20:23:35.3490326Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-03-21T20:23:35.3491278Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-03-21T20:23:35.3492007Z [ 20%] Linking CXX static library libabsl_base.a 2025-03-21T20:23:35.3492784Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-03-21T20:23:35.3493442Z [ 20%] Built target base 2025-03-21T20:23:35.3494208Z [ 20%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-03-21T20:23:35.3495076Z [ 20%] Linking CXX static library libabsl_scoped_set_env.a 2025-03-21T20:23:35.3495511Z [ 20%] Built target scoped_set_env 2025-03-21T20:23:35.3496269Z [ 20%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-03-21T20:23:35.3497357Z [ 21%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-03-21T20:23:35.3498420Z [ 22%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-03-21T20:23:35.3499447Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-03-21T20:23:35.3500445Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-03-21T20:23:35.3501324Z [ 22%] Linking CXX static library libabsl_debugging_internal.a 2025-03-21T20:23:35.3501797Z [ 22%] Built target debugging_internal 2025-03-21T20:23:35.3502547Z [ 22%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-03-21T20:23:35.3503346Z [ 23%] Linking CXX static library libabsl_strings_internal.a 2025-03-21T20:23:35.3503795Z [ 23%] Built target strings_internal 2025-03-21T20:23:35.3504448Z [ 23%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-03-21T20:23:35.3505173Z [ 24%] Linking CXX static library libabsl_demangle_rust.a 2025-03-21T20:23:35.3505593Z [ 24%] Built target demangle_rust 2025-03-21T20:23:35.3506293Z [ 24%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-03-21T20:23:35.3507119Z [ 25%] Linking CXX static library libabsl_string_view.a 2025-03-21T20:23:35.3507535Z [ 25%] Built target string_view 2025-03-21T20:23:35.3508367Z [ 26%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-03-21T20:23:35.3509146Z [ 26%] Linking CXX static library libabsl_bad_variant_access.a 2025-03-21T20:23:35.3509597Z [ 26%] Built target bad_variant_access 2025-03-21T20:23:35.3510212Z [ 27%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-03-21T20:23:35.3510894Z [ 27%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-03-21T20:23:35.3511328Z [ 27%] Built target crc_cpu_detect 2025-03-21T20:23:35.3512031Z [ 28%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-03-21T20:23:35.3512771Z [ 28%] Linking CXX static library libabsl_city.a 2025-03-21T20:23:35.3513157Z [ 28%] Built target city 2025-03-21T20:23:35.3513827Z [ 28%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-03-21T20:23:35.3514627Z [ 28%] Linking CXX static library libabsl_low_level_hash.a 2025-03-21T20:23:35.3515056Z [ 28%] Built target low_level_hash 2025-03-21T20:23:35.3515791Z [ 28%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-03-21T20:23:35.3516625Z [ 29%] Linking CXX static library libabsl_bad_optional_access.a 2025-03-21T20:23:35.3517085Z [ 29%] Built target bad_optional_access 2025-03-21T20:23:35.3517812Z [ 30%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-03-21T20:23:38.8477588Z [ 30%] Linking CXX static library libabsl_log_internal_conditions.a 2025-03-21T20:23:38.8478173Z [ 30%] Built target log_internal_conditions 2025-03-21T20:23:38.8478710Z [ 30%] Linking CXX static library libabsl_cordz_functions.a 2025-03-21T20:23:38.8479758Z [ 30%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-03-21T20:23:38.8480553Z [ 30%] Built target cordz_functions 2025-03-21T20:23:38.8481346Z [ 30%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-03-21T20:23:38.8482254Z [ 30%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-03-21T20:23:38.8482804Z [ 30%] Built target random_internal_randen_hwaes 2025-03-21T20:23:38.8483590Z [ 30%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-03-21T20:23:38.8484419Z [ 31%] Linking CXX static library libabsl_malloc_internal.a 2025-03-21T20:23:38.8484856Z [ 31%] Built target malloc_internal 2025-03-21T20:23:38.8485580Z [ 31%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-03-21T20:23:38.8486394Z [ 31%] Linking CXX static library libabsl_tracing_internal.a 2025-03-21T20:23:38.8486890Z [ 31%] Built target tracing_internal 2025-03-21T20:23:38.8487698Z [ 32%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-03-21T20:23:38.8488549Z [ 32%] Linking CXX static library libabsl_stacktrace.a 2025-03-21T20:23:38.8489018Z [ 32%] Built target stacktrace 2025-03-21T20:23:38.8489652Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-03-21T20:23:38.8490387Z [ 32%] Linking CXX static library libabsl_demangle_internal.a 2025-03-21T20:23:38.8490839Z [ 32%] Built target demangle_internal 2025-03-21T20:23:38.8491521Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-03-21T20:23:38.8492416Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-03-21T20:23:38.8493432Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-03-21T20:23:38.8494822Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-03-21T20:23:38.8496040Z [ 33%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-03-21T20:23:38.8497301Z [ 34%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-03-21T20:23:38.8498226Z [ 35%] Linking CXX static library libabsl_graphcycles_internal.a 2025-03-21T20:23:38.8498699Z [ 35%] Built target graphcycles_internal 2025-03-21T20:23:38.8499413Z [ 35%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-03-21T20:23:38.8500426Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-03-21T20:23:38.8501562Z [ 36%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-03-21T20:23:38.8502642Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-03-21T20:23:38.8503484Z [ 36%] Linking CXX static library libabsl_crc_internal.a 2025-03-21T20:23:38.8503920Z [ 36%] Built target crc_internal 2025-03-21T20:23:38.8504696Z [ 36%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-03-21T20:23:38.8505667Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-03-21T20:23:38.8506457Z [ 37%] Linking CXX static library libabsl_random_internal_randen.a 2025-03-21T20:23:38.8507018Z [ 37%] Built target random_internal_randen 2025-03-21T20:23:38.8507702Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-03-21T20:23:38.8508618Z [ 39%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-03-21T20:23:38.8509549Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-03-21T20:23:38.8510263Z [ 39%] Linking CXX static library libabsl_poison.a 2025-03-21T20:23:38.8510726Z [ 39%] Built target poison 2025-03-21T20:23:38.8511390Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-03-21T20:23:38.8512290Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-03-21T20:23:38.8513198Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-03-21T20:23:38.8513951Z [ 40%] Linking CXX static library libabsl_strings.a 2025-03-21T20:23:38.8514354Z [ 40%] Built target strings 2025-03-21T20:23:38.8515004Z [ 40%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-03-21T20:23:38.8515854Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-03-21T20:23:38.8516525Z [ 40%] Linking CXX static library libabsl_symbolize.a 2025-03-21T20:23:38.8516942Z [ 40%] Built target symbolize 2025-03-21T20:23:38.8517731Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-03-21T20:23:38.8518636Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-03-21T20:23:38.8519571Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-03-21T20:23:38.8520487Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-03-21T20:23:38.8521287Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-03-21T20:23:38.8522312Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-03-21T20:23:38.8523700Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-03-21T20:23:38.8524654Z [ 43%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-03-21T20:23:38.8525597Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-03-21T20:23:38.8526390Z [ 44%] Linking CXX static library libabsl_time.a 2025-03-21T20:23:38.8526767Z [ 44%] Built target time 2025-03-21T20:23:38.8527342Z [ 44%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-03-21T20:23:38.8528383Z [ 44%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-03-21T20:23:38.8529170Z [ 44%] Linking CXX static library libabsl_hash.a 2025-03-21T20:23:38.8529740Z [ 44%] Linking CXX static library libabsl_str_format_internal.a 2025-03-21T20:23:38.8530192Z [ 44%] Built target hash 2025-03-21T20:23:38.8530476Z [ 44%] Built target str_format_internal 2025-03-21T20:23:38.8531222Z [ 45%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-03-21T20:23:38.8532261Z [ 45%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-03-21T20:23:38.8533080Z [ 46%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-03-21T20:23:38.8533682Z [ 46%] Linking CXX static library libabsl_examine_stack.a 2025-03-21T20:23:38.8534119Z [ 46%] Built target flags_commandlineflag 2025-03-21T20:23:38.8534823Z [ 46%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-03-21T20:23:38.8535441Z [ 46%] Built target examine_stack 2025-03-21T20:23:38.8536110Z [ 46%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-03-21T20:23:38.8536890Z [ 46%] Linking CXX static library libabsl_log_internal_proto.a 2025-03-21T20:23:38.8537353Z [ 46%] Built target log_internal_proto 2025-03-21T20:23:38.8538050Z [ 46%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-03-21T20:23:38.8538848Z [ 47%] Linking CXX static library libabsl_log_internal_globals.a 2025-03-21T20:23:38.8539313Z [ 47%] Built target log_internal_globals 2025-03-21T20:23:38.8539928Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-03-21T20:23:38.8540645Z [ 47%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-03-21T20:23:38.8541177Z [ 47%] Built target log_internal_fnmatch 2025-03-21T20:23:38.8542017Z [ 47%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-03-21T20:23:38.8542828Z [ 48%] Linking CXX static library libabsl_log_entry.a 2025-03-21T20:23:38.8543241Z [ 48%] Built target log_entry 2025-03-21T20:23:38.8543967Z [ 49%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-03-21T20:23:38.8545090Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-03-21T20:23:38.8545970Z [ 50%] Linking CXX static library libabsl_random_distributions.a 2025-03-21T20:23:38.8546426Z [ 50%] Built target random_distributions 2025-03-21T20:23:38.8547277Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-03-21T20:23:38.8548222Z [ 50%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-03-21T20:23:38.8548737Z [ 50%] Built target random_internal_seed_material 2025-03-21T20:23:38.8549843Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-03-21T20:23:38.8551134Z [ 50%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-03-21T20:23:42.6738788Z [ 51%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-03-21T20:23:42.6739666Z [ 51%] Built target random_internal_distribution_test_util 2025-03-21T20:23:42.6740668Z [ 52%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-03-21T20:23:42.6741455Z [ 53%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-03-21T20:23:42.6742167Z [ 53%] Built target kernel_timeout_internal 2025-03-21T20:23:42.6742903Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-03-21T20:23:42.6743965Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-03-21T20:23:42.6745003Z [ 54%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-03-21T20:23:42.6746088Z [ 54%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-03-21T20:23:42.6746945Z [ 54%] Linking CXX static library libabsl_failure_signal_handler.a 2025-03-21T20:23:42.6747419Z [ 54%] Built target failure_signal_handler 2025-03-21T20:23:42.6748118Z [ 54%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-03-21T20:23:42.6748837Z [ 54%] Linking CXX static library libabsl_crc32c.a 2025-03-21T20:23:42.6749237Z [ 54%] Built target crc32c 2025-03-21T20:23:42.6750047Z [ 54%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-03-21T20:23:42.6750957Z [ 54%] Linking CXX static library libabsl_flags_marshalling.a 2025-03-21T20:23:42.6751408Z [ 54%] Built target flags_marshalling 2025-03-21T20:23:42.6752115Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-03-21T20:23:42.6752950Z [ 55%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-03-21T20:23:42.6753459Z [ 55%] Built target flags_private_handle_accessor 2025-03-21T20:23:42.6754086Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-03-21T20:23:42.6754773Z [ 55%] Linking CXX static library libabsl_log_internal_format.a 2025-03-21T20:23:42.6755226Z [ 55%] Built target log_internal_format 2025-03-21T20:23:42.6755687Z [ 55%] Linking CXX static library libabsl_log_sink.a 2025-03-21T20:23:42.6756551Z [ 56%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-03-21T20:23:42.6757230Z [ 56%] Built target log_sink 2025-03-21T20:23:42.6757916Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-03-21T20:23:42.6758743Z [ 56%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-03-21T20:23:42.6759225Z [ 56%] Built target random_internal_pool_urbg 2025-03-21T20:23:42.6759945Z [ 56%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-03-21T20:23:42.6761049Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-03-21T20:23:42.6761920Z [ 57%] Linking CXX static library libabsl_crc_cord_state.a 2025-03-21T20:23:42.6762351Z [ 57%] Built target crc_cord_state 2025-03-21T20:23:42.6763060Z [ 57%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-03-21T20:23:42.6764994Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-03-21T20:23:42.6765952Z [ 57%] Linking CXX static library libabsl_random_seed_sequences.a 2025-03-21T20:23:42.6766506Z [ 57%] Built target random_seed_sequences 2025-03-21T20:23:42.6767309Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-03-21T20:23:42.6768462Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-03-21T20:23:42.6769626Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-03-21T20:23:42.6770715Z [ 58%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-03-21T20:23:42.6771777Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-03-21T20:23:42.6772852Z [ 58%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-03-21T20:23:42.6773940Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-03-21T20:23:42.6775073Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-03-21T20:23:42.6788897Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-03-21T20:23:42.6790825Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-03-21T20:23:42.6792099Z [ 60%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-03-21T20:23:42.6793336Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-03-21T20:23:42.6794382Z [ 61%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-03-21T20:23:42.6795439Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-03-21T20:23:42.6796438Z [ 62%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-03-21T20:23:42.6797213Z [ 62%] Linking CXX static library libabsl_cord_internal.a 2025-03-21T20:23:42.6797647Z [ 62%] Built target cord_internal 2025-03-21T20:23:42.6798134Z [ 62%] Linking CXX static library libabsl_synchronization.a 2025-03-21T20:23:42.6798582Z [ 62%] Built target synchronization 2025-03-21T20:23:42.6799376Z [ 63%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-03-21T20:23:42.6800457Z [ 64%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-03-21T20:23:42.6801236Z [ 64%] Linking CXX static library libabsl_cordz_handle.a 2025-03-21T20:23:42.6802241Z [ 64%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-03-21T20:23:42.6803051Z [ 64%] Built target cordz_handle 2025-03-21T20:23:42.6803776Z [ 65%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-03-21T20:23:42.6804589Z [ 65%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-03-21T20:23:42.6805036Z [ 65%] Built target hashtablez_sampler 2025-03-21T20:23:42.6805764Z [ 65%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-03-21T20:23:42.6806830Z [ 65%] Linking CXX static library libabsl_flags_program_name.a 2025-03-21T20:23:42.6807290Z [ 65%] Built target flags_program_name 2025-03-21T20:23:42.6807984Z [ 65%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-03-21T20:23:42.6808769Z [ 66%] Linking CXX static library libabsl_vlog_config_internal.a 2025-03-21T20:23:42.6809216Z [ 66%] Built target vlog_config_internal 2025-03-21T20:23:42.6809876Z [ 67%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-03-21T20:23:42.6810590Z [ 68%] Linking CXX static library libabsl_cordz_info.a 2025-03-21T20:23:42.6811000Z [ 68%] Built target cordz_info 2025-03-21T20:23:42.6811586Z [ 69%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-03-21T20:23:42.6812267Z [ 69%] Linking CXX static library libabsl_flags_config.a 2025-03-21T20:23:42.6812673Z [ 69%] Built target flags_config 2025-03-21T20:23:42.6813432Z [ 69%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-03-21T20:23:42.6814249Z [ 69%] Linking CXX static library libabsl_log_globals.a 2025-03-21T20:23:42.6814663Z [ 69%] Built target log_globals 2025-03-21T20:23:42.6815223Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-03-21T20:23:42.6815889Z [ 70%] Linking CXX static library libabsl_cordz_sample_token.a 2025-03-21T20:23:42.6816345Z [ 70%] Built target cordz_sample_token 2025-03-21T20:23:42.6817026Z [ 70%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-03-21T20:23:42.6817906Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-03-21T20:23:42.6818610Z [ 71%] Linking CXX static library libabsl_flags_internal.a 2025-03-21T20:23:42.6819329Z [ 71%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-03-21T20:23:42.6819861Z [ 71%] Built target flags_internal 2025-03-21T20:23:42.6820599Z [ 71%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-03-21T20:23:42.6821555Z [ 72%] Linking CXX static library libabsl_cord.a 2025-03-21T20:23:42.6821949Z [ 72%] Built target cord 2025-03-21T20:23:42.6822554Z [ 72%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-03-21T20:23:42.6823329Z [ 72%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-03-21T20:23:42.6823805Z [ 72%] Built target log_internal_log_sink_set 2025-03-21T20:23:42.6824520Z [ 73%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-03-21T20:23:42.6825288Z [ 74%] Linking CXX static library libabsl_log_initialize.a 2025-03-21T20:23:47.6884182Z [ 74%] Built target log_initialize 2025-03-21T20:23:47.6885330Z [ 74%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-03-21T20:23:47.6886333Z [ 75%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-03-21T20:23:47.6887364Z [ 75%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-03-21T20:23:47.6888100Z [ 75%] Linking CXX static library libabsl_raw_hash_set.a 2025-03-21T20:23:47.6888523Z [ 75%] Built target raw_hash_set 2025-03-21T20:23:47.6889228Z [ 76%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-03-21T20:23:47.6889982Z [ 77%] Linking CXX static library libabsl_status.a 2025-03-21T20:23:47.6890380Z [ 77%] Built target status 2025-03-21T20:23:47.6891015Z [ 77%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-03-21T20:23:47.6892085Z [ 77%] Linking CXX static library libabsl_log_internal_message.a 2025-03-21T20:23:47.6892559Z [ 77%] Built target log_internal_message 2025-03-21T20:23:47.6893201Z [ 77%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-03-21T20:23:47.6893878Z [ 77%] Linking CXX static library libabsl_statusor.a 2025-03-21T20:23:47.6894456Z [ 78%] Linking CXX static library libabsl_flags_reflection.a 2025-03-21T20:23:47.6894884Z [ 78%] Built target statusor 2025-03-21T20:23:47.6895194Z [ 78%] Built target flags_reflection 2025-03-21T20:23:47.6895899Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-03-21T20:23:47.6896821Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-03-21T20:23:47.6897557Z [ 78%] Linking CXX static library libabsl_log_internal_check_op.a 2025-03-21T20:23:47.6898163Z [ 78%] Linking CXX static library libabsl_die_if_null.a 2025-03-21T20:23:47.6898569Z [ 78%] Built target die_if_null 2025-03-21T20:23:47.6898895Z [ 78%] Built target log_internal_check_op 2025-03-21T20:23:47.6899497Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-03-21T20:23:47.6900389Z [ 79%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-03-21T20:23:47.6901222Z [ 79%] Linking CXX static library libabsl_log_flags.a 2025-03-21T20:23:47.6901814Z [ 79%] Linking CXX static library libabsl_flags_usage_internal.a 2025-03-21T20:23:47.6902249Z [ 79%] Built target log_flags 2025-03-21T20:23:47.6902567Z [ 79%] Built target flags_usage_internal 2025-03-21T20:23:47.6903099Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-03-21T20:23:47.6903739Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-03-21T20:23:47.6904378Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-03-21T20:23:47.6904975Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-03-21T20:23:47.6905606Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-03-21T20:23:47.6906270Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-03-21T20:23:47.6907014Z [ 80%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-03-21T20:23:47.6907712Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-03-21T20:23:47.6908290Z [ 81%] Linking CXX static library libabsl_flags_usage.a 2025-03-21T20:23:47.6908695Z [ 81%] Built target flags_usage 2025-03-21T20:23:47.6909179Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-03-21T20:23:47.6909914Z [ 82%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-03-21T20:23:47.6910638Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-03-21T20:23:47.6911224Z [ 82%] Linking CXX static library libabsl_flags_parse.a 2025-03-21T20:23:47.6911638Z [ 82%] Built target flags_parse 2025-03-21T20:23:47.6912130Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-03-21T20:23:47.6912787Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-03-21T20:23:47.6913455Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-03-21T20:23:47.6914098Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-03-21T20:23:47.6914700Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-03-21T20:23:47.6915291Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-03-21T20:23:47.6915894Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-03-21T20:23:47.6916679Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-03-21T20:23:47.6917316Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-03-21T20:23:47.6917986Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-03-21T20:23:47.6918685Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-03-21T20:23:47.6919317Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-03-21T20:23:47.6919940Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-03-21T20:23:47.6920484Z [ 87%] Linking CXX static library libre2.a 2025-03-21T20:23:47.6920850Z [ 87%] Built target re2 2025-03-21T20:23:47.6921473Z [ 87%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-03-21T20:23:47.6922521Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-03-21T20:23:47.6923578Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-03-21T20:23:47.6924518Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-03-21T20:23:47.6925493Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:23:47.6926461Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/io_manager.cpp.o 2025-03-21T20:23:47.6927661Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:23:47.6929147Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:23:47.6930560Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:47.6931903Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:47.6933205Z [ 90%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:23:47.6934506Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:23:47.6935803Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:23:47.6937136Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:23:47.6938592Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:23:47.6940066Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:23:47.6941570Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:23:47.6943045Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:23:47.6944462Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:23:47.6945969Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:23:47.6947283Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:23:47.6948549Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:23:47.6949843Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:23:47.6950703Z [ 94%] Linking CXX executable qnn_llama_runner 2025-03-21T20:23:47.6951670Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:23:47.6952601Z [ 95%] Linking CXX executable qaihub_llama2_7b_runner 2025-03-21T20:23:47.6953010Z [ 95%] Built target qnn_llama_runner 2025-03-21T20:23:47.6953795Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-03-21T20:23:47.6954496Z [ 95%] Built target qaihub_llama2_7b_runner 2025-03-21T20:23:47.6955220Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-03-21T20:23:53.7497686Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:23:53.7499070Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:23:53.7500669Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:53.7502182Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:23:53.7503524Z [ 97%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-03-21T20:23:53.7504864Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:23:53.7506146Z [ 97%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-03-21T20:23:53.7507567Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:23:53.7509099Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:23:53.7510155Z [ 99%] Linking CXX executable qaihub_stable_diffusion_runner 2025-03-21T20:23:53.7511212Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:23:53.7512068Z [ 99%] Built target qaihub_stable_diffusion_runner 2025-03-21T20:23:53.7512995Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:23:53.7514342Z [100%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:23:53.7515288Z [100%] Linking CXX executable qaihub_llama3_8b_runner 2025-03-21T20:23:53.7515720Z [100%] Built target qaihub_llama3_8b_runner 2025-03-21T20:23:53.7516057Z + set_up_aot 2025-03-21T20:23:53.7516527Z + cd /pytorch/executorch 2025-03-21T20:23:53.7516904Z + '[' '!' -d cmake-out ']' 2025-03-21T20:23:53.7517192Z + mkdir cmake-out 2025-03-21T20:23:53.7517449Z + pushd cmake-out 2025-03-21T20:23:53.7517759Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:23:53.7519345Z + cmake .. -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/cmake-out -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python3 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF 2025-03-21T20:23:53.7520982Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:53.7521383Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:53.7521773Z -- Detecting C compiler ABI info 2025-03-21T20:23:53.7522110Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:53.7522526Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:53.7522950Z -- Detecting C compile features 2025-03-21T20:23:53.7523270Z -- Detecting C compile features - done 2025-03-21T20:23:53.7523615Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:53.7523952Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:53.7524371Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:53.7524794Z -- Detecting CXX compile features 2025-03-21T20:23:53.7525120Z -- Detecting CXX compile features - done 2025-03-21T20:23:53.7525878Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:53.7526632Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:53.7527076Z CMake. 2025-03-21T20:23:53.7527201Z 2025-03-21T20:23:53.7527448Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:53.7528031Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:53.7528539Z to work with policies introduced by or earlier. 2025-03-21T20:23:53.7528823Z 2025-03-21T20:23:53.7528937Z  2025-03-21T20:23:53.7529569Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:53.7530327Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:53.7530766Z CMake. 2025-03-21T20:23:53.7530889Z 2025-03-21T20:23:53.7531132Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:53.7531696Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:53.7532201Z to work with policies introduced by or earlier. 2025-03-21T20:23:53.7532475Z 2025-03-21T20:23:53.7532587Z  2025-03-21T20:23:53.7532842Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:53.7533238Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:53.7533598Z -- Found Threads: TRUE 2025-03-21T20:23:53.7534310Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:23:53.7535086Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:53.7535526Z CMake. 2025-03-21T20:23:53.7535651Z 2025-03-21T20:23:53.7535893Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:53.7536469Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:53.7536961Z to work with policies introduced by or earlier. 2025-03-21T20:23:53.7537236Z 2025-03-21T20:23:53.7537343Z  2025-03-21T20:23:53.7537586Z -- Using python executable 'python3' 2025-03-21T20:23:53.7537916Z -- Resolved buck2 as buck2. 2025-03-21T20:23:53.7538207Z -- Killing buck2 daemon 2025-03-21T20:23:53.7538466Z 'buck2 killall' 2025-03-21T20:23:53.7538736Z -- executorch: Generating source lists 2025-03-21T20:23:53.7539275Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:53.7540160Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:23:53.7540681Z -- executorch: Using PAL default 'posix' 2025-03-21T20:23:53.7541017Z -- Generating operator lib: 2025-03-21T20:23:53.7541396Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:53.7541828Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:53.7542270Z -- ROOT_OPS: 2025-03-21T20:23:53.7542529Z -- INCLUDE_ALL_OPS: 2025-03-21T20:23:53.7543807Z Command - python3;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:23:53.7544939Z -- Generating kernel bindings: 2025-03-21T20:23:53.7545254Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:53.7545677Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:23:53.7546131Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:53.7546485Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:53.7548190Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:23:53.7549674Z -- Generating operator lib: 2025-03-21T20:23:53.7549980Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:23:53.7550293Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:53.7550605Z -- DEPS: executorch 2025-03-21T20:23:53.7551192Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:23:53.7551857Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:53.7552304Z CMake. 2025-03-21T20:23:53.7552443Z 2025-03-21T20:23:53.7552676Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:53.7553269Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:53.7553778Z to work with policies introduced by or earlier. 2025-03-21T20:23:53.7554039Z 2025-03-21T20:23:53.7554168Z  2025-03-21T20:23:53.7554399Z -- Looking for C++ include unistd.h 2025-03-21T20:23:53.7554747Z -- Looking for C++ include unistd.h - found 2025-03-21T20:23:53.7555100Z -- Looking for C++ include stdint.h 2025-03-21T20:23:53.7555443Z -- Looking for C++ include stdint.h - found 2025-03-21T20:23:53.7555796Z -- Looking for C++ include inttypes.h 2025-03-21T20:23:53.7556138Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:23:53.7556503Z -- Looking for C++ include sys/types.h 2025-03-21T20:23:53.7556858Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:23:53.7557220Z -- Looking for C++ include sys/stat.h 2025-03-21T20:23:53.7557572Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:23:53.7557924Z -- Looking for C++ include fnmatch.h 2025-03-21T20:23:53.7558272Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:53.7558627Z -- Looking for C++ include stddef.h 2025-03-21T20:23:53.7558965Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:53.7559312Z -- Check size of uint32_t 2025-03-21T20:23:53.7559594Z -- Check size of uint32_t - done 2025-03-21T20:23:53.7559896Z -- Looking for strtoll 2025-03-21T20:23:53.7560175Z -- Looking for strtoll - found 2025-03-21T20:23:53.7560496Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:23:53.7560882Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:23:53.7561559Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:23:53.7562242Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:53.7562682Z CMake. 2025-03-21T20:23:53.7562804Z 2025-03-21T20:23:53.7563047Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:53.7563788Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:53.7564304Z to work with policies introduced by or earlier. 2025-03-21T20:23:53.7564570Z 2025-03-21T20:23:53.7564685Z  2025-03-21T20:23:53.7564914Z -- pybind11 v2.13.6 2025-03-21T20:23:53.7565382Z -- Found PythonInterp: python3 (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:23:53.7566012Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:23:53.7566449Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:23:53.7566774Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:23:53.7567416Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:23:53.7568086Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:23:53.7568528Z CMake. 2025-03-21T20:23:53.7568652Z 2025-03-21T20:23:53.7568902Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:23:53.7569483Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:23:53.7569976Z to work with policies introduced by or earlier. 2025-03-21T20:23:53.7570251Z 2025-03-21T20:23:53.7570364Z  2025-03-21T20:23:53.7570667Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:23:53.7571143Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:23:56.7251113Z -- Setting Clang compiler options 2025-03-21T20:23:56.7252517Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:23:56.7253726Z -- 2025-03-21T20:23:56.7254079Z -- ******** Summary ******** 2025-03-21T20:23:56.7254538Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:23:56.7255088Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:56.7255630Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:56.7256224Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:56.7256744Z -- BUCK2 : buck2 2025-03-21T20:23:56.7257275Z -- PYTHON_EXECUTABLE : python3 2025-03-21T20:23:56.7258108Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:56.7258974Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:23:56.7259593Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:23:56.7260202Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:56.7260823Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:56.7261504Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:56.7262122Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:56.7262718Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:56.7263325Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:56.7263946Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:23:56.7264560Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:56.7265210Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:23:56.7265895Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:23:56.7266553Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:56.7267193Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:23:56.7267862Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:56.7268560Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:23:56.7269261Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:56.7269921Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:56.7270581Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:56.7271235Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:56.7271923Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:56.7272606Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:56.7274394Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:23:56.7275106Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:56.7276022Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:56.7276710Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:56.7277430Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:56.7278082Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:56.7278748Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:23:56.7279425Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:56.7280081Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:56.7280748Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:56.7281446Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:56.7282082Z -- Configuring done (4.8s) 2025-03-21T20:23:56.7282603Z -- Generating done (0.2s) 2025-03-21T20:23:56.7283300Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:56.7284053Z ++ nproc 2025-03-21T20:23:56.7284902Z + cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-03-21T20:23:56.7286362Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:56.7287191Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:23:56.7287979Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:23:56.7288763Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:23:56.7289542Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:56.7290250Z CMake Warning: 2025-03-21T20:23:56.7290796Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:56.7291272Z 2025-03-21T20:23:56.7291483Z  2025-03-21T20:23:56.7291928Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:56.7292723Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:56.7293425Z git describe failed with exit code: 128 2025-03-21T20:23:56.7293817Z 2025-03-21T20:23:56.7294104Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:56.7294768Z Call Stack (most recent call first): 2025-03-21T20:23:56.7295309Z CMakeLists.txt:5 (include) 2025-03-21T20:23:56.7295619Z 2025-03-21T20:23:56.7295796Z  2025-03-21T20:23:56.7296183Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:56.7296787Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:56.7297420Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:56.7297973Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:56.7298665Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:56.7299351Z -- Detecting CXX compile features 2025-03-21T20:23:56.7299898Z -- Detecting CXX compile features - done 2025-03-21T20:23:56.7300446Z -- Looking for strtof_l 2025-03-21T20:23:56.7300896Z -- Looking for strtof_l - found 2025-03-21T20:23:56.7301475Z -- Looking for strtoull_l 2025-03-21T20:23:56.7301960Z -- Looking for strtoull_l - found 2025-03-21T20:23:56.7302466Z -- Looking for realpath 2025-03-21T20:23:56.7302918Z -- Looking for realpath - found 2025-03-21T20:23:56.7303493Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:56.7304097Z -- Configuring done (0.8s) 2025-03-21T20:23:56.7304568Z -- Generating done (0.0s) 2025-03-21T20:23:56.7305340Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:56.7306462Z [ 0%] Performing build step for 'flatbuffers' 2025-03-21T20:23:56.7307425Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:56.7308534Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:56.7309674Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:56.7310780Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:56.7312304Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:56.7313483Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:56.7314649Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:56.7315817Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:56.7317017Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:56.7318243Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:56.7319439Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:56.7320589Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:56.7321740Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:56.7322891Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:56.7324057Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:56.7325261Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:56.7326440Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:56.7327565Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:56.7328696Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:56.7329889Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:56.7331166Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:56.7332560Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:56.7333958Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:56.7335212Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:56.7336291Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:56.7337386Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:56.7338587Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:56.7339715Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:56.7340819Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:56.7342068Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:56.7343171Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:56.7344451Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:56.7345866Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:56.7347286Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:56.7348764Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:56.7350303Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:56.7351818Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:56.7352935Z [100%] Linking CXX executable flatc 2025-03-21T20:23:56.7353577Z [100%] Built target flatc 2025-03-21T20:23:56.7354272Z [ 6%] No install step for 'flatbuffers' 2025-03-21T20:23:56.7355067Z [ 6%] Completed 'flatbuffers' 2025-03-21T20:23:56.7355691Z [ 6%] Built target flatbuffers 2025-03-21T20:23:56.7356637Z [ 6%] Generating common_schema headers 2025-03-21T20:23:56.7357362Z [ 12%] Generating qualcomm ir schema headers 2025-03-21T20:23:56.7358075Z [ 18%] Generating qnn_schema headers 2025-03-21T20:23:56.7358663Z [ 18%] Built target common_schema 2025-03-21T20:23:56.7359126Z [ 18%] Built target qcir 2025-03-21T20:23:56.7359565Z [ 18%] Built target qnn_schema 2025-03-21T20:23:56.7360206Z [ 18%] Generating program_schema headers 2025-03-21T20:23:56.7361351Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:23:56.7362986Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:23:56.7364033Z [ 18%] Built target program_schema 2025-03-21T20:23:56.7365112Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:56.7366547Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:56.7368211Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:56.7370102Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:59.9974233Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:59.9975398Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:59.9976420Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:59.9977264Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:59.9977982Z [ 31%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:23:59.9978467Z [ 31%] Built target qnn_executorch_logging 2025-03-21T20:23:59.9979132Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:59.9979985Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:59.9980838Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:59.9981853Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:59.9982827Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:59.9983539Z [ 31%] Linking CXX static library libqcir_utils.a 2025-03-21T20:23:59.9984258Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:59.9984837Z [ 37%] Built target qcir_utils 2025-03-21T20:23:59.9985627Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:23:59.9986606Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:59.9987647Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:23:59.9988825Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:23:59.9989901Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:23:59.9990810Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:23:59.9991707Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:23:59.9992895Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:59.9993725Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:59.9994445Z [ 50%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:23:59.9994893Z [ 50%] Built target qnn_sys_implementation 2025-03-21T20:23:59.9995617Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:23:59.9996429Z [ 50%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:23:59.9997007Z [ 50%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:23:59.9997450Z [ 50%] Built target qnn_implementation 2025-03-21T20:23:59.9998218Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:23:59.9998897Z [ 50%] Built target qnn_custom_protocol 2025-03-21T20:23:59.9999579Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:24:00.0000279Z [ 50%] Linking CXX static library libutils.a 2025-03-21T20:24:00.0000944Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:24:00.0001765Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:24:00.0002302Z [ 50%] Built target utils 2025-03-21T20:24:00.0002964Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:24:00.0003695Z [ 50%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:24:00.0004103Z [ 50%] Built target qnn_profiler 2025-03-21T20:24:00.0004853Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:24:00.0005856Z [ 56%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:24:00.0006936Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:24:00.0007805Z [ 62%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:24:00.0008324Z [ 62%] Linking CXX static library libqnn_logger.a 2025-03-21T20:24:00.0008852Z [ 62%] Linking CXX static library libshared_buffer.a 2025-03-21T20:24:00.0009254Z [ 62%] Built target qnn_logger 2025-03-21T20:24:00.0009981Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:24:00.0011038Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:24:00.0011680Z [ 62%] Built target shared_buffer 2025-03-21T20:24:00.0012427Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:24:00.0013096Z [ 62%] Built target executorch_core 2025-03-21T20:24:00.0014012Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:24:00.0014926Z [ 68%] Linking CXX static library libwrappers.a 2025-03-21T20:24:00.0015638Z [ 68%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:24:00.0016555Z [ 75%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:24:00.0017292Z [ 75%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:24:00.0017713Z [ 75%] Built target wrappers 2025-03-21T20:24:00.0018557Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:24:00.0019520Z [ 75%] Built target qnn_backend_cache 2025-03-21T20:24:00.0020154Z [ 75%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:24:00.0020976Z [ 75%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:24:00.0021763Z [ 75%] Linking CXX static library libqnn_backend.a 2025-03-21T20:24:00.0022168Z [ 75%] Built target qnn_backend 2025-03-21T20:24:00.0022799Z [ 75%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:24:00.0023492Z [ 81%] Linking CXX static library libqnn_device.a 2025-03-21T20:24:00.0023887Z [ 81%] Built target qnn_device 2025-03-21T20:24:00.0024641Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:24:00.0025715Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:24:00.0026930Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:24:00.0027848Z [ 81%] Linking CXX static library libextension_tensor.a 2025-03-21T20:24:00.0028269Z [ 81%] Built target extension_tensor 2025-03-21T20:24:00.0028714Z [ 81%] Linking CXX static library libexecutorch.a 2025-03-21T20:24:00.0029115Z [ 81%] Built target executorch 2025-03-21T20:24:00.0029528Z [ 81%] Linking CXX static library libqnn_context.a 2025-03-21T20:24:00.0029923Z [ 81%] Built target qnn_context 2025-03-21T20:24:00.0030627Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:24:00.0031674Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:24:00.0032839Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:24:00.0033991Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:24:00.0035168Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:24:00.0036062Z [ 81%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:24:00.0036480Z [ 81%] Built target qnn_mem_manager 2025-03-21T20:24:00.0037038Z [ 87%] Linking CXX static library libqnn_graph.a 2025-03-21T20:24:00.0037599Z [ 87%] Built target qnn_graph 2025-03-21T20:24:00.0038537Z [ 93%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:24:00.0039384Z [ 93%] Linking CXX static library libqnn_factory.a 2025-03-21T20:24:00.0040020Z [ 93%] Built target qnn_factory 2025-03-21T20:24:00.0040695Z [ 93%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:24:00.0041666Z [100%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:00.0042442Z [100%] Linking CXX static library libqnn_manager.a 2025-03-21T20:24:00.0042849Z [100%] Built target qnn_manager 2025-03-21T20:24:00.0043626Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:24:00.0044643Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:24:00.0045214Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:24:00.0045559Z [ 33%] Built target flatbuffers 2025-03-21T20:24:00.0045875Z [ 66%] Built target qnn_schema 2025-03-21T20:24:00.0046202Z [ 66%] Built target qnn_executorch_logging 2025-03-21T20:24:00.0046738Z [100%] Built target wrappers 2025-03-21T20:24:07.9920760Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:24:07.9922007Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:07.9923004Z [100%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:24:07.9923579Z [100%] Built target PyQnnWrapperAdaptor 2025-03-21T20:24:07.9924291Z + cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:24:07.9925329Z + cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:24:07.9926004Z + popd 2025-03-21T20:24:07.9926317Z /pytorch/executorch 2025-03-21T20:24:07.9926630Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-03-21T20:24:07.9927097Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-03-21T20:24:07.9927494Z + PYTHON_EXECUTABLE=python 2025-03-21T20:24:07.9927841Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:24:07.9928234Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:24:07.9928569Z + source .ci/scripts/utils.sh 2025-03-21T20:24:07.9928886Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:24:07.9929226Z ++ parse_args --build-tool cmake 2025-03-21T20:24:07.9929543Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:24:07.9929846Z ++ local args 2025-03-21T20:24:07.9930186Z ++ local i 2025-03-21T20:24:07.9930474Z ++ local BUILD_TOOL= 2025-03-21T20:24:07.9930787Z ++ local BUILD_MODE= 2025-03-21T20:24:07.9931048Z ++ local EDITABLE= 2025-03-21T20:24:07.9931308Z ++ (( i=0 )) 2025-03-21T20:24:07.9931655Z ++ (( i<2 )) 2025-03-21T20:24:07.9931912Z ++ case "${args[$i]}" in 2025-03-21T20:24:07.9932252Z ++ BUILD_TOOL=cmake 2025-03-21T20:24:07.9932483Z ++ i=1 2025-03-21T20:24:07.9932721Z ++ (( i++ )) 2025-03-21T20:24:07.9933008Z ++ (( i<2 )) 2025-03-21T20:24:07.9933261Z ++ '[' -z cmake ']' 2025-03-21T20:24:07.9933527Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:24:07.9933820Z ++ BUILD_MODE=Release 2025-03-21T20:24:07.9934100Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:24:07.9934417Z ++ EDITABLE=false 2025-03-21T20:24:07.9934678Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:24:07.9934974Z ++ echo 'cmake Release false' 2025-03-21T20:24:07.9935272Z + [[ false == \t\r\u\e ]] 2025-03-21T20:24:07.9935585Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:24:07.9935927Z + which pip 2025-03-21T20:24:07.9936174Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:24:07.9936569Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:24:07.9937124Z 2025-03-21 20:24:00,831 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:24:07.9937786Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:24:07.9938620Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:24:07.9939543Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:24:07.9940466Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:24:07.9941586Z Requirement already satisfied: timm==1.0.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 3)) (1.0.7) 2025-03-21T20:24:07.9942763Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:24:07.9944002Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:24:07.9945496Z Requirement already satisfied: cmake>=3.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 1)) (3.31.6) 2025-03-21T20:24:07.9946626Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:24:07.9947746Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:24:07.9948908Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:24:07.9950064Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:24:07.9951191Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:24:07.9952309Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:24:07.9953538Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:24:07.9954853Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:24:07.9956178Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:24:07.9957530Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:24:07.9958897Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:24:07.9960291Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:24:07.9961672Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:24:07.9963059Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:24:07.9964433Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:24:07.9965631Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:24:07.9966635Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:24:07.9967575Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:24:07.9968494Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:24:07.9969411Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:24:07.9970380Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:24:07.9971412Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:24:07.9972562Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:24:07.9973857Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:24:07.9975340Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:24:07.9976973Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:24:07.9978447Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:24:07.9979390Z Processing ./third-party/ao 2025-03-21T20:24:07.9979862Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:24:07.9980352Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:24:07.9980879Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:24:07.9982046Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=a6432d01d21cab9001f35757d5f1232c9a81877ee7d7ed2b2282e231cd96d06c 2025-03-21T20:24:07.9983257Z Stored in directory: /tmp/pip-ephem-wheel-cache-2t7h8ymo/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:24:07.9983964Z Successfully built torchao 2025-03-21T20:24:07.9984284Z Installing collected packages: torchao 2025-03-21T20:24:07.9984632Z Attempting uninstall: torchao 2025-03-21T20:24:07.9984993Z Found existing installation: torchao 0.10.0+git64bcf4c 2025-03-21T20:24:07.9985414Z Uninstalling torchao-0.10.0+git64bcf4c: 2025-03-21T20:24:07.9985825Z Successfully uninstalled torchao-0.10.0+git64bcf4c 2025-03-21T20:24:07.9986256Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:24:07.9986804Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:24:07.9987516Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:24:07.9988061Z Processing /pytorch/executorch 2025-03-21T20:24:07.9988431Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:24:07.9988810Z running dist_info 2025-03-21T20:24:07.9989186Z creating /tmp/pip-modern-metadata-kjnd166x/executorch.egg-info 2025-03-21T20:24:07.9989762Z writing /tmp/pip-modern-metadata-kjnd166x/executorch.egg-info/PKG-INFO 2025-03-21T20:24:18.7002729Z writing dependency_links to /tmp/pip-modern-metadata-kjnd166x/executorch.egg-info/dependency_links.txt 2025-03-21T20:24:18.7004259Z writing entry points to /tmp/pip-modern-metadata-kjnd166x/executorch.egg-info/entry_points.txt 2025-03-21T20:24:18.7005750Z writing requirements to /tmp/pip-modern-metadata-kjnd166x/executorch.egg-info/requires.txt 2025-03-21T20:24:18.7007140Z writing top-level names to /tmp/pip-modern-metadata-kjnd166x/executorch.egg-info/top_level.txt 2025-03-21T20:24:18.7008470Z writing manifest file '/tmp/pip-modern-metadata-kjnd166x/executorch.egg-info/SOURCES.txt' 2025-03-21T20:24:18.7009742Z reading manifest file '/tmp/pip-modern-metadata-kjnd166x/executorch.egg-info/SOURCES.txt' 2025-03-21T20:24:18.7010692Z adding license file 'LICENSE' 2025-03-21T20:24:18.7011549Z writing manifest file '/tmp/pip-modern-metadata-kjnd166x/executorch.egg-info/SOURCES.txt' 2025-03-21T20:24:18.7012804Z creating '/tmp/pip-modern-metadata-kjnd166x/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:24:18.7014115Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:24:18.7015568Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:24:18.7017491Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:18.7019733Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-03-21T20:24:18.7022188Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:24:18.7023855Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:24:18.7025989Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:24:18.7027988Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:24:18.7030034Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:24:18.7031992Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:24:18.7034058Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:24:18.7036207Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:24:18.7037730Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:18.7040107Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T20:24:18.7042543Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:24:18.7043606Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:18.7046152Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T20:24:18.7048550Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:24:18.7050078Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:24:18.7052025Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:24:18.7054066Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T20:24:18.7055512Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:18.7057581Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-03-21T20:24:18.7059685Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:24:18.7061284Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T20:24:18.7063508Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T20:24:18.7065754Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:24:18.7068006Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:24:18.7070262Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T20:24:18.7072399Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (2.4.0) 2025-03-21T20:24:18.7074664Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (1.2.2) 2025-03-21T20:24:18.7076907Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T20:24:18.7078924Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T20:24:18.7080763Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.0.1) 2025-03-21T20:24:18.7081810Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:18.7083147Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/30/3d/64ad57c803f1fa1e963a7946b6e0fea4a70df53c1a7fed304586539c2bac/pytest-8.3.5-py3-none-any.whl.metadata 2025-03-21T20:24:18.7084435Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:24:18.7085280Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:18.7086779Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-03-21T20:24:18.7088216Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:24:18.7089160Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.6.0a0+be92d7d) (0.2.12) 2025-03-21T20:24:18.7090722Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (1.17.0) 2025-03-21T20:24:18.7091663Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:24:18.7092193Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:24:18.7092677Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:24:18.7093110Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:24:18.7093554Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:24:18.7093985Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:24:18.7094405Z Building wheels for collected packages: executorch 2025-03-21T20:24:18.7094913Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:24:18.7095582Z running bdist_wheel 2025-03-21T20:24:18.7095975Z running build 2025-03-21T20:24:18.7096258Z command options for 'CustomBuild': 2025-03-21T20:24:18.7096595Z build_base = pip-out 2025-03-21T20:24:18.7096876Z build_purelib = pip-out/lib 2025-03-21T20:24:18.7097244Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:24:18.7097679Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:24:18.7098075Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:24:18.7098527Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:24:18.7099091Z plat_name = linux-x86_64 2025-03-21T20:24:18.7099516Z compiler = None 2025-03-21T20:24:18.7099781Z parallel = 7 2025-03-21T20:24:18.7100035Z debug = None 2025-03-21T20:24:18.7100285Z force = None 2025-03-21T20:24:18.7100571Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:24:18.7101878Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:24:18.7102596Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:24:18.7103722Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:24:18.7104650Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:24:18.7105211Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:24:18.7105918Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:24:18.7106740Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:24:18.7107638Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:24:19.7648672Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:24:19.7650149Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:24:19.7651293Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:24:19.7651843Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:24:19.7652406Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:24:19.7653007Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:24:19.7653606Z CMake Warning: 2025-03-21T20:24:19.7654118Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:24:19.7654547Z 2025-03-21T20:24:19.7654555Z 2025-03-21T20:24:19.7654798Z fatal: No names found, cannot describe anything. 2025-03-21T20:24:19.7655405Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:24:19.7655965Z git describe failed with exit code: 128 2025-03-21T20:24:19.7656354Z 2025-03-21T20:24:19.7656632Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:24:19.7657263Z Call Stack (most recent call first): 2025-03-21T20:24:19.7657807Z CMakeLists.txt:5 (include) 2025-03-21T20:24:19.7658118Z 2025-03-21T20:24:19.7658124Z 2025-03-21T20:24:19.7658306Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:24:19.7659367Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:24:19.7660647Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:24:19.7662050Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:24:19.7663576Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:24:19.7665168Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:24:19.7666558Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:24:19.7667972Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:24:19.7669409Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:24:19.7670526Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:24:19.7671695Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:24:19.7673196Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:24:19.7674131Z -- Detecting CXX compiler ABI info 2025-03-21T20:24:19.7674947Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:24:19.7678269Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:24:19.7679972Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:24:19.7681462Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:24:19.7683000Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:24:19.7684466Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:24:19.7685915Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:24:19.7687605Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:24:19.7689265Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:24:19.7690797Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:24:19.7692159Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:24:19.7693151Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:24:19.7693763Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:24:19.7694627Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:24:19.7695958Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:24:19.7696981Z [ 2%] Built target pthreadpool 2025-03-21T20:24:19.7697895Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:24:19.7699059Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:24:19.7699789Z -- Detecting CXX compile features 2025-03-21T20:24:19.7700411Z -- Detecting CXX compile features - done 2025-03-21T20:24:19.7700997Z -- Looking for strtof_l 2025-03-21T20:24:19.7701918Z [ 2%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:24:19.7702827Z [ 2%] Built target flatccrt 2025-03-21T20:24:19.7703891Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:24:19.7705264Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:24:19.7706601Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:24:19.7708082Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:24:19.7710076Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:24:19.7712042Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:24:19.7713689Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:24:19.7714932Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:24:19.7716475Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:24:19.7718268Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:24:19.7719892Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:24:19.7721923Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:24:19.7723610Z -- Looking for strtof_l - found 2025-03-21T20:24:19.7724254Z -- Looking for strtoull_l 2025-03-21T20:24:19.7725385Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:24:19.7726959Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:24:19.7728454Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:24:19.7730105Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:24:19.7731637Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:24:19.7733256Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:24:19.7735425Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-03-21T20:24:19.7737560Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:24:19.7739065Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:24:19.7755126Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:24:19.7756659Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:24:19.7758206Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:24:19.7759326Z -- Looking for strtoull_l - found 2025-03-21T20:24:19.7759910Z -- Looking for realpath 2025-03-21T20:24:19.7760855Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:24:19.7762433Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:24:19.7764037Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:24:19.7766061Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:24:19.7768007Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:24:19.7769571Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:24:19.7770697Z [ 4%] Built target logging 2025-03-21T20:24:19.7771767Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:24:19.7773446Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:24:19.7775097Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:24:19.7776748Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:24:19.7778264Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:24:19.7779811Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:24:19.7781672Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:24:20.7502265Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:24:20.7503500Z -- Looking for realpath - found 2025-03-21T20:24:20.7504185Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:24:20.7505195Z -- Configuring done (1.0s) 2025-03-21T20:24:20.7505871Z -- Generating done (0.0s) 2025-03-21T20:24:20.7507157Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:24:20.7508489Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:24:20.7509658Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:24:20.7510966Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:24:20.7512309Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:24:20.7514128Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:24:20.7516199Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:24:20.7518191Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:24:20.7519821Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:24:20.7521432Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:24:20.7522576Z [ 6%] Built target indirection 2025-03-21T20:24:20.7523162Z [ 6%] Built target microparams-init 2025-03-21T20:24:20.7524241Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:24:20.7525736Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:24:20.7527333Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:24:20.7528546Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T20:24:20.7530081Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:24:20.7531564Z [ 6%] Built target cpuinfo 2025-03-21T20:24:20.7532976Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-03-21T20:24:20.7534957Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:24:20.7535991Z [ 6%] Built target normalization 2025-03-21T20:24:20.7537000Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:24:20.7538563Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:24:20.7539843Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:24:20.7541633Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-03-21T20:24:20.7543645Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:24:20.7545536Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-03-21T20:24:20.7547276Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:24:20.7548698Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:24:20.7549792Z [ 6%] Built target flatcc 2025-03-21T20:24:20.7550895Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:24:20.7552596Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:24:20.7554474Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:24:20.7555987Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:24:20.7557505Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:24:20.7558810Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:24:20.7559605Z [ 6%] Built target allocator 2025-03-21T20:24:20.7560277Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:24:20.7561020Z [ 6%] Built target packing 2025-03-21T20:24:20.7562046Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:24:20.7563650Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:24:20.7564726Z [ 6%] Built target cache 2025-03-21T20:24:20.7565748Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:24:20.7567672Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:24:20.7569535Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:24:20.7571015Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:24:20.7572787Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:24:20.7574070Z [ 6%] Built target datatype 2025-03-21T20:24:20.7575482Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:24:20.7579990Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T20:24:20.7582459Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:24:20.7584206Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:24:20.7585493Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:24:20.7587698Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:20.7589392Z [ 6%] Built target memory 2025-03-21T20:24:20.7589940Z [ 6%] Built target microkernel-utils 2025-03-21T20:24:20.7591656Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:20.7593778Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:24:20.7595917Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:20.7598144Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:24:20.7600371Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:20.7602089Z [ 7%] Built target mutex 2025-03-21T20:24:20.7603572Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-03-21T20:24:20.7606102Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:24:20.7608094Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-03-21T20:24:20.7610417Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:24:20.7611848Z [ 7%] Linking CXX static library libeigen_blas.a 2025-03-21T20:24:20.7613326Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:24:20.7615790Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-03-21T20:24:20.7617572Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:24:20.7618986Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:24:20.7620192Z [ 8%] Built target eigen_blas 2025-03-21T20:24:20.7621382Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:24:20.7622727Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:24:20.7623725Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:24:20.7624522Z [ 8%] Built target operator-utils 2025-03-21T20:24:20.7625294Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:24:20.7627096Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-03-21T20:24:20.7628623Z [ 8%] Built target operator-run 2025-03-21T20:24:20.7629576Z [ 8%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:24:22.1441539Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:24:22.1442254Z [ 8%] Built target reference-ukernels 2025-03-21T20:24:22.1442863Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:24:22.1443674Z [ 8%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:24:22.1444481Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:24:22.1445696Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-03-21T20:24:22.1446791Z [ 8%] Built target flatcc_cli 2025-03-21T20:24:22.1447870Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:24:22.1449136Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:24:22.1450393Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:24:22.1451675Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:24:22.1452415Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:24:22.1453176Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:24:22.1454461Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:24:22.1455678Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:24:22.1457085Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:24:22.1458960Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:24:22.1459829Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:24:22.1460999Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:24:22.1462458Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:24:22.1463815Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:24:22.1465103Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:24:22.1466388Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:24:22.1467700Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:24:22.1468782Z [ 8%] Built target hardware-config 2025-03-21T20:24:22.1469923Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:24:22.1471493Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:24:22.1472700Z [ 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-03-21T20:24:22.1474392Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:24:22.1476409Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:24:22.1478278Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:24:22.1479939Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:24:22.1481658Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:24:22.1483277Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:24:22.1484922Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:24:22.1486257Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:24:22.1487320Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:24:22.1488785Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-03-21T20:24:22.1490675Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T20:24:22.1492521Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T20:24:22.1494389Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T20:24:22.1495842Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:24:22.1496853Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:24:22.1497881Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:24:22.1498991Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:24:22.1500204Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T20:24:22.1501854Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T20:24:22.1502896Z [ 10%] Generating etdump headers 2025-03-21T20:24:22.1503432Z [ 10%] Built target etdump_schema 2025-03-21T20:24:22.1503849Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:24:22.1504358Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:24:22.1504889Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:24:22.1505787Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:24:22.1506886Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:24:22.1507914Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:24:22.1509531Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T20:24:22.1510966Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:24:22.1512189Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:24:22.1513716Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:24:22.1515395Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T20:24:22.1517340Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:24:22.1519072Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:24:22.1520293Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:24:22.1521468Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:24:22.1523257Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:24:22.1524741Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:24:22.1525527Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:24:22.1526465Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:24:22.1527728Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T20:24:22.1528667Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:24:22.1529569Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:24:22.1530607Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:24:22.1532278Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:24:22.1533634Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:24:22.1534791Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:24:22.1536638Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-03-21T20:24:23.3605804Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T20:24:23.3608085Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:24:23.3609992Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T20:24:23.3611775Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:24:23.3613423Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:24:23.3616117Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T20:24:23.3618446Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T20:24:23.3620656Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-03-21T20:24:23.3622889Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:24:23.3624494Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:24:23.3625792Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:24:23.3627448Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-03-21T20:24:23.3629496Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T20:24:23.3631707Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-03-21T20:24:23.3633136Z [ 13%] Built target operators 2025-03-21T20:24:23.3635001Z [ 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-03-21T20:24:23.3637202Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T20:24:23.3639269Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:24:23.3640633Z [100%] Linking CXX executable flatc 2025-03-21T20:24:23.3642087Z [ 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-03-21T20:24:23.3644071Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:24:23.3645535Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:24:23.3647177Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T20:24:23.3649134Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T20:24:23.3651049Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-03-21T20:24:23.3652974Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:24:23.3654681Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:24:23.3656413Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:24:23.3658256Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-03-21T20:24:23.3660122Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:24:23.3662131Z [ 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-03-21T20:24:23.3663919Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:24:23.3665859Z [ 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-03-21T20:24:23.3668025Z [ 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-03-21T20:24:23.3670326Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-03-21T20:24:23.3672456Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:24:23.3674199Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:24:23.3675922Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:24:23.3677378Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:24:23.3679266Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-03-21T20:24:23.3681322Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:24:23.3683087Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:24:23.3684966Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:24:23.3687001Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T20:24:23.3689066Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:24:23.3690908Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:24:23.3692770Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:24:23.3694505Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:24:23.3696373Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-03-21T20:24:23.3698389Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-03-21T20:24:23.3700158Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:24:23.3702369Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:24:23.3704459Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:24:23.3706274Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:24:23.3708010Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:24:23.3709856Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T20:24:23.3712002Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:24:23.3713978Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:24:23.3715832Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:24:23.3717596Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:24:23.3719418Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:24:23.3721213Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:24:23.3723145Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T20:24:23.3725324Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:24:24.4069605Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:24:24.4070853Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T20:24:24.4072056Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:24:24.4073043Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:24:24.4073714Z [100%] Built target flatc 2025-03-21T20:24:24.4074368Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:24:24.4075293Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:24:24.4076127Z [ 17%] No install step for 'flatbuffers' 2025-03-21T20:24:24.4076545Z [ 17%] Completed 'flatbuffers' 2025-03-21T20:24:24.4076874Z [ 17%] Built target flatbuffers 2025-03-21T20:24:24.4077768Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:24:24.4079772Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:24:24.4081770Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:24:24.4083769Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:24:24.4085887Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-03-21T20:24:24.4088589Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2025-03-21T20:24:24.4089639Z [ 17%] Built target subgraph 2025-03-21T20:24:24.4090082Z [ 17%] Generating common_schema headers 2025-03-21T20:24:24.4090486Z [ 18%] Generating xnnpack_schema headers 2025-03-21T20:24:24.4090949Z [ 18%] Built target common_schema 2025-03-21T20:24:24.4091941Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:24:24.4094228Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:24:24.4095550Z [ 19%] Built target xnnpack_schema 2025-03-21T20:24:24.4096735Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:24:24.4098579Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-03-21T20:24:24.4099391Z [ 19%] Generating bundled_program headers 2025-03-21T20:24:24.4099761Z [ 19%] Built target bundled_program_schema 2025-03-21T20:24:24.4100560Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-03-21T20:24:24.4101919Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-03-21T20:24:24.4103650Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:24:24.4105433Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-03-21T20:24:24.4106364Z [ 19%] Generating program_schema headers 2025-03-21T20:24:24.4106723Z [ 19%] Built target program_schema 2025-03-21T20:24:24.4107624Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-03-21T20:24:24.4108617Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:24:24.4109279Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:24:24.4110061Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:24:24.4110964Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:24:24.4112756Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:24:24.4115122Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:24:24.4117580Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:24:24.4119473Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:24:24.4121393Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:24:24.4123136Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:24:24.4124281Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:24:24.4126223Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:24:24.4128599Z [ 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-03-21T20:24:24.4130354Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:24:24.4132114Z [ 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-03-21T20:24:24.4133854Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:24:24.4135718Z [ 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-03-21T20:24:24.4137952Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:24:24.4140170Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-03-21T20:24:24.4141409Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:24:24.4142630Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-03-21T20:24:24.4143947Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:24:24.4145544Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-03-21T20:24:24.4147591Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-03-21T20:24:24.4150010Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-03-21T20:24:24.4152333Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-03-21T20:24:24.4153880Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-03-21T20:24:24.4155138Z [ 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-03-21T20:24:24.4156170Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:24:24.4156976Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:24:24.4158046Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:24:24.4159072Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:24:24.4160067Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:24:24.4161295Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-03-21T20:24:24.4162239Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:24:24.4163313Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:24:25.5253621Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:24:25.5256695Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-03-21T20:24:25.5259576Z [ 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-03-21T20:24:25.5261722Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:24:25.5263828Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:24:25.5265875Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:24:25.5267945Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:24:25.5270710Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-03-21T20:24:25.5272767Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:24:25.5274046Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:24:25.5276469Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:24:25.5279131Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:24:25.5281345Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:24:25.5283428Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-03-21T20:24:25.5286223Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:24:25.5289115Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:24:25.5291950Z [ 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-03-21T20:24:25.5294454Z [ 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-03-21T20:24:25.5295988Z [ 23%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:24:25.5297567Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-03-21T20:24:25.5299077Z [ 23%] Built target executorch_core 2025-03-21T20:24:25.5300493Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-03-21T20:24:25.5302927Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:24:25.5304856Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:24:25.5306116Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:24:25.5307410Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:24:25.5309765Z [ 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-03-21T20:24:25.5311367Z [ 24%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:24:25.5313219Z [ 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-03-21T20:24:25.5315467Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-03-21T20:24:25.5317854Z [ 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-03-21T20:24:25.5319845Z [ 25%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:24:25.5321417Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:24:25.5323481Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:25.5326005Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:24:25.5328103Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:24:25.5329311Z [ 26%] Linking CXX static library libexecutorch.a 2025-03-21T20:24:25.5329965Z [ 26%] Built target executorch 2025-03-21T20:24:25.5331043Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:24:25.5332636Z [ 26%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:24:25.5334070Z [ 26%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:24:25.5335992Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:24:25.5337852Z [ 26%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:24:25.5338804Z [ 26%] Linking CXX static library libextension_tensor.a 2025-03-21T20:24:25.5339983Z [ 26%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:24:25.5341639Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:24:25.5342769Z [ 26%] Built target extension_tensor 2025-03-21T20:24:25.5344250Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:25.5346270Z [ 26%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:24:25.5348257Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:24:25.5350525Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:24:25.5352237Z [ 26%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:24:25.5353305Z [ 26%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:24:25.5354070Z [ 26%] Built target extension_data_loader 2025-03-21T20:24:25.5355002Z [ 28%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:24:25.5356372Z [ 28%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:24:25.5357766Z [ 28%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:24:25.5358806Z [ 28%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:24:25.5360739Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:24:25.5362295Z [ 28%] Built target extension_threadpool 2025-03-21T20:24:25.5363784Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:24:25.5365359Z [ 28%] Linking CXX static library libbundled_program.a 2025-03-21T20:24:25.5366050Z [ 28%] Built target bundled_program 2025-03-21T20:24:25.5367253Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:25.5369314Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:24:25.5371597Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:24:25.5373613Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:25.5374867Z [ 29%] Linking CXX static library libetdump.a 2025-03-21T20:24:25.5375496Z [ 29%] Built target etdump 2025-03-21T20:24:25.5376907Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:24:25.5378239Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:24:25.5380177Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:24:27.5921755Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:24:27.5924045Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:24:27.5925840Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:27.5927363Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:27.5928872Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:27.5929989Z [ 29%] Linking CXX static library libcpublas.a 2025-03-21T20:24:27.5931579Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-03-21T20:24:27.5932912Z [ 29%] Built target cpublas 2025-03-21T20:24:27.5933895Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:27.5935651Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:27.5937374Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:27.5939118Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:24:27.5941087Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:24:27.5942868Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:27.5944363Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:27.5946177Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:27.5947130Z [ 30%] Linking CXX static library libutil.a 2025-03-21T20:24:27.5948005Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:27.5948905Z [ 30%] Built target util 2025-03-21T20:24:27.5950176Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:24:27.5951874Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:27.5953135Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:27.5954467Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:27.5956272Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:27.5958495Z [ 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-03-21T20:24:27.5960383Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:27.5962350Z [ 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-03-21T20:24:27.5964281Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:24:27.5966204Z [ 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-03-21T20:24:27.5968575Z [ 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-03-21T20:24:27.5970484Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:27.5972356Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:24:27.5974236Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:27.5977942Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:27.5979930Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-03-21T20:24:27.5982262Z [ 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-03-21T20:24:27.5984173Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:27.5985746Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:27.5987276Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:27.5988738Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:27.5990655Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:27.5993010Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:24:27.5995665Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:24:27.5997699Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:27.5999450Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:27.6001530Z [ 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-03-21T20:24:27.6003276Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:27.6004761Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:27.6006225Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:27.6007990Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:24:27.6010068Z [ 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-03-21T20:24:27.6011959Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:27.6013287Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:27.6014171Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:27.6015227Z [ 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-03-21T20:24:27.6016454Z [ 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-03-21T20:24:27.6017636Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:24:27.6018652Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:27.6019506Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:27.6020585Z [ 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-03-21T20:24:27.6021769Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:27.6022635Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:27.6023710Z [ 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-03-21T20:24:27.6024887Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:24:27.6025875Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:27.6026666Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:27.6027413Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:27.6028382Z [ 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-03-21T20:24:31.7199486Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:24:31.7201986Z [ 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-03-21T20:24:31.7203980Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:31.7205983Z [ 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-03-21T20:24:31.7208229Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:24:31.7210103Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:31.7212117Z [ 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-03-21T20:24:31.7214014Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:31.7215543Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:31.7217681Z [ 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-03-21T20:24:31.7220267Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-03-21T20:24:31.7222383Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:31.7223961Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:31.7225698Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:31.7227823Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:24:31.7230359Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:24:31.7232460Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:31.7234206Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:31.7236349Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:24:31.7238815Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:24:31.7241286Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:24:31.7243363Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:31.7244901Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:31.7246869Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:24:31.7249322Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:24:31.7251293Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:31.7253402Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:31.7256355Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:31.7258520Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:31.7260161Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:31.7262441Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:31.7264671Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:31.7267147Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:31.7269930Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:24:31.7272015Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:31.7273606Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:31.7276071Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:31.7278825Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:31.7280972Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:31.7283107Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:31.7285691Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:31.7287810Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:31.7289459Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:31.7291543Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:24:31.7294249Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:24:31.7296377Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:31.7297871Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:31.7300004Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:24:31.7302225Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:31.7304384Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:31.7306476Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:31.7308647Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:31.7311693Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:31.7313901Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:31.7316112Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:24:31.7318294Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:31.7319901Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:31.7321966Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:31.7324502Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:24:31.7326615Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:31.7328667Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:34.6414670Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:24:34.6416778Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:34.6418521Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:34.6419715Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:34.6421476Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:34.6423424Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:34.6425470Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:34.6427677Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:24:34.6428889Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:34.6429938Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-03-21T20:24:34.6431123Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-03-21T20:24:34.6432157Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:34.6433008Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:34.6434061Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-03-21T20:24:34.6435738Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:34.6437800Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:24:34.6439915Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:34.6441372Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:34.6443334Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:24:34.6445661Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:24:34.6447645Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:34.6449155Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:34.6451055Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-03-21T20:24:34.6453250Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-03-21T20:24:34.6455356Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-03-21T20:24:34.6457208Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:34.6458663Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:34.6460550Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-03-21T20:24:34.6462990Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-03-21T20:24:34.6465418Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:24:34.6467872Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:24:34.6469888Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:34.6471525Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:34.6473086Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:24:34.6474162Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:34.6475193Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-03-21T20:24:34.6477084Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:34.6478319Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.o 2025-03-21T20:24:34.6479521Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:34.6480373Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:34.6481282Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:34.6482419Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:34.6483820Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:24:34.6485414Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:24:34.6487008Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T20:24:34.6488428Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T20:24:34.6489468Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:34.6490320Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:34.6491165Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:34.6492004Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:34.6493068Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T20:24:34.6494316Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:24:34.6495381Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:34.6496272Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:34.6497168Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:34.6498303Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:34.6499438Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-03-21T20:24:34.6500849Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-03-21T20:24:34.6503149Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-03-21T20:24:34.6504669Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:34.6505568Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:34.6506401Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:36.2986284Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:36.2988135Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:24:36.2989343Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-03-21T20:24:36.2990386Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:36.2991305Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:36.2992947Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:36.2994761Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T20:24:36.2997028Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-03-21T20:24:36.2999086Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:36.3001041Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:36.3003135Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:24:36.3005142Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:36.3006755Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:36.3008664Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-03-21T20:24:36.3010871Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-03-21T20:24:36.3012646Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:36.3014443Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-03-21T20:24:36.3016488Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:24:36.3018667Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:24:36.3020885Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:24:36.3022888Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:36.3024849Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:24:36.3027113Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:24:36.3028988Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:36.3030322Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:24:36.3031511Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-03-21T20:24:36.3032476Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:36.3033473Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-03-21T20:24:36.3034628Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:24:36.3035763Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-03-21T20:24:36.3036892Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-03-21T20:24:36.3038276Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-03-21T20:24:36.3039316Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:36.3040333Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:24:36.3041486Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-03-21T20:24:36.3042521Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:36.3043218Z [ 46%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:24:36.3043911Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:36.3044849Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:36.3045720Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:36.3046688Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-03-21T20:24:36.3047840Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-03-21T20:24:36.3048598Z [ 47%] Built target optimized_kernels 2025-03-21T20:24:36.3049339Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:24:36.3050323Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:36.3051170Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:36.3052160Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-03-21T20:24:36.3053281Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-03-21T20:24:36.3054441Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-03-21T20:24:36.3055988Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:24:36.3057361Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:36.3058692Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-03-21T20:24:36.3060153Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:36.3061465Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-03-21T20:24:36.3063196Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:36.3064658Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:36.3066106Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:36.3067589Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-03-21T20:24:36.3069452Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:24:36.3071043Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-03-21T20:24:36.3072350Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:36.3073717Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-03-21T20:24:36.3075328Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-03-21T20:24:36.3077175Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:24:37.8017272Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-03-21T20:24:37.8019494Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-03-21T20:24:37.8021689Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-03-21T20:24:37.8023360Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:37.8025064Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:24:37.8027114Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T20:24:37.8029375Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T20:24:37.8031549Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T20:24:37.8033516Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:37.8035281Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:37.8037235Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:24:37.8039490Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-03-21T20:24:37.8041640Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-03-21T20:24:37.8043649Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:37.8045716Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-03-21T20:24:37.8047925Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:24:37.8049955Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-03-21T20:24:37.8051968Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:37.8053629Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:37.8055470Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:37.8057294Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:37.8059016Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:37.8060994Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-03-21T20:24:37.8063114Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:37.8065098Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-03-21T20:24:37.8067140Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:37.8069210Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:24:37.8071225Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T20:24:37.8073174Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-03-21T20:24:37.8075156Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-03-21T20:24:37.8078302Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:37.8080353Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:24:37.8082251Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:37.8083842Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:37.8085448Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:37.8086863Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:37.8088960Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-03-21T20:24:37.8091258Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:24:37.8093313Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:37.8095423Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T20:24:37.8097457Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:37.8099481Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:24:37.8101610Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:37.8103313Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:37.8104838Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:37.8106641Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T20:24:37.8109067Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T20:24:37.8111112Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-03-21T20:24:37.8113070Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:37.8114715Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:37.8116685Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:24:37.8118647Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:37.8120259Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:37.8121939Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:37.8123912Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T20:24:37.8126214Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T20:24:37.8128263Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:37.8129992Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:37.8131693Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:37.8133527Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:37.8135707Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T20:24:37.8138093Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:24:37.8140071Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:37.8141835Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:39.2603459Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:39.2604940Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:39.2606723Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T20:24:39.2608745Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-03-21T20:24:39.2610442Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:39.2611885Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:39.2613306Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:39.2615060Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:24:39.2616810Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:39.2618992Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:24:39.2620756Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:39.2622283Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:39.2623770Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:39.2625524Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:24:39.2627592Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:24:39.2629760Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-03-21T20:24:39.2631972Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:24:39.2633801Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:39.2635283Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:39.2636829Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:39.2638645Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-03-21T20:24:39.2640583Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-03-21T20:24:39.2642619Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-03-21T20:24:39.2644537Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:39.2646166Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:39.2648090Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:24:39.2650584Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-03-21T20:24:39.2652657Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-03-21T20:24:39.2654528Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:39.2656276Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:39.2657851Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:39.2659353Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:39.2661273Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-03-21T20:24:39.2663064Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:39.2664795Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:24:39.2666960Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-03-21T20:24:39.2686503Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:39.2688344Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-03-21T20:24:39.2690415Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:39.2692380Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:39.2694332Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-03-21T20:24:39.2696421Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:39.2698160Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:39.2700104Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:24:39.2702276Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-03-21T20:24:39.2704304Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-03-21T20:24:39.2706521Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-03-21T20:24:39.2708649Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:39.2710577Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:39.2712679Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:24:39.2714531Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:39.2716170Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:39.2717961Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T20:24:39.2719774Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:39.2721603Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-03-21T20:24:39.2723438Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:39.2725278Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-03-21T20:24:39.2727090Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:39.2729035Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:39.2730732Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:39.2732569Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:24:39.2735144Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-03-21T20:24:39.2737210Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:24:39.2739239Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:40.3570597Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:40.3572377Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:40.3574445Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:24:40.3576879Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:24:40.3579179Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:24:40.3581470Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:24:40.3583798Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:24:40.3586175Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:24:40.3588203Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:40.3590145Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:24:40.3592467Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:24:40.3594737Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:24:40.3596822Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:40.3598961Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:24:40.3601282Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:24:40.3603665Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-03-21T20:24:40.3605826Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:40.3607604Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:40.3609775Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-03-21T20:24:40.3612235Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-03-21T20:24:40.3614658Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:24:40.3617118Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:24:40.3619925Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-03-21T20:24:40.3622384Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:24:40.3624750Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-03-21T20:24:40.3627281Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T20:24:40.3629820Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T20:24:40.3632385Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:24:40.3634152Z [ 60%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:24:40.3635883Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-03-21T20:24:40.3638204Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-03-21T20:24:40.3640342Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-03-21T20:24:40.3642624Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-03-21T20:24:40.3644927Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:24:40.3647212Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-03-21T20:24:40.3649582Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-03-21T20:24:40.3651958Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-03-21T20:24:40.3654374Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-03-21T20:24:40.3656731Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:24:40.3659201Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-03-21T20:24:40.3661642Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-03-21T20:24:40.3663135Z [ 62%] Built target optimized_portable_kernels 2025-03-21T20:24:40.3663784Z [ 62%] Merging kernel yaml files 2025-03-21T20:24:40.3665206Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-03-21T20:24:40.3667521Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:24:40.3669785Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-03-21T20:24:40.3672014Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-03-21T20:24:40.3674719Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:24:40.3677454Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-03-21T20:24:40.3679829Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:24:40.3682047Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-03-21T20:24:40.3684264Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-03-21T20:24:40.3686568Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:24:40.3688288Z [ 62%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:24:40.3689992Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:24:40.3692236Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-03-21T20:24:40.3694397Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-03-21T20:24:40.3696592Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-03-21T20:24:40.3698807Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-03-21T20:24:40.3701199Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:24:41.4854195Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:24:41.4856464Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-03-21T20:24:41.4858705Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-03-21T20:24:41.4860849Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-03-21T20:24:41.4863136Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T20:24:41.4865513Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:24:41.4867040Z [ 63%] Generating code for kernel registration 2025-03-21T20:24:41.4868553Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:24:41.4870833Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T20:24:41.4873042Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T20:24:41.4875248Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T20:24:41.4877614Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T20:24:41.4880342Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:24:41.4882545Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:24:41.4884751Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T20:24:41.4886931Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T20:24:41.4889170Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:24:41.4891547Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-03-21T20:24:41.4893958Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:24:41.4896342Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:24:41.4898764Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:24:41.4901071Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-03-21T20:24:41.4903643Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-03-21T20:24:41.4906158Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-03-21T20:24:41.4908989Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-03-21T20:24:41.4911782Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:24:41.4914410Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:24:41.4917054Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:24:41.4919518Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:24:41.4921853Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-03-21T20:24:41.4924185Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:24:41.4926463Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-03-21T20:24:41.4928752Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:24:41.4931093Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-03-21T20:24:41.4933530Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-03-21T20:24:41.4936303Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-03-21T20:24:41.4938715Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:24:41.4941221Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-03-21T20:24:41.4943470Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:24:41.4945629Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:24:41.4947755Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:24:41.4949901Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:24:41.4951981Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:24:41.4954052Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:24:41.4956199Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:24:41.4958256Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:24:41.4960280Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:24:41.4962425Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:24:41.4964552Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:24:41.4966695Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:24:41.4969060Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:41.4971651Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:24:41.4974349Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:24:41.4977282Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:24:41.4980045Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:41.4982791Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:24:42.6171203Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:42.6174563Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:24:42.6177764Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:24:42.6179999Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:42.6182392Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:24:42.6184863Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:42.6187242Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-03-21T20:24:42.6189794Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:24:42.6192241Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:24:42.6194648Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:42.6197146Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:24:42.6199693Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:24:42.6202218Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:42.6204798Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-03-21T20:24:42.6207417Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:24:42.6210104Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:42.6212953Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:24:42.6215813Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:24:42.6218589Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:42.6221428Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:24:42.6224098Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:42.6226769Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:24:42.6229708Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:24:42.6232692Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:24:42.6235224Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:42.6237003Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:24:42.6239392Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:24:42.6241648Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:24:42.6243946Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:24:42.6246320Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:42.6248877Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:42.6251326Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:24:42.6253713Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:42.6256156Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:24:42.6258326Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:42.6260663Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:24:42.6263314Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:24:42.6265988Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:42.6268576Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:24:42.6271096Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:42.6273698Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:24:42.6276409Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:24:42.6278872Z [ 70%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:42.6282256Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:24:42.6284809Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:24:42.6287526Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:42.6290257Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:24:42.6292941Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:43.4506163Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:24:43.4507865Z [ 70%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:24:43.4508609Z [ 70%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:24:43.4510121Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:43.4512573Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:24:43.4515088Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:24:43.4517581Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:43.4520004Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:24:43.4522314Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:43.4524711Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:24:43.4527164Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:24:43.4529689Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:24:43.4532243Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:24:43.4534802Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:24:43.4537338Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:43.4539789Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:43.4542350Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:43.4545394Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:43.4547900Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:43.4550417Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:24:43.4552910Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:24:43.4555448Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:24:43.4557914Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:43.4560372Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:43.4562870Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:43.4565304Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:43.4567763Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:43.4570218Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:24:43.4572731Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:24:43.4575050Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-03-21T20:24:43.4580999Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-03-21T20:24:43.4583188Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:24:43.4585283Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:24:43.4587485Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:24:43.4589568Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:24:43.4591722Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:24:43.4593914Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:24:43.4596150Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:24:43.4598358Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:24:43.4600846Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:24:43.4603554Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:43.4606164Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:43.4608906Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:43.4611808Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:43.4614835Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:43.4617497Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:24:43.4619986Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:24:43.4622620Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:24:43.4625179Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:43.4627774Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:43.4630386Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:44.3158686Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:44.3161676Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:44.3164482Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:24:44.3167367Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:24:44.3170255Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:24:44.3173121Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:44.3176146Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:44.3179060Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:44.3182271Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:44.3185342Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:44.3188071Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:24:44.3190874Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:24:44.3193770Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:44.3196600Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:24:44.3199412Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:44.3202176Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:44.3204887Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:44.3207571Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:44.3210298Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:44.3212940Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:44.3215585Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:44.3218289Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:44.3221352Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:44.3224108Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:44.3226827Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:44.3229451Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:44.3232396Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:44.3235243Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:24:44.3238090Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:44.3241107Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:44.3244310Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:44.3247030Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:44.3249841Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:44.3252643Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:44.3255440Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:44.3258191Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:44.3260958Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:44.3263866Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:44.3266682Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:44.3269517Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:44.3272323Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:44.3275076Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:44.3278013Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:44.3280896Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:44.3283469Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:24:44.3285972Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-03-21T20:24:44.3289031Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-03-21T20:24:44.3291590Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-03-21T20:24:45.1699985Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:24:45.1703028Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:24:45.1706224Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-03-21T20:24:45.1708881Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-03-21T20:24:45.1710687Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:24:45.1712127Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-03-21T20:24:45.1713370Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:24:45.1714661Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:24:45.1715999Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:24:45.1717291Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:24:45.1718689Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:24:45.1719937Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:45.1721237Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:24:45.1722541Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:24:45.1723861Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:24:45.1725210Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:24:45.1726523Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:24:45.1727757Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:24:45.1729029Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:45.1730348Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:24:45.1731574Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-03-21T20:24:45.1732777Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-03-21T20:24:45.1734312Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:24:45.1735939Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:24:45.1737102Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-03-21T20:24:45.1738236Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-03-21T20:24:45.1739560Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-03-21T20:24:45.1740705Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-03-21T20:24:45.1741942Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-03-21T20:24:45.1743136Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:24:45.1744391Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:24:45.1745601Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-03-21T20:24:45.1746784Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-03-21T20:24:45.1747949Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-03-21T20:24:45.1749206Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:24:45.1750500Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:24:45.1751797Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:45.1753128Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:24:45.1754717Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:24:45.1756650Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:24:45.1758176Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:45.1760278Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:24:45.1762541Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:24:45.1764533Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:24:45.1766431Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:24:45.1768292Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:24:45.1770075Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:24:45.1771966Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:45.1774624Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:45.1776978Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:45.1778911Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:45.1780906Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:45.1783008Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:24:45.1784882Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:24:46.0686457Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:24:46.0689149Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:46.0691858Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:46.0694562Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:46.0697258Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:46.0700011Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:46.0702843Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:24:46.0705529Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:24:46.0708060Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-03-21T20:24:46.0710390Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:24:46.0712743Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:24:46.0715118Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:24:46.0717428Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:24:46.0719768Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:24:46.0722106Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:24:46.0724600Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:46.0727411Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:46.0730143Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:46.0732736Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:46.0735313Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:46.0737859Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:46.0740368Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:46.0743048Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:46.0745930Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:46.0748529Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:46.0751080Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:46.0753490Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:46.0755976Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:46.0758506Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:46.0761195Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:46.0763853Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:46.0766477Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:46.0769106Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:46.0771681Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:46.0774303Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:46.0777143Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:46.0779760Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:46.0782392Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:46.0785367Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:46.0788335Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:46.0790964Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:46.0793520Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:46.0796130Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:46.0798670Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-03-21T20:24:46.0800975Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:24:46.0803221Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:24:46.0805470Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:24:46.0807715Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-03-21T20:24:46.0810110Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:24:46.0812629Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:24:46.0815221Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:24:46.0817684Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:24:46.0820052Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:24:46.8767871Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:46.8770187Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:24:46.8772517Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:24:46.8774990Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:24:46.8779887Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:24:46.8782403Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:24:46.8784709Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:24:46.8787044Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:46.8789757Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:24:46.8792136Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-03-21T20:24:46.8794057Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-03-21T20:24:46.8796036Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:24:46.8798047Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:24:46.8800075Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-03-21T20:24:46.8802545Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-03-21T20:24:46.8804602Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-03-21T20:24:46.8806618Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-03-21T20:24:46.8808676Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-03-21T20:24:46.8810838Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:24:46.8813060Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:24:46.8815255Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T20:24:46.8817362Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T20:24:46.8819430Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T20:24:46.8821740Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:24:46.8824063Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:24:46.8826299Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:46.8828700Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:24:46.8830929Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:24:46.8833279Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:24:46.8835644Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:46.8837893Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T20:24:46.8840164Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:24:46.8842861Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-03-21T20:24:46.8844985Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:24:46.8847076Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:24:46.8849168Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T20:24:46.8851318Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T20:24:46.8853463Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:24:46.8855668Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:24:46.8857823Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-03-21T20:24:46.8859881Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:24:46.8861937Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:24:46.8863921Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:24:46.8865859Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:24:46.8867822Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:24:46.8869826Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:24:46.8871889Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T20:24:46.8873937Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T20:24:46.8876189Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:24:46.8878337Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:24:46.8880605Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:24:46.8882725Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:24:46.8884656Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:24:46.8886623Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:24:46.8888679Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:24:46.8891260Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:24:47.6555995Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:24:47.6558348Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-03-21T20:24:47.6560798Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:24:47.6562546Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-03-21T20:24:47.6563897Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:24:47.6565242Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-03-21T20:24:47.6566560Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:24:47.6567795Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:24:47.6569024Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-03-21T20:24:47.6570276Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-03-21T20:24:47.6571559Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:24:47.6572864Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-03-21T20:24:47.6574168Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-03-21T20:24:47.6575498Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:24:47.6576972Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-03-21T20:24:47.6578391Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:24:47.6579792Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-03-21T20:24:47.6581092Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:24:47.6582324Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:24:47.6583412Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:24:47.6584499Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:24:47.6585572Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:24:47.6586637Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:24:47.6587961Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:24:47.6589027Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:24:47.6590087Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:24:47.6591141Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:24:47.6592211Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:24:47.6593409Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-03-21T20:24:47.6594734Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:24:47.6596069Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-03-21T20:24:47.6597277Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T20:24:47.6598403Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T20:24:47.6599679Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-03-21T20:24:47.6601368Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-03-21T20:24:47.6603057Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:24:47.6604759Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:24:47.6605991Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:24:47.6607261Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:24:47.6608534Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:24:47.6609781Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:24:47.6611091Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-03-21T20:24:47.6612400Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:24:47.6613712Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-03-21T20:24:47.6614939Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:24:47.6615998Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:24:47.6617204Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:24:47.6618435Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:24:47.6619489Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:24:47.6620538Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:24:47.6621657Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:24:47.6622718Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:24:47.6623857Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:24:47.6625231Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:24:47.6626403Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:24:47.6627845Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T20:24:47.6628964Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:24:54.1918284Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:24:54.1920496Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:24:54.1922382Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:24:54.1924385Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:24:54.1926357Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:24:54.1928291Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:24:54.1930232Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:24:54.1932210Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:24:54.1934224Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:24:54.1936179Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:24:54.1937359Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:24:54.1938054Z [ 96%] Built target microkernels-prod 2025-03-21T20:24:54.1938612Z [ 96%] Generating build_identifier.c 2025-03-21T20:24:54.1939767Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:24:54.1941666Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:24:54.1943575Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:24:54.1945411Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:24:54.1947174Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:24:54.1949718Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:24:54.1951501Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:24:54.1953419Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:24:54.1955284Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:24:54.1957177Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:24:54.1959096Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:24:54.1960991Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:24:54.1962628Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:24:54.1964346Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:24:54.1966018Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:24:54.1967828Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:24:54.1969747Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:24:54.1971470Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:24:54.1973163Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:24:54.1974896Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:24:54.1976931Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:24:54.1978663Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:24:54.1980372Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:24:54.1982092Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:24:54.1983821Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:24:54.1985552Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:24:54.1987120Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:24:54.1988566Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:24:54.1989854Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:24:54.1991372Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:24:54.1992155Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:24:54.1992522Z [ 98%] Built target XNNPACK 2025-03-21T20:24:54.1993072Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:24:54.1994191Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:24:54.1995342Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:24:54.1996373Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:24:54.1997220Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:24:54.1998087Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:24:54.1998753Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:24:54.1999142Z [ 98%] Built target xnnpack_backend 2025-03-21T20:24:54.1999655Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:24:54.2000332Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:24:54.2000815Z [100%] Built target portable_lib 2025-03-21T20:24:54.2001145Z [ 0%] Built target flatbuffers 2025-03-21T20:24:54.2001464Z [ 0%] Built target flatccrt 2025-03-21T20:24:54.2001762Z [ 0%] Built target pthreadpool 2025-03-21T20:24:54.2002084Z [ 0%] Built target common_schema 2025-03-21T20:24:54.2002414Z [ 1%] Built target xnnpack_schema 2025-03-21T20:24:54.2002738Z [ 2%] Built target cpuinfo 2025-03-21T20:24:54.2003057Z [ 3%] Built target bundled_program_schema 2025-03-21T20:24:54.2003387Z [ 4%] Built target flatcc 2025-03-21T20:24:54.2003688Z [ 7%] Built target eigen_blas 2025-03-21T20:24:54.2004002Z [ 7%] Built target indirection 2025-03-21T20:24:54.2004328Z [ 7%] Built target microparams-init 2025-03-21T20:24:54.2004662Z [ 7%] Built target logging 2025-03-21T20:24:54.2004955Z [ 7%] Built target normalization 2025-03-21T20:24:54.2005280Z [ 7%] Built target datatype 2025-03-21T20:24:54.2005589Z [ 7%] Built target program_schema 2025-03-21T20:24:54.2005924Z [ 7%] Built target reference-ukernels 2025-03-21T20:24:54.2006270Z [ 7%] Built target flatcc_cli 2025-03-21T20:24:54.2006577Z [ 7%] Built target hardware-config 2025-03-21T20:24:54.2006903Z [ 7%] Built target allocator 2025-03-21T20:24:54.2007204Z [ 7%] Built target packing 2025-03-21T20:24:54.2007503Z [ 7%] Built target cache 2025-03-21T20:24:54.2007803Z [ 7%] Built target microkernel-utils 2025-03-21T20:24:54.2008123Z [ 7%] Built target memory 2025-03-21T20:24:54.2008419Z [ 7%] Built target mutex 2025-03-21T20:24:54.2008715Z [ 7%] Built target operator-utils 2025-03-21T20:24:54.2009043Z [ 7%] Built target operator-run 2025-03-21T20:24:54.2009363Z [ 7%] Built target etdump_schema 2025-03-21T20:24:54.2009671Z [ 9%] Built target operators 2025-03-21T20:24:54.2009993Z [ 12%] Built target subgraph 2025-03-21T20:24:54.2010401Z [ 13%] Built target executorch_core 2025-03-21T20:24:54.2010748Z [ 14%] Built target extension_threadpool 2025-03-21T20:24:54.2011268Z [ 15%] Built target executorch 2025-03-21T20:24:54.2011735Z [ 15%] Built target extension_tensor 2025-03-21T20:24:54.2012240Z [ 15%] Built target extension_data_loader 2025-03-21T20:24:54.2012753Z [ 15%] Built target cpublas 2025-03-21T20:24:54.2013209Z [ 15%] Built target bundled_program 2025-03-21T20:24:54.2013682Z [ 15%] Built target etdump 2025-03-21T20:24:54.2014108Z [ 16%] Built target optimized_kernels 2025-03-21T20:24:54.2014587Z [ 18%] Built target util 2025-03-21T20:24:54.2015046Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:24:54.2015618Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:24:54.2016167Z [ 95%] Built target microkernels-prod 2025-03-21T20:24:54.2016646Z [ 97%] Built target XNNPACK 2025-03-21T20:24:54.2017088Z [ 97%] Built target xnnpack_backend 2025-03-21T20:24:54.2017570Z [ 98%] Built target portable_lib 2025-03-21T20:24:54.2018422Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:24:54.2019956Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:24:54.2021584Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:24:54.2022908Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:24:54.2024418Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:25:00.8726812Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-03-21T20:25:00.8727778Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:25:00.8728679Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:25:00.8729606Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:25:00.8730443Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:25:00.8731332Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:25:00.8731790Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:25:00.8732134Z [ 0%] Built target flatbuffers 2025-03-21T20:25:00.8732453Z [ 0%] Built target flatccrt 2025-03-21T20:25:00.8732764Z [ 0%] Built target pthreadpool 2025-03-21T20:25:00.8733078Z [ 1%] Built target cpuinfo 2025-03-21T20:25:00.8733366Z [ 3%] Built target flatcc 2025-03-21T20:25:00.8733668Z [ 3%] Built target common_schema 2025-03-21T20:25:00.8734001Z [ 4%] Built target xnnpack_schema 2025-03-21T20:25:00.8734326Z [ 7%] Built target eigen_blas 2025-03-21T20:25:00.8734653Z [ 7%] Built target bundled_program_schema 2025-03-21T20:25:00.8734984Z [ 7%] Built target logging 2025-03-21T20:25:00.8735340Z [ 7%] Built target indirection 2025-03-21T20:25:00.8735730Z [ 7%] Built target microparams-init 2025-03-21T20:25:00.8736159Z [ 7%] Built target datatype 2025-03-21T20:25:00.8736479Z [ 7%] Built target normalization 2025-03-21T20:25:00.8736833Z [ 7%] Built target reference-ukernels 2025-03-21T20:25:00.8737178Z [ 7%] Built target program_schema 2025-03-21T20:25:00.8737492Z [ 7%] Built target flatcc_cli 2025-03-21T20:25:00.8737816Z [ 7%] Built target hardware-config 2025-03-21T20:25:00.8738148Z [ 7%] Built target allocator 2025-03-21T20:25:00.8738455Z [ 7%] Built target packing 2025-03-21T20:25:00.8738758Z [ 7%] Built target cache 2025-03-21T20:25:00.8739051Z [ 7%] Built target microkernel-utils 2025-03-21T20:25:00.8739389Z [ 7%] Built target memory 2025-03-21T20:25:00.8739688Z [ 7%] Built target mutex 2025-03-21T20:25:00.8739989Z [ 7%] Built target etdump_schema 2025-03-21T20:25:00.8740325Z [ 7%] Built target operator-utils 2025-03-21T20:25:00.8740655Z [ 7%] Built target operator-run 2025-03-21T20:25:00.8740994Z [ 8%] Built target executorch_core 2025-03-21T20:25:00.8741412Z [ 10%] Built target operators 2025-03-21T20:25:00.8741777Z [ 10%] Built target extension_tensor 2025-03-21T20:25:00.8742177Z [ 11%] Built target extension_threadpool 2025-03-21T20:25:00.8742626Z [ 13%] Built target executorch 2025-03-21T20:25:00.8742989Z [ 15%] Built target subgraph 2025-03-21T20:25:00.8743365Z [ 15%] Built target cpublas 2025-03-21T20:25:00.8743689Z [ 15%] Built target extension_data_loader 2025-03-21T20:25:00.8744089Z [ 15%] Built target etdump 2025-03-21T20:25:00.8744378Z [ 15%] Built target bundled_program 2025-03-21T20:25:00.8744708Z [ 16%] Built target optimized_kernels 2025-03-21T20:25:00.8745033Z [ 17%] Built target util 2025-03-21T20:25:00.8745344Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:25:00.8745732Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:25:00.8746095Z [ 94%] Built target microkernels-prod 2025-03-21T20:25:00.8746798Z [ 96%] Built target XNNPACK 2025-03-21T20:25:00.8747104Z [ 96%] Built target xnnpack_backend 2025-03-21T20:25:00.8747432Z [ 97%] Built target portable_lib 2025-03-21T20:25:00.8748039Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:25:00.8748903Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:25:00.8749797Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:25:00.8750775Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:25:00.8751770Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:00.8752828Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:25:00.8753752Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:25:00.8754672Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:25:00.8755561Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:25:00.8756445Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:25:00.8757150Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:25:00.8757649Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:25:00.8758142Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:25:00.8758641Z [ 97%] Generating code for kernel registration 2025-03-21T20:25:00.8759495Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:25:00.8760413Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:25:00.8760846Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:25:00.8761296Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:25:00.8764082Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-03-21T20:25:00.8766785Z [ 98%] Generating code for kernel registration 2025-03-21T20:25:00.8767522Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:25:00.8768561Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:25:00.8769527Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:25:00.8770384Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:25:00.8771212Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:25:00.8772059Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:25:00.8772997Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:00.8773917Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:25:00.8774783Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:25:00.8775846Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:25:00.8776765Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:25:00.8777602Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:25:00.8778496Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:25:00.8779524Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:25:00.8780321Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:25:00.8780743Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:25:00.8781079Z running build_py 2025-03-21T20:25:00.8781582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8782316Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8783094Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8783886Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8784723Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8785558Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8786367Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8787155Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8788060Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8788894Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8789739Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8790559Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:00.8791249Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:25:00.8792002Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:25:00.8792972Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:25:00.8793965Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:25:00.8794901Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:25:00.9081585Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:25:00.9082380Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:25:00.9083263Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:25:00.9084170Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:25:00.9085217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:25:00.9085978Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:25:00.9086734Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9087600Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9088592Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9089573Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9090547Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9091567Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9092719Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9093802Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9094789Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9095750Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9108235Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9109196Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9110171Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9111161Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9112124Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9113248Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:00.9114264Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:00.9115026Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:00.9115920Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:00.9116779Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:00.9117603Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:00.9118457Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:00.9119219Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:25:00.9120029Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:25:00.9121016Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:25:00.9121799Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:25:00.9122528Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:25:00.9123544Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:25:00.9124453Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:25:00.9125361Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:25:00.9126771Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:25:00.9127966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:25:00.9128896Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:25:00.9130060Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:25:00.9131035Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:00.9131942Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:00.9133089Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:00.9134026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:25:00.9134944Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:25:00.9136092Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:25:00.9137063Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:25:00.9138115Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:25:00.9139141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:25:00.9140182Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:25:00.9141261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9142140Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9143485Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9144607Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9145683Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9146776Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9147903Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9149031Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9150361Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9151494Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9152796Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9153911Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9155059Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9156210Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9157309Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9158368Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9159458Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9160549Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9440772Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9441951Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9443088Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:00.9444046Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:25:00.9445035Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:25:00.9446280Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:25:00.9447226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:25:00.9448268Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:25:00.9449581Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:25:00.9450587Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:00.9451519Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:00.9452533Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:00.9453656Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:00.9454847Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:00.9455867Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:00.9456892Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:00.9457916Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:00.9458741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:25:00.9459979Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:25:00.9461054Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:25:00.9461995Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9462837Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9463899Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9464983Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9465970Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9467072Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9468005Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9468972Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9470012Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9471096Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9472361Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9473534Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9474669Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9475895Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9477022Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9478016Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9479077Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9480158Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9481240Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9482250Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9483342Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9484331Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9485426Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9486538Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9487759Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9488973Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9490024Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9491099Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9492203Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9493218Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9494214Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9495351Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9496363Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9497392Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9498401Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9499432Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9500558Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9501656Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9502796Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:00.9503807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:00.9504713Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:00.9505819Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:00.9507082Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:00.9508290Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:00.9808041Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:00.9809237Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:00.9810394Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:00.9811580Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:00.9812849Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:00.9813767Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9814820Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9815788Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9816749Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9817708Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9818731Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9819666Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9820581Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9821605Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9822605Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9823647Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9824577Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9825574Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9826558Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9827495Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9828412Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9829452Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9830374Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9831310Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9832243Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9833152Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9834066Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9835112Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9836059Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9837035Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9837999Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9838941Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9839884Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9840862Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9842066Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9843168Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9844218Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9845221Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9846172Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9847126Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9848059Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9848972Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9849991Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9850981Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9851916Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9852900Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9853892Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9854921Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9855996Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9857000Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9857955Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:00.9858748Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:00.9859533Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:00.9860482Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:00.9861568Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:00.9862733Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:00.9863872Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:00.9864714Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:25:00.9865445Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:25:00.9866332Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:25:00.9867239Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:25:00.9868248Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:25:00.9869052Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:25:00.9869830Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:25:00.9870623Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:00.9871505Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:00.9872597Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:00.9873639Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:01.0181468Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:01.0182641Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:01.0183691Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:01.0184765Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:01.0185894Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:01.0187040Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:01.0187907Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:01.0188765Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:01.0189783Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:01.0190769Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:01.0191863Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:01.0192963Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:01.0194036Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:01.0195080Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:01.0196147Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:01.0197269Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:01.0198127Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0198911Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0199824Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0200742Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0201738Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0202936Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0203877Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0204834Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0205794Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0206813Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0207766Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0208687Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0209628Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0210590Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0211549Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0212578Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0213587Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0214572Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0215531Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0216435Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0217416Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0218395Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0219320Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0220242Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0221152Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0222126Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0223170Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0224208Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0225181Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0226142Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0227082Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0228010Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0229174Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0230163Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0231131Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0232073Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0232984Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0233978Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0235032Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0235995Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0236924Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0237830Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0238834Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0239846Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0240806Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0241746Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0242706Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0243684Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0244708Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0245661Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0246591Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0472064Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0473110Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0474140Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0475088Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0476203Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0477326Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0478321Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0479220Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0480145Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0481304Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0482260Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0483460Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0484576Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0485540Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:01.0486317Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0487183Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0488265Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0489348Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0490514Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0491682Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0492800Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0493916Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0495063Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0496318Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0497488Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:01.0498415Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:25:01.0499334Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:25:01.0500258Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:25:01.0501119Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:25:01.0502275Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:25:01.0503303Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:25:01.0504308Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:25:01.0505152Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:25:01.0506146Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:25:01.0507106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:25:01.0508269Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:25:01.0509474Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:01.0510874Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:01.0512607Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:01.0513936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0515325Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0517227Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0518814Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0520430Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0522191Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0523813Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0525441Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0527063Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0528705Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0530369Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0532159Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0533826Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0535434Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0537046Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0538681Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0540430Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0844332Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0846177Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0847829Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0849598Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0851255Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0853104Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0854769Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0856466Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0858125Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0859894Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0861575Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0863338Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0864954Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0866801Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0868596Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0870228Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0871902Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0873808Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:01.0875113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:25:01.0876574Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:25:01.0877979Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:25:01.0879294Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:25:01.0880424Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0881179Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0882235Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0883203Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0884218Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0885141Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0886275Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0887252Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0888234Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0889222Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0890176Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0891078Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0892028Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0893109Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0894022Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0894952Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0895885Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0896791Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:01.0897562Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:25:01.0898365Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:25:01.0899329Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:25:01.0900520Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:25:01.0901568Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:25:01.0902816Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:25:01.0903641Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:25:01.0904791Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:25:01.0905912Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:25:01.0906756Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:01.0907673Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:01.0908999Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:01.0910386Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:01.0911658Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:01.0912681Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:01.0913751Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:01.0914990Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:01.1116803Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:01.1118098Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:01.1119239Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:01.1120417Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:01.1121722Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:01.1122864Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:01.1123811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:25:01.1124778Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:25:01.1125723Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:01.1126805Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:01.1128265Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:01.1129289Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:01.1130312Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:01.1131606Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:01.1133229Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:01.1134300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:25:01.1135449Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:25:01.1136472Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:25:01.1137685Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:25:01.1138761Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:01.1139895Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:01.1141415Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:01.1142880Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:01.1144267Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:01.1145479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:01.1146815Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:01.1148494Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:01.1150119Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:01.1151480Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:01.1152832Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:01.1154424Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:01.1156147Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:01.1157799Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:01.1159031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:01.1160352Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:01.1162059Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:01.1163859Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:01.1165579Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:01.1166985Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:01.1168295Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:01.1169826Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:01.1171124Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:01.1172348Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:01.1173990Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:01.1175286Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:01.1176865Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:01.1178482Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:01.1180115Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:01.1181853Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:01.1183477Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:01.1185068Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:01.1186661Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:01.1187926Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1189213Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1412622Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1414151Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1415687Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1417174Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1419120Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1420627Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1422118Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1423640Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1425245Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1426698Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1428212Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1429902Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1431400Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1432822Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:01.1434130Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:01.1435439Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:01.1437008Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:01.1438161Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1439260Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1440577Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1441724Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1442940Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1444138Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1445352Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1446635Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1447778Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1449032Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1450257Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:01.1451279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:25:01.1452155Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:25:01.1453255Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:25:01.1454211Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:25:01.1455072Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:25:01.1456111Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:25:01.1457175Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:25:01.1458230Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:25:01.1459094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1460121Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1461294Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1462477Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1463655Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1464789Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1465988Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1467133Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1468326Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1469410Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1470570Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1471678Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1472773Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1473993Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1475110Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1476383Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1477725Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1479017Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1480085Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1481234Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1482371Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1757716Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1758962Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1760106Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1761178Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1762435Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1763631Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1764735Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1765780Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:01.1766602Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1767488Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1768596Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1769734Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1770787Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1771894Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1772953Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1774146Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1775298Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1776509Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1777592Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1778647Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1779725Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1781083Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1782168Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1783215Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1784247Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1785506Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1786654Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1787677Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1788747Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1789744Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1790898Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1791904Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1793045Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1794042Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1795119Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1796313Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1797407Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1798574Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1799662Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1800691Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1801778Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1802881Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1804019Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1805089Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1806150Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1807154Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1808255Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1809660Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1810680Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1811734Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1812803Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1813858Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1815016Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1816046Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1817044Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1818120Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1819155Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1820358Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1821416Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1822458Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1823457Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1824650Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.1825726Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2141993Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2143227Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2144262Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2145367Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2146405Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2147541Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2148634Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2149728Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2150815Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2151850Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2153126Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2154218Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2155269Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2156284Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2157280Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2158302Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2159329Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2160313Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2161298Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2162408Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2163538Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2164710Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2165838Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2166910Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2167939Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2168961Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:01.2169822Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:25:01.2170741Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:25:01.2171582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:25:01.2172450Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:25:01.2173544Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:25:01.2174603Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:25:01.2175518Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:01.2176752Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:01.2177858Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:01.2178939Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:01.2180125Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:01.2181082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:25:01.2182069Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:25:01.2183230Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:25:01.2184161Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:25:01.2184967Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:25:01.2185961Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:25:01.2186936Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:25:01.2187737Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:25:01.2188555Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:25:01.2189521Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:25:01.2190380Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:25:01.2191462Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:25:01.2192474Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:25:01.2193415Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:25:01.2194636Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:25:01.2195759Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:25:01.2196607Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:01.2197393Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:01.2198376Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:01.2199441Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:01.2200481Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:01.2201531Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:01.2202605Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:01.2203666Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:01.2204718Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:01.2205570Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:25:01.2206545Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:25:01.2207501Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:25:01.2547863Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:25:01.2548776Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:25:01.2549616Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:25:01.2550476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:25:01.2551432Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:25:01.2552688Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:25:01.2553948Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:25:01.2554875Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:25:01.2555678Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:25:01.2556683Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:25:01.2557717Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:25:01.2558673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:01.2559544Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:01.2560645Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:01.2561831Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:01.2562817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:01.2563895Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:01.2565089Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:01.2566313Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:01.2567563Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:01.2568813Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:01.2570107Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:01.2571066Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:25:01.2572015Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:25:01.2573037Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:01.2574561Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:01.2576601Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:01.2578259Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:01.2579906Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:01.2581722Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:01.2583312Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:01.2584927Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:01.2586336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:25:01.2587835Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:25:01.2589321Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:25:01.2590978Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:25:01.2592403Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2593407Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2594535Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2595765Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2596913Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2598079Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2599283Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2600419Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2601565Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2602695Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2603928Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2605146Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2606403Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2607483Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:01.2608429Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2609330Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2610512Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2611588Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2612652Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2613723Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2614864Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2615990Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2617049Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2618062Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2918825Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2919918Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2920941Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2922024Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2923197Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2924347Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2925355Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2926405Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2927460Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2928508Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2929544Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2930641Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2931778Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2933032Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2934267Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2935303Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2936331Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2937374Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2938408Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2939519Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2940550Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2941671Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2942799Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2943804Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2944927Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2945948Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2946981Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2948028Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2949055Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2950080Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2951118Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2952256Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2953337Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2954492Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2955576Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2956566Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2957603Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:01.2958582Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:25:01.2959444Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:25:01.2960607Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:25:01.2961567Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:25:01.2962461Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:25:01.2963670Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:25:01.2964605Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:25:01.2965576Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:25:01.2966876Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:25:01.2967824Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:25:01.2968771Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:25:01.2969818Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:25:01.2970699Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:25:01.2971656Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:25:01.2972596Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:25:01.2973397Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:25:01.2974368Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:25:01.2975410Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:25:01.2976560Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:25:01.2977460Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:01.2978404Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:01.2979587Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:01.2980948Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:01.2982271Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:01.2983518Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:01.2984775Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:01.2985793Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:01.3280285Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:01.3281498Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:01.3282622Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3283509Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3284559Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3285718Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3286815Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3287906Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3289012Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3290119Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3291210Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3292430Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3293503Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3294680Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3295789Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3296846Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:01.3297682Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3298502Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3299494Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3300517Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3301729Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3302763Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3303764Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3304767Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3305817Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3306887Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3307998Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3309020Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3310188Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3311184Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3312190Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3313227Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3314265Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3315316Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3316352Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3317380Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3331532Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3332656Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3333712Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3334756Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3335786Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3336837Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3337933Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3339037Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3340127Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3341257Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3342454Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3343598Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3344816Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3345895Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3347021Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3348113Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3349270Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3350350Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3351651Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3352988Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3354144Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:01.3355090Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:01.3356143Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:01.3357356Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:01.3358685Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:01.3360006Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:01.3361407Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:01.3501966Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:01.3503327Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:01.3504968Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:01.3506751Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:01.3509102Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:01.3511010Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:01.3512064Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:01.3513105Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:01.3514389Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:01.3515353Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:25:01.3516232Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:25:01.3517269Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:25:01.3518154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:01.3519119Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:01.3520087Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:01.3521060Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:01.3522041Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:01.3523269Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:01.3524291Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:01.3525344Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:01.3526437Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:01.3527556Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:01.3528917Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:01.3530293Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:01.3531398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:25:01.3532506Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:25:01.3533621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:01.3534746Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:01.3536163Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:01.3537662Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:01.3539156Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:01.3540281Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3541527Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3543005Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3544494Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3546022Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3547562Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3549079Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3550529Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3552096Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3553586Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3555046Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3556475Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3557943Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3559451Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3561002Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3562545Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3564002Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3565421Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3566854Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3568296Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3569769Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3571453Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.3573004Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.4017107Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.4018756Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.4020194Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.4021815Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.4023311Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:01.4024416Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:01.4025831Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:01.4027533Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:01.4029171Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:01.4030405Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:01.4031742Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:01.4032730Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:25:01.4033333Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:25:01.4034073Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:01.4034732Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:01.4035583Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:01.4036387Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:01.4037216Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:01.4038193Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:01.4039044Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:01.4039827Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:01.4040645Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:25:01.4041428Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:25:01.4042418Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:25:01.4043374Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:25:01.4044564Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:25:01.4045471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:01.4046393Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:01.4047534Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:01.4048646Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:01.4049776Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:01.4050791Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:01.4051743Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:01.4052584Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:01.4053803Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:01.4054904Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:01.4056072Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:01.4057091Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:01.4057976Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:25:01.4058736Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:25:01.4059603Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:25:01.4060446Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:25:01.4061432Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:25:01.4062323Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:25:01.4063160Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:25:01.4064271Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:25:01.4065079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:25:01.4065833Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:25:01.4066714Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:25:01.4067705Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:25:01.4068631Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:25:01.4069869Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:25:01.4070905Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:25:01.4071884Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:25:01.4072944Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:25:01.4073792Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:25:01.4074834Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:25:01.4076139Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:25:01.4077141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:25:01.4078155Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:25:01.4079295Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:25:01.4080126Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4080937Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4082153Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4083271Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4084228Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4085328Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4086350Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4336262Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4337303Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4338336Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4339318Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4340273Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4341348Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4342264Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4343151Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4344090Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:01.4344955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:25:01.4345892Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:25:01.4346735Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:25:01.4347506Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:25:01.4348434Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:25:01.4349414Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:25:01.4350337Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:25:01.4351107Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:25:01.4351904Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:25:01.4352790Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:25:01.4353568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:25:01.4354407Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:25:01.4355400Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:25:01.4356242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:25:01.4357338Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:25:01.4358401Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:25:01.4359245Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:25:01.4360148Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:25:01.4361168Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:25:01.4362026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:25:01.4362958Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:25:01.4363863Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:01.4364741Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:01.4365722Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:01.4366746Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:01.4367782Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:01.4368789Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:01.4369700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:25:01.4370587Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:25:01.4371613Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:25:01.4372466Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:25:01.4373252Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:25:01.4374217Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:25:01.4375032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:25:01.4375969Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:25:01.4376909Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:25:01.4377684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:25:01.4378435Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:25:01.4379340Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:25:01.4380166Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:25:01.4381113Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:25:01.4382536Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:25:01.4383599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:25:01.4384797Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:25:01.4385825Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:25:01.4386632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:25:01.4387471Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:25:01.4388464Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:25:01.4389410Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:01.4390860Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:01.4392367Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:01.4393843Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:01.4395533Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:01.4397016Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:01.4398445Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:01.4399543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:25:01.4400422Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:25:01.4401689Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:25:01.4402682Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:25:01.4599322Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:25:01.4600628Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:25:01.4601857Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:25:01.4603076Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:25:01.4604031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:25:01.4604882Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:25:01.4605948Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:25:01.4607072Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:25:01.4608086Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4609487Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4610850Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4612241Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4613719Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4615055Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4616394Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4617767Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4619106Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4620541Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4622060Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4623369Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4624657Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4625965Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4627336Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4628738Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4630207Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4631628Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:01.4632637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:25:01.4633597Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:25:01.4634879Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:25:01.4636000Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:25:01.4636923Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:25:01.4637971Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:25:01.4638951Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:01.4639999Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:01.4641308Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:01.4642624Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:01.4643923Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:01.4644991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:01.4645972Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:01.4647247Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:01.4648476Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:01.4649687Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:01.4650695Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:25:01.4651763Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:25:01.4652825Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:01.4653909Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:01.4655223Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:01.4656305Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:01.4657425Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:01.4658850Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:01.4660129Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:01.4661343Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:01.4662803Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:01.4663896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:25:01.4664755Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:25:01.4666032Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:25:01.5076696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:25:01.5078116Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:25:01.5078887Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5079455Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5080136Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5080763Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5081531Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5082196Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5082837Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5083508Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5084281Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5084889Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5085570Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5086277Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5086967Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5087678Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5088348Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5089108Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5089771Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5090487Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5091110Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5091791Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5092459Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5093065Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5093674Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5094294Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5095027Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:01.5095615Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:01.5096316Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:01.5097115Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:01.5097937Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:01.5098799Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:01.5099740Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:01.5100790Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:01.5101729Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:01.5102659Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:01.5103514Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:01.5104192Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:01.5104867Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:01.5105787Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:01.5106630Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:01.5107553Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:01.5108418Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:01.5109244Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:01.5109898Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:25:01.5110539Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:25:01.5111292Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:25:01.5112168Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:25:01.5112920Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:25:01.5113636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:25:01.5114299Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:25:01.5115164Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:25:01.5115804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:25:01.5116522Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:25:01.5117246Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:25:01.5118017Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:25:01.5118660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:25:01.5119383Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:25:01.5120214Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:25:01.5121070Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:25:01.5121735Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5122380Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5123252Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5124362Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5125320Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5126287Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5127328Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5128199Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5129123Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5130134Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5131042Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5131927Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5132956Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5133808Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5134797Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5135703Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5136609Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5137446Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5138384Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5139189Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5140051Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5140962Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5141985Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5142844Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5525358Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5526370Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5527273Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5528188Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5529240Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5530054Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5530869Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5531686Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5532528Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:01.5533253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:25:01.5533958Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:25:01.5534948Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:25:01.5535735Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:25:01.5536400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:01.5537033Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:01.5537792Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:01.5538547Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:01.5539267Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:01.5540014Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:01.5540742Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:01.5541538Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:01.5542181Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5542824Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5543545Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5544300Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5545124Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5545942Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5546702Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5547485Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5548230Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5548966Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5549752Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5550614Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5551435Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5552191Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5553024Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5553910Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5554813Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5555682Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5556482Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5557256Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5558012Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5558787Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5559777Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5560643Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5561463Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5562279Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5563141Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5564000Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5564736Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5565466Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5566245Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5567030Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5567793Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:01.5568482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:25:01.5569287Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:25:01.5570153Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:25:01.5571031Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:25:01.5571926Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:25:01.5572671Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:01.5573413Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:01.5574386Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:01.5575294Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:01.5576414Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:01.5577359Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:01.5578199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:01.5579253Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:01.5580583Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:01.5581995Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:01.5583314Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:01.5584260Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5585071Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5586366Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5587401Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5588382Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5589325Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5936678Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5937846Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5938952Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5939982Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5940983Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5941980Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5942927Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5943888Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5944863Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5945847Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5946933Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5947839Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5948783Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:01.5949544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:25:01.5950407Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:25:01.5951474Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:25:01.5952347Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:01.5953300Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:01.5954516Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:01.5955631Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:01.5956463Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:25:01.5957219Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:25:01.5957961Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:25:01.5958827Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:25:01.5959628Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:25:01.5960407Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:25:01.5961231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:25:01.5962115Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:25:01.5962974Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:25:01.5963754Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:25:01.5964670Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:25:01.5965448Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:25:01.5966249Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:25:01.5967242Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:25:01.5968290Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:25:01.5969075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:25:01.5969866Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:25:01.5970828Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:25:01.5971764Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:25:01.5972547Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:25:01.5973480Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:25:01.5974267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:25:01.5975088Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:25:01.5976260Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:25:01.5977094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:25:01.5978021Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:25:01.5978829Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:25:01.5979521Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:25:01.5980227Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:25:01.5980987Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:25:01.5981813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:25:01.5982650Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:25:01.5983525Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:25:01.5984428Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:25:01.5985402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:25:01.5986230Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:25:01.5987051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:25:01.5987839Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:25:01.5988697Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:25:01.5989454Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:25:01.5990338Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:25:01.5991088Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:25:01.5991854Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:25:01.5992601Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:25:01.5993413Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:25:01.5994360Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:25:01.5995236Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:25:01.5995979Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:25:01.5996775Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:25:01.5997552Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:25:01.5998270Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:25:01.5998975Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:25:01.5999792Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:25:01.6000577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:01.6001472Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:01.6273655Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:01.6274853Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:01.6275916Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:25:01.6276790Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:25:01.6277665Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:25:01.6278576Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:25:01.6279471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:01.6280275Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:01.6281239Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:01.6282462Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:01.6283468Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:01.6284514Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:01.6285589Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:01.6286671Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:01.6287714Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:01.6288543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:01.6289301Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:01.6290192Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:01.6291126Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:01.6292088Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:01.6293053Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:01.6294018Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:01.6294817Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:25:01.6295592Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:25:01.6296545Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:25:01.6297522Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:25:01.6298437Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:25:01.6299212Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:25:01.6300005Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:25:01.6300970Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:25:01.6302044Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:25:01.6303010Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:25:01.6303811Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:25:01.6304618Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:25:01.6305482Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:25:01.6306506Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:25:01.6307885Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:01.6309572Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:01.6311341Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:01.6312398Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:25:01.6313260Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:25:01.6314311Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:25:01.6315368Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:25:01.6316788Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:25:01.6317974Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:25:01.6318869Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:25:01.6319943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:01.6321266Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:01.6322829Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:01.6324497Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:01.6326032Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:01.6327188Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:01.6328727Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:01.6330541Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:01.6331827Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T20:25:01.6333163Z copying extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T20:25:01.6334912Z copying extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T20:25:01.6336093Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T20:25:01.6337427Z copying extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T20:25:01.6338724Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T20:25:01.6340152Z copying extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T20:25:01.6342023Z copying extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T20:25:01.6343571Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-03-21T20:25:01.6506627Z copying extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-03-21T20:25:01.6508086Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-03-21T20:25:01.6509535Z copying extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-03-21T20:25:01.6510946Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-03-21T20:25:01.6512404Z copying extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-03-21T20:25:01.6513799Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T20:25:01.6515237Z copying extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T20:25:01.6516651Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-03-21T20:25:01.6518302Z copying extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-03-21T20:25:01.6519700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-03-21T20:25:01.6521052Z copying extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-03-21T20:25:01.6522342Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-03-21T20:25:01.6523542Z copying extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-03-21T20:25:01.6524759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T20:25:01.6526058Z copying extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T20:25:01.6527716Z copying extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T20:25:01.6529248Z copying extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T20:25:01.6530449Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T20:25:01.6531789Z copying extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T20:25:01.6533574Z copying extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T20:25:01.6535186Z copying extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T20:25:01.6536479Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-03-21T20:25:01.6537915Z copying extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-03-21T20:25:01.6539363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-03-21T20:25:01.6540786Z copying extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-03-21T20:25:01.6542314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T20:25:01.6543783Z copying extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T20:25:01.6545679Z copying extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T20:25:01.6547415Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:01.6549101Z copying extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:01.6551321Z copying extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:01.6553563Z copying extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:01.6555861Z copying extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:01.6557373Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:25:01.6558426Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:25:01.6559523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:25:01.6560445Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:25:01.6561520Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:25:01.6562626Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:25:01.6563546Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:25:01.6564297Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:25:01.6565088Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:25:01.6566226Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:25:01.6567158Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:25:01.6568103Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:25:01.6569240Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:25:01.6570229Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:25:01.6571306Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:25:01.6572381Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:25:01.6573340Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:25:01.6574226Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:25:01.6574950Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:25:01.6575852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:25:01.6576696Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:25:01.6577887Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:25:01.6578802Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:25:01.6830756Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:25:01.6831701Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:25:01.6832494Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:25:01.6833460Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:25:01.6834294Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:01.6835184Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:01.6836157Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:01.6837114Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:01.6837915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:25:01.6838703Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:25:01.6839621Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:25:01.6840370Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:25:01.6841093Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:25:01.6841946Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:25:01.6842200Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:25:01.6842690Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:25:01.6843203Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:25:01.6843484Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:25:01.6843852Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:25:01.6844247Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:25:01.6844656Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:25:01.6845075Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:25:01.6845355Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:25:01.6845856Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:25:01.6846349Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:25:01.6846621Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:25:01.6847047Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:25:01.6847536Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:25:01.6848029Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:25:01.6848319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:25:01.6848830Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:25:01.6849125Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:01.6849610Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:01.6850158Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:01.6850484Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:01.6850988Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:01.6851285Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:01.6851785Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:01.6852275Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:01.6852753Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:01.6853049Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:25:01.6853516Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:25:01.6853837Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:25:01.6854471Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:25:01.6854857Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:25:01.6855462Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:25:01.6855717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:25:01.6856166Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:25:01.6856430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:25:01.6856894Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:25:01.6857159Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:25:01.6857648Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:25:01.6858113Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:25:01.6858600Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:25:01.6859028Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:01.6859434Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:01.6859870Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:01.6860344Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:01.6860911Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:01.6861499Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:01.6862011Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:01.6862489Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:01.6862977Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:01.6863448Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:25:01.6864011Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:25:01.6864597Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:25:01.6864806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:25:01.6865083Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:25:01.6865312Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:25:01.6865660Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:25:01.6865859Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:25:02.4773806Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:25:02.4774606Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:25:02.4775285Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:25:02.4775953Z running egg_info 2025-03-21T20:25:02.4776224Z creating executorch.egg-info 2025-03-21T20:25:02.4776558Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:25:02.4777022Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:25:02.4777709Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:25:02.4778202Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:25:02.4778678Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:25:02.4779166Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:25:02.4779651Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:25:02.4780058Z adding license file 'LICENSE' 2025-03-21T20:25:02.4780430Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:25:02.4781271Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:25:02.4782371Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:25:02.4783495Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:25:02.4784661Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:25:02.4785849Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:02.4786836Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:02.4787827Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:02.4788911Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:25:02.4789947Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:25:02.4790752Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:25:02.4791771Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:25:02.4792704Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4793789Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4795256Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4796615Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4797926Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4799194Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4800821Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4802221Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4803603Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4805013Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4806461Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4807754Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4809053Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4810325Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4811594Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4812998Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4814398Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4815814Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4817224Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4818691Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4820019Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4821515Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4822950Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4824351Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4825728Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4827087Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4828372Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4829619Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4831082Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4832516Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4833838Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4835186Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4836543Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4837924Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4839263Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4840684Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.4842190Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5010728Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5012039Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5013513Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5015041Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5016606Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5018109Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5019558Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5021059Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5022776Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5024474Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5026155Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5027924Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5029644Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5031474Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5054279Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5055957Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5057563Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5059237Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5060934Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5062597Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5064171Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5065848Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5067553Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5069024Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5070633Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5072199Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.5073458Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:25:02.5074407Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:25:02.5075563Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.5076861Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.5078327Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.5079830Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.5081151Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.5082706Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.5084160Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.5085364Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:25:02.5086811Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:25:02.5088338Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:25:02.5089588Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:02.5091022Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:02.5092554Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:02.5093950Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:02.5095732Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:02.5097468Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:02.5098909Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5100251Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5102050Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5103861Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5105658Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5107374Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5109185Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5111241Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5112690Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5114275Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5115817Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5117199Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5118922Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5120554Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5122398Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5124070Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5125551Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5127116Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5129021Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5130489Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5132121Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5133708Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5135507Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5136912Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5138493Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5139873Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5141562Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5143024Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5144682Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5146329Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5147719Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5149272Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5150621Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5152184Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5153586Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5155331Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5156744Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5158334Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5159732Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5161298Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5162750Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5164358Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5165684Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5167085Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5168400Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5169844Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5171201Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5172618Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5174167Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5175759Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5177508Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5178961Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5180652Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5182416Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5184191Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5186106Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5187993Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5189554Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5254944Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5256563Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5258054Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5259631Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5261261Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5262945Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5264427Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5266137Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5267780Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5269326Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5270735Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5272065Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5273519Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5274888Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5276446Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5277784Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5279094Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.5280926Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5282607Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5284321Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5285907Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5287640Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5289399Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5290931Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5292635Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5294387Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5295857Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5297507Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5298993Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5300792Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5302510Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5304146Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5305614Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5307167Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5308785Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5310468Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5312114Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5313692Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5315573Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5317342Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5319181Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.5320903Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:02.5322459Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:02.5324238Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:02.5325804Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:02.5327124Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.5328412Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.5329524Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.6057962Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:02.6058951Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:02.6059967Z copying exir/_serialize/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:02.6060796Z copying exir/_serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:02.6061920Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:25:02.6062980Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:25:02.6064107Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:02.6065486Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:02.6067045Z copying extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T20:25:02.6069007Z copying extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T20:25:02.6070750Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:25:02.6071800Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:25:02.6073062Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:25:02.6073928Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:25:02.6074570Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:25:02.6075871Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:25:02.6076764Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:25:02.6077860Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:25:02.6079310Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:02.6080772Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:02.6082058Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:02.6083562Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:02.6084499Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:25:02.6085411Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:25:02.6086508Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:02.6087888Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:02.6088759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:25:02.6089631Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:25:02.6090826Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6091651Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6092771Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6093701Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6094660Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6095648Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6096572Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6097700Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6098734Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6099755Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6100916Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6102162Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6103302Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6104424Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6105592Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6106736Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6107660Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6108872Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:02.6109921Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:25:02.6110998Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:25:02.6112156Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:02.6113500Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:02.6114864Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:02.6116155Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:02.6117195Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:02.6118596Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:02.6119867Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:02.6121340Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:02.6122782Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:02.6123818Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6124884Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6126081Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6127277Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6128529Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6129748Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6262768Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6263970Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6265160Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6266616Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6267799Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6269094Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6270523Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6271965Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6273498Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:02.6274893Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:02.6276519Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:02.6278429Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:02.6280104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:02.6281637Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:02.6283685Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:02.6285490Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:02.6287464Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:02.6289420Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:02.6291349Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:02.6293131Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:02.6295448Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:02.6297556Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:02.6299022Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:02.6300221Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:02.6301784Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:02.6303257Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:02.6305069Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:02.6306428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:25:02.6307645Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:25:02.6308910Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6310042Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6311429Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6312755Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6314245Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6315633Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6317016Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6318412Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6319778Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6321153Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6322411Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6323937Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:02.6325262Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:25:02.6326651Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:25:02.6327960Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:02.6329396Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:02.6331160Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:02.6332752Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:02.6334011Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:25:02.6335355Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:25:02.6336858Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:25:02.6338504Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:25:02.6340025Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:25:02.6341428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:25:02.6343093Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:25:02.6344641Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:25:02.6346320Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:25:02.6347388Z running build_ext 2025-03-21T20:25:02.6348090Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:25:02.6349081Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:25:02.6350411Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:25:02.6352409Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:25:02.6684937Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:25:02.6688015Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:25:02.6691164Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:02.6693181Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:25:02.6693825Z running install 2025-03-21T20:25:02.6694241Z running install_lib 2025-03-21T20:25:02.6694719Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:25:02.6695404Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:25:02.6696230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:25:02.6697131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:25:02.6698700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6700862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6703097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6705373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6707658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6709882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6712029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6714260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6716520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6719175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6721445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:02.6723067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:25:02.6724824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6727455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6730135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6732778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6735209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6737688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6740211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6742955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6745699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6748380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6751007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6753584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6756175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6758766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6761330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6763939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6766545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6769170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6772022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6774625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6777358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6780065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6782759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6785461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6788081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6790652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6793262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6795869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6798352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6800936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6803517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6806142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6808633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6811078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6813661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6816259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6818924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6821712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:02.6824014Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:25:02.6825927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:02.6828694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:02.6831576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:02.6834434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:02.6837263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:02.6840102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:02.6842928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:02.6845758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:02.6848642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:02.6850705Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:25:02.6852506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6855003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6857529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6859909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6862444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6864917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6867368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6869876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6872349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6874806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6877678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6880249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6882783Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6885263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6887695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6890189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6892610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6895077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6897558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6899975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6902511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6904917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6907406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6909892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6912374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6914894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6917366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6919925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6922472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6924996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6927533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6930309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6932793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6935304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6937770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6940244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6942780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6945277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6947734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6950304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6952883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6955452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6958049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6960574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6963082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:02.6964875Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:25:02.6966639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:25:02.6969198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:25:02.6971820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:25:02.6974484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:25:02.6977371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:25:02.6979242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:25:02.6981075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:25:02.6983562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:25:02.6985888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:25:02.6988182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:25:02.6989872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:25:02.6991711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:02.6994330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:02.6996906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:02.6999551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:02.7002174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:02.7004875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:02.7007567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:02.7010320Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:02.7013118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:02.7014997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:25:02.7016892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:02.7019532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:02.7022218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:02.7024815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:02.7027525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:02.7030291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:02.7032993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:02.7035999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:02.7038715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:02.7040572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:25:02.7042333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7044777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7047275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7049792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7052273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7054773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7057373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7059916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7062487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7064883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7067348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7069772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7072256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7074826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7077443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7079922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7082430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7084971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7087714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7090137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7092545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7095025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7097424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7099873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7102386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7104877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7107480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7110050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7112611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7115032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7117497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7119960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7122393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7124880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7127362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7129843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7132336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7134853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7137322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7139972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7142467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7144931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7147515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7150045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7152526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7155040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7157538Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7160059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7162575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7165126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7167667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7170294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7172827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7175331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7177990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7180472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7183063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7185508Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7187957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7190423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7193198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7195800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7198387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7200832Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:02.7202636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:25:02.7204589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:02.7207356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:02.7210078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:02.7212850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:02.7215681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:02.7218536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:02.7221478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:02.7224372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:02.7227183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:02.7230047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:02.7232164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:25:02.7234195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:25:02.7236237Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:25:02.7238000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:25:02.7240678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:25:02.7243358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:25:02.7246285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:25:02.7248215Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:25:02.7250093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:25:02.7251925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:25:02.7253702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-03-21T20:25:02.7255536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:25:02.7256846Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:25:02.7259163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:25:02.7261609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:25:02.7263306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:02.7266107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:02.7270125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:02.7273007Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7276086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7279716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7283400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7287203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7291024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7294763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7298626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7302709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7306358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7310224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7314128Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7317940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7321699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7325351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7328923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7332611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7336335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7340074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7343963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7347668Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7351288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7354950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7358859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7362652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7366257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7369856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7373505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7377263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7380869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7384645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7388572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7392502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7396345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7400200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:02.7402874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:25:02.7404586Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:25:02.7407400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:25:02.7410188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:25:02.7413088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:25:02.7415912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:25:02.7418761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:25:02.7421071Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:25:02.7422901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:25:02.7425413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:25:02.7427886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:25:02.7430360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:25:02.7432438Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:02.7434952Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:02.7438522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:02.7440961Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:25:02.7443136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:02.7446052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:02.7448878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:02.7451736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:02.7454562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:02.7457452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:02.7460328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:02.7463272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:02.7466075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:02.7468929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:02.7470889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:25:02.7472752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:25:02.7475109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:25:02.7477688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:25:02.7479478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:25:02.7481323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:25:02.7484124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:25:02.7486255Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:25:02.7488171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:25:02.7490887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:25:02.7493611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:25:02.7496370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:25:02.7498316Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:25:02.7500055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-03-21T20:25:02.7501927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7503750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7506406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7509178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7511896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7514595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7517331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7520183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7523233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7526026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7528621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7531400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7534188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7536998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7539730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7542500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7545247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7547906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7550634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7553437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7556305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7559087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7561792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7564550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7567159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7569733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7572468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7575137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7578051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:02.7579858Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7581739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7584364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7586972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7589573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7592285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7594851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7597473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7600148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7602841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7605487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7608028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7610604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7613134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7615723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7618351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7620978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7623777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7626427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7629136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7631862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7634428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7637052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7639652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7642316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7644837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7647483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7650102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7652787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7655526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7658287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7660874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7663601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7666270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7668990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7671630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7674232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7676876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7679440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7682149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7685114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7687720Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7690342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7692924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7695592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7698221Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7700791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7703451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7706042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7708652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7711206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7713826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7716430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7719106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7721785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7724439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7727122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7729792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7732449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7735151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7738421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7741349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7744118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7747067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7749878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7752734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7755695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7758487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7761409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7764204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7767131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7769971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7772471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7775225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7778197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7781031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7784173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7787207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7790020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7792967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7796092Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:02.7798181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:25:02.7800229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:25:02.7802197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:25:02.7804370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:25:02.7807273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:25:02.7810202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:25:02.7812384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:02.7814388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:25:02.7817350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:25:02.7820234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:25:02.7823227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:25:02.7825582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:25:02.7828127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:25:02.7830755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:25:02.7834045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:25:02.7837481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:25:02.7840834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:25:02.7842972Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:25:02.7845876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:25:02.7848942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:25:02.7851577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:25:02.7853686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:25:02.7855878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:25:02.7859122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:25:02.7861024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:25:02.7862354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:25:02.7864378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:25:02.7866318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:25:02.7868150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7870838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7873517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7876347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7879104Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7881960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7884797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7887525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7890256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7892999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7895574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7898310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7901259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7903974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7906689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:02.7908886Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:25:02.7911302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:25:02.7914662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:25:02.7917685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:25:02.7919669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:25:02.7921433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:25:02.7923893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:25:02.7926413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:25:02.7928815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:25:02.7931226Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:25:02.7933232Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:25:02.7935140Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:02.7937922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:02.7940756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:02.7943625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:02.7946434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:02.7949373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:02.7972472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:02.7975194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:02.7977283Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:25:02.7979321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:25:02.7981384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:25:02.7983332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:25:02.7985248Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:25:02.7987418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:25:02.7989360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:25:02.7990606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:25:02.7991918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.7994199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.7997489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8000833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8003981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8007115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8010312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8013531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8016876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8020211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8023527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8026669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8029795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8032824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8035969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8039161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8042784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8046188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8049584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8052819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8056019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8059432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8062912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8066159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8069395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8072673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8075973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8078959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8082091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8085323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8088502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8091796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8095102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8098461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8101870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8105269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8108559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8111770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8114923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8118037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8121244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8124426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8127617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8130765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8134011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8137262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8140486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8143872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8147199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8150597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8153974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8157497Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8160772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8163919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8167142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8170365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8173537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8176859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8180093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8183399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8186574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8189792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8192900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:02.8195076Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:25:02.8197189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:25:02.8200125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:25:02.8203069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:25:02.8205933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:25:02.8207866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:25:02.8209849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:25:02.8212714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:25:02.8215372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:25:02.8217339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:02.8219250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:02.8222064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:02.8225042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:02.8227214Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:02.8229372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:02.8232344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:02.8235337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:02.8238409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:02.8241369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:02.8244363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:02.8246435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:25:02.8248341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:25:02.8250295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:25:02.8251542Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:25:02.8253605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:25:02.8255741Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:25:02.8257232Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:02.8259861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:02.8263694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:02.8267359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:02.8270903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:02.8274325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:02.8277792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:02.8281219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:02.8283978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:25:02.8286684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:25:02.8289394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:25:02.8291032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:25:02.8292848Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:25:02.8296024Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:25:02.8298797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:25:02.8299913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:25:02.8301164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.8303400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.8306511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.8309556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.8312478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.8315586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.8318839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:02.8320967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:25:02.8322575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:25:02.8324956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:25:02.8326762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8328557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8331223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8334055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8336769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8339371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8342185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8344913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8347469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8350218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8352895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8355517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8358132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8360740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:02.8362602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8364476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8367135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8369964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8372608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8375206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8378063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8380755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8383413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8386036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8388665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8391305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8393944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8396654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8399595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8402329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8404920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8407549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8410268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8412982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8415664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8418473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8421291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8424147Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8426916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8429587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8432253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8434958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8437684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8440351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8443037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8445739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8448462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8451096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8453792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8456421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8459077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8461868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8464527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8467227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8469918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8472637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8475403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8478660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8481543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8484142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8486744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:02.8488687Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:25:02.8490596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:25:02.8493354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:25:02.8495450Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:02.8497514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:02.8500458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:02.8503639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:02.8506681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:02.8509726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:02.8512821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:02.8515022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:02.8517183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:02.8520159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:02.8522067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:25:02.8523978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:25:02.8526827Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:25:02.8528889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:25:02.8531023Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:25:02.8534296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:25:02.8537330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:25:02.8540202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:25:02.8542217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:25:02.8544056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:25:02.8546758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:25:02.8548717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8550671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8553389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8556127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8558953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8561767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8564591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8567394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8570190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8572959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8575854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8578615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8581432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8584148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:02.8586048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8588254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8590845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8593471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8596181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8598809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8601412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8604005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8606714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8609445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8612073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8614774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8617354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8619836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8622495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8625130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8627851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8630466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8633142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8635747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8638302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8641212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8643911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8646551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8649154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8651833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8654526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8657203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8659823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8662500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8665167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8667934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8670498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8673060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8675873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8678517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8681239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8683867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8686480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8689236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8691961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:02.8694129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:02.8696211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:02.8699142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:02.8702118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:02.8705148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:02.8708121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:02.8711069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:02.8714049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:02.8716186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:02.8718272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:02.8721341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:02.8724392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:02.8726567Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:02.8728760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:02.8731885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:02.8734050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:25:02.8735987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:25:02.8738679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:25:02.8740594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:25:02.8741920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:02.8744007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:02.8746190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:25:02.8747915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:02.8750265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:02.8753463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:02.8756682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:02.8758946Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:25:02.8760406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:25:02.8762800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:25:02.8765863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:02.8767976Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:02.8770064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:02.8772980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:02.8775143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:02.8777493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:02.8779688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:02.8782242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:02.8785750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:02.8789308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:02.8791771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:25:02.8793254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:02.8795683Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:02.8799039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:02.8802494Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:02.8804694Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:02.8806949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:02.8810086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:02.8812324Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:25:02.8813718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:02.8816157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:02.8819487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:02.8822941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:02.8826406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:02.8828851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8831127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8834271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8837427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8840765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8844282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8847754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8851257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8854878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8858667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8862154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8865541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8869053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8872535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8876109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8879534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8883102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8886742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8890395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8893870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8897289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8900693Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8904159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8907580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8911190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8915003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8918621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8921978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:02.8924444Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8926838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8930170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8933411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8936739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8940183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8943695Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8946993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8950246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8953604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8956933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8960240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8963715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8967052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8970378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8973646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8977225Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8980480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8983877Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8987251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8990491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8993753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.8997043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9000432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9003726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9007007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9010259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9013522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9016905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9020212Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9023566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9026979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9030254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9033474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9036840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9040222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9043588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9046741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9050075Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9053402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9056774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9060090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9063299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9066378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9069581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9072811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9076129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9079439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9082961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9086617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9089987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9093389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9096811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9100317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9103818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9107244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9110685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9114175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9117637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9121101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9124569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9128089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9131563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9134882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9138153Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9141884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9145286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9148685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9151966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9155078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9158305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9161457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9164707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9167818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9170954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:02.9174079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:25:02.9176300Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:25:02.9178093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:25:02.9180622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:25:02.9183253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:25:02.9185844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:25:02.9187695Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:25:02.9188716Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:25:02.9190366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:25:02.9192779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:25:02.9194960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9196909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9199719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9202514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9205294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9208021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9210880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9213705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9216550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9219427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9222371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9225198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9227924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9230704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9233460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9236157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9238905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9241664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9244393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9247130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9250098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:02.9252091Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:25:02.9253992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:25:02.9256764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:25:02.9258820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:25:02.9260951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:25:02.9264068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:25:02.9267056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:25:02.9269078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:25:02.9270899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:02.9273441Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:02.9276231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:02.9278806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:02.9281459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:02.9284067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:02.9286700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:02.9288562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:25:02.9290439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:25:02.9293007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:25:02.9294885Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:25:02.9296072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:25:02.9298046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:25:02.9300996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:25:02.9303188Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:25:02.9305105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:25:02.9307811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:25:02.9309817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:02.9311718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:02.9314432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:02.9316368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:25:02.9318288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:25:02.9321003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:25:02.9322926Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:25:02.9324199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:25:02.9326365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:25:02.9328478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:25:02.9330601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:25:02.9333382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:25:02.9335176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:25:02.9336163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:25:02.9337816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9340131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9342573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9344973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9347337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9349666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9352315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9354772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9357206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9359635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9361968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9364379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9366796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9369155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9371535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9373892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9376348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9378096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:02.9380029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:02.9382801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:02.9385475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:02.9388132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:02.9390020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:25:02.9391929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:02.9394588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:02.9397220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:02.9399878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:02.9402853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:02.9405563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:02.9408260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:02.9410966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:02.9413535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9416007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9418505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:02.9420292Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:25:02.9422105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:25:02.9424527Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:25:02.9427004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:25:02.9429439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:25:02.9431176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:25:02.9432907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:25:02.9435328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:25:02.9437722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:25:02.9439539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:25:02.9441470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:25:02.9443481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:02.9445678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:02.9448711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:02.9450933Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:02.9453262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:02.9456481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:02.9459612Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:02.9461880Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:25:02.9463949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:25:02.9466102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:25:02.9468427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:25:02.9470846Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:02.9473460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:02.9477069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:02.9480653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:02.9483302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:02.9485872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:02.9489439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:02.9493015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:02.9496637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:02.9499251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:02.9501867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:02.9505357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:02.9509000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:02.9512604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:02.9515099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:02.9517499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:02.9520779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:02.9523197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:02.9525692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:02.9529236Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:02.9531889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:02.9534512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:02.9538191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:02.9541900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:02.9545363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:02.9548950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:02.9552577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:02.9556191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:02.9558755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:02.9561019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:02.9564121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:02.9567594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:02.9570784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:02.9573080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:25:02.9574459Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9577025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9580503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9584107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9587591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9591059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9594509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9597888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9601251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9604679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9608046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9611375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9614858Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9618324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9622003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9625465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:02.9627621Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:25:02.9629017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-03-21T20:25:02.9630461Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:25:02.9631985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:02.9634150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:02.9636387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:02.9638572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:02.9640850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:02.9643165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:02.9645329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:02.9646928Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:25:02.9648684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:25:02.9651062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:25:02.9653566Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:25:02.9656189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:25:02.9657993Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:25:02.9658943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:25:02.9659981Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:25:02.9661097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:25:02.9663088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:25:02.9665769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:25:02.9668536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:25:02.9671089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:25:02.9673984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:25:02.9676071Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.9677910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.9680534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.9683209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.9685886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.9688461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.9691208Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.9693920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.9696646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:02.9698517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:25:02.9700162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:25:02.9702502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:25:02.9704705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:25:02.9706909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:25:02.9708552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:25:02.9710346Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:25:02.9712890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:25:02.9714714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:25:02.9716444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:25:02.9718801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:25:02.9720598Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:25:02.9722523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:25:02.9725482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:25:02.9727627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:02.9730119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:02.9733580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:02.9737055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:02.9740498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:02.9744000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:02.9747375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:02.9749754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:25:02.9751734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:25:02.9754372Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:25:02.9756303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:25:02.9758234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:25:02.9760859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:25:02.9762745Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:25:02.9764666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:25:02.9767297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:25:02.9769139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:25:02.9770893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9773332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9776166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9778811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9781420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9783972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9786517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9789142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9791781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9794292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9796805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9799251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9801657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9804060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9806486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:02.9808412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:25:02.9810370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:25:02.9813115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:25:02.9815211Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:25:02.9817382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:25:02.9820326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:25:02.9821799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:25:02.9823227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:25:02.9823745Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:25:02.9825176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:25:02.9826493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:25:02.9827754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:25:02.9828386Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9829848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9831434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9832953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9834474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9835949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9837502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9839057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9840551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9842136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9843613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9845098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9846553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9848034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9849594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9851455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9853132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9854692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:02.9855182Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:25:02.9856626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:25:02.9857964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:25:02.9859330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:25:02.9859839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:25:02.9861261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:25:02.9861770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:25:02.9863018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:25:02.9863639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:02.9865070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:02.9866577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:02.9867999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:02.9869514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:02.9870135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:02.9871392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:02.9872777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:02.9874185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:02.9875838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:02.9876507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:25:02.9877837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:25:02.9878500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:02.9880006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:02.9881644Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:02.9882302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:02.9883790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:02.9885277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:02.9885994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:02.9887565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:02.9889218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:02.9889664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:25:02.9890773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:25:02.9891937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:25:02.9893056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:25:02.9894186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:25:02.9894669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:25:02.9895866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:25:02.9897052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:25:02.9897486Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:25:02.9898530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:25:02.9899883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:25:02.9900359Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:25:02.9901545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:25:02.9902706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:25:02.9903196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:25:02.9904347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:25:02.9905578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:25:02.9906055Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:25:02.9907314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:25:02.9908500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:25:02.9909037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:25:02.9910261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:25:02.9910769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:25:02.9911897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:25:02.9912993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:25:02.9914196Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:25:02.9915443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:25:02.9916738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:25:02.9917239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:25:02.9918392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:25:02.9919650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:25:02.9920117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:25:02.9921240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:25:02.9922570Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:25:02.9923104Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:25:02.9924240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:25:02.9925299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:25:02.9925742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:25:02.9926803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:25:02.9927931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:25:02.9928458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:25:02.9929702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:25:02.9930966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:25:02.9931437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:25:02.9932551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:25:02.9933702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:25:02.9934196Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:25:02.9935373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:25:02.9936561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:25:02.9937004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:25:02.9937481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:25:02.9938698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:25:02.9939029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:25:02.9939814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9940610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9941510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9942394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9943265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9944091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9945207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9945982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9946787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9947604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9948526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9949324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9950183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9951021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9951849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9952705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9953535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9954331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9955149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9955954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9956753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9957529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9958341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9959117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:02.9959511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:25:02.9960496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9961455Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9962461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9963472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9964522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9965531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9966734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9967784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9968733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9969182Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:25:02.9970175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:25:02.9971241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:25:02.9972369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:25:02.9973541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:25:02.9974641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:25:02.9975803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9976835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:02.9977208Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:25:02.9978199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:02.9979215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:02.9980264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:02.9981341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:02.9982374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:02.9983289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:02.9983863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:02.9985291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:02.9986822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:02.9988334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:02.9989993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:02.9990531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:25:02.9991719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:02.9992996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:02.9994200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0014098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0015342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0016422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0017661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0018748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0019886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0021079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0022289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0023448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0024614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0025738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0026947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0028068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0029145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0030202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:03.0030653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:25:03.0031900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:25:03.0033370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:25:03.0033868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:03.0035279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:03.0036684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:03.0037933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:03.0038332Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:25:03.0039247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:25:03.0040150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:25:03.0041046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:25:03.0041919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:25:03.0042312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:25:03.0043223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:25:03.0044150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:25:03.0044571Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:25:03.0045581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:25:03.0046052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:25:03.0047243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:25:03.0047659Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:25:03.0048603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:25:03.0049053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:25:03.0050096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:25:03.0051155Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:25:03.0051598Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:25:03.0052708Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:25:03.0053825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:25:03.0055118Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:25:03.0055545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:25:03.0056565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:25:03.0057664Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:25:03.0058126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:25:03.0059281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:25:03.0059715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:25:03.0060770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:25:03.0061903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:25:03.0062363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:25:03.0063492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:25:03.0064780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:25:03.0065799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:25:03.0066231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:25:03.0067334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-03-21T20:25:03.0067686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:25:03.0068533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:25:03.0069396Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:25:03.0070251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:25:03.0070657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:25:03.0071614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-03-21T20:25:03.0071983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:25:03.0072925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:25:03.0073822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:25:03.0074726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:25:03.0075124Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:25:03.0076586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-03-21T20:25:03.0076950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:25:03.0077839Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0078922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0079868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0080857Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0081906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0082911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0083909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0084976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0085991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0086968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0088065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0089083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0090055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0091106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0092151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0093112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0094123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0095089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0096069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0097079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0098219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0099324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0100368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0101575Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0102583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0103491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0104521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0105437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0106273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0107162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0108073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0109134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:03.0109540Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:25:03.0110376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:25:03.0111353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:25:03.0112354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:25:03.0112763Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:25:03.0113809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:25:03.0114975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:25:03.0116088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:25:03.0116454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:25:03.0117367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:03.0118368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:03.0119299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:03.0120471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:03.0121447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:03.0122350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:03.0123279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:03.0123658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:25:03.0124587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0125517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0126547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0127607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0128523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0129560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0130519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0131490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0132464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0133491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0134591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0135546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0136524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0137605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0138736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0139846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0140880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0141954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0143056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0144141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0145216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0146287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0147327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0148330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0149376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0150395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0151350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0152292Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0153241Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0154244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0155218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0156209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:03.0156625Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:25:03.0157750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:25:03.0158816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:25:03.0159954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:25:03.0161013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:25:03.0161477Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:25:03.0162684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-03-21T20:25:03.0163546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:03.0163914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:25:03.0164359Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:25:03.0165495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/android_test 2025-03-21T20:25:03.0166116Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:25:03.0167203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:25:03.0168365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:25:03.0168833Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:25:03.0169746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:25:03.0170192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:03.0171333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:25:03.0172596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:25:03.0173764Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:25:03.0175049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:25:03.0176507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:25:03.0176998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:25:03.0178249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:25:03.0178677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:25:03.0179784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:25:03.0180884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:25:03.0181988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:25:03.0182460Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:25:03.0183665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:25:03.0184047Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:25:03.0185016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:25:03.0185432Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:25:03.0186587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:25:03.0187694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:25:03.0189265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:25:03.0190507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:25:03.0191969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:25:03.0192405Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:25:03.0193485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-03-21T20:25:03.0193963Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:25:03.0195129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-03-21T20:25:03.0195587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:25:03.0196699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-03-21T20:25:03.0197234Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:25:03.0198646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:25:03.0199228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:25:03.0200658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:25:03.0202066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:25:03.0202565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:25:03.0203116Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:25:03.0204528Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:25:03.0205890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:25:03.0206512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:25:03.0208026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:25:03.0208437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:25:03.0208916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:25:03.0210127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:03.0211359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:03.0212741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:03.0214074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:03.0215418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:03.0216784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:03.0218117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:03.0219407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:03.0220003Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:25:03.0221620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:25:03.0222342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:25:03.0222949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:03.0224471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:03.0226019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:03.0227328Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:03.0227793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:25:03.0228937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:03.0230121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:03.0231353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:03.0232610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:03.0233828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:03.0234945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:03.0235406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:25:03.0236563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:25:03.0238063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:25:03.0239297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:25:03.0240478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:25:03.0240989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:25:03.0242243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:25:03.0243597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:25:03.0244929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:25:03.0246357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:25:03.0246848Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:25:03.0248043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:25:03.0249319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:25:03.0250588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:25:03.0251801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:25:03.0252307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:25:03.0253709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:25:03.0254184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:25:03.0255425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:25:03.0256102Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:03.0257681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:03.0259303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:03.0260912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:03.0262579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:03.0263492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:25:03.0264287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:03.0266135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:03.0268026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:03.0268624Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-03-21T20:25:03.0269316Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T20:25:03.0271018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T20:25:03.0272710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T20:25:03.0273464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T20:25:03.0274290Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T20:25:03.0276326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T20:25:03.0278103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T20:25:03.0279678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T20:25:03.0280259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-03-21T20:25:03.0280883Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-03-21T20:25:03.0281570Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-03-21T20:25:03.0282363Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-03-21T20:25:03.0284282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-03-21T20:25:03.0284958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-03-21T20:25:03.0285727Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-03-21T20:25:03.0286563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-03-21T20:25:03.0288639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-03-21T20:25:03.0289415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-03-21T20:25:03.0289844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-03-21T20:25:03.0290847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-03-21T20:25:03.0291325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T20:25:03.0292370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T20:25:03.0292832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-03-21T20:25:03.0293851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-03-21T20:25:03.0294286Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-03-21T20:25:03.0295262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-03-21T20:25:03.0295607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-03-21T20:25:03.0295987Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-03-21T20:25:03.0296880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-03-21T20:25:03.0297243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T20:25:03.0298082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T20:25:03.0298915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T20:25:03.0299765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T20:25:03.0300190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-03-21T20:25:03.0301244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-03-21T20:25:03.0301602Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T20:25:03.0302482Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T20:25:03.0303395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T20:25:03.0304266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T20:25:03.0304645Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-03-21T20:25:03.0305061Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-03-21T20:25:03.0306014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-03-21T20:25:03.0306456Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T20:25:03.0307453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T20:25:03.0308503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T20:25:03.0308951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-03-21T20:25:03.0309454Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:03.0310594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:03.0311717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:03.0312938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:03.0314122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:03.0314415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:25:03.0314744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:25:03.0315521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:25:03.0315719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:25:03.0315950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:25:03.0316517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:25:03.0316823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:25:03.0317522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:25:03.0318217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:25:03.0318907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:25:03.0319507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:25:03.0320150Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:25:03.0320362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:25:03.0320833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-03-21T20:25:03.0321088Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:25:03.0321676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:25:03.0322313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:25:03.0322579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:25:03.0323284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:25:03.0323536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:25:03.0323813Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:25:03.0324129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:25:03.0324863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:25:03.0325542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:25:03.0326284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:25:03.0327041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:25:03.0327733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:25:03.0328039Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:03.0328357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:25:03.0329141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:25:03.0329932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:25:03.0330706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:25:03.0331436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:25:03.0331709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:25:03.0332397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:25:03.0333079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:25:03.0333753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:25:03.0334030Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:25:03.0334694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:25:03.0335302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:25:03.0335913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:25:03.0336523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:25:03.0336776Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:25:03.0337368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:25:03.0337969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:25:03.0338193Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:25:03.0339110Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:25:03.0339751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:25:03.0340016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:25:03.0340694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:25:03.0341448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:25:03.0342084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:25:03.0342328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:25:03.0343115Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:25:03.0343807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:25:03.0344074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:25:03.0344769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:25:03.0345010Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:25:03.0345632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:25:03.0346357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:25:03.0346969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:25:03.0347577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:25:03.0347830Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:25:03.0348504Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:25:03.0349251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:25:03.0350051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:25:03.0350319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:25:03.0351056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:25:03.0351946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:25:03.0352222Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:25:03.0352867Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:25:03.0353617Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:25:03.0354379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:25:03.0354626Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:25:03.0355095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-03-21T20:25:03.0355350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:25:03.0355895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-03-21T20:25:03.0356168Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:25:03.0356611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:25:03.0357329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:25:03.0357554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:25:03.0358096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:25:03.0358555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:25:03.0359125Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:25:03.0359319Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:25:03.0359925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:25:03.0360462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:25:03.0360874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:25:03.0361056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:25:03.0361259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:25:03.0361945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-03-21T20:25:03.0362137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:25:03.0362415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:25:03.0362683Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:25:03.0362996Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0363813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0364786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0365587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0366381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0367179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0367955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0368882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0369838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0370663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0371629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0372411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0373177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0373874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0374604Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0375442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0376356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0377112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:03.0377449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:25:03.0378365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:25:03.0378781Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:03.0379770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:03.0380904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:03.0381387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:03.0382243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:03.0383109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:03.0384007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:03.0385180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:03.0386198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:03.0386632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0387557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0388470Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0389340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0390317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0391255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0392215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0393146Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0393987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0395044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0395949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0396826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0397743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0398576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0399514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:03.0399912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:25:03.0400333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:25:03.0400758Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:03.0401959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:03.0403007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:03.0403431Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:03.0404592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:03.0405567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:03.0406523Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:03.0407474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:03.0408469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:03.0409595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:03.0410537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:03.0411712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:03.0412655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:03.0413026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:03.0414239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:25:03.0415654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:25:03.0417090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:25:03.0418620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:25:03.0419441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:25:03.0420920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:25:03.0421556Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0422935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0424049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0425464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0492379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0493157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0493929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0494676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0495435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0496216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0496950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0497678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:03.0498020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:25:03.0498875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:25:03.0499158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:25:03.0499484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:03.0500393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:03.0501288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:03.0502206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:03.0502582Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:25:03.0503370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:25:03.0504142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:25:03.0504896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:25:03.0505661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:25:03.0506001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:25:03.0506841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:25:03.0507647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:25:03.0508466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:25:03.0508656Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:25:03.0508889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:25:03.0509394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:25:03.0509852Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:25:03.0509961Z running install_egg_info 2025-03-21T20:25:03.0510350Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:25:03.0510454Z running install_scripts 2025-03-21T20:25:03.0510750Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:25:03.0511333Z creating '/tmp/pip-wheel-ys6jwkaf/.tmp-temv7k_n/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-03-21T20:25:03.0511457Z adding 'executorch/version.py' 2025-03-21T20:25:03.0511672Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:25:03.0511899Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:25:03.0512166Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:25:03.0512375Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:25:03.0512643Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:25:03.0512845Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:25:03.0513096Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:25:03.0513327Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:25:03.0513611Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:25:03.0513867Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:25:03.0514103Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:25:03.0514367Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:25:03.0514547Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:25:03.0514745Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:25:03.0514969Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:25:03.0515177Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:25:03.0515369Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:25:03.0515576Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:25:03.0515826Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:25:03.0516042Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:25:03.0516285Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:25:03.0516498Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:25:03.0516737Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:25:03.0516925Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:25:03.0517120Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:25:03.0517355Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:25:03.0517559Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:25:03.0517749Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:25:03.0517951Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:25:03.0518147Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:25:03.0518345Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:25:03.0518534Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:25:03.0518738Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:25:03.0518925Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:25:03.0519161Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:25:03.0519446Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:25:03.0519717Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:25:03.0519920Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:25:03.0520086Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:25:03.0520307Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:25:03.0520528Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:25:03.0520733Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:25:03.0520927Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:25:03.0521149Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:25:03.0521338Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:25:03.0521513Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:25:03.0825194Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:25:03.0825425Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:25:03.0825654Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:25:03.0825988Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:25:03.0826293Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:25:03.0826437Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:25:03.0826584Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:25:03.0826724Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:25:03.0826924Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:25:03.0827371Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:25:03.0827545Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:25:03.0827690Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:25:03.0827864Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:25:03.0828149Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:25:03.0828382Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:25:03.0828576Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:25:03.0828756Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:25:03.0828938Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:25:03.0829159Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:25:03.0829416Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:25:03.0829676Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:25:03.0829920Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:25:03.0830128Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:25:03.0830389Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:25:03.0830646Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:25:03.0830836Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:25:03.0831055Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:25:03.0831254Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:25:03.0831471Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:25:03.0831682Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:25:03.0831899Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:25:03.0832088Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:25:03.0832304Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:25:03.0832551Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:25:03.0832768Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:25:03.0833064Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:25:03.0833278Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:25:03.0833486Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:25:03.0833731Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:25:03.0833941Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:25:03.0834131Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:25:03.0834386Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:25:03.0834590Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:25:03.0834831Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:25:03.0835005Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:25:03.0835191Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:25:03.0835421Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:25:03.0835675Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:25:03.0835992Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:25:03.0836252Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:25:03.0836445Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:25:03.0836938Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:25:03.0837289Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:25:03.0837658Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:25:03.0838041Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:25:03.0838485Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:25:03.0838901Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:25:03.0839283Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:25:03.0839754Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:25:03.0840045Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:25:03.0840381Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:25:03.0840676Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:25:03.0840955Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:25:03.0841216Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:25:03.0841406Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:25:03.0841563Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:25:03.0841746Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:25:03.0841907Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:25:03.0842065Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:25:03.0842265Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:25:03.0842621Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:25:03.0842925Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:25:03.0843186Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:25:03.0843483Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:25:03.0843772Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:25:03.0844033Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:25:03.0844303Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:25:03.0844457Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:25:03.0844611Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:25:03.0844767Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:25:03.0844911Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:25:03.0845101Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:25:03.0845271Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:25:03.0845449Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:25:03.0845604Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:25:03.0845783Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:25:03.0845975Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:25:03.0846142Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:25:03.0846350Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:25:03.0846630Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:25:03.0846919Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:25:03.0847218Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:25:03.0847518Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:25:03.0847794Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:25:03.0848057Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:25:03.0848335Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:25:03.0848529Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:25:03.0848880Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:25:03.0849094Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:25:03.0849276Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:25:03.0849615Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:25:03.0849882Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:25:03.0850198Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:25:03.0850505Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:25:03.0850813Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:25:03.0851137Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:25:03.0851500Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:25:03.0851755Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:25:03.0851988Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:25:03.0852162Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:25:03.0852401Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:25:03.0852684Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:25:03.0852941Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:25:03.0853360Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:25:03.0853723Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:25:03.0854106Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:25:03.0854373Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:25:03.0854596Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:25:03.0854841Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:25:03.0855179Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:25:03.0855725Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:25:03.0856088Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:25:03.0856441Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:25:03.0856779Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:25:03.0857034Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:25:03.0857296Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:25:03.0857678Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:25:03.0858067Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:25:03.0858445Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:25:03.1132737Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:25:03.1133101Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:25:03.1133406Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:25:03.1133702Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:25:03.1134007Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:25:03.1134301Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:25:03.1134595Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:25:03.1134981Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:25:03.1135271Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:25:03.1135453Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:25:03.1135627Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:25:03.1135789Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:25:03.1136141Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:25:03.1136380Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:25:03.1136608Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:25:03.1136784Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:25:03.1136956Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:25:03.1137163Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:25:03.1137374Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:25:03.1137547Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:25:03.1137705Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:25:03.1137971Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:25:03.1138144Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:25:03.1138312Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:25:03.1138498Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:25:03.1138656Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:25:03.1138828Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:25:03.1139027Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:25:03.1139228Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:25:03.1139411Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:25:03.1139599Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:25:03.1139769Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:25:03.1139944Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:25:03.1140118Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:25:03.1140296Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:25:03.1140504Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:25:03.1140667Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:25:03.1140850Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:25:03.1141038Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:25:03.1141297Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:25:03.1141516Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:25:03.1141738Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:25:03.1141916Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:25:03.1142107Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:25:03.1142299Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:25:03.1142477Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:25:03.1142653Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:25:03.1142847Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:25:03.1143016Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:25:03.1143191Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:25:03.1143374Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:25:03.1143549Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:25:03.1143765Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:25:03.1143967Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:25:03.1144146Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:25:03.1144323Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:25:03.1144492Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:25:03.1144681Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:25:03.1144857Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:25:03.1145198Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:25:03.1145368Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:25:03.1145558Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:25:03.1145745Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:25:03.1145977Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:25:03.1146152Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:25:03.1146316Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:25:03.1146558Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:25:03.1146791Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:25:03.1147023Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:25:03.1147274Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:25:03.1147532Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:25:03.1147848Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:25:03.1148102Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:25:03.1148384Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:25:03.1148596Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:25:03.1148894Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:25:03.1149143Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:25:03.1149317Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:25:03.1149555Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:25:03.1149736Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:25:03.1149949Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:25:03.1150129Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:25:03.1150383Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:25:03.1150717Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:25:03.1151087Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:25:03.1151586Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:25:03.1151910Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:25:03.1152288Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:25:03.1152620Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:25:03.1152980Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:25:03.1153305Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:25:03.1153654Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:25:03.1153989Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:25:03.1154311Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:25:03.1154758Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:25:03.1155096Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:25:03.1155429Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:25:03.1155890Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:25:03.1156182Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:25:03.1156509Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:25:03.1156848Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:25:03.1157173Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:25:03.1157515Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:25:03.1157918Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:25:03.1158253Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:25:03.1158638Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:25:03.1158970Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:25:03.1159311Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:25:03.1159638Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:25:03.1159976Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:25:03.1160280Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:25:03.1160600Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:25:03.1160921Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:25:03.1161230Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:25:03.1161603Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:25:03.1512298Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:25:03.1512929Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:25:03.1513597Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:25:03.1514178Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:25:03.1514619Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:25:03.1514975Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:25:03.1515299Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:25:03.1515560Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:25:03.1515735Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:25:03.1515915Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:25:03.1516134Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:25:03.1516387Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:25:03.1516580Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:25:03.1516799Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:25:03.1517011Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:25:03.1517206Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:25:03.1517397Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:25:03.1517667Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:25:03.1518020Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:25:03.1518306Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:25:03.1518481Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:25:03.1518646Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:25:03.1518855Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:25:03.1519064Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:25:03.1519327Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:25:03.1519500Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:25:03.1519745Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:25:03.1519897Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:25:03.1520129Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:25:03.1520331Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:25:03.1520549Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:25:03.1520747Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:25:03.1520996Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:25:03.1521238Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:25:03.1521464Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:25:03.1521735Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:25:03.1522037Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:25:03.1522359Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:25:03.1522622Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:25:03.1522877Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:25:03.1523077Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:25:03.1523253Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:25:03.1523440Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:25:03.1523648Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:25:03.1523822Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:25:03.1524059Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:25:03.1524265Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:25:03.1524459Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:25:03.1524704Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:25:03.1524951Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:25:03.1525183Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:25:03.1525462Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:25:03.1525726Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:25:03.1525987Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:25:03.1526319Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:25:03.1526625Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:25:03.1526937Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:25:03.1527217Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:25:03.1527638Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:25:03.1527984Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:25:03.1528264Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:25:03.1528689Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:25:03.1529000Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:25:03.1529314Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:25:03.1529607Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:25:03.1529914Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:25:03.1530202Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:25:03.1530574Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:25:03.1530936Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:25:03.1531254Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:25:03.1531578Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:25:03.1531887Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:25:03.1532179Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:25:03.1532466Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:25:03.1532763Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:25:03.1533238Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:25:03.1533582Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:25:03.1533822Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:25:03.1534071Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:25:03.1534338Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:25:03.1534589Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:25:03.1534913Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:25:03.1535290Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:25:03.1535727Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:25:03.1536069Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:25:03.1536372Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:25:03.1536698Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:25:03.1537011Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:25:03.1537326Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:25:03.1537637Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:25:03.1537954Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:25:03.1538351Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:25:03.1538684Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:25:03.1539010Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:25:03.1539316Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:25:03.1539632Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:25:03.1539892Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:25:03.1540147Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:25:03.1540371Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:25:03.1540570Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:25:03.1540989Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:25:03.1541429Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:25:03.1541715Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:25:03.1541913Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:25:03.1542137Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:25:03.1542397Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:25:03.1542693Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:25:03.1542932Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:25:03.1543223Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:25:03.1830893Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:25:03.1831284Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:25:03.1831545Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:25:03.1831698Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:25:03.1831879Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:25:03.1832037Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:25:03.1832218Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:25:03.1832539Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:25:03.1832737Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:25:03.1832951Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:25:03.1833136Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:25:03.1833341Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:25:03.1833584Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:25:03.1833801Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:25:03.1834159Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:25:03.1834392Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:25:03.1834610Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:25:03.1834834Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:25:03.1835080Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:25:03.1835384Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:25:03.1835605Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:25:03.1835813Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:25:03.1836027Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:25:03.1836305Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:25:03.1836510Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:25:03.1836790Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:25:03.1837034Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:25:03.1837338Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:25:03.1837633Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:25:03.1838039Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:25:03.1838333Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:25:03.1838604Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:25:03.1838900Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:25:03.1839113Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:25:03.1839344Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:25:03.1839573Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:25:03.1839803Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:25:03.1840106Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:25:03.1840456Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:25:03.1840735Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:25:03.1840915Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:25:03.1841091Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:25:03.1841272Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:25:03.1841486Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:25:03.1841663Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:25:03.1841911Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:25:03.1842098Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:25:03.1842284Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:25:03.1842480Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:25:03.1842686Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:25:03.1842903Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:25:03.1843085Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:25:03.1843259Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:25:03.1843505Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:25:03.1843690Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:25:03.1843893Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:25:03.1844172Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:25:03.1844483Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:25:03.1844692Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:25:03.1844865Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:25:03.1845077Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:25:03.1845249Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:25:03.1845454Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:25:03.1845633Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:25:03.1845839Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:25:03.1846010Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:25:03.1846187Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:25:03.1846403Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:25:03.1846673Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:25:03.1846976Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:25:03.1847191Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:25:03.1847400Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:25:03.1847583Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:25:03.1847952Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:25:03.1848187Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:25:03.1848393Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:25:03.1848622Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:25:03.1848864Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:25:03.1849118Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:25:03.1849415Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:25:03.1849651Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:25:03.1849870Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:25:03.1850054Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:25:03.1850242Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:25:03.1850502Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:25:03.1850713Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:25:03.1850891Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:25:03.1851064Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:25:03.1851300Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:25:03.1851473Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:25:03.1851655Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:25:03.1851828Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:25:03.1852065Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:25:03.1852248Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:25:03.1852443Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:25:03.1852634Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:25:03.1852887Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:25:03.1853090Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:25:03.1853292Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:25:03.1853520Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:25:03.1853751Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:25:03.1853947Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:25:03.1854138Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:25:03.1854396Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:25:03.1854618Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:25:03.1854811Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:25:03.1855090Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:25:03.1855336Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:25:03.1855517Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:25:03.1855724Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:25:03.1855986Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:25:03.1856284Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:25:03.1856571Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:25:03.1856778Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:25:03.1856961Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:25:03.1857165Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:25:03.1857380Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:25:03.1857632Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:25:03.1858024Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:25:03.1858210Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:25:03.1858440Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:25:03.1858614Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:25:03.1858788Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:25:03.1859009Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:25:03.1859236Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:25:03.1859429Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:25:03.1859632Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:25:03.2137350Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:25:03.2137660Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:25:03.2138067Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:25:03.2138565Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:25:03.2138823Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:25:03.2139053Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:25:03.2139313Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:25:03.2139493Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:25:03.2139704Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:25:03.2139864Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:25:03.2140058Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:25:03.2140292Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:25:03.2140507Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:25:03.2140715Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:25:03.2140923Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:25:03.2141106Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:25:03.2141415Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:25:03.2141675Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:25:03.2141892Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:25:03.2142092Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:25:03.2142272Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:25:03.2142470Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:25:03.2142655Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:25:03.2142854Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:25:03.2143094Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:25:03.2143255Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:25:03.2143583Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:25:03.2143897Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:25:03.2144198Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:25:03.2144427Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:25:03.2144585Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:25:03.2144829Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:25:03.2144997Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:25:03.2145135Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:25:03.2145318Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:25:03.2145717Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:25:03.2145944Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:25:03.2146275Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:25:03.2146526Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:25:03.2146795Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:25:03.2147015Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:25:03.2147254Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:25:03.2147487Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:25:03.2147727Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:25:03.2147955Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:25:03.2148159Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:25:03.2148465Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:25:03.2148771Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:25:03.2149066Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:25:03.2149302Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:25:03.2149558Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:25:03.2149824Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:25:03.2150073Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:25:03.2150458Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:25:03.2150749Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:25:03.2151032Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:25:03.2151261Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:25:03.2151494Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:25:03.2151739Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:25:03.2151989Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:25:03.2152306Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:25:03.2152637Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:25:03.2152979Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:25:03.2153291Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:25:03.2153551Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:25:03.2153851Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:25:03.2154219Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:25:03.2154528Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:25:03.2154788Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:25:03.2155164Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:25:03.2155466Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:25:03.2155707Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:25:03.2155933Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:25:03.2156326Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:25:03.2156610Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:25:03.2156881Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:25:03.2157198Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:25:03.2157479Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:25:03.2157750Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:25:03.2158039Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:25:03.2158409Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:25:03.2158813Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:25:03.2159090Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:25:03.2159335Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:25:03.2159595Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:25:03.2159893Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:25:03.2160137Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:25:03.2160402Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:25:03.2160659Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:25:03.2161008Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:25:03.2161297Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:25:03.2161572Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:25:03.2161885Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:25:03.2162169Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:25:03.2162534Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:25:03.2162809Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:25:03.2163095Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:25:03.2163390Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:25:03.2163672Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:25:03.2163965Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:25:03.2164243Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:25:03.2164534Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:25:03.2164815Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:25:03.2165107Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:25:03.2165365Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:25:03.2165611Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:25:03.2165916Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:25:03.2166142Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:25:03.2166348Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:25:03.2526751Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:25:03.2527540Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:25:03.2528217Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:25:03.2528466Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:25:03.2528694Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:25:03.2528936Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:25:03.2529178Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:25:03.2529362Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:25:03.2529633Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:25:03.2529921Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:25:03.2530165Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:25:03.2530438Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:25:03.2530772Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:25:03.2531084Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:25:03.2531351Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:25:03.2531593Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:25:03.2531924Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:25:03.2532243Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:25:03.2532695Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:25:03.2533032Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:25:03.2533314Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:25:03.2533605Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:25:03.2533922Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:25:03.2534243Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:25:03.2534676Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:25:03.2534917Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:25:03.2535310Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:25:03.2535584Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:25:03.2535824Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:25:03.2536077Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:25:03.2536374Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:25:03.2536616Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:25:03.2536766Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:25:03.2536970Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:25:03.2537150Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:25:03.2537445Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:25:03.2537825Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:25:03.2538049Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:25:03.2538270Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:25:03.2538543Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:25:03.2538907Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:25:03.2539138Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:25:03.2539399Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:25:03.2539619Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:25:03.2539846Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:25:03.2540308Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:25:03.2540505Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:25:03.2540701Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:25:03.2540907Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:25:03.2541100Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:25:03.2541335Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:25:03.2541531Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:25:03.2541772Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:25:03.2541948Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:25:03.2542198Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:25:03.2542486Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:25:03.2542689Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:25:03.2542879Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:25:03.2543056Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:25:03.2543334Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:25:03.2543590Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:25:03.2543784Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:25:03.2543977Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:25:03.2544196Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:25:03.2544395Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:25:03.2544600Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:25:03.2544801Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:25:03.2545085Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:25:03.2545400Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:25:03.2545615Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:25:03.2545822Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:25:03.2546019Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:25:03.2546209Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:25:03.2546431Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:25:03.2546620Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:25:03.2546827Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:25:03.2547011Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:25:03.2547241Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:25:03.2547419Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:25:03.2547602Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:25:03.2547794Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:25:03.2548106Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:25:03.2548348Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:25:03.2548554Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:25:03.2548925Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:25:03.2549111Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:25:03.2549322Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:25:03.2549525Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:25:03.2549776Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:25:03.2550059Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:25:03.2550235Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:25:03.2550440Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:25:03.2550696Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:25:03.2550964Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:25:03.2551214Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:25:03.2551442Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:25:03.2551685Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:25:03.2551955Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:25:03.2552197Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:25:03.2552467Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:25:03.2552713Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:25:03.2552956Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:25:03.2553154Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:25:03.2553508Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:25:03.2553801Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:25:03.2554058Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:25:03.2554257Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:25:03.2554528Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:25:03.2554802Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:25:03.2555006Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:25:03.2555257Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:25:03.2555458Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:25:03.2555746Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:25:03.2556007Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:25:03.2556230Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:25:03.2556450Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:25:03.2820185Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:25:03.2820574Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:25:03.2820977Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:25:03.2821285Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:25:03.2821568Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:25:03.2821832Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:25:03.2822054Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:25:03.2822230Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:25:03.2822425Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:25:03.2822605Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:25:03.2823057Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:25:03.2823276Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:25:03.2823471Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:25:03.2823703Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:25:03.2823907Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:25:03.2824239Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:25:03.2824426Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:25:03.2824632Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:25:03.2824824Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:25:03.2825015Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:25:03.2825193Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:25:03.2825391Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:25:03.2825629Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:25:03.2825948Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:25:03.2826180Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:25:03.2826371Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:25:03.2826567Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:25:03.2826761Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:25:03.2826957Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:25:03.2827175Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:25:03.2827416Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:25:03.2827609Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:25:03.2827818Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:25:03.2828022Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:25:03.2828250Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:25:03.2828448Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:25:03.2828684Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:25:03.2828989Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:25:03.2829172Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:25:03.2829357Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:25:03.2829550Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:25:03.2829744Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:25:03.2829969Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:25:03.2830193Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:25:03.2830498Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:25:03.2830743Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:25:03.2830997Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:25:03.2831187Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:25:03.2831448Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:25:03.2831717Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:25:03.2832027Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:25:03.2832316Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:25:03.2832595Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:25:03.2833128Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:25:03.2833590Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:25:03.2834036Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:25:03.2834482Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:25:03.2834960Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:25:03.2835450Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:25:03.2836644Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:25:03.2837688Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:25:03.2838583Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:25:03.2839632Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:25:03.2840492Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:25:03.2841508Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:25:03.2842400Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:25:03.2843415Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:25:03.2844548Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:25:03.2845725Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:25:03.2846861Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:25:03.2847928Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:25:03.2848807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:25:03.2850102Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:25:03.2851275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:25:03.2852042Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:25:03.2852760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:25:03.2853700Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:25:03.2855003Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:25:03.2855876Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:25:03.2856939Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:25:03.2858287Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:25:03.2859059Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:25:03.2860346Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:25:03.2861512Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:25:03.2862336Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:25:03.2863620Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:25:03.2864665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:25:03.2865391Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:25:03.2866033Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:25:03.2866687Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:25:03.2867463Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:25:03.2868297Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:25:03.2869613Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:25:03.2870649Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:25:03.2871344Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:25:03.2872028Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:25:03.2872730Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:25:03.2873514Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:25:03.2874815Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:25:03.2876045Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:25:03.2876725Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:25:03.2877402Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:25:03.2878121Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:25:03.2878904Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:25:03.2880146Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:25:03.2881213Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:25:03.2882177Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:25:03.2883426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:25:03.2884762Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:25:03.2885885Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:25:03.6027140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:25:03.6028459Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:25:03.6029739Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:25:03.6030749Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:25:03.6032123Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:25:03.6033139Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:25:03.6034154Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:25:03.6035354Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:25:03.6036556Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:25:03.6037569Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:25:03.6038814Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:25:03.6039811Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:25:03.6040619Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:25:03.6041994Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:25:03.6042969Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:25:03.6044180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:25:03.6045760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:25:03.6047230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:25:03.6048176Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:25:03.6048963Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:25:03.6049994Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:25:03.6051411Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:25:03.6052469Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:25:03.6053893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:25:03.6054702Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:25:03.6055530Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:25:03.6056319Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:25:03.6057350Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:25:03.6058598Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:25:03.6059371Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:25:03.6060224Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:25:03.6061733Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:25:03.6063045Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:25:03.6064102Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:25:03.6065103Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:25:03.6066328Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:25:03.6067228Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:25:03.6068439Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:25:03.6069179Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:25:03.6070179Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:25:03.6084369Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:25:03.6085298Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:25:03.6086158Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:25:03.6087003Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:25:03.6087822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:25:03.6088594Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:25:03.6089371Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:25:03.6090159Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:25:03.6090938Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:25:03.6091681Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:25:03.6092464Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:25:03.6093523Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:25:03.6094383Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:25:03.6095218Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:25:03.6096126Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:25:03.6097432Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:25:03.6098554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:25:03.6099309Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:25:03.6100085Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:25:03.6100917Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:25:03.6101841Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:25:03.6102921Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:25:03.6104180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:25:03.6105202Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:25:03.6106452Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:25:03.6107164Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:25:03.6107792Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:25:03.6108379Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:25:03.6109018Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:25:03.6109692Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:25:03.6110402Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:25:03.6111577Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:25:03.6112906Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:25:03.6113619Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:25:03.6114244Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:25:03.6114778Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:25:03.6115244Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:25:03.6115889Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:25:03.6116769Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:25:03.6117524Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:25:03.6117907Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:25:03.6118316Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:25:03.6118725Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:25:03.6119280Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:25:03.6120100Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:25:03.6120902Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:25:03.6121336Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:25:03.6121797Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:25:03.6122361Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:25:03.6123304Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:25:03.6124479Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:25:03.6125328Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:25:03.6125953Z adding 'executorch/data/bin/flatc' 2025-03-21T20:25:03.6126530Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:25:03.6127236Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:25:03.6128110Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:25:03.6128830Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:25:03.6129490Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:25:03.6130263Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:25:03.6131072Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:25:03.6131642Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:25:03.6132586Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:25:03.6386159Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:25:03.6387293Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:25:03.6387960Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:25:03.6388888Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:25:03.6390001Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:25:03.6390764Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:25:03.6391390Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:25:03.6392312Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:25:03.6393331Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:25:03.6394284Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:25:03.6395262Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:25:03.6396033Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:25:03.6396872Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:25:03.6397706Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:25:03.6398531Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:25:03.6399296Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:25:03.6399940Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:25:03.6400751Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:25:03.6401563Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:25:03.6402295Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:25:03.6403113Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:25:03.6403940Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:25:03.6404725Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:25:03.6405525Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:25:03.6406373Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:25:03.6407304Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:25:03.6407913Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:25:03.6408474Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:25:03.6409057Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:25:03.6409779Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:25:03.6410768Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:25:03.6411582Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:25:03.6412588Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:25:03.6413708Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:25:03.6414432Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:25:03.6414964Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:25:03.6415429Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:25:03.6415887Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:25:03.6416370Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:25:03.6416960Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:25:03.6417962Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:25:03.6418974Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:25:03.6419583Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:25:03.6420144Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:25:03.6421067Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:25:03.6422063Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:25:03.6422639Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:25:03.6423299Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:25:03.6424030Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:25:03.6424762Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:25:03.6425578Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:25:03.6426431Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:25:03.6427222Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:25:03.6427976Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:25:03.6428786Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:25:03.6429718Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:25:03.6430848Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:25:03.6432241Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:25:03.6433663Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:25:03.6435144Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:25:03.6436377Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:25:03.6437684Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:25:03.6438892Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:25:03.6439542Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:25:03.6440050Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:25:03.6440608Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:25:03.6441474Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:25:03.6442344Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:25:03.6443121Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:25:03.6443936Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:25:03.6444596Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:25:03.6445228Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:25:03.6446109Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:25:03.6446917Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:25:03.6447413Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:25:03.6448292Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:25:03.6449864Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:25:03.6450766Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:25:03.6451607Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:25:03.6452415Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:25:03.6453190Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:25:03.6453648Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:25:03.6454118Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:25:03.6455020Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:25:03.6455996Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:25:03.6456993Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:25:03.6458067Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:25:03.6458856Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:25:03.6459949Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:25:03.6460929Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:25:03.6461903Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:25:03.6462649Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:25:03.6463564Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:25:03.6464867Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:25:03.6466204Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:25:03.6467456Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:25:03.6468660Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:25:03.6469915Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:25:03.6470859Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:25:03.6472068Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:25:03.6473187Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:25:03.6474462Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:25:03.6475802Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:25:03.6476877Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:25:03.6478031Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:25:03.6479302Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:25:03.6480718Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:25:03.6482241Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:25:03.6483684Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:25:03.6484613Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:25:03.6485813Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:25:03.6486888Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:25:03.6487907Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:25:03.6488458Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:25:03.6489365Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:25:03.6490561Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:25:03.6491480Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:25:03.6492453Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:25:03.6493590Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:25:03.6852252Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:25:03.6853302Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:25:03.6853977Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:25:03.6854576Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:25:03.6855425Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:25:03.6856722Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:25:03.6857768Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:25:03.6858423Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:25:03.6859095Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:25:03.6859840Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:25:03.6860460Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:25:03.6860912Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:25:03.6861461Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:25:03.6861906Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:25:03.6862371Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:25:03.6862870Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:25:03.6863323Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:25:03.6863765Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:25:03.6864221Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:25:03.6864701Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:25:03.6865187Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:25:03.6865715Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:25:03.6866206Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:25:03.6866680Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:25:03.6867166Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:25:03.6867660Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:25:03.6868137Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:25:03.6868653Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:25:03.6869193Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:25:03.6869695Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:25:03.6870242Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:25:03.6870773Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:25:03.6871291Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:25:03.6871803Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:25:03.6872283Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:25:03.6872771Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:25:03.6873213Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:25:03.6873640Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:25:03.6874094Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:25:03.6874591Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:25:03.6875334Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:25:03.6876006Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:25:03.6876479Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:25:03.6876948Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:25:03.6877431Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:25:03.6877834Z adding 'executorch/exir/__init__.py' 2025-03-21T20:25:03.6878292Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:25:03.6878848Z adding 'executorch/exir/common.py' 2025-03-21T20:25:03.6879423Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:25:03.6880041Z adding 'executorch/exir/delegate.py' 2025-03-21T20:25:03.6880593Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:25:03.6881047Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:25:03.6881538Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:25:03.6881914Z adding 'executorch/exir/error.py' 2025-03-21T20:25:03.6882245Z adding 'executorch/exir/graph.py' 2025-03-21T20:25:03.6882575Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:25:03.6882967Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:25:03.6883351Z adding 'executorch/exir/memory.py' 2025-03-21T20:25:03.6883703Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:25:03.6884074Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:25:03.6884415Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:25:03.6884785Z adding 'executorch/exir/print_program.py' 2025-03-21T20:25:03.6885149Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:25:03.6885500Z adding 'executorch/exir/schema.py' 2025-03-21T20:25:03.6885836Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:25:03.6886164Z adding 'executorch/exir/tensor.py' 2025-03-21T20:25:03.6886498Z adding 'executorch/exir/tracer.py' 2025-03-21T20:25:03.6886835Z adding 'executorch/exir/types.py' 2025-03-21T20:25:03.6887175Z adding 'executorch/exir/version.py' 2025-03-21T20:25:03.6887511Z adding 'executorch/exir/wrap.py' 2025-03-21T20:25:03.6887853Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:25:03.6888247Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:25:03.6888645Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:25:03.6889063Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:25:03.6889504Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:25:03.6889940Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:25:03.6890337Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:25:03.6890772Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:25:03.6891201Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:25:03.6891607Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:25:03.6892024Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:25:03.6892448Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:25:03.6892884Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:25:03.6893352Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:25:03.6893873Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:25:03.6894384Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:25:03.6894810Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:25:03.6895357Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:25:03.6896077Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:25:03.6896863Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:25:03.6897559Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:25:03.6898123Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:25:03.6898649Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:25:03.6899606Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:25:03.6900346Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:25:03.6901065Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:25:03.6902009Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:25:03.6903044Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:25:03.6904001Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:25:03.6904708Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:25:03.6905219Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:25:03.6905707Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:25:03.6906261Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:25:03.6906935Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:25:03.6907417Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:25:03.6908032Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:25:03.6908646Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:25:03.6909149Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:25:03.6909672Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:25:03.6910206Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:25:03.6910953Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:25:03.6911488Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:25:03.6911950Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:25:03.6912385Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:25:03.6912882Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:25:03.6913465Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:25:03.6914080Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:25:03.6914749Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:25:03.6915325Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:25:03.6915761Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:25:03.6916137Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:25:03.6916523Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:25:03.6916902Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:25:03.6917284Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:25:03.6917840Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:25:03.6918259Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:25:03.6918745Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:25:03.6919222Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:25:03.6919617Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:25:03.6920032Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:25:03.6920440Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:25:03.6920870Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:25:03.6921332Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:25:03.6921791Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:25:03.6922212Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:25:03.6922642Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:25:03.6923117Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:25:03.6923679Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:25:03.6924366Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:25:03.6924843Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:25:03.6925348Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:25:03.7826611Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:25:03.7827640Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:25:03.7828111Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:25:03.7828487Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:25:03.7828867Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:25:03.7829262Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:25:03.7829636Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:25:03.7829998Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:25:03.7830506Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:25:03.7830959Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:25:03.7831432Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:25:03.7832040Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:25:03.7832477Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:25:03.7832943Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:25:03.7833443Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:25:03.7833926Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:25:03.7834522Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:25:03.7835032Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:25:03.7835490Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:25:03.7835986Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:25:03.7836521Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:25:03.7837091Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:25:03.7837569Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:25:03.7838091Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:25:03.7838563Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:25:03.7839030Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:25:03.7839501Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:25:03.7839989Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:25:03.7840503Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:25:03.7841019Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:25:03.7841489Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:25:03.7841968Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:25:03.7842559Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:25:03.7843161Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:25:03.7843685Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:25:03.7844210Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:25:03.7844829Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:25:03.7845277Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:25:03.7845712Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:25:03.7846166Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:25:03.7846637Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:25:03.7847065Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:25:03.7847464Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:25:03.7848191Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:25:03.7848672Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:25:03.7849123Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:25:03.7849588Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:25:03.7849988Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:25:03.7850382Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:25:03.7850877Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:25:03.7851256Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:25:03.7851646Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:25:03.7852017Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:25:03.7852372Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:25:03.7852749Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:25:03.7853129Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:25:03.7853528Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:25:03.7853990Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:25:03.7854388Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:25:03.7854788Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:25:03.7855203Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:25:03.7855707Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:25:03.7856100Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:25:03.7856514Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:25:03.7857009Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:25:03.7857477Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:25:03.7857879Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:25:03.7858339Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:25:03.7858895Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:25:03.7859503Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:25:03.7860009Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:25:03.7860440Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:25:03.7860851Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:25:03.7861327Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:25:03.7861732Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:25:03.7862215Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:25:03.7862713Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:25:03.7863165Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:25:03.7863688Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:25:03.7864144Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:25:03.7864569Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:25:03.7864962Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:25:03.7865348Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:25:03.7865751Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:25:03.7866153Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:25:03.7866639Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:25:03.7867069Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:25:03.7867502Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:25:03.7867933Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:25:03.7868361Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:25:03.7868805Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:25:03.7869381Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:25:03.7869926Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:25:03.7870452Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:25:03.7870979Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:25:03.7871450Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:25:03.7871992Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:25:03.7872577Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:25:03.7873165Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:25:03.7873716Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:25:03.7874256Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:25:03.7874742Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:25:03.7875283Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:25:03.7875896Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:25:03.7876420Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:25:03.7876950Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:25:03.7877414Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:25:03.7877948Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:25:03.7878500Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:25:03.7879127Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:25:03.7879690Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:25:03.7880300Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:25:03.7880897Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:25:03.7881470Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:25:03.7882090Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:25:03.7882799Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:25:03.7883486Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:25:03.7884040Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:25:03.7884462Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:25:03.7884915Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:25:03.7885491Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:25:03.7885975Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:25:03.7886468Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:25:03.7886938Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:25:03.7887428Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:25:03.7887933Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:25:03.7888387Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:25:03.7888843Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:25:03.7889342Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:25:03.7889875Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:25:03.7890454Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:25:03.7891107Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:25:03.7891580Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:25:03.7892065Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:25:03.7892506Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:25:03.7893002Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:25:03.7893504Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:25:03.7894253Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:25:03.7894990Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:25:04.3339329Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:25:04.3340515Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:25:04.3341291Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:25:04.3342054Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:25:04.3342794Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-03-21T20:25:04.3343509Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-03-21T20:25:04.3344331Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-03-21T20:25:04.3345154Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-03-21T20:25:04.3345951Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-03-21T20:25:04.3346836Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-03-21T20:25:04.3347793Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-03-21T20:25:04.3348616Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-03-21T20:25:04.3349648Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-03-21T20:25:04.3350568Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-03-21T20:25:04.3351528Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-03-21T20:25:04.3352317Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-03-21T20:25:04.3352985Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-03-21T20:25:04.3353802Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-03-21T20:25:04.3354474Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-03-21T20:25:04.3355286Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-03-21T20:25:04.3356202Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-03-21T20:25:04.3356976Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-03-21T20:25:04.3357676Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-03-21T20:25:04.3358418Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-03-21T20:25:04.3359277Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-03-21T20:25:04.3360240Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-03-21T20:25:04.3361289Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-03-21T20:25:04.3362387Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-03-21T20:25:04.3363577Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-03-21T20:25:04.3364454Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-03-21T20:25:04.3365222Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:25:04.3366056Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:25:04.3366983Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:25:04.3367468Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:25:04.3367956Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:25:04.3368657Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:25:04.3369301Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:25:04.3369850Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:25:04.3370340Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:25:04.3370826Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:25:04.3371327Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:25:04.3371874Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:25:04.3372550Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:25:04.3373210Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:25:04.3373784Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:25:04.3374478Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:25:04.3375201Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:25:04.3376121Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:25:04.3376902Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:25:04.3377542Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:25:04.3378129Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:25:04.3378737Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:25:04.3379343Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:25:04.3380160Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:25:04.3380849Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:25:04.3381570Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:25:04.3382184Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:25:04.3382856Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:25:04.3383463Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:25:04.3383961Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:25:04.3384461Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:25:04.3384994Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:25:04.3385716Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:25:04.3386442Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:25:04.3387091Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:25:04.3387705Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:25:04.3388338Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:25:04.3389009Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:25:04.3389699Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:25:04.3390203Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:25:04.3390751Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:25:04.3391320Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:25:04.3392057Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:25:04.3392960Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:25:04.3393778Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:25:04.3394558Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:25:04.3395376Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:25:04.3396100Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:25:04.3396861Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:25:04.3397764Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:25:04.3398508Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:25:04.3399185Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:25:04.3400072Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:25:04.3400835Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:25:04.3401566Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:25:04.3402220Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:25:04.3402919Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:25:04.3403561Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:25:04.3404217Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:25:04.3404921Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:25:04.3405585Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:25:04.3406280Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:25:04.3406942Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:25:04.3407605Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:25:04.3408294Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:25:04.3409106Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:25:04.3409879Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:25:04.3410671Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:25:04.3411487Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:25:04.3412287Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:25:07.1957592Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:25:07.1959080Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:25:07.1960579Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:25:07.1962118Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:25:07.1963741Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:25:07.1965285Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:25:07.1966579Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:25:07.1967782Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:25:07.1968994Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:25:07.1971601Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:25:07.1972817Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:25:07.1973879Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:25:07.1974865Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:25:07.1977039Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:25:07.1978155Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:25:07.1979259Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:25:07.1980243Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:25:07.1981320Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:25:07.1982352Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:25:07.1983416Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:25:07.1984404Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:25:07.1985400Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:25:07.1986438Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:25:07.1987412Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:25:07.1988272Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:25:07.1989139Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:25:07.1990012Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:25:07.1991152Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:25:07.1992313Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:25:07.1993321Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:25:07.1994151Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:25:07.1994984Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:25:07.1995750Z adding 'executorch/schema/program.fbs' 2025-03-21T20:25:07.1996461Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:25:07.1997274Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:25:07.1998176Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:25:07.1998827Z adding 'executorch/util/collect_env.py' 2025-03-21T20:25:07.1999408Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:25:07.2000045Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:25:07.2000722Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:25:07.2001406Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:25:07.2002113Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:25:07.2002889Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:25:07.2003602Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:25:07.2004215Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:25:07.2005242Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:25:07.2006773Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8540631 sha256=7424d9f39a11c2b03606b5df06ae5dd626dc0823a2ce721db156a6888b26c97c 2025-03-21T20:25:07.2008747Z Stored in directory: /tmp/pip-ephem-wheel-cache-ndx9014p/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:25:07.2009825Z Successfully built executorch 2025-03-21T20:25:07.2010807Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:25:07.2011958Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:25:07.2012847Z Attempting uninstall: pytest 2025-03-21T20:25:07.2013514Z Found existing installation: pytest 7.2.0 2025-03-21T20:25:07.2014080Z Uninstalling pytest-7.2.0: 2025-03-21T20:25:07.2014699Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:25:07.2015485Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:25:07.2016580Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:25:07.2017909Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:25:07.2019062Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:25:07.2020326Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:25:07.2021762Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:25:07.2022726Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:25:07.2023461Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:25:07.2024251Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:25:07.2024990Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:25:07.2026403Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T20:25:07.2027665Z + pip list 2025-03-21T20:25:07.2028169Z Package Version Editable project location 2025-03-21T20:25:07.2028941Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:25:07.2029606Z alabaster 0.7.16 2025-03-21T20:25:07.2030075Z attrs 25.3.0 2025-03-21T20:25:07.2030553Z babel 2.17.0 2025-03-21T20:25:07.2031023Z beautifulsoup4 4.13.3 2025-03-21T20:25:07.2031519Z breathe 4.34.0 2025-03-21T20:25:07.2031974Z bs4 0.0.2 2025-03-21T20:25:07.2032404Z certifi 2025.1.31 2025-03-21T20:25:07.2032896Z charset-normalizer 3.4.1 2025-03-21T20:25:07.2033377Z cmake 3.31.6 2025-03-21T20:25:07.2033861Z contourpy 1.3.1 2025-03-21T20:25:07.2034326Z coverage 7.7.0 2025-03-21T20:25:07.2034756Z cycler 0.12.1 2025-03-21T20:25:07.2035219Z docutils 0.16 2025-03-21T20:25:07.2035705Z exceptiongroup 1.2.2 2025-03-21T20:25:07.2036193Z execnet 2.1.1 2025-03-21T20:25:07.2036697Z executorch 0.6.0a0+be92d7d 2025-03-21T20:25:07.2037205Z exhale 0.2.3 2025-03-21T20:25:07.2037700Z expecttest 0.1.6 2025-03-21T20:25:07.2038183Z filelock 3.18.0 2025-03-21T20:25:07.2038681Z flatbuffers 25.2.10 2025-03-21T20:25:07.2039188Z fonttools 4.56.0 2025-03-21T20:25:07.2039650Z fsspec 2025.3.0 2025-03-21T20:25:07.2040176Z huggingface-hub 0.29.3 2025-03-21T20:25:07.2040711Z hypothesis 6.84.2 2025-03-21T20:25:07.2041213Z idna 3.10 2025-03-21T20:25:07.2041696Z imagesize 1.4.1 2025-03-21T20:25:07.2042171Z iniconfig 2.1.0 2025-03-21T20:25:07.2042654Z Jinja2 3.1.6 2025-03-21T20:25:07.2043159Z kiwisolver 1.4.8 2025-03-21T20:25:07.2043664Z lxml 5.3.1 2025-03-21T20:25:07.2044182Z markdown-it-py 2.2.0 2025-03-21T20:25:07.2044676Z MarkupSafe 3.0.2 2025-03-21T20:25:07.2045187Z matplotlib 3.10.1 2025-03-21T20:25:07.2045715Z mdit-py-plugins 0.3.5 2025-03-21T20:25:07.2046242Z mdurl 0.1.2 2025-03-21T20:25:07.2046912Z mpmath 1.3.0 2025-03-21T20:25:07.2047504Z myst-parser 0.18.1 2025-03-21T20:25:07.2048143Z networkx 3.4.2 2025-03-21T20:25:07.2048740Z numpy 2.2.4 2025-03-21T20:25:07.2049353Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:25:07.2049988Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:25:07.2050648Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:25:07.2051296Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:25:07.2051927Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:25:07.2052536Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:25:07.2053161Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:25:07.2053789Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:25:07.2054431Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:25:07.2055046Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:25:07.2055653Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:25:07.2056278Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:25:07.2056880Z packaging 24.2 2025-03-21T20:25:07.2057439Z pandas 2.2.3 2025-03-21T20:25:07.2058003Z parameterized 0.9.0 2025-03-21T20:25:07.2058624Z pillow 11.1.0 2025-03-21T20:25:07.2059232Z pip 25.0 2025-03-21T20:25:07.2059841Z pluggy 1.5.0 2025-03-21T20:25:07.2060461Z Pygments 2.19.1 2025-03-21T20:25:07.2061091Z pyparsing 3.2.1 2025-03-21T20:25:07.2061803Z pytest 8.3.5 2025-03-21T20:25:07.2062411Z pytest-cov 4.1.0 2025-03-21T20:25:07.2063063Z pytest-rerunfailures 15.0 2025-03-21T20:25:07.2063622Z pytest-xdist 3.6.1 2025-03-21T20:25:07.2064168Z python-dateutil 2.9.0.post0 2025-03-21T20:25:07.2064914Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:25:07.2065700Z pytz 2025.1 2025-03-21T20:25:07.2066292Z PyYAML 6.0.1 2025-03-21T20:25:07.2066887Z regex 2024.11.6 2025-03-21T20:25:07.2067503Z requests 2.32.3 2025-03-21T20:25:07.2068111Z ruamel.yaml 0.17.32 2025-03-21T20:25:07.2068735Z ruamel.yaml.clib 0.2.12 2025-03-21T20:25:07.2069337Z safetensors 0.5.3 2025-03-21T20:25:07.2069946Z setuptools 75.8.0 2025-03-21T20:25:07.2070465Z six 1.17.0 2025-03-21T20:25:07.2070995Z snowballstemmer 2.2.0 2025-03-21T20:25:07.2071537Z sortedcontainers 2.4.0 2025-03-21T20:25:07.2072062Z soupsieve 2.6 2025-03-21T20:25:07.2072578Z Sphinx 5.3.0 2025-03-21T20:25:07.2073103Z sphinx-copybutton 0.5.0 2025-03-21T20:25:07.2073611Z sphinx_design 0.4.1 2025-03-21T20:25:07.2074121Z sphinx-gallery 0.14.0 2025-03-21T20:25:07.2074710Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:25:07.2075289Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:25:07.2076064Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:25:07.2076631Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:25:07.2077176Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:25:07.2077768Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:25:12.5571070Z sympy 1.13.3 2025-03-21T20:25:12.5571714Z tabulate 0.9.0 2025-03-21T20:25:12.5572440Z timm 1.0.7 2025-03-21T20:25:12.5572920Z tokenizers 0.21.1 2025-03-21T20:25:12.5573420Z tomli 2.0.1 2025-03-21T20:25:12.5573960Z torch 2.7.0a0+git295f2ed 2025-03-21T20:25:12.5574550Z torchao 0.10.0+git64bcf4c 2025-03-21T20:25:12.5575169Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:25:12.5575928Z torchsr 1.0.4 2025-03-21T20:25:12.5576966Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:25:12.5577562Z tqdm 4.67.1 2025-03-21T20:25:12.5578090Z transformers 4.47.1 2025-03-21T20:25:12.5578590Z triton 3.0.0 2025-03-21T20:25:12.5579072Z typing_extensions 4.12.2 2025-03-21T20:25:12.5579594Z tzdata 2025.1 2025-03-21T20:25:12.5580116Z urllib3 2.3.0 2025-03-21T20:25:12.5580641Z wheel 0.45.1 2025-03-21T20:25:12.5581158Z zstd 1.5.5.1 2025-03-21T20:25:12.5581755Z + build_executorch_runner cmake Release 2025-03-21T20:25:12.5582283Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:25:12.5582745Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:25:12.5583241Z + build_executorch_runner_cmake Release 2025-03-21T20:25:12.5583792Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:25:12.5584301Z + clean_executorch_install_folders 2025-03-21T20:25:12.5584851Z + ./install_executorch.sh --clean 2025-03-21T20:25:12.5585388Z Cleaning build artifacts... 2025-03-21T20:25:12.5585862Z Cleaning pip-out/... 2025-03-21T20:25:12.5586309Z Cleaning cmake-out/... 2025-03-21T20:25:12.5598770Z Done cleaning build artifacts. 2025-03-21T20:25:12.5599417Z + mkdir cmake-out 2025-03-21T20:25:12.5599835Z + pushd cmake-out 2025-03-21T20:25:12.5600356Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:25:12.5601018Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:25:12.5601486Z + CXXFLAGS= 2025-03-21T20:25:12.5601860Z + CXXFLAGS= 2025-03-21T20:25:12.5602450Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:25:12.5603362Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:25:12.5604145Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:25:12.5604804Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:25:12.5605461Z -- Detecting C compiler ABI info 2025-03-21T20:25:12.5605973Z -- Detecting C compiler ABI info - done 2025-03-21T20:25:12.5606694Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:25:12.5607414Z -- Detecting C compile features 2025-03-21T20:25:12.5607969Z -- Detecting C compile features - done 2025-03-21T20:25:12.5608557Z -- Detecting CXX compiler ABI info 2025-03-21T20:25:12.5609096Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:25:12.5609821Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:25:12.5610553Z -- Detecting CXX compile features 2025-03-21T20:25:12.5611128Z -- Detecting CXX compile features - done 2025-03-21T20:25:12.5612566Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:12.5613868Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:12.5614629Z CMake. 2025-03-21T20:25:12.5614854Z 2025-03-21T20:25:12.5615290Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:12.5616386Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:12.5617303Z to work with policies introduced by or earlier. 2025-03-21T20:25:12.5617792Z 2025-03-21T20:25:12.5618059Z  2025-03-21T20:25:12.5619222Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:12.5620574Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:12.5621455Z CMake. 2025-03-21T20:25:12.5621671Z 2025-03-21T20:25:12.5622103Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:12.5623106Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:12.5623979Z to work with policies introduced by or earlier. 2025-03-21T20:25:12.5624441Z 2025-03-21T20:25:12.5624703Z  2025-03-21T20:25:12.5625171Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:25:12.5626030Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:25:12.5626815Z -- Found Threads: TRUE 2025-03-21T20:25:12.5628179Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:12.5629671Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:12.5630510Z CMake. 2025-03-21T20:25:12.5630753Z 2025-03-21T20:25:12.5631190Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:12.5632279Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:12.5633212Z to work with policies introduced by or earlier. 2025-03-21T20:25:12.5633714Z 2025-03-21T20:25:12.5633939Z  2025-03-21T20:25:12.5634357Z -- Using python executable 'python' 2025-03-21T20:25:12.5634953Z -- Resolved buck2 as buck2. 2025-03-21T20:25:12.5635469Z -- Killing buck2 daemon 2025-03-21T20:25:12.5636258Z 'buck2 killall' 2025-03-21T20:25:12.5636722Z -- executorch: Generating source lists 2025-03-21T20:25:12.5637642Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:25:12.5638877Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:25:12.5639766Z -- executorch: Using PAL default 'posix' 2025-03-21T20:25:12.5640333Z -- Generating operator lib: 2025-03-21T20:25:12.5640835Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:12.5641531Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:12.5642275Z -- ROOT_OPS: 2025-03-21T20:25:12.5642688Z -- INCLUDE_ALL_OPS: 2025-03-21T20:25:12.5645082Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:25:12.5647209Z -- Generating kernel bindings: 2025-03-21T20:25:12.5647768Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:12.5648477Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:12.5649266Z -- CUSTOM_OPS_YAML: 2025-03-21T20:25:12.5649754Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:25:12.5652929Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:25:12.5655687Z -- Generating operator lib: 2025-03-21T20:25:12.5656195Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:12.5656688Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:25:12.5657218Z -- DEPS: executorch 2025-03-21T20:25:12.5658295Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:25:12.5659524Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:12.5660290Z CMake. 2025-03-21T20:25:12.5660494Z 2025-03-21T20:25:12.5660901Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:12.5661970Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:12.5662851Z to work with policies introduced by or earlier. 2025-03-21T20:25:12.5663319Z 2025-03-21T20:25:12.5663571Z  2025-03-21T20:25:12.5663964Z -- Looking for C++ include unistd.h 2025-03-21T20:25:12.5664558Z -- Looking for C++ include unistd.h - found 2025-03-21T20:25:12.5665130Z -- Looking for C++ include stdint.h 2025-03-21T20:25:12.5665666Z -- Looking for C++ include stdint.h - found 2025-03-21T20:25:12.5666272Z -- Looking for C++ include inttypes.h 2025-03-21T20:25:12.5666893Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:25:12.5667465Z -- Looking for C++ include sys/types.h 2025-03-21T20:25:12.5667816Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:25:12.5668320Z -- Looking for C++ include sys/stat.h 2025-03-21T20:25:12.5668746Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:25:12.5669174Z -- Looking for C++ include fnmatch.h 2025-03-21T20:25:12.5669699Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:25:12.5670474Z -- Looking for C++ include stddef.h 2025-03-21T20:25:12.5671004Z -- Looking for C++ include stddef.h - found 2025-03-21T20:25:12.5671574Z -- Check size of uint32_t 2025-03-21T20:25:12.5672073Z -- Check size of uint32_t - done 2025-03-21T20:25:12.5672564Z -- Looking for strtoll 2025-03-21T20:25:12.5673006Z -- Looking for strtoll - found 2025-03-21T20:25:12.5673482Z -- 2025-03-21T20:25:12.5673864Z -- ******** Summary ******** 2025-03-21T20:25:12.5674413Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:25:12.5675038Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:25:12.5675784Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:25:12.5676404Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:25:12.5677003Z -- BUCK2 : buck2 2025-03-21T20:25:12.5677600Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:25:12.5678504Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:25:12.5679454Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:25:12.5680156Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:25:12.5680858Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:25:12.5681530Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:25:12.5682211Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:25:12.5682855Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:25:12.5683499Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:25:12.5684121Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:25:12.5684772Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:25:12.5685431Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:25:12.5686113Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:25:12.5686801Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:25:12.5687466Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:25:12.5688118Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:25:12.5688798Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:25:12.5689474Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:25:12.5690157Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:25:12.5690815Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:25:12.5691459Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:25:12.5692112Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:25:12.5692771Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:25:12.5693433Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:25:12.5694138Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:25:12.5694853Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:25:12.5695519Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:25:12.5696010Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:25:12.5696381Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:25:12.5696766Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:25:12.5697145Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:25:12.5697522Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:25:12.5697901Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:25:12.5698266Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:25:12.5698643Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:25:12.5699008Z -- Configuring done (4.9s) 2025-03-21T20:25:12.5699308Z -- Generating done (0.1s) 2025-03-21T20:25:12.5699699Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:25:12.5700291Z + popd 2025-03-21T20:25:12.5700537Z /pytorch/executorch 2025-03-21T20:25:12.5700879Z ++ uname 2025-03-21T20:25:12.5701125Z + '[' Linux == Darwin ']' 2025-03-21T20:25:12.5701480Z ++ nproc 2025-03-21T20:25:12.5701698Z + CMAKE_JOBS=7 2025-03-21T20:25:12.5701968Z + cmake --build cmake-out -j 7 2025-03-21T20:25:12.5702454Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:25:12.5703207Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:25:13.8373779Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:25:13.8375840Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:25:13.8377742Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:25:13.8379492Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:25:13.8381000Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:25:13.8382201Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:25:13.8382679Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:25:13.8383159Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:25:13.8383662Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:25:13.8384090Z CMake Warning: 2025-03-21T20:25:13.8384468Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:25:13.8384836Z 2025-03-21T20:25:13.8385018Z  2025-03-21T20:25:13.8385454Z fatal: No names found, cannot describe anything. 2025-03-21T20:25:13.8386255Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:25:13.8386907Z git describe failed with exit code: 128 2025-03-21T20:25:13.8387306Z 2025-03-21T20:25:13.8387643Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:25:13.8388297Z Call Stack (most recent call first): 2025-03-21T20:25:13.8388842Z CMakeLists.txt:5 (include) 2025-03-21T20:25:13.8389192Z 2025-03-21T20:25:13.8389419Z  2025-03-21T20:25:13.8389850Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:25:13.8391269Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:25:13.8393145Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:25:13.8395724Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:25:13.8397614Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:25:13.8399092Z [ 3%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:25:13.8400541Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:25:13.8401625Z [ 4%] Built target gflags_nothreads_static 2025-03-21T20:25:13.8402893Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:25:13.8404724Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:25:13.8406618Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:25:13.8409374Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:25:13.8412995Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:25:13.8414146Z -- Detecting CXX compiler ABI info 2025-03-21T20:25:13.8415834Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:25:13.8418218Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:25:13.8420164Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:25:13.8422010Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:25:13.8423114Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:25:13.8423858Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:25:13.8424272Z [ 6%] Built target pthreadpool 2025-03-21T20:25:13.8425041Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:25:13.8426039Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:25:13.8427085Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:25:13.8428082Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:25:13.8429539Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:25:13.8430601Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:25:13.8431673Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:25:13.8432944Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:25:13.8434306Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:25:13.8434978Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:25:13.8435743Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:25:13.8437005Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:25:13.8438084Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:25:13.8438957Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:25:13.8439637Z -- Detecting CXX compile features 2025-03-21T20:25:13.8439968Z -- Detecting CXX compile features - done 2025-03-21T20:25:13.8440311Z -- Looking for strtof_l 2025-03-21T20:25:13.8441166Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:25:13.8442613Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:25:13.8443690Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:25:13.8444900Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:25:13.8446666Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:25:13.8448009Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:25:13.8449741Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:25:13.8451501Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:25:13.8453404Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:25:13.8455340Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:25:13.8457148Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:25:13.8458784Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:25:13.8460402Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:25:13.8462221Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:25:13.8463996Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:25:13.8465639Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:25:13.8466676Z -- Looking for strtof_l - found 2025-03-21T20:25:13.8467122Z -- Looking for strtoull_l 2025-03-21T20:25:13.8467687Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:25:13.8468225Z [ 13%] Built target cpuinfo 2025-03-21T20:25:13.8468860Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:25:13.8469467Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:25:13.8469962Z -- Looking for strtoull_l - found 2025-03-21T20:25:13.8470424Z -- Looking for realpath 2025-03-21T20:25:13.8470826Z -- Looking for realpath - found 2025-03-21T20:25:13.8471388Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:25:13.8472010Z -- Configuring done (1.0s) 2025-03-21T20:25:13.8472443Z -- Generating done (0.0s) 2025-03-21T20:25:13.8473126Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:25:13.8474086Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:25:13.8475034Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:25:13.8476418Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:25:13.8477476Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:25:13.8478496Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:25:13.8479538Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:25:13.8480643Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:25:13.8481763Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:25:13.8482896Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:25:13.8484013Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:25:13.8485159Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:25:16.6894090Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:25:16.6895494Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:25:16.6896714Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:25:16.6897885Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:25:16.6899103Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:25:16.6900339Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:25:16.6901666Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:25:16.6903481Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:25:16.6904684Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:25:16.6905970Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:25:16.6907243Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:25:16.6908622Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:25:16.6910025Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:25:16.6911276Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:25:16.6912434Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:25:16.6913571Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:25:16.6914865Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:25:16.6916210Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:25:16.6917509Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:25:16.6918709Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:25:16.6919914Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:25:16.6921263Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:25:16.6922699Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:25:16.6924130Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:25:16.6925609Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:25:16.6927131Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:25:16.6928554Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:25:16.6929635Z [100%] Linking CXX executable flatc 2025-03-21T20:25:16.6930288Z [100%] Built target flatc 2025-03-21T20:25:16.6930983Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:25:16.6931761Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:25:16.6932374Z [ 13%] Built target flatbuffers 2025-03-21T20:25:16.6933084Z [ 13%] Generating common_schema headers 2025-03-21T20:25:16.6933738Z [ 13%] Built target common_schema 2025-03-21T20:25:16.6934472Z [ 13%] Generating program_schema headers 2025-03-21T20:25:16.6935130Z [ 13%] Built target program_schema 2025-03-21T20:25:16.6936257Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:25:16.6937815Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:25:16.6939561Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:25:16.6941609Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:25:16.6943385Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:25:16.6944887Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:25:16.6946257Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:25:16.6947672Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:25:16.6949279Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:25:16.6950807Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:25:16.6952256Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:25:16.6953826Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:25:16.6955474Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:25:16.6957060Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:25:16.6958512Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:25:16.6959856Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:25:16.6961288Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:25:16.6962696Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:25:16.6964052Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:25:16.6965514Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:25:16.6966700Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:25:16.6967357Z [ 18%] Built target executorch_core 2025-03-21T20:25:16.6968376Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:25:16.6969730Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:25:16.6971237Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:25:16.6972915Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:25:16.6974654Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:25:16.6978106Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:25:16.6979994Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:25:16.6981560Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:25:16.6982369Z [ 20%] Built target extension_threadpool 2025-03-21T20:25:16.6983219Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:25:16.6983922Z [ 20%] Built target executorch 2025-03-21T20:25:16.6985194Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:25:16.6987125Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:25:16.6988880Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:25:16.6990714Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:25:16.6992538Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:25:16.6994160Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:25:16.6995948Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:25:16.6997683Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:25:16.6999629Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:25:16.7001259Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:25:16.7002939Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:25:16.7004658Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:25:16.7006376Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:25:16.7008061Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:25:16.7009630Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:25:16.7011171Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:25:16.7012692Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:25:16.7014311Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:25:16.7016072Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:25:16.7017754Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:25:16.7019507Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:25:18.8271700Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:25:18.8273526Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:25:18.8275389Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:25:18.8277502Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:25:18.8279421Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:25:18.8281351Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:25:18.8283280Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:25:18.8285099Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:25:18.8286838Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:25:18.8288689Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:25:18.8290526Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:25:18.8292252Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:25:18.8294014Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:25:18.8295821Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:25:18.8297731Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:25:18.8299634Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:25:18.8301597Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:25:18.8303872Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:25:18.8305745Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:25:18.8307668Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:25:18.8309486Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:25:18.8311134Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:25:18.8312858Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:25:18.8314844Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:25:18.8316757Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:25:18.8318599Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:25:18.8320554Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:25:18.8322482Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:25:18.8324303Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:25:18.8326120Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:25:18.8328032Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:25:18.8329960Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:25:18.8331991Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:25:18.8334040Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:25:18.8335932Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:25:18.8337726Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:25:18.8339610Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:25:18.8341679Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:25:18.8343715Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:25:18.8345738Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:25:18.8347677Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:25:18.8349438Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:25:18.8351162Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:25:18.8352881Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:25:18.8354699Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:25:18.8356529Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:25:18.8358615Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:25:18.8360616Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:25:18.8362615Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:25:18.8364467Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:25:18.8366288Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:25:18.8368089Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:18.8369887Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:25:18.8371645Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:25:18.8373358Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:25:18.8375207Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:25:18.8377311Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:25:18.8379367Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:25:18.8381349Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:25:18.8383169Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:25:18.8384986Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:25:18.8386923Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:25:18.8388722Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:25:18.8390431Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:25:18.8392117Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:25:18.8393827Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:25:18.8395577Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:25:18.8397280Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:25:18.8399027Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:25:18.8401093Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:25:18.8403114Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:25:18.8404800Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:25:18.8406304Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:25:18.8407812Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:25:20.9123154Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:25:20.9124920Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:25:20.9127166Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:25:20.9129857Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:25:20.9131602Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:25:20.9133260Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:25:20.9134311Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:25:20.9135292Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:25:20.9136224Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:25:20.9137209Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:25:20.9138237Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:25:20.9139251Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:25:20.9140197Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:25:20.9141180Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:20.9142283Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:25:20.9143230Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:25:20.9144127Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:25:20.9145033Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:25:20.9146012Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:25:20.9146995Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:25:20.9148018Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:25:20.9149042Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:25:20.9150028Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:25:20.9150963Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:25:20.9151942Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:25:20.9152965Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:25:20.9153919Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:25:20.9154873Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:25:20.9155819Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:25:20.9156770Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:25:20.9157707Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:25:20.9158856Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:25:20.9159893Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:25:20.9160899Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:25:20.9161855Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:25:20.9162814Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:25:20.9163785Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:25:20.9164748Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:25:20.9165710Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:25:20.9166724Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:25:20.9167721Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:25:20.9168699Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:25:20.9169649Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:25:20.9170534Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:25:20.9171451Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:25:20.9172403Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:25:20.9173387Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:25:20.9174369Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:25:20.9175346Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:25:20.9176805Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:25:20.9177741Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:25:20.9178718Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:25:20.9180211Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:25:20.9182038Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:25:20.9183351Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:25:20.9184970Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:25:20.9186282Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:25:20.9187339Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:25:20.9188880Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:25:20.9190280Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:25:20.9192139Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:25:20.9193573Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:25:20.9195222Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:25:20.9196557Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:25:20.9197867Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:25:20.9199052Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:25:20.9200367Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:25:20.9201753Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:25:20.9203040Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:25:20.9204475Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:25:20.9205989Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:25:20.9207579Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:25:20.9209050Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:25:22.9474868Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:25:22.9476664Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:25:22.9478176Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:25:22.9479762Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:25:22.9481388Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:25:22.9483173Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:25:22.9485020Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:25:22.9486777Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:25:22.9488578Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:25:22.9490439Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:25:22.9492366Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:25:22.9494302Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:25:22.9496127Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:25:22.9497903Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:25:22.9499775Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:25:22.9501662Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:25:22.9503749Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:25:22.9505559Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:25:22.9507467Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:25:22.9509455Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:25:22.9511365Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:25:22.9513200Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:25:22.9514978Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:25:22.9516776Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:25:22.9518612Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:25:22.9520509Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:25:22.9522367Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:25:22.9524275Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:25:22.9526183Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:25:22.9528227Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:25:22.9530299Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:25:22.9532072Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:25:22.9534097Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:25:22.9536156Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:25:22.9537997Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:25:22.9539753Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:25:22.9541727Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:25:22.9543584Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:25:22.9545300Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:25:22.9547008Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:25:22.9548844Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:25:22.9550678Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:25:22.9552631Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:25:22.9554406Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:25:22.9556454Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:25:22.9558281Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:25:22.9559929Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:25:22.9561672Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:25:22.9563390Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:25:22.9565156Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:25:22.9566184Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:25:22.9567202Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:25:22.9568420Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:25:22.9569463Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:25:22.9570458Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:25:22.9571439Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:25:22.9572433Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:25:22.9573396Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:25:22.9574294Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:25:22.9575244Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:25:22.9576638Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:25:22.9577639Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:25:22.9578591Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:25:22.9579614Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:25:22.9580653Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:25:22.9581712Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:25:22.9582742Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:25:22.9583747Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:25:22.9584722Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:25:22.9585816Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:25:22.9586906Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:25:25.0057662Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:25:25.0059719Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:25:25.0062183Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:25:25.0064083Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:25:25.0065948Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:25:25.0067685Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:25:25.0069488Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:25:25.0071337Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:25:25.0073322Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:25:25.0075761Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:25:25.0077980Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:25:25.0079895Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:25:25.0081889Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:25:25.0083917Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:25:25.0085755Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:25:25.0087609Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:25:25.0089516Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:25:25.0091379Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:25:25.0093574Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:25:25.0095545Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:25:25.0097485Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:25:25.0099563Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:25:25.0101840Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:25:25.0103860Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:25:25.0105843Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:25:25.0107883Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:25:25.0109824Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:25:25.0111748Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:25:25.0113573Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:25:25.0115379Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:25:25.0117575Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:25:25.0119406Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:25:25.0121316Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:25:25.0123113Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:25:25.0124814Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:25:25.0126548Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:25:25.0128468Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:25:25.0130435Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:25:25.0132480Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:25:25.0134266Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:25:25.0135971Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:25:25.0137726Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:25:25.0139468Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:25:25.0141403Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:25:25.0143394Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:25:25.0145552Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:25:25.0147513Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:25:25.0149240Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:25:25.0151052Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:25:25.0152913Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:25:25.0154792Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:25:25.0156759Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:25:25.0158774Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:25:25.0160632Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:25:25.0162463Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:25:25.0164329Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:25:25.0166061Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:25:25.0167726Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:25:25.0169656Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:25:25.0171732Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:25:25.0173968Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:25:25.0176152Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:25:25.0178289Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:25:25.0180530Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:25:25.0182662Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:25:25.0184597Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:25:25.0186457Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:25:25.0188302Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:25:25.0190232Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:25:25.0192226Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:25:25.0194539Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:25:25.0196529Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:25:29.2240223Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:25:29.2241253Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:25:29.2242285Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:25:29.2243256Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:25:29.2244262Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:25:29.2245288Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:25:29.2246293Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:25:29.2247346Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:25:29.2248370Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:25:29.2249371Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:25:29.2250398Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:25:29.2251448Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:25:29.2252465Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:25:29.2253514Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:25:29.2254628Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:25:29.2255756Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:25:29.2257101Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:25:29.2258120Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:25:29.2259139Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:25:29.2260191Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:25:29.2261779Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:25:29.2262777Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:25:29.2263754Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:25:29.2264746Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:25:29.2265825Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:25:29.2266914Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:25:29.2268098Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:25:29.2269473Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:25:29.2270459Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:25:29.2271678Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:25:29.2272928Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:25:29.2274073Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:25:29.2275199Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:25:29.2276492Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:25:29.2277596Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:25:29.2278437Z [ 95%] Linking CXX static library libportable_kernels.a 2025-03-21T20:25:29.2279302Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:25:29.2280379Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:25:29.2281442Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:25:29.2282527Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:25:29.2283741Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:25:29.2284873Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:25:29.2285588Z [ 97%] Built target portable_kernels 2025-03-21T20:25:29.2286494Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:25:29.2287671Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:25:29.2288736Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:25:29.2289573Z [ 98%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:25:29.2290474Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:25:29.2291547Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:25:29.2292619Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:25:29.2293394Z [ 99%] Generating code for kernel registration 2025-03-21T20:25:29.2293998Z [ 99%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:25:29.2294484Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:25:29.2295555Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:25:29.2296498Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:25:29.2296928Z [ 99%] Built target portable_ops_lib 2025-03-21T20:25:29.2297617Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:25:29.2298639Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:25:29.2299642Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:29.2300542Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:25:29.2301549Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:25:29.2302572Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:25:29.2303332Z [100%] Linking CXX executable executor_runner 2025-03-21T20:25:29.2303727Z [100%] Built target executor_runner 2025-03-21T20:25:29.2304045Z + [[ '' == *main* ]] 2025-03-21T20:25:29.2304294Z + [[ '' == *gh* ]] 2025-03-21T20:25:29.2304569Z + PYTHON_EXECUTABLE=python 2025-03-21T20:25:29.2304926Z + bash examples/models/llama/install_requirements.sh 2025-03-21T20:25:29.2305372Z Collecting tiktoken 2025-03-21T20:25:29.2305898Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-03-21T20:25:29.2306474Z Collecting sentencepiece 2025-03-21T20:25:29.2307060Z Downloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:25:29.2307938Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-03-21T20:25:29.2308528Z Collecting snakeviz 2025-03-21T20:25:29.2308898Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-03-21T20:25:29.2309338Z Collecting lm_eval==0.4.5 2025-03-21T20:25:29.2309703Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-03-21T20:25:29.2310117Z Collecting blobfile 2025-03-21T20:25:29.2310482Z Downloading blobfile-3.0.0-py3-none-any.whl.metadata (15 kB) 2025-03-21T20:25:29.2310952Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-03-21T20:25:29.2311436Z Downloading accelerate-1.5.2-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:25:29.2311885Z Collecting evaluate (from lm_eval==0.4.5) 2025-03-21T20:25:29.2312333Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:25:29.2312910Z Collecting datasets>=2.16.0 (from lm_eval==0.4.5) 2025-03-21T20:25:29.2313443Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:25:31.6213872Z Collecting jsonlines (from lm_eval==0.4.5) 2025-03-21T20:25:31.6214413Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-03-21T20:25:31.6214889Z Collecting numexpr (from lm_eval==0.4.5) 2025-03-21T20:25:31.6215608Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) 2025-03-21T20:25:31.6216292Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-03-21T20:25:31.6216732Z Downloading peft-0.15.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:25:31.6217189Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-03-21T20:25:31.6217659Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-03-21T20:25:31.6218122Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-03-21T20:25:31.6218615Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-03-21T20:25:31.6219167Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-03-21T20:25:31.6219569Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-03-21T20:25:31.6220178Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:25:31.6220648Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-03-21T20:25:31.6221142Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-03-21T20:25:31.6221716Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-03-21T20:25:31.6222367Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-03-21T20:25:31.6222988Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-03-21T20:25:31.6223372Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-03-21T20:25:31.6223812Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:25:31.6224709Z [?25hRequirement already satisfied: torch>=1.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.7.0a0+git295f2ed) 2025-03-21T20:25:31.6225486Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-03-21T20:25:31.6226010Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-03-21T20:25:31.6226853Z Requirement already satisfied: transformers>=4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.47.1) 2025-03-21T20:25:31.6227571Z Collecting zstandard (from lm_eval==0.4.5) 2025-03-21T20:25:31.6228167Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2025-03-21T20:25:31.6228772Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:25:31.6229182Z Downloading dill-0.3.9-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:25:31.6229619Z Collecting word2number (from lm_eval==0.4.5) 2025-03-21T20:25:31.6229993Z Downloading word2number-1.1.zip (9.7 kB) 2025-03-21T20:25:31.6230421Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:25:31.6230895Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-03-21T20:25:31.6231413Z Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB) 2025-03-21T20:25:31.6232207Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2024.11.6) 2025-03-21T20:25:31.6233209Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2.32.3) 2025-03-21T20:25:31.6234240Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers) (0.29.3) 2025-03-21T20:25:31.6234947Z Collecting tornado>=2.0 (from snakeviz) 2025-03-21T20:25:31.6235648Z Downloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) 2025-03-21T20:25:31.6236378Z Collecting pycryptodomex>=3.8 (from blobfile) 2025-03-21T20:25:31.6237013Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-03-21T20:25:31.6238267Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (2.3.0) 2025-03-21T20:25:31.6239233Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (5.3.1) 2025-03-21T20:25:31.6240191Z Requirement already satisfied: filelock>=3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.18.0) 2025-03-21T20:25:31.6241247Z Requirement already satisfied: numpy<3.0.0,>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (2.2.4) 2025-03-21T20:25:31.6242418Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (24.2) 2025-03-21T20:25:31.6243248Z Collecting psutil (from accelerate>=0.26.0->lm_eval==0.4.5) 2025-03-21T20:25:31.6244037Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-03-21T20:25:31.6245144Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (6.0.1) 2025-03-21T20:25:31.6263316Z Requirement already satisfied: safetensors>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (0.5.3) 2025-03-21T20:25:31.6264221Z Collecting pyarrow>=15.0.0 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:31.6264831Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-03-21T20:25:31.6265345Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:25:31.6265766Z Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:25:31.6266578Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.2.3) 2025-03-21T20:25:31.6267728Z Requirement already satisfied: tqdm>=4.66.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (4.67.1) 2025-03-21T20:25:31.6268531Z Collecting xxhash (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:31.6269172Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-03-21T20:25:31.6269851Z Collecting multiprocess<0.70.17 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:31.6270451Z Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB) 2025-03-21T20:25:31.6271154Z Collecting fsspec<=2024.12.0,>=2023.1.0 (from fsspec[http]<=2024.12.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:31.6271814Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:25:31.6272323Z Collecting aiohttp (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:31.6272983Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:25:31.6274075Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers) (4.12.2) 2025-03-21T20:25:31.6275341Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.4.1) 2025-03-21T20:25:31.6276802Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (3.10) 2025-03-21T20:25:31.6277914Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken) (2025.1.31) 2025-03-21T20:25:31.6278746Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:25:31.6279256Z Downloading absl_py-2.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-03-21T20:25:31.6279750Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:25:31.6280484Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:25:31.6281303Z Requirement already satisfied: six>=1.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (1.17.0) 2025-03-21T20:25:31.6282128Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:25:31.6282671Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-03-21T20:25:31.6283536Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.9.0) 2025-03-21T20:25:31.6284354Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:25:31.6284872Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-03-21T20:25:31.6285418Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:25:31.6286077Z Downloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-03-21T20:25:31.6286751Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:25:31.6287282Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2025-03-21T20:25:31.6287842Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:25:31.6288425Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:25:31.6289264Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (1.13.3) 2025-03-21T20:25:31.6290349Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.4.2) 2025-03-21T20:25:31.6291421Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.1.6) 2025-03-21T20:25:31.6292496Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jsonlines->lm_eval==0.4.5) (25.3.0) 2025-03-21T20:25:31.6293625Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (75.8.0) 2025-03-21T20:25:31.6294504Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:31.6295073Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:25:31.6295649Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:31.6296228Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:25:31.6296802Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:33.2831454Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-03-21T20:25:33.2832064Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:33.2832631Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-03-21T20:25:33.2833233Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:33.2833778Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-03-21T20:25:33.2834389Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:33.2835062Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:25:33.2835657Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:33.2836311Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:25:33.2836926Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:33.2837522Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:25:33.2838132Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:33.2838730Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:25:33.2839610Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:33.2840485Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2025-03-21T20:25:33.2841346Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:33.2842071Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) 2025-03-21T20:25:33.2842797Z Collecting propcache>=0.2.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:33.2843500Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-03-21T20:25:33.2844199Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:33.2844866Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-03-21T20:25:33.2845601Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:33.2846207Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-03-21T20:25:33.2847089Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch>=1.8->lm_eval==0.4.5) (1.3.0) 2025-03-21T20:25:33.2848425Z Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2.9.0.post0) 2025-03-21T20:25:33.2849816Z Requirement already satisfied: pytz>=2018.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2025.1) 2025-03-21T20:25:33.2851058Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=1.8->lm_eval==0.4.5) (3.0.2) 2025-03-21T20:25:33.2851924Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:25:33.2852441Z Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 2025-03-21T20:25:33.2853305Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.1) 2025-03-21T20:25:33.2854127Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-03-21T20:25:33.2854973Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-03-21T20:25:33.2855692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 123.5 MB/s eta 0:00:00 2025-03-21T20:25:33.2856486Z [?25hDownloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-21T20:25:33.2857291Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-03-21T20:25:33.2858014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 135.0 MB/s eta 0:00:00 2025-03-21T20:25:33.2858837Z [?25hDownloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-03-21T20:25:33.2859662Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:25:33.2860382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 95.0 MB/s eta 0:00:00 2025-03-21T20:25:33.2860972Z [?25hDownloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-03-21T20:25:33.2861502Z Downloading blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:25:33.2861951Z Downloading accelerate-1.5.2-py3-none-any.whl (345 kB) 2025-03-21T20:25:33.2862402Z Downloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:25:33.2862828Z Downloading dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:25:33.2863250Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-03-21T20:25:33.2863833Z Downloading peft-0.15.0-py3-none-any.whl (410 kB) 2025-03-21T20:25:33.2864269Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-03-21T20:25:33.2864910Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-03-21T20:25:33.2865799Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:25:33.2866567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 157.9 MB/s eta 0:00:00 2025-03-21T20:25:33.2867168Z [?25hDownloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-03-21T20:25:33.2867798Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB) 2025-03-21T20:25:33.2868604Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.5 MB ? eta -:--:-- 2025-03-21T20:25:33.2869325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 166.3 MB/s eta 0:00:00 2025-03-21T20:25:33.2870286Z [?25hDownloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (437 kB) 2025-03-21T20:25:33.2871040Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-03-21T20:25:33.2871518Z Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB) 2025-03-21T20:25:33.2872148Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (397 kB) 2025-03-21T20:25:33.2872769Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-03-21T20:25:33.2873277Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-03-21T20:25:33.2873926Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2025-03-21T20:25:33.2874719Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.4 MB ? eta -:--:-- 2025-03-21T20:25:33.2875452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 177.2 MB/s eta 0:00:00 2025-03-21T20:25:33.2876277Z [?25hDownloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-03-21T20:25:33.2876753Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:25:33.2877363Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-03-21T20:25:33.2878149Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:25:33.2878844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 192.7 MB/s eta 0:00:00 2025-03-21T20:25:33.2879427Z [?25hDownloading joblib-1.4.2-py3-none-any.whl (301 kB) 2025-03-21T20:25:33.2879901Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-03-21T20:25:33.2880390Z Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:25:33.2880889Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-03-21T20:25:33.2881673Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (42.1 MB) 2025-03-21T20:25:33.2882391Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.1 MB ? eta -:--:-- 2025-03-21T20:25:33.2883128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 211.9 MB/s eta 0:00:00 2025-03-21T20:25:33.2883915Z [?25hDownloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.6 MB) 2025-03-21T20:25:46.9574171Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.6 MB ? eta -:--:-- 2025-03-21T20:25:46.9574946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.6/37.6 MB 214.9 MB/s eta 0:00:00 2025-03-21T20:25:46.9575714Z [?25hDownloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-03-21T20:25:46.9576200Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-03-21T20:25:46.9576731Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-03-21T20:25:46.9577219Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-03-21T20:25:46.9577652Z Downloading absl_py-2.2.0-py3-none-any.whl (276 kB) 2025-03-21T20:25:46.9578107Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-03-21T20:25:46.9578539Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-03-21T20:25:46.9579162Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-03-21T20:25:46.9579864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 167.9 MB/s eta 0:00:00 2025-03-21T20:25:46.9580471Z [?25hDownloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-03-21T20:25:46.9581300Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-03-21T20:25:46.9582192Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-03-21T20:25:46.9582847Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:25:46.9583364Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:25:46.9583853Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:25:46.9584308Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-03-21T20:25:46.9585061Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241 kB) 2025-03-21T20:25:46.9585985Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) 2025-03-21T20:25:46.9586752Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) 2025-03-21T20:25:46.9587501Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) 2025-03-21T20:25:46.9588078Z Downloading click-8.1.8-py3-none-any.whl (98 kB) 2025-03-21T20:25:46.9588611Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2025-03-21T20:25:46.9589262Z Building wheel for rouge-score (setup.py) ... [?25l- done 2025-03-21T20:25:46.9590312Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24986 sha256=5717727ff2046ab79b8e10253fb6a64134a202b448459f14b8d25a4e0044f896 2025-03-21T20:25:46.9591426Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-03-21T20:25:46.9592208Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-03-21T20:25:46.9593250Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16928 sha256=019d1fb7140dc3b6af5d2f3e53acfdbea5dffa6f1ee167df36734995c9819003 2025-03-21T20:25:46.9594384Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-03-21T20:25:46.9595170Z Building wheel for word2number (setup.py) ... [?25l- done 2025-03-21T20:25:46.9596521Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5625 sha256=4efde015b3a3552624b594a4e56c592622cf68a1f21d094fead4bb61837e4e05 2025-03-21T20:25:46.9597649Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-03-21T20:25:46.9598358Z Successfully built rouge-score sqlitedict word2number 2025-03-21T20:25:46.9600960Z Installing collected packages: word2number, sqlitedict, sentencepiece, zstandard, xxhash, tornado, threadpoolctl, tcolorpy, scipy, pycryptodomex, pybind11, pyarrow, psutil, propcache, portalocker, pathvalidate, numexpr, multidict, more-itertools, jsonlines, joblib, fsspec, frozenlist, dill, colorama, click, chardet, async-timeout, aiohappyeyeballs, absl-py, yarl, tqdm-multiprocess, tiktoken, snakeviz, scikit-learn, sacrebleu, nltk, multiprocess, mbstrdecoder, blobfile, aiosignal, typepy, rouge-score, aiohttp, accelerate, peft, datasets, DataProperty, tabledata, evaluate, pytablewriter, lm_eval 2025-03-21T20:25:46.9603524Z Attempting uninstall: fsspec 2025-03-21T20:25:46.9603857Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:25:46.9604233Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:25:46.9604588Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:25:46.9607868Z Successfully installed DataProperty-1.1.0 absl-py-2.2.0 accelerate-1.5.2 aiohappyeyeballs-2.6.1 aiohttp-3.11.14 aiosignal-1.3.2 async-timeout-5.0.1 blobfile-3.0.0 chardet-5.2.0 click-8.1.8 colorama-0.4.6 datasets-3.4.1 dill-0.3.8 evaluate-0.4.3 frozenlist-1.5.0 fsspec-2024.12.0 joblib-1.4.2 jsonlines-4.0.0 lm_eval-0.4.5 mbstrdecoder-1.1.4 more-itertools-10.6.0 multidict-6.2.0 multiprocess-0.70.16 nltk-3.9.1 numexpr-2.10.2 pathvalidate-3.2.3 peft-0.15.0 portalocker-3.1.1 propcache-0.3.0 psutil-7.0.0 pyarrow-19.0.1 pybind11-2.13.6 pycryptodomex-3.22.0 pytablewriter-1.2.1 rouge-score-0.1.2 sacrebleu-2.5.1 scikit-learn-1.6.1 scipy-1.15.2 sentencepiece-0.2.0 snakeviz-2.2.2 sqlitedict-2.1.0 tabledata-1.3.4 tcolorpy-0.1.7 threadpoolctl-3.6.0 tiktoken-0.9.0 tornado-6.4.2 tqdm-multiprocess-0.0.11 typepy-1.3.4 word2number-1.1 xxhash-3.5.0 yarl-1.18.3 zstandard-0.23.0 2025-03-21T20:25:46.9611278Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-03-21T20:25:46.9611805Z + PYTHON_EXECUTABLE=python 2025-03-21T20:25:46.9612410Z + bash .ci/scripts/test_llama.sh -model stories110M -build_tool cmake -mode qnn -dtype fp32 -pt2e_quantize qnn_8a8w 2025-03-21T20:25:46.9613043Z ++ dirname .ci/scripts/test_llama.sh 2025-03-21T20:25:46.9613381Z + source .ci/scripts/utils.sh 2025-03-21T20:25:46.9613676Z + [[ 10 -gt 0 ]] 2025-03-21T20:25:46.9613926Z + case "$1" in 2025-03-21T20:25:46.9614168Z + MODEL_NAME=stories110M 2025-03-21T20:25:46.9614442Z + shift 2 2025-03-21T20:25:46.9614675Z + [[ 8 -gt 0 ]] 2025-03-21T20:25:46.9614921Z + case "$1" in 2025-03-21T20:25:46.9615155Z + BUILD_TOOL=cmake 2025-03-21T20:25:46.9615402Z + shift 2 2025-03-21T20:25:46.9615636Z + [[ 6 -gt 0 ]] 2025-03-21T20:25:46.9615881Z + case "$1" in 2025-03-21T20:25:46.9616125Z + MODE=qnn 2025-03-21T20:25:46.9616341Z + shift 2 2025-03-21T20:25:46.9616568Z + [[ 4 -gt 0 ]] 2025-03-21T20:25:46.9616811Z + case "$1" in 2025-03-21T20:25:46.9617053Z + DTYPE=fp32 2025-03-21T20:25:46.9617293Z + shift 2 2025-03-21T20:25:46.9617502Z + [[ 2 -gt 0 ]] 2025-03-21T20:25:46.9617741Z + case "$1" in 2025-03-21T20:25:46.9617989Z + PT2E_QUANTIZE=qnn_8a8w 2025-03-21T20:25:46.9618259Z + shift 2 2025-03-21T20:25:46.9618469Z + [[ 0 -gt 0 ]] 2025-03-21T20:25:46.9618702Z + MODE=qnn 2025-03-21T20:25:46.9618929Z + UPLOAD_DIR= 2025-03-21T20:25:46.9619178Z + PT2E_QUANTIZE=qnn_8a8w 2025-03-21T20:25:46.9619459Z + CMAKE_BUILD_TYPE=Release 2025-03-21T20:25:46.9619723Z + [[ 0 -lt 4 ]] 2025-03-21T20:25:46.9620015Z + echo 'Expecting atleast 4 positional arguments' 2025-03-21T20:25:46.9620406Z Expecting atleast 4 positional arguments 2025-03-21T20:25:46.9620745Z + echo 'Usage: [...]' 2025-03-21T20:25:46.9621008Z Usage: [...] 2025-03-21T20:25:46.9621412Z + [[ -z stories110M ]] 2025-03-21T20:25:46.9621746Z + [[ -z cmake ]] 2025-03-21T20:25:46.9621996Z + [[ -z fp32 ]] 2025-03-21T20:25:46.9622238Z + [[ -z qnn ]] 2025-03-21T20:25:46.9622475Z + [[ qnn =~ .*xnnpack.* ]] 2025-03-21T20:25:46.9622751Z + XNNPACK=OFF 2025-03-21T20:25:46.9622999Z + [[ qnn =~ .*custom.* ]] 2025-03-21T20:25:46.9623269Z + CUSTOM=OFF 2025-03-21T20:25:46.9623505Z + [[ qnn =~ .*qe.* ]] 2025-03-21T20:25:46.9623744Z + QE=OFF 2025-03-21T20:25:46.9623973Z + [[ qnn =~ .*mps.* ]] 2025-03-21T20:25:46.9624229Z + MPS=OFF 2025-03-21T20:25:46.9624463Z + echo 'MPS option OFF' 2025-03-21T20:25:46.9624736Z MPS option OFF 2025-03-21T20:25:46.9624975Z + [[ qnn =~ .*coreml.* ]] 2025-03-21T20:25:46.9625247Z + COREML=OFF 2025-03-21T20:25:46.9625496Z + [[ qnn =~ .*quantize_kv.* ]] 2025-03-21T20:25:46.9625790Z + QUANTIZE_KV_CACHE=OFF 2025-03-21T20:25:46.9626056Z + echo 'COREML option OFF' 2025-03-21T20:25:46.9626337Z COREML option OFF 2025-03-21T20:25:46.9626588Z + [[ qnn =~ .*qnn.* ]] 2025-03-21T20:25:46.9626848Z + QNN=ON 2025-03-21T20:25:46.9627102Z +++ dirname -- .ci/scripts/test_llama.sh 2025-03-21T20:25:46.9627423Z ++ cd -- .ci/scripts/.. 2025-03-21T20:25:46.9627684Z ++ pwd 2025-03-21T20:25:46.9627961Z + export EXECUTORCH_ROOT=/pytorch/executorch/.ci 2025-03-21T20:25:46.9628350Z + EXECUTORCH_ROOT=/pytorch/executorch/.ci 2025-03-21T20:25:46.9628719Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:25:46.9629060Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:25:46.9629483Z + export LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang 2025-03-21T20:25:46.9629990Z + LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang 2025-03-21T20:25:46.9630396Z + export PYTHONPATH=.. 2025-03-21T20:25:46.9630671Z + PYTHONPATH=.. 2025-03-21T20:25:46.9630967Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-03-21T20:25:46.9631414Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-03-21T20:25:46.9632145Z + cp -f build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python 2025-03-21T20:25:46.9633130Z + cp -f build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python 2025-03-21T20:25:46.9633778Z + echo 'QNN option ON' 2025-03-21T20:25:46.9634045Z QNN option ON 2025-03-21T20:25:46.9634304Z + echo 'QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029' 2025-03-21T20:25:46.9634655Z QNN_SDK_ROOT: /tmp/qnn/2.28.0.241029 2025-03-21T20:25:46.9634961Z + [[ -z '' ]] 2025-03-21T20:25:46.9635202Z + BUCK=buck2 2025-03-21T20:25:46.9635440Z + [[ -z python ]] 2025-03-21T20:25:46.9635680Z + which python 2025-03-21T20:25:46.9635943Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:25:46.9636262Z + PARAMS=params.json 2025-03-21T20:25:46.9636543Z + CHECKPOINT_FILE_NAME= 2025-03-21T20:25:46.9636807Z + touch params.json 2025-03-21T20:25:46.9637078Z + [[ stories110M == \l\l\a\m\a ]] 2025-03-21T20:25:46.9637399Z + [[ stories110M == \s\t\o\r\i\e\s* ]] 2025-03-21T20:25:46.9637741Z + CHECKPOINT_FILE_NAME=stories110M.pt 2025-03-21T20:25:46.9638089Z + download_stories_model_artifacts 2025-03-21T20:25:46.9638698Z + curl -Ls https://huggingface.co/karpathy/tinyllamas/resolve/main/stories110M.pt --output stories110M.pt 2025-03-21T20:25:46.9639609Z + curl -Ls https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model --output tokenizer.model 2025-03-21T20:25:46.9640232Z + touch params.json 2025-03-21T20:25:46.9640669Z + echo '{"dim": 768, "multiple_of": 32, "n_heads": 12, "n_layers": 12, "norm_eps": 1e-05, "vocab_size": 32000}' 2025-03-21T20:25:46.9641191Z + EXPORTED_MODEL_NAME=tinyllama_qnn_fp32 2025-03-21T20:25:46.9641533Z + [[ fp32 == \f\p\1\6 ]] 2025-03-21T20:25:46.9641797Z + [[ fp32 == \b\f\1\6 ]] 2025-03-21T20:25:46.9642072Z + [[ fp32 == \f\p\3\2 ]] 2025-03-21T20:25:46.9642335Z + : 2025-03-21T20:25:46.9642602Z + EXPORTED_MODEL_NAME=tinyllama_qnn_fp32.pte 2025-03-21T20:25:46.9642986Z + echo 'Exporting tinyllama_qnn_fp32.pte' 2025-03-21T20:25:46.9643334Z Exporting tinyllama_qnn_fp32.pte 2025-03-21T20:25:46.9643964Z + EXPORT_ARGS='-c stories110M.pt -p params.json -d fp32 -n tinyllama_qnn_fp32.pte -kv' 2025-03-21T20:25:46.9644464Z + [[ OFF == \O\N ]] 2025-03-21T20:25:46.9644719Z + [[ OFF == \O\N ]] 2025-03-21T20:25:46.9644974Z + [[ OFF == \O\N ]] 2025-03-21T20:25:46.9645210Z + [[ OFF == \O\N ]] 2025-03-21T20:25:46.9645461Z + [[ OFF == \O\N ]] 2025-03-21T20:25:46.9645714Z + [[ ON == \O\N ]] 2025-03-21T20:26:07.3244741Z + EXPORT_ARGS='-c stories110M.pt -p params.json -d fp32 -n tinyllama_qnn_fp32.pte -kv -kv -v --qnn --disable_dynamic_shape' 2025-03-21T20:26:07.3250051Z + echo 'PT2E_QUANTIZE is qnn_8a8w' 2025-03-21T20:26:07.3250800Z PT2E_QUANTIZE is qnn_8a8w 2025-03-21T20:26:07.3251227Z + [[ qnn_8a8w == \q\n\n\_\1\6\a\1\6\w ]] 2025-03-21T20:26:07.3251771Z + [[ OFF == \O\N ]] 2025-03-21T20:26:07.3253126Z + 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-03-21T20:26:07.3254703Z [INFO 2025-03-21 20:25:51,109 utils.py:162] NumExpr defaulting to 8 threads. 2025-03-21T20:26:07.3255583Z [INFO 2025-03-21 20:25:51,581 export_llama_lib.py:627] Applying quantizers: [] 2025-03-21T20:26:07.3256909Z [INFO 2025-03-21 20:25:51,581 export_llama_lib.py:992] Loading model with checkpoint=stories110M.pt, params=params.json, use_kv_cache=True, weight_type=WeightType.LLAMA 2025-03-21T20:26:07.3259876Z [INFO 2025-03-21 20:25:52,371 builder.py:161] Applied source transforms: [, , , , ] 2025-03-21T20:26:07.3262477Z [INFO 2025-03-21 20:25:52,372 builder.py:162] Model after source transforms: Transformer( 2025-03-21T20:26:07.3263269Z (tok_embeddings): Embedding(32000, 768) 2025-03-21T20:26:07.3263739Z (rope): Rope( 2025-03-21T20:26:07.3264118Z (apply_rotary_emb): RotaryEmbedding() 2025-03-21T20:26:07.3264570Z ) 2025-03-21T20:26:07.3264882Z (layers): ModuleList( 2025-03-21T20:26:07.3265287Z (0-11): 12 x TransformerBlock( 2025-03-21T20:26:07.3265775Z (attention): AttentionMHA( 2025-03-21T20:26:07.3266234Z (wq): Conv2D( 2025-03-21T20:26:07.3266753Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-03-21T20:26:07.3267369Z ) 2025-03-21T20:26:07.3267688Z (wk): Conv2D( 2025-03-21T20:26:07.3268230Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-03-21T20:26:07.3268898Z ) 2025-03-21T20:26:07.3269288Z (wv): Conv2D( 2025-03-21T20:26:07.3269831Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-03-21T20:26:07.3270446Z ) 2025-03-21T20:26:07.3270857Z (wo): Conv2D( 2025-03-21T20:26:07.3271443Z (conv): Conv2d(768, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-03-21T20:26:07.3272140Z ) 2025-03-21T20:26:07.3272493Z (rope): Rope( 2025-03-21T20:26:07.3272942Z (apply_rotary_emb): RotaryEmbedding() 2025-03-21T20:26:07.3273499Z ) 2025-03-21T20:26:07.3273935Z (kv_cache): KVCacheSimple() 2025-03-21T20:26:07.3274394Z (SDPA): SDPAFlex() 2025-03-21T20:26:07.3274775Z ) 2025-03-21T20:26:07.3275126Z (feed_forward): FeedForward( 2025-03-21T20:26:07.3275552Z (w1): Conv2D( 2025-03-21T20:26:07.3276229Z (conv): Conv2d(2048, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-03-21T20:26:07.3276830Z ) 2025-03-21T20:26:07.3277144Z (w2): Conv2D( 2025-03-21T20:26:07.3277671Z (conv): Conv2d(768, 2048, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-03-21T20:26:07.3278276Z ) 2025-03-21T20:26:07.3278602Z (w3): Conv2D( 2025-03-21T20:26:07.3279082Z (conv): Conv2d(2048, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-03-21T20:26:07.3279682Z ) 2025-03-21T20:26:07.3280369Z ) 2025-03-21T20:26:07.3281636Z (attention_norm): RMSNorm((768,), eps=1e-05, elementwise_affine=True) 2025-03-21T20:26:07.3282467Z (ffn_norm): RMSNorm((768,), eps=1e-05, elementwise_affine=True) 2025-03-21T20:26:07.3283020Z ) 2025-03-21T20:26:07.3283336Z ) 2025-03-21T20:26:07.3283814Z (norm): RMSNorm((768,), eps=1e-05, elementwise_affine=True) 2025-03-21T20:26:07.3284500Z (output): Conv2D( 2025-03-21T20:26:07.3285050Z (conv): Conv2d(32000, 768, kernel_size=(1, 1), stride=(1, 1), bias=False) 2025-03-21T20:26:07.3285624Z ) 2025-03-21T20:26:07.3285956Z ) 2025-03-21T20:26:07.3287615Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:07.3289520Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:07.3291388Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:07.3293167Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:07.3293737Z [INFO 2025-03-21 20:25:59,279 builder.py:251] Running canonical pass: RemoveRedundantTransposes 2025-03-21T20:26:07.3294783Z [INFO 2025-03-21 20:25:59,344 builder.py:337] Using pt2e [] to quantizing the model... 2025-03-21T20:26:07.3295349Z [INFO 2025-03-21 20:25:59,344 builder.py:388] No quantizer provided, passing... 2025-03-21T20:26:07.3297215Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:07.3299093Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:07.3300808Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:07.3302600Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:07.3303017Z [INFO 2025-03-21 20:26:07,323 utils.py:50] Core ATen graph: 2025-03-21T20:26:07.3303393Z graph(): 2025-03-21T20:26:07.3303788Z %p_tok_embeddings_weight : [num_users=1] = placeholder[target=p_tok_embeddings_weight] 2025-03-21T20:26:07.3305094Z %p_getattr_l__self___layers___0___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___attention_norm_weight] 2025-03-21T20:26:07.3306490Z %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-03-21T20:26:07.3307669Z %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-03-21T20:26:07.3308799Z %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-03-21T20:26:07.3309909Z %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-03-21T20:26:07.3311354Z %p_getattr_l__self___layers___0___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___0___ffn_norm_weight] 2025-03-21T20:26:07.3312439Z %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-03-21T20:26:07.3313763Z %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-03-21T20:26:07.3314884Z %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-03-21T20:26:07.3315963Z %p_getattr_l__self___layers___1___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___attention_norm_weight] 2025-03-21T20:26:07.3317111Z %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-03-21T20:26:07.3318200Z %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-03-21T20:26:07.3319289Z %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-03-21T20:26:07.3320378Z %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-03-21T20:26:07.3321397Z %p_getattr_l__self___layers___1___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___1___ffn_norm_weight] 2025-03-21T20:26:07.3322426Z %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-03-21T20:26:07.3323524Z %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-03-21T20:26:07.3324635Z %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-03-21T20:26:07.3325721Z %p_getattr_l__self___layers___2___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___attention_norm_weight] 2025-03-21T20:26:07.3326783Z %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-03-21T20:26:07.3327865Z %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-03-21T20:26:07.3328951Z %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-03-21T20:26:07.3330031Z %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-03-21T20:26:07.3331051Z %p_getattr_l__self___layers___2___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___2___ffn_norm_weight] 2025-03-21T20:26:07.3332092Z %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-03-21T20:26:07.3333200Z %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-03-21T20:26:07.3334316Z %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-03-21T20:26:07.3335397Z %p_getattr_l__self___layers___3___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___attention_norm_weight] 2025-03-21T20:26:07.3336461Z %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-03-21T20:26:07.3337662Z %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-03-21T20:26:07.3338744Z %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-03-21T20:26:07.3339828Z %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-03-21T20:26:07.3340843Z %p_getattr_l__self___layers___3___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___3___ffn_norm_weight] 2025-03-21T20:26:07.3341955Z %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-03-21T20:26:07.3343063Z %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-03-21T20:26:07.3344185Z %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-03-21T20:26:07.3345271Z %p_getattr_l__self___layers___4___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___attention_norm_weight] 2025-03-21T20:26:07.3346342Z %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-03-21T20:26:07.3347429Z %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-03-21T20:26:07.3348520Z %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-03-21T20:26:07.3349621Z %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-03-21T20:26:07.3350644Z %p_getattr_l__self___layers___4___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___4___ffn_norm_weight] 2025-03-21T20:26:07.3351687Z %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-03-21T20:26:07.3352791Z %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-03-21T20:26:07.3353910Z %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-03-21T20:26:07.3354998Z %p_getattr_l__self___layers___5___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___attention_norm_weight] 2025-03-21T20:26:07.3356062Z %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-03-21T20:26:07.3357147Z %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-03-21T20:26:07.3358231Z %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-03-21T20:26:07.3359314Z %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-03-21T20:26:07.3360332Z %p_getattr_l__self___layers___5___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___5___ffn_norm_weight] 2025-03-21T20:26:07.3361480Z %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-03-21T20:26:07.3362589Z %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-03-21T20:26:07.3363706Z %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-03-21T20:26:07.3364789Z %p_getattr_l__self___layers___6___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___attention_norm_weight] 2025-03-21T20:26:07.3365853Z %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-03-21T20:26:07.3366944Z %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-03-21T20:26:07.3368039Z %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-03-21T20:26:07.3369132Z %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-03-21T20:26:07.3370156Z %p_getattr_l__self___layers___6___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___6___ffn_norm_weight] 2025-03-21T20:26:07.3371192Z %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-03-21T20:26:07.3372294Z %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-03-21T20:26:07.3373417Z %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-03-21T20:26:07.3374502Z %p_getattr_l__self___layers___7___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___attention_norm_weight] 2025-03-21T20:26:07.3375568Z %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-03-21T20:26:07.3376847Z %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-03-21T20:26:07.3377934Z %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-03-21T20:26:07.3379027Z %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-03-21T20:26:07.3380043Z %p_getattr_l__self___layers___7___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___7___ffn_norm_weight] 2025-03-21T20:26:07.3381066Z %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-03-21T20:26:07.3382257Z %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-03-21T20:26:07.3383372Z %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-03-21T20:26:07.3384588Z %p_getattr_l__self___layers___8___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___attention_norm_weight] 2025-03-21T20:26:07.3385756Z %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-03-21T20:26:07.3386843Z %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-03-21T20:26:07.3387925Z %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-03-21T20:26:07.3389011Z %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-03-21T20:26:07.3390026Z %p_getattr_l__self___layers___8___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___8___ffn_norm_weight] 2025-03-21T20:26:07.3391055Z %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-03-21T20:26:07.3392175Z %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-03-21T20:26:07.3393289Z %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-03-21T20:26:07.3394374Z %p_getattr_l__self___layers___9___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___attention_norm_weight] 2025-03-21T20:26:07.3395445Z %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-03-21T20:26:07.3396541Z %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-03-21T20:26:07.3397629Z %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-03-21T20:26:07.3398712Z %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-03-21T20:26:07.3399728Z %p_getattr_l__self___layers___9___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___9___ffn_norm_weight] 2025-03-21T20:26:07.3400746Z %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-03-21T20:26:07.3401862Z %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-03-21T20:26:07.3402981Z %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-03-21T20:26:07.3404072Z %p_getattr_l__self___layers___10___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___attention_norm_weight] 2025-03-21T20:26:07.3405148Z %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-03-21T20:26:07.3406243Z %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-03-21T20:26:07.3407338Z %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-03-21T20:26:07.3408511Z %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-03-21T20:26:07.3409595Z %p_getattr_l__self___layers___10___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___10___ffn_norm_weight] 2025-03-21T20:26:07.3410631Z %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-03-21T20:26:07.3411760Z %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-03-21T20:26:07.3412882Z %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-03-21T20:26:07.3413974Z %p_getattr_l__self___layers___11___attention_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___attention_norm_weight] 2025-03-21T20:26:07.3415063Z %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-03-21T20:26:07.3416160Z %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-03-21T20:26:07.3417248Z %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-03-21T20:26:07.3418337Z %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-03-21T20:26:07.3419364Z %p_getattr_l__self___layers___11___ffn_norm_weight : [num_users=1] = placeholder[target=p_getattr_l__self___layers___11___ffn_norm_weight] 2025-03-21T20:26:07.3420395Z %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-03-21T20:26:07.3421582Z %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-03-21T20:26:07.3422703Z %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-03-21T20:26:07.3423526Z %p_norm_weight : [num_users=1] = placeholder[target=p_norm_weight] 2025-03-21T20:26:07.3424088Z %p_output_conv_weight : [num_users=1] = placeholder[target=p_output_conv_weight] 2025-03-21T20:26:07.3424949Z %b_getattr_l__self___layers___11___attention_rope_freqs_cos : [num_users=1] = placeholder[target=b_getattr_l__self___layers___11___attention_rope_freqs_cos] 2025-03-21T20:26:07.3426052Z %b_getattr_l__self___layers___11___attention_rope_freqs_sin : [num_users=1] = placeholder[target=b_getattr_l__self___layers___11___attention_rope_freqs_sin] 2025-03-21T20:26:07.3427197Z %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-03-21T20:26:07.3428379Z %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-03-21T20:26:07.3429449Z %b_getattr_l__self___layers___0___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___0___attention_mask] 2025-03-21T20:26:07.3430515Z %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-03-21T20:26:07.3431696Z %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-03-21T20:26:07.3432872Z %b_getattr_l__self___layers___1___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___1___attention_mask] 2025-03-21T20:26:07.3433941Z %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-03-21T20:26:07.3435126Z %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-03-21T20:26:07.3436190Z %b_getattr_l__self___layers___2___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___2___attention_mask] 2025-03-21T20:26:07.3437259Z %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-03-21T20:26:07.3438449Z %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-03-21T20:26:07.3439503Z %b_getattr_l__self___layers___3___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___3___attention_mask] 2025-03-21T20:26:07.3440573Z %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-03-21T20:26:07.3441758Z %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-03-21T20:26:07.3442829Z %b_getattr_l__self___layers___4___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___4___attention_mask] 2025-03-21T20:26:07.3444275Z %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-03-21T20:26:07.3445463Z %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-03-21T20:26:07.3446530Z %b_getattr_l__self___layers___5___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___5___attention_mask] 2025-03-21T20:26:07.3447600Z %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-03-21T20:26:07.3448782Z %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-03-21T20:26:07.3449835Z %b_getattr_l__self___layers___6___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___6___attention_mask] 2025-03-21T20:26:07.3450903Z %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-03-21T20:26:07.3452089Z %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-03-21T20:26:07.3453170Z %b_getattr_l__self___layers___7___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___7___attention_mask] 2025-03-21T20:26:07.3454237Z %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-03-21T20:26:07.3455423Z %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-03-21T20:26:07.3456624Z %b_getattr_l__self___layers___8___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___8___attention_mask] 2025-03-21T20:26:07.3457697Z %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-03-21T20:26:07.3458885Z %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-03-21T20:26:07.3459958Z %b_getattr_l__self___layers___9___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___9___attention_mask] 2025-03-21T20:26:07.3461022Z %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-03-21T20:26:07.3462290Z %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-03-21T20:26:07.3463376Z %b_getattr_l__self___layers___10___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___10___attention_mask] 2025-03-21T20:26:07.3464459Z %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-03-21T20:26:07.3465660Z %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-03-21T20:26:07.3466742Z %b_getattr_l__self___layers___11___attention_mask : [num_users=1] = placeholder[target=b_getattr_l__self___layers___11___attention_mask] 2025-03-21T20:26:07.3467442Z %tokens : [num_users=1] = placeholder[target=tokens] 2025-03-21T20:26:07.3467972Z %attn_options_input_pos : [num_users=38] = placeholder[target=attn_options_input_pos] 2025-03-21T20:26:07.3468820Z %embedding : [num_users=2] = call_function[target=torch.ops.aten.embedding.default](args = (%p_tok_embeddings_weight, %tokens), kwargs = {}) 2025-03-21T20:26:07.3470006Z %index : [num_users=12] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___11___attention_rope_freqs_cos, [%attn_options_input_pos]), kwargs = {}) 2025-03-21T20:26:07.3471313Z %index_1 : [num_users=12] = call_function[target=torch.ops.aten.index.Tensor](args = (%b_getattr_l__self___layers___11___attention_rope_freqs_sin, [%attn_options_input_pos]), kwargs = {}) 2025-03-21T20:26:07.3472605Z %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-03-21T20:26:07.3473717Z %unsqueeze : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm, -1), kwargs = {}) 2025-03-21T20:26:07.3474630Z %transpose : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3475863Z %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-03-21T20:26:07.3476928Z %transpose_1 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3477779Z %squeeze : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_1, -1), kwargs = {}) 2025-03-21T20:26:07.3478665Z %unsqueeze_1 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm, -1), kwargs = {}) 2025-03-21T20:26:07.3479577Z %transpose_2 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3480846Z %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-03-21T20:26:07.3481913Z %transpose_3 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3482784Z %squeeze_1 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_3, -1), kwargs = {}) 2025-03-21T20:26:07.3483667Z %unsqueeze_2 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm, -1), kwargs = {}) 2025-03-21T20:26:07.3484580Z %transpose_4 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3485644Z %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-03-21T20:26:07.3486722Z %transpose_5 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3487599Z %squeeze_2 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_5, -1), kwargs = {}) 2025-03-21T20:26:07.3488469Z %view : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3489345Z %view_1 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_1, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3490227Z %view_2 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_2, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3491136Z %_to_copy : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.3492056Z %view_3 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.3492895Z %unbind : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_3, -1), kwargs = {}) 2025-03-21T20:26:07.3493659Z %getitem : [num_users=2] = call_function[target=operator.getitem](args = (%unbind, 0), kwargs = {}) 2025-03-21T20:26:07.3494391Z %getitem_1 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind, 1), kwargs = {}) 2025-03-21T20:26:07.3495230Z %_to_copy_1 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_1,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.3496160Z %view_4 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_1, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.3497016Z %unbind_1 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_4, -1), kwargs = {}) 2025-03-21T20:26:07.3497798Z %getitem_2 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_1, 0), kwargs = {}) 2025-03-21T20:26:07.3498545Z %getitem_3 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_1, 1), kwargs = {}) 2025-03-21T20:26:07.3499353Z %view_5 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.3500214Z %view_6 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.3501054Z %mul : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem, %view_5), kwargs = {}) 2025-03-21T20:26:07.3501934Z %mul_1 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_1, %view_6), kwargs = {}) 2025-03-21T20:26:07.3502731Z %sub : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul, %mul_1), kwargs = {}) 2025-03-21T20:26:07.3503525Z %mul_2 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem, %view_6), kwargs = {}) 2025-03-21T20:26:07.3504433Z %mul_3 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_1, %view_5), kwargs = {}) 2025-03-21T20:26:07.3505228Z %add : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_2, %mul_3), kwargs = {}) 2025-03-21T20:26:07.3506024Z %mul_4 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_2, %view_5), kwargs = {}) 2025-03-21T20:26:07.3506838Z %mul_5 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_3, %view_6), kwargs = {}) 2025-03-21T20:26:07.3507634Z %sub_1 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_4, %mul_5), kwargs = {}) 2025-03-21T20:26:07.3508428Z %mul_6 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_2, %view_6), kwargs = {}) 2025-03-21T20:26:07.3509243Z %mul_7 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_3, %view_5), kwargs = {}) 2025-03-21T20:26:07.3510031Z %add_1 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_6, %mul_7), kwargs = {}) 2025-03-21T20:26:07.3510842Z %stack : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub, %add], -1), kwargs = {}) 2025-03-21T20:26:07.3511698Z %view_7 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3512562Z %stack_1 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_1, %add_1], -1), kwargs = {}) 2025-03-21T20:26:07.3513434Z %view_8 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_1, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3514286Z %type_as : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_7, %view), kwargs = {}) 2025-03-21T20:26:07.3515134Z %type_as_1 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_8, %view_1), kwargs = {}) 2025-03-21T20:26:07.3515989Z %transpose_6 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3517201Z %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-03-21T20:26:07.3518709Z %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-03-21T20:26:07.3519909Z %transpose_7 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3520780Z %select : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_7, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3521620Z %select_1 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3522479Z %transpose_8 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3523353Z %select_2 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_8, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3524174Z %select_3 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_2, 0, 1), kwargs = {}) 2025-03-21T20:26:07.3525034Z %transpose_9 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3525908Z %select_4 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_9, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3526800Z %select_5 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_4, 0, 2), kwargs = {}) 2025-03-21T20:26:07.3527710Z %transpose_10 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3528590Z %select_6 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_10, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3529428Z %select_7 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_6, 0, 3), kwargs = {}) 2025-03-21T20:26:07.3530287Z %transpose_11 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3531152Z %select_8 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_11, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3531988Z %select_9 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_8, 0, 4), kwargs = {}) 2025-03-21T20:26:07.3532856Z %transpose_12 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3533733Z %select_10 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_12, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3534580Z %select_11 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_10, 0, 5), kwargs = {}) 2025-03-21T20:26:07.3535446Z %transpose_13 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3536324Z %select_12 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_13, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3537155Z %select_13 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_12, 0, 6), kwargs = {}) 2025-03-21T20:26:07.3538027Z %transpose_14 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3538911Z %select_14 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_14, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3539757Z %select_15 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_14, 0, 7), kwargs = {}) 2025-03-21T20:26:07.3540626Z %transpose_15 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3541579Z %select_16 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_15, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3542429Z %select_17 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_16, 0, 8), kwargs = {}) 2025-03-21T20:26:07.3543287Z %transpose_16 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3544170Z %select_18 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_16, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3545026Z %select_19 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_18, 0, 9), kwargs = {}) 2025-03-21T20:26:07.3545894Z %transpose_17 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3546777Z %select_20 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_17, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3547630Z %select_21 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_20, 0, 10), kwargs = {}) 2025-03-21T20:26:07.3548503Z %transpose_18 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3549372Z %select_22 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_18, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3550325Z %select_23 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_22, 0, 11), kwargs = {}) 2025-03-21T20:26:07.3551511Z %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-03-21T20:26:07.3552714Z %view_9 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.3553607Z %transpose_19 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3554490Z %select_24 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_19, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3555337Z %select_25 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_24, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3556215Z %transpose_20 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3557087Z %select_26 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_20, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3557925Z %select_27 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_26, 0, 1), kwargs = {}) 2025-03-21T20:26:07.3558795Z %transpose_21 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3559675Z %select_28 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_21, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3560512Z %select_29 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_28, 0, 2), kwargs = {}) 2025-03-21T20:26:07.3561379Z %transpose_22 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3562267Z %select_30 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_22, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3563110Z %select_31 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_30, 0, 3), kwargs = {}) 2025-03-21T20:26:07.3563970Z %transpose_23 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3564853Z %select_32 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_23, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3565699Z %select_33 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_32, 0, 4), kwargs = {}) 2025-03-21T20:26:07.3566568Z %transpose_24 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3567456Z %select_34 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_24, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3568302Z %select_35 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_34, 0, 5), kwargs = {}) 2025-03-21T20:26:07.3569177Z %transpose_25 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3570045Z %select_36 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_25, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3570886Z %select_37 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_36, 0, 6), kwargs = {}) 2025-03-21T20:26:07.3571753Z %transpose_26 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3572633Z %select_38 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_26, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3573588Z %select_39 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_38, 0, 7), kwargs = {}) 2025-03-21T20:26:07.3574465Z %transpose_27 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3575355Z %select_40 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_27, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3576359Z %select_41 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_40, 0, 8), kwargs = {}) 2025-03-21T20:26:07.3577237Z %transpose_28 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3578127Z %select_42 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_28, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3578972Z %select_43 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_42, 0, 9), kwargs = {}) 2025-03-21T20:26:07.3579857Z %transpose_29 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3580747Z %select_44 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_29, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3581655Z %select_45 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_44, 0, 10), kwargs = {}) 2025-03-21T20:26:07.3582526Z %transpose_30 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3583411Z %select_46 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_30, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3584261Z %select_47 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_46, 0, 11), kwargs = {}) 2025-03-21T20:26:07.3585461Z %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-03-21T20:26:07.3586679Z %view_10 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_1, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.3587734Z %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-03-21T20:26:07.3588801Z %transpose_31 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_9, -2, -1), kwargs = {}) 2025-03-21T20:26:07.3589723Z %matmul : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_6, %transpose_31), kwargs = {}) 2025-03-21T20:26:07.3590592Z %mul_8 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul, 0.125), kwargs = {}) 2025-03-21T20:26:07.3591386Z %add_2 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_8, %index_2), kwargs = {}) 2025-03-21T20:26:07.3592190Z %softmax : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_2, -1), kwargs = {}) 2025-03-21T20:26:07.3593039Z %matmul_1 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax, %view_10), kwargs = {}) 2025-03-21T20:26:07.3593928Z %transpose_32 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_1, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3594820Z %view_11 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_32, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.3595719Z %unsqueeze_3 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_11, -1), kwargs = {}) 2025-03-21T20:26:07.3596627Z %transpose_33 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3597875Z %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-03-21T20:26:07.3598948Z %transpose_34 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3599827Z %squeeze_3 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_34, -1), kwargs = {}) 2025-03-21T20:26:07.3600683Z %add_3 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%embedding, %squeeze_3), kwargs = {}) 2025-03-21T20:26:07.3601702Z %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-03-21T20:26:07.3602771Z %unsqueeze_4 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_1, -1), kwargs = {}) 2025-03-21T20:26:07.3603696Z %transpose_35 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3604786Z %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-03-21T20:26:07.3605848Z %transpose_36 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3606730Z %squeeze_4 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_36, -1), kwargs = {}) 2025-03-21T20:26:07.3607561Z %silu : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_4,), kwargs = {}) 2025-03-21T20:26:07.3608425Z %unsqueeze_5 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_1, -1), kwargs = {}) 2025-03-21T20:26:07.3609353Z %transpose_37 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3610442Z %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-03-21T20:26:07.3611519Z %transpose_38 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3612396Z %squeeze_5 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_38, -1), kwargs = {}) 2025-03-21T20:26:07.3613224Z %mul_9 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu, %squeeze_5), kwargs = {}) 2025-03-21T20:26:07.3614080Z %unsqueeze_6 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_9, -1), kwargs = {}) 2025-03-21T20:26:07.3614990Z %transpose_39 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3616079Z %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-03-21T20:26:07.3617154Z %transpose_40 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3618037Z %squeeze_6 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_40, -1), kwargs = {}) 2025-03-21T20:26:07.3618882Z %add_4 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_3, %squeeze_6), kwargs = {}) 2025-03-21T20:26:07.3619911Z %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-03-21T20:26:07.3621082Z %unsqueeze_7 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_2, -1), kwargs = {}) 2025-03-21T20:26:07.3622081Z %transpose_41 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3623166Z %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-03-21T20:26:07.3624237Z %transpose_42 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3625121Z %squeeze_7 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_42, -1), kwargs = {}) 2025-03-21T20:26:07.3626028Z %unsqueeze_8 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_2, -1), kwargs = {}) 2025-03-21T20:26:07.3626961Z %transpose_43 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3628046Z %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-03-21T20:26:07.3629105Z %transpose_44 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3629988Z %squeeze_8 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_44, -1), kwargs = {}) 2025-03-21T20:26:07.3630894Z %unsqueeze_9 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_2, -1), kwargs = {}) 2025-03-21T20:26:07.3631820Z %transpose_45 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3632904Z %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-03-21T20:26:07.3633977Z %transpose_46 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3634858Z %squeeze_9 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_46, -1), kwargs = {}) 2025-03-21T20:26:07.3635722Z %view_12 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_7, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3636618Z %view_13 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_8, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3637505Z %view_14 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_9, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3638427Z %_to_copy_2 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_12,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.3639365Z %view_15 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_2, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.3640229Z %unbind_2 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_15, -1), kwargs = {}) 2025-03-21T20:26:07.3641014Z %getitem_4 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_2, 0), kwargs = {}) 2025-03-21T20:26:07.3641771Z %getitem_5 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_2, 1), kwargs = {}) 2025-03-21T20:26:07.3642612Z %_to_copy_3 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_13,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.3643544Z %view_16 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_3, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.3644518Z %unbind_3 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_16, -1), kwargs = {}) 2025-03-21T20:26:07.3645308Z %getitem_6 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_3, 0), kwargs = {}) 2025-03-21T20:26:07.3646061Z %getitem_7 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_3, 1), kwargs = {}) 2025-03-21T20:26:07.3646874Z %view_17 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.3647741Z %view_18 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.3648581Z %mul_10 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_4, %view_17), kwargs = {}) 2025-03-21T20:26:07.3649413Z %mul_11 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_5, %view_18), kwargs = {}) 2025-03-21T20:26:07.3650235Z %sub_2 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_10, %mul_11), kwargs = {}) 2025-03-21T20:26:07.3651045Z %mul_12 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_4, %view_18), kwargs = {}) 2025-03-21T20:26:07.3651868Z %mul_13 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_5, %view_17), kwargs = {}) 2025-03-21T20:26:07.3652675Z %add_5 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_12, %mul_13), kwargs = {}) 2025-03-21T20:26:07.3653477Z %mul_14 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_6, %view_17), kwargs = {}) 2025-03-21T20:26:07.3654281Z %mul_15 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_7, %view_18), kwargs = {}) 2025-03-21T20:26:07.3655087Z %sub_3 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_14, %mul_15), kwargs = {}) 2025-03-21T20:26:07.3655901Z %mul_16 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_6, %view_18), kwargs = {}) 2025-03-21T20:26:07.3656722Z %mul_17 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_7, %view_17), kwargs = {}) 2025-03-21T20:26:07.3657534Z %add_6 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_16, %mul_17), kwargs = {}) 2025-03-21T20:26:07.3658371Z %stack_2 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_2, %add_5], -1), kwargs = {}) 2025-03-21T20:26:07.3659248Z %view_19 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_2, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3660110Z %stack_3 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_3, %add_6], -1), kwargs = {}) 2025-03-21T20:26:07.3660982Z %view_20 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_3, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3661946Z %type_as_2 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_19, %view_12), kwargs = {}) 2025-03-21T20:26:07.3662815Z %type_as_3 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_20, %view_13), kwargs = {}) 2025-03-21T20:26:07.3663701Z %transpose_47 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3664925Z %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-03-21T20:26:07.3666441Z %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-03-21T20:26:07.3667763Z %transpose_48 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3668655Z %select_48 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_48, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3669485Z %select_49 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_48, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3670356Z %transpose_49 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3671242Z %select_50 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_49, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3672090Z %select_51 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_50, 0, 1), kwargs = {}) 2025-03-21T20:26:07.3672962Z %transpose_50 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3673851Z %select_52 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_50, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3674690Z %select_53 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_52, 0, 2), kwargs = {}) 2025-03-21T20:26:07.3675551Z %transpose_51 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3676597Z %select_54 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_51, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3677442Z %select_55 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_54, 0, 3), kwargs = {}) 2025-03-21T20:26:07.3678314Z %transpose_52 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3679209Z %select_56 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_52, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3680049Z %select_57 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_56, 0, 4), kwargs = {}) 2025-03-21T20:26:07.3680919Z %transpose_53 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3681787Z %select_58 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_53, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3682630Z %select_59 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_58, 0, 5), kwargs = {}) 2025-03-21T20:26:07.3683502Z %transpose_54 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3684385Z %select_60 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_54, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3685232Z %select_61 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_60, 0, 6), kwargs = {}) 2025-03-21T20:26:07.3686105Z %transpose_55 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3686992Z %select_62 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_55, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3687835Z %select_63 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_62, 0, 7), kwargs = {}) 2025-03-21T20:26:07.3688698Z %transpose_56 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3689583Z %select_64 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_56, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3690419Z %select_65 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_64, 0, 8), kwargs = {}) 2025-03-21T20:26:07.3691461Z %transpose_57 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3692344Z %select_66 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_57, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3704578Z %select_67 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_66, 0, 9), kwargs = {}) 2025-03-21T20:26:07.3705605Z %transpose_58 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3706510Z %select_68 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_58, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3707369Z %select_69 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_68, 0, 10), kwargs = {}) 2025-03-21T20:26:07.3708379Z %transpose_59 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_2, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3709273Z %select_70 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_59, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3710126Z %select_71 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_70, 0, 11), kwargs = {}) 2025-03-21T20:26:07.3711323Z %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-03-21T20:26:07.3712540Z %view_21 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_2, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.3713426Z %transpose_60 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3714326Z %select_72 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_60, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3715175Z %select_73 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_72, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3716048Z %transpose_61 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3716933Z %select_74 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_61, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3717779Z %select_75 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_74, 0, 1), kwargs = {}) 2025-03-21T20:26:07.3718653Z %transpose_62 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3719529Z %select_76 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_62, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3720384Z %select_77 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_76, 0, 2), kwargs = {}) 2025-03-21T20:26:07.3721255Z %transpose_63 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3722141Z %select_78 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_63, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3722987Z %select_79 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_78, 0, 3), kwargs = {}) 2025-03-21T20:26:07.3723857Z %transpose_64 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3724746Z %select_80 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_64, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3725683Z %select_81 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_80, 0, 4), kwargs = {}) 2025-03-21T20:26:07.3726617Z %transpose_65 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3727505Z %select_82 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_65, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3728352Z %select_83 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_82, 0, 5), kwargs = {}) 2025-03-21T20:26:07.3729223Z %transpose_66 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3730104Z %select_84 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_66, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3730943Z %select_85 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_84, 0, 6), kwargs = {}) 2025-03-21T20:26:07.3731820Z %transpose_67 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3732692Z %select_86 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_67, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3733534Z %select_87 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_86, 0, 7), kwargs = {}) 2025-03-21T20:26:07.3734404Z %transpose_68 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3735287Z %select_88 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_68, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3736132Z %select_89 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_88, 0, 8), kwargs = {}) 2025-03-21T20:26:07.3737002Z %transpose_69 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3737895Z %select_90 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_69, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3738725Z %select_91 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_90, 0, 9), kwargs = {}) 2025-03-21T20:26:07.3739593Z %transpose_70 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3740477Z %select_92 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_70, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3741406Z %select_93 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_92, 0, 10), kwargs = {}) 2025-03-21T20:26:07.3742290Z %transpose_71 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3743178Z %select_94 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_71, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3744039Z %select_95 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_94, 0, 11), kwargs = {}) 2025-03-21T20:26:07.3745233Z %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-03-21T20:26:07.3746436Z %view_22 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_3, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.3747499Z %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-03-21T20:26:07.3748577Z %transpose_72 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_21, -2, -1), kwargs = {}) 2025-03-21T20:26:07.3749613Z %matmul_2 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_47, %transpose_72), kwargs = {}) 2025-03-21T20:26:07.3750503Z %mul_18 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_2, 0.125), kwargs = {}) 2025-03-21T20:26:07.3751310Z %add_7 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_18, %index_3), kwargs = {}) 2025-03-21T20:26:07.3752128Z %softmax_1 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_7, -1), kwargs = {}) 2025-03-21T20:26:07.3752986Z %matmul_3 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_1, %view_22), kwargs = {}) 2025-03-21T20:26:07.3753871Z %transpose_73 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_3, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3754764Z %view_23 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_73, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.3755679Z %unsqueeze_10 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_23, -1), kwargs = {}) 2025-03-21T20:26:07.3756591Z %transpose_74 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3757683Z %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-03-21T20:26:07.3758757Z %transpose_75 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3759640Z %squeeze_10 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_75, -1), kwargs = {}) 2025-03-21T20:26:07.3760473Z %add_8 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_4, %squeeze_10), kwargs = {}) 2025-03-21T20:26:07.3761491Z %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-03-21T20:26:07.3762557Z %unsqueeze_11 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_3, -1), kwargs = {}) 2025-03-21T20:26:07.3763480Z %transpose_76 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3764581Z %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-03-21T20:26:07.3765666Z %transpose_77 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3766550Z %squeeze_11 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_77, -1), kwargs = {}) 2025-03-21T20:26:07.3767394Z %silu_1 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_11,), kwargs = {}) 2025-03-21T20:26:07.3768250Z %unsqueeze_12 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_3, -1), kwargs = {}) 2025-03-21T20:26:07.3769179Z %transpose_78 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3770269Z %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-03-21T20:26:07.3771351Z %transpose_79 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3772235Z %squeeze_12 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_79, -1), kwargs = {}) 2025-03-21T20:26:07.3773214Z %mul_19 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_1, %squeeze_12), kwargs = {}) 2025-03-21T20:26:07.3774079Z %unsqueeze_13 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_19, -1), kwargs = {}) 2025-03-21T20:26:07.3774990Z %transpose_80 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3776283Z %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-03-21T20:26:07.3777375Z %transpose_81 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3778260Z %squeeze_13 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_81, -1), kwargs = {}) 2025-03-21T20:26:07.3779119Z %add_9 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_8, %squeeze_13), kwargs = {}) 2025-03-21T20:26:07.3780149Z %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-03-21T20:26:07.3781236Z %unsqueeze_14 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_4, -1), kwargs = {}) 2025-03-21T20:26:07.3782236Z %transpose_82 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3783320Z %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-03-21T20:26:07.3784383Z %transpose_83 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3785283Z %squeeze_14 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_83, -1), kwargs = {}) 2025-03-21T20:26:07.3786189Z %unsqueeze_15 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_4, -1), kwargs = {}) 2025-03-21T20:26:07.3787115Z %transpose_84 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3788203Z %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-03-21T20:26:07.3789274Z %transpose_85 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3790156Z %squeeze_15 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_85, -1), kwargs = {}) 2025-03-21T20:26:07.3791065Z %unsqueeze_16 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_4, -1), kwargs = {}) 2025-03-21T20:26:07.3791975Z %transpose_86 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3793055Z %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-03-21T20:26:07.3794129Z %transpose_87 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3795013Z %squeeze_16 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_87, -1), kwargs = {}) 2025-03-21T20:26:07.3795897Z %view_24 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_14, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3796901Z %view_25 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_15, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3797882Z %view_26 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_16, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3798812Z %_to_copy_4 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_24,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.3799737Z %view_27 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_4, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.3800600Z %unbind_4 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_27, -1), kwargs = {}) 2025-03-21T20:26:07.3801393Z %getitem_8 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_4, 0), kwargs = {}) 2025-03-21T20:26:07.3802151Z %getitem_9 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_4, 1), kwargs = {}) 2025-03-21T20:26:07.3803016Z %_to_copy_5 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_25,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.3803950Z %view_28 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_5, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.3804812Z %unbind_5 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_28, -1), kwargs = {}) 2025-03-21T20:26:07.3805588Z %getitem_10 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_5, 0), kwargs = {}) 2025-03-21T20:26:07.3806345Z %getitem_11 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_5, 1), kwargs = {}) 2025-03-21T20:26:07.3807151Z %view_29 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.3808015Z %view_30 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.3808869Z %mul_20 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_8, %view_29), kwargs = {}) 2025-03-21T20:26:07.3809693Z %mul_21 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_9, %view_30), kwargs = {}) 2025-03-21T20:26:07.3810501Z %sub_4 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_20, %mul_21), kwargs = {}) 2025-03-21T20:26:07.3811291Z %mul_22 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_8, %view_30), kwargs = {}) 2025-03-21T20:26:07.3812116Z %mul_23 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_9, %view_29), kwargs = {}) 2025-03-21T20:26:07.3812927Z %add_10 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_22, %mul_23), kwargs = {}) 2025-03-21T20:26:07.3813740Z %mul_24 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_10, %view_29), kwargs = {}) 2025-03-21T20:26:07.3814572Z %mul_25 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_11, %view_30), kwargs = {}) 2025-03-21T20:26:07.3815384Z %sub_5 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_24, %mul_25), kwargs = {}) 2025-03-21T20:26:07.3816197Z %mul_26 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_10, %view_30), kwargs = {}) 2025-03-21T20:26:07.3817013Z %mul_27 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_11, %view_29), kwargs = {}) 2025-03-21T20:26:07.3817829Z %add_11 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_26, %mul_27), kwargs = {}) 2025-03-21T20:26:07.3818670Z %stack_4 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_4, %add_10], -1), kwargs = {}) 2025-03-21T20:26:07.3819600Z %view_31 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_4, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3820531Z %stack_5 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_5, %add_11], -1), kwargs = {}) 2025-03-21T20:26:07.3821494Z %view_32 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_5, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3822369Z %type_as_4 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_31, %view_24), kwargs = {}) 2025-03-21T20:26:07.3823236Z %type_as_5 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_32, %view_25), kwargs = {}) 2025-03-21T20:26:07.3824109Z %transpose_88 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3825335Z %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-03-21T20:26:07.3826868Z %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-03-21T20:26:07.3828079Z %transpose_89 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3828960Z %select_96 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_89, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3829810Z %select_97 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_96, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3830681Z %transpose_90 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3831572Z %select_98 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_90, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3832403Z %select_99 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_98, 0, 1), kwargs = {}) 2025-03-21T20:26:07.3833278Z %transpose_91 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3834173Z %select_100 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_91, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3835030Z %select_101 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_100, 0, 2), kwargs = {}) 2025-03-21T20:26:07.3835913Z %transpose_92 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3836800Z %select_102 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_92, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3837666Z %select_103 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_102, 0, 3), kwargs = {}) 2025-03-21T20:26:07.3838541Z %transpose_93 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3839429Z %select_104 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_93, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3840286Z %select_105 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_104, 0, 4), kwargs = {}) 2025-03-21T20:26:07.3841168Z %transpose_94 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3842058Z %select_106 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_94, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3842970Z %select_107 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_106, 0, 5), kwargs = {}) 2025-03-21T20:26:07.3843903Z %transpose_95 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3844791Z %select_108 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_95, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3845634Z %select_109 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_108, 0, 6), kwargs = {}) 2025-03-21T20:26:07.3846519Z %transpose_96 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3847408Z %select_110 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_96, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3848263Z %select_111 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_110, 0, 7), kwargs = {}) 2025-03-21T20:26:07.3849152Z %transpose_97 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3850040Z %select_112 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_97, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3850893Z %select_113 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_112, 0, 8), kwargs = {}) 2025-03-21T20:26:07.3851757Z %transpose_98 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3852640Z %select_114 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_98, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3853493Z %select_115 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_114, 0, 9), kwargs = {}) 2025-03-21T20:26:07.3854373Z %transpose_99 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3855264Z %select_116 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_99, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3856108Z %select_117 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_116, 0, 10), kwargs = {}) 2025-03-21T20:26:07.3856996Z %transpose_100 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_4, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3857890Z %select_118 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_100, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3858750Z %select_119 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_118, 0, 11), kwargs = {}) 2025-03-21T20:26:07.3859992Z %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-03-21T20:26:07.3861335Z %view_33 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_4, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.3862243Z %transpose_101 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3863141Z %select_120 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_101, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3863984Z %select_121 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_120, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3864868Z %transpose_102 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3865765Z %select_122 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_102, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3866728Z %select_123 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_122, 0, 1), kwargs = {}) 2025-03-21T20:26:07.3867612Z %transpose_103 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3868500Z %select_124 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_103, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3869343Z %select_125 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_124, 0, 2), kwargs = {}) 2025-03-21T20:26:07.3870214Z %transpose_104 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3871089Z %select_126 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_104, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3871925Z %select_127 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_126, 0, 3), kwargs = {}) 2025-03-21T20:26:07.3872791Z %transpose_105 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3873668Z %select_128 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_105, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3874511Z %select_129 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_128, 0, 4), kwargs = {}) 2025-03-21T20:26:07.3875376Z %transpose_106 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3876463Z %select_130 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_106, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3877303Z %select_131 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_130, 0, 5), kwargs = {}) 2025-03-21T20:26:07.3878180Z %transpose_107 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3879049Z %select_132 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_107, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3879896Z %select_133 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_132, 0, 6), kwargs = {}) 2025-03-21T20:26:07.3880773Z %transpose_108 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3881654Z %select_134 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_108, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3882496Z %select_135 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_134, 0, 7), kwargs = {}) 2025-03-21T20:26:07.3883366Z %transpose_109 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3884259Z %select_136 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_109, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3885100Z %select_137 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_136, 0, 8), kwargs = {}) 2025-03-21T20:26:07.3885961Z %transpose_110 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3886849Z %select_138 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_110, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3887692Z %select_139 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_138, 0, 9), kwargs = {}) 2025-03-21T20:26:07.3888566Z %transpose_111 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3889549Z %select_140 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_111, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3890467Z %select_141 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_140, 0, 10), kwargs = {}) 2025-03-21T20:26:07.3891338Z %transpose_112 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3892211Z %select_142 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_112, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3893064Z %select_143 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_142, 0, 11), kwargs = {}) 2025-03-21T20:26:07.3894298Z %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-03-21T20:26:07.3895543Z %view_34 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_5, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.3896579Z %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-03-21T20:26:07.3897644Z %transpose_113 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_33, -2, -1), kwargs = {}) 2025-03-21T20:26:07.3898563Z %matmul_4 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_88, %transpose_113), kwargs = {}) 2025-03-21T20:26:07.3899430Z %mul_28 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_4, 0.125), kwargs = {}) 2025-03-21T20:26:07.3900221Z %add_12 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_28, %index_4), kwargs = {}) 2025-03-21T20:26:07.3901018Z %softmax_2 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_12, -1), kwargs = {}) 2025-03-21T20:26:07.3901941Z %matmul_5 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_2, %view_34), kwargs = {}) 2025-03-21T20:26:07.3902829Z %transpose_114 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_5, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3903710Z %view_35 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_114, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.3904600Z %unsqueeze_17 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_35, -1), kwargs = {}) 2025-03-21T20:26:07.3905502Z %transpose_115 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3906581Z %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-03-21T20:26:07.3907654Z %transpose_116 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3908527Z %squeeze_17 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_116, -1), kwargs = {}) 2025-03-21T20:26:07.3909364Z %add_13 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_9, %squeeze_17), kwargs = {}) 2025-03-21T20:26:07.3910356Z %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-03-21T20:26:07.3911414Z %unsqueeze_18 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_5, -1), kwargs = {}) 2025-03-21T20:26:07.3912334Z %transpose_117 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3913528Z %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-03-21T20:26:07.3914603Z %transpose_118 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3915472Z %squeeze_18 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_118, -1), kwargs = {}) 2025-03-21T20:26:07.3916296Z %silu_2 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_18,), kwargs = {}) 2025-03-21T20:26:07.3917152Z %unsqueeze_19 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_5, -1), kwargs = {}) 2025-03-21T20:26:07.3918070Z %transpose_119 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3919169Z %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-03-21T20:26:07.3920244Z %transpose_120 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3921121Z %squeeze_19 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_120, -1), kwargs = {}) 2025-03-21T20:26:07.3921958Z %mul_29 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_2, %squeeze_19), kwargs = {}) 2025-03-21T20:26:07.3922799Z %unsqueeze_20 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_29, -1), kwargs = {}) 2025-03-21T20:26:07.3923696Z %transpose_121 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3924789Z %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-03-21T20:26:07.3925871Z %transpose_122 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3926743Z %squeeze_20 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_122, -1), kwargs = {}) 2025-03-21T20:26:07.3927581Z %add_14 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_13, %squeeze_20), kwargs = {}) 2025-03-21T20:26:07.3928600Z %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-03-21T20:26:07.3929671Z %unsqueeze_21 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_6, -1), kwargs = {}) 2025-03-21T20:26:07.3930594Z %transpose_123 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3931670Z %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-03-21T20:26:07.3932736Z %transpose_124 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3933614Z %squeeze_21 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_124, -1), kwargs = {}) 2025-03-21T20:26:07.3934503Z %unsqueeze_22 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_6, -1), kwargs = {}) 2025-03-21T20:26:07.3935416Z %transpose_125 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3936594Z %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-03-21T20:26:07.3937659Z %transpose_126 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3938531Z %squeeze_22 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_126, -1), kwargs = {}) 2025-03-21T20:26:07.3939533Z %unsqueeze_23 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_6, -1), kwargs = {}) 2025-03-21T20:26:07.3940448Z %transpose_127 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3941600Z %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-03-21T20:26:07.3942681Z %transpose_128 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3943563Z %squeeze_23 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_128, -1), kwargs = {}) 2025-03-21T20:26:07.3944433Z %view_36 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_21, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3945310Z %view_37 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_22, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3946176Z %view_38 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_23, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3947084Z %_to_copy_6 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_36,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.3948007Z %view_39 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_6, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.3948856Z %unbind_6 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_39, -1), kwargs = {}) 2025-03-21T20:26:07.3949634Z %getitem_12 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_6, 0), kwargs = {}) 2025-03-21T20:26:07.3950378Z %getitem_13 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_6, 1), kwargs = {}) 2025-03-21T20:26:07.3951215Z %_to_copy_7 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_37,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.3952126Z %view_40 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_7, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.3952974Z %unbind_7 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_40, -1), kwargs = {}) 2025-03-21T20:26:07.3953755Z %getitem_14 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_7, 0), kwargs = {}) 2025-03-21T20:26:07.3954498Z %getitem_15 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_7, 1), kwargs = {}) 2025-03-21T20:26:07.3955294Z %view_41 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.3956141Z %view_42 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.3956976Z %mul_30 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_12, %view_41), kwargs = {}) 2025-03-21T20:26:07.3957785Z %mul_31 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_13, %view_42), kwargs = {}) 2025-03-21T20:26:07.3958586Z %sub_6 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_30, %mul_31), kwargs = {}) 2025-03-21T20:26:07.3959503Z %mul_32 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_12, %view_42), kwargs = {}) 2025-03-21T20:26:07.3960313Z %mul_33 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_13, %view_41), kwargs = {}) 2025-03-21T20:26:07.3961108Z %add_15 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_32, %mul_33), kwargs = {}) 2025-03-21T20:26:07.3961906Z %mul_34 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_14, %view_41), kwargs = {}) 2025-03-21T20:26:07.3962723Z %mul_35 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_15, %view_42), kwargs = {}) 2025-03-21T20:26:07.3963510Z %sub_7 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_34, %mul_35), kwargs = {}) 2025-03-21T20:26:07.3964305Z %mul_36 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_14, %view_42), kwargs = {}) 2025-03-21T20:26:07.3965126Z %mul_37 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_15, %view_41), kwargs = {}) 2025-03-21T20:26:07.3965926Z %add_16 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_36, %mul_37), kwargs = {}) 2025-03-21T20:26:07.3966752Z %stack_6 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_6, %add_15], -1), kwargs = {}) 2025-03-21T20:26:07.3967615Z %view_43 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_6, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3968476Z %stack_7 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_7, %add_16], -1), kwargs = {}) 2025-03-21T20:26:07.3969334Z %view_44 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_7, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.3970184Z %type_as_6 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_43, %view_36), kwargs = {}) 2025-03-21T20:26:07.3971035Z %type_as_7 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_44, %view_37), kwargs = {}) 2025-03-21T20:26:07.3971905Z %transpose_129 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3973114Z %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-03-21T20:26:07.3974623Z %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-03-21T20:26:07.3975998Z %transpose_130 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3976895Z %select_144 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_130, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3977742Z %select_145 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_144, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3978608Z %transpose_131 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3979487Z %select_146 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_131, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3980332Z %select_147 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_146, 0, 1), kwargs = {}) 2025-03-21T20:26:07.3981207Z %transpose_132 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3982323Z %select_148 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_132, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3983169Z %select_149 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_148, 0, 2), kwargs = {}) 2025-03-21T20:26:07.3984043Z %transpose_133 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3984924Z %select_150 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_133, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3985760Z %select_151 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_150, 0, 3), kwargs = {}) 2025-03-21T20:26:07.3986630Z %transpose_134 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3987506Z %select_152 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_134, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3988354Z %select_153 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_152, 0, 4), kwargs = {}) 2025-03-21T20:26:07.3989226Z %transpose_135 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3990104Z %select_154 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_135, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3990943Z %select_155 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_154, 0, 5), kwargs = {}) 2025-03-21T20:26:07.3991802Z %transpose_136 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3992683Z %select_156 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_136, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3993522Z %select_157 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_156, 0, 6), kwargs = {}) 2025-03-21T20:26:07.3994398Z %transpose_137 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3995276Z %select_158 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_137, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3996117Z %select_159 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_158, 0, 7), kwargs = {}) 2025-03-21T20:26:07.3996986Z %transpose_138 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.3997856Z %select_160 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_138, 0, 0), kwargs = {}) 2025-03-21T20:26:07.3998692Z %select_161 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_160, 0, 8), kwargs = {}) 2025-03-21T20:26:07.3999575Z %transpose_139 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4000457Z %select_162 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_139, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4001300Z %select_163 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_162, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4002171Z %transpose_140 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4003048Z %select_164 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_140, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4003896Z %select_165 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_164, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4004767Z %transpose_141 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_6, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4005745Z %select_166 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_141, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4006596Z %select_167 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_166, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4007831Z %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-03-21T20:26:07.4009075Z %view_45 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_6, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4009966Z %transpose_142 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4010858Z %select_168 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_142, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4011701Z %select_169 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_168, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4012561Z %transpose_143 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4013440Z %select_170 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_143, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4014288Z %select_171 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_170, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4015158Z %transpose_144 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4016036Z %select_172 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_144, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4016887Z %select_173 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_172, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4017761Z %transpose_145 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4018634Z %select_174 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_145, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4019478Z %select_175 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_174, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4020351Z %transpose_146 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4021227Z %select_176 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_146, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4022129Z %select_177 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_176, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4023009Z %transpose_147 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4023890Z %select_178 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_147, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4024730Z %select_179 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_178, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4025597Z %transpose_148 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4026475Z %select_180 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_148, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4027317Z %select_181 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_180, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4028298Z %transpose_149 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4029183Z %select_182 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_149, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4030025Z %select_183 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_182, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4030890Z %transpose_150 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4031764Z %select_184 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_150, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4032611Z %select_185 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_184, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4033479Z %transpose_151 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4034368Z %select_186 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_151, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4035218Z %select_187 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_186, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4036088Z %transpose_152 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4036961Z %select_188 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_152, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4037815Z %select_189 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_188, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4038676Z %transpose_153 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4039559Z %select_190 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_153, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4040411Z %select_191 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_190, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4041641Z %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-03-21T20:26:07.4042877Z %view_46 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_7, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4043916Z %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-03-21T20:26:07.4044970Z %transpose_154 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_45, -2, -1), kwargs = {}) 2025-03-21T20:26:07.4045904Z %matmul_6 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_129, %transpose_154), kwargs = {}) 2025-03-21T20:26:07.4046773Z %mul_38 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_6, 0.125), kwargs = {}) 2025-03-21T20:26:07.4047568Z %add_17 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_38, %index_5), kwargs = {}) 2025-03-21T20:26:07.4048366Z %softmax_3 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_17, -1), kwargs = {}) 2025-03-21T20:26:07.4049208Z %matmul_7 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_3, %view_46), kwargs = {}) 2025-03-21T20:26:07.4050098Z %transpose_155 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_7, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4051036Z %view_47 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_155, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.4051980Z %unsqueeze_24 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_47, -1), kwargs = {}) 2025-03-21T20:26:07.4052869Z %transpose_156 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_24, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4053944Z %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-03-21T20:26:07.4055002Z %transpose_157 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_24, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4055886Z %squeeze_24 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_157, -1), kwargs = {}) 2025-03-21T20:26:07.4056716Z %add_18 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_14, %squeeze_24), kwargs = {}) 2025-03-21T20:26:07.4057718Z %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-03-21T20:26:07.4058769Z %unsqueeze_25 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_7, -1), kwargs = {}) 2025-03-21T20:26:07.4059700Z %transpose_158 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_25, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4060783Z %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-03-21T20:26:07.4061922Z %transpose_159 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_25, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4062803Z %squeeze_25 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_159, -1), kwargs = {}) 2025-03-21T20:26:07.4063629Z %silu_3 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_25,), kwargs = {}) 2025-03-21T20:26:07.4064490Z %unsqueeze_26 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_7, -1), kwargs = {}) 2025-03-21T20:26:07.4065398Z %transpose_160 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_26, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4066492Z %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-03-21T20:26:07.4067568Z %transpose_161 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_26, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4068441Z %squeeze_26 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_161, -1), kwargs = {}) 2025-03-21T20:26:07.4069288Z %mul_39 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_3, %squeeze_26), kwargs = {}) 2025-03-21T20:26:07.4070140Z %unsqueeze_27 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_39, -1), kwargs = {}) 2025-03-21T20:26:07.4071043Z %transpose_162 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_27, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4072126Z %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-03-21T20:26:07.4073208Z %transpose_163 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_27, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4074087Z %squeeze_27 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_163, -1), kwargs = {}) 2025-03-21T20:26:07.4075050Z %add_19 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_18, %squeeze_27), kwargs = {}) 2025-03-21T20:26:07.4076260Z %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-03-21T20:26:07.4077356Z %unsqueeze_28 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_8, -1), kwargs = {}) 2025-03-21T20:26:07.4078284Z %transpose_164 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_28, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4079373Z %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-03-21T20:26:07.4080456Z %transpose_165 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_28, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4081344Z %squeeze_28 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_165, -1), kwargs = {}) 2025-03-21T20:26:07.4082239Z %unsqueeze_29 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_8, -1), kwargs = {}) 2025-03-21T20:26:07.4083154Z %transpose_166 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_29, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4084225Z %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-03-21T20:26:07.4085295Z %transpose_167 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_29, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4086175Z %squeeze_29 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_167, -1), kwargs = {}) 2025-03-21T20:26:07.4087077Z %unsqueeze_30 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_8, -1), kwargs = {}) 2025-03-21T20:26:07.4087997Z %transpose_168 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_30, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4089084Z %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-03-21T20:26:07.4090159Z %transpose_169 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_30, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4091038Z %squeeze_30 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_169, -1), kwargs = {}) 2025-03-21T20:26:07.4091902Z %view_48 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_28, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4092790Z %view_49 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_29, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4093668Z %view_50 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_30, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4094584Z %_to_copy_8 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_48,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4095507Z %view_51 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_8, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4096355Z %unbind_8 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_51, -1), kwargs = {}) 2025-03-21T20:26:07.4097139Z %getitem_16 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_8, 0), kwargs = {}) 2025-03-21T20:26:07.4097974Z %getitem_17 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_8, 1), kwargs = {}) 2025-03-21T20:26:07.4098871Z %_to_copy_9 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_49,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4099792Z %view_52 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_9, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4100646Z %unbind_9 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_52, -1), kwargs = {}) 2025-03-21T20:26:07.4101486Z %getitem_18 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_9, 0), kwargs = {}) 2025-03-21T20:26:07.4102236Z %getitem_19 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_9, 1), kwargs = {}) 2025-03-21T20:26:07.4103033Z %view_53 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4103897Z %view_54 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4104728Z %mul_40 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_16, %view_53), kwargs = {}) 2025-03-21T20:26:07.4105552Z %mul_41 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_17, %view_54), kwargs = {}) 2025-03-21T20:26:07.4106353Z %sub_8 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_40, %mul_41), kwargs = {}) 2025-03-21T20:26:07.4107150Z %mul_42 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_16, %view_54), kwargs = {}) 2025-03-21T20:26:07.4107966Z %mul_43 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_17, %view_53), kwargs = {}) 2025-03-21T20:26:07.4108768Z %add_20 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_42, %mul_43), kwargs = {}) 2025-03-21T20:26:07.4109576Z %mul_44 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_18, %view_53), kwargs = {}) 2025-03-21T20:26:07.4110387Z %mul_45 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_19, %view_54), kwargs = {}) 2025-03-21T20:26:07.4111188Z %sub_9 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_44, %mul_45), kwargs = {}) 2025-03-21T20:26:07.4111985Z %mul_46 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_18, %view_54), kwargs = {}) 2025-03-21T20:26:07.4112803Z %mul_47 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_19, %view_53), kwargs = {}) 2025-03-21T20:26:07.4113606Z %add_21 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_46, %mul_47), kwargs = {}) 2025-03-21T20:26:07.4114433Z %stack_8 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_8, %add_20], -1), kwargs = {}) 2025-03-21T20:26:07.4115312Z %view_55 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_8, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4116173Z %stack_9 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_9, %add_21], -1), kwargs = {}) 2025-03-21T20:26:07.4117041Z %view_56 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_9, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4117903Z %type_as_8 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_55, %view_48), kwargs = {}) 2025-03-21T20:26:07.4118755Z %type_as_9 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_56, %view_49), kwargs = {}) 2025-03-21T20:26:07.4119637Z %transpose_170 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4120908Z %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-03-21T20:26:07.4122508Z %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-03-21T20:26:07.4123717Z %transpose_171 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4124607Z %select_192 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_171, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4125453Z %select_193 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_192, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4126335Z %transpose_172 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4127230Z %select_194 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_172, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4128080Z %select_195 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_194, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4128962Z %transpose_173 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4129851Z %select_196 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_173, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4130706Z %select_197 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_196, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4131571Z %transpose_174 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4132461Z %select_198 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_174, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4133306Z %select_199 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_198, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4134178Z %transpose_175 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4135062Z %select_200 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_175, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4135911Z %select_201 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_200, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4136786Z %transpose_176 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4137662Z %select_202 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_176, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4138520Z %select_203 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_202, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4139395Z %transpose_177 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4140281Z %select_204 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_177, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4141127Z %select_205 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_204, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4142077Z %transpose_178 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4142957Z %select_206 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_178, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4143858Z %select_207 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_206, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4144783Z %transpose_179 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4145675Z %select_208 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_179, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4146530Z %select_209 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_208, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4147406Z %transpose_180 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4148292Z %select_210 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_180, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4149141Z %select_211 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_210, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4150025Z %transpose_181 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4150898Z %select_212 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_181, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4151754Z %select_213 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_212, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4152635Z %transpose_182 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_8, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4153521Z %select_214 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_182, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4154372Z %select_215 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_214, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4155613Z %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-03-21T20:26:07.4156860Z %view_57 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_8, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4157750Z %transpose_183 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4158626Z %select_216 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_183, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4159476Z %select_217 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_216, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4160349Z %transpose_184 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4161240Z %select_218 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_184, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4162087Z %select_219 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_218, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4162961Z %transpose_185 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4163847Z %select_220 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_185, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4164694Z %select_221 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_220, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4165556Z %transpose_186 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4166442Z %select_222 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_186, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4167386Z %select_223 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_222, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4168265Z %transpose_187 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4169151Z %select_224 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_187, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4170005Z %select_225 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_224, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4170884Z %transpose_188 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4171762Z %select_226 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_188, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4172611Z %select_227 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_226, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4173488Z %transpose_189 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4174374Z %select_228 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_189, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4175220Z %select_229 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_228, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4176275Z %transpose_190 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4177166Z %select_230 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_190, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4178021Z %select_231 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_230, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4178900Z %transpose_191 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4179790Z %select_232 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_191, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4180641Z %select_233 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_232, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4181589Z %transpose_192 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4182472Z %select_234 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_192, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4183322Z %select_235 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_234, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4184182Z %transpose_193 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4185064Z %select_236 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_193, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4185914Z %select_237 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_236, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4186790Z %transpose_194 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4187673Z %select_238 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_194, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4188524Z %select_239 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_238, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4189843Z %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-03-21T20:26:07.4191151Z %view_58 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_9, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4192215Z %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-03-21T20:26:07.4193282Z %transpose_195 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_57, -2, -1), kwargs = {}) 2025-03-21T20:26:07.4194226Z %matmul_8 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_170, %transpose_195), kwargs = {}) 2025-03-21T20:26:07.4195120Z %mul_48 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_8, 0.125), kwargs = {}) 2025-03-21T20:26:07.4195932Z %add_22 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_48, %index_6), kwargs = {}) 2025-03-21T20:26:07.4196762Z %softmax_4 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_22, -1), kwargs = {}) 2025-03-21T20:26:07.4197627Z %matmul_9 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_4, %view_58), kwargs = {}) 2025-03-21T20:26:07.4198537Z %transpose_196 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_9, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4199439Z %view_59 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_196, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.4200332Z %unsqueeze_31 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_59, -1), kwargs = {}) 2025-03-21T20:26:07.4201249Z %transpose_197 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_31, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4202359Z %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-03-21T20:26:07.4203451Z %transpose_198 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_31, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4204349Z %squeeze_31 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_198, -1), kwargs = {}) 2025-03-21T20:26:07.4205203Z %add_23 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_19, %squeeze_31), kwargs = {}) 2025-03-21T20:26:07.4206222Z %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-03-21T20:26:07.4207293Z %unsqueeze_32 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_9, -1), kwargs = {}) 2025-03-21T20:26:07.4208223Z %transpose_199 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_32, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4209332Z %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-03-21T20:26:07.4210428Z %transpose_200 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_32, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4211324Z %squeeze_32 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_200, -1), kwargs = {}) 2025-03-21T20:26:07.4212165Z %silu_4 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_32,), kwargs = {}) 2025-03-21T20:26:07.4213032Z %unsqueeze_33 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_9, -1), kwargs = {}) 2025-03-21T20:26:07.4214056Z %transpose_201 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_33, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4215156Z %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-03-21T20:26:07.4216232Z %transpose_202 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_33, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4216620Z %squeeze_33 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_202, -1), kwargs = {}) 2025-03-21T20:26:07.4216972Z %mul_49 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_4, %squeeze_33), kwargs = {}) 2025-03-21T20:26:07.4217373Z %unsqueeze_34 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_49, -1), kwargs = {}) 2025-03-21T20:26:07.4217784Z %transpose_203 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_34, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4218376Z %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-03-21T20:26:07.4218768Z %transpose_204 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_34, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4219158Z %squeeze_34 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_204, -1), kwargs = {}) 2025-03-21T20:26:07.4219511Z %add_24 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_23, %squeeze_34), kwargs = {}) 2025-03-21T20:26:07.4220086Z %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-03-21T20:26:07.4220504Z %unsqueeze_35 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_10, -1), kwargs = {}) 2025-03-21T20:26:07.4220908Z %transpose_205 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_35, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4221558Z %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-03-21T20:26:07.4221953Z %transpose_206 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_35, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4222344Z %squeeze_35 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_206, -1), kwargs = {}) 2025-03-21T20:26:07.4222752Z %unsqueeze_36 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_10, -1), kwargs = {}) 2025-03-21T20:26:07.4223173Z %transpose_207 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_36, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4223745Z %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-03-21T20:26:07.4224148Z %transpose_208 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_36, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4224527Z %squeeze_36 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_208, -1), kwargs = {}) 2025-03-21T20:26:07.4224951Z %unsqueeze_37 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_10, -1), kwargs = {}) 2025-03-21T20:26:07.4225353Z %transpose_209 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_37, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4225995Z %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-03-21T20:26:07.4226433Z %transpose_210 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_37, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4226820Z %squeeze_37 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_210, -1), kwargs = {}) 2025-03-21T20:26:07.4227206Z %view_60 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_35, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4227590Z %view_61 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_36, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4227985Z %view_62 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_37, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4228406Z %_to_copy_10 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_60,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4228827Z %view_63 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_10, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4229177Z %unbind_10 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_63, -1), kwargs = {}) 2025-03-21T20:26:07.4229510Z %getitem_20 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_10, 0), kwargs = {}) 2025-03-21T20:26:07.4229828Z %getitem_21 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_10, 1), kwargs = {}) 2025-03-21T20:26:07.4230256Z %_to_copy_11 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_61,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4230651Z %view_64 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_11, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4231017Z %unbind_11 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_64, -1), kwargs = {}) 2025-03-21T20:26:07.4231335Z %getitem_22 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_11, 0), kwargs = {}) 2025-03-21T20:26:07.4231652Z %getitem_23 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_11, 1), kwargs = {}) 2025-03-21T20:26:07.4232034Z %view_65 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4232406Z %view_66 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4232775Z %mul_50 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_20, %view_65), kwargs = {}) 2025-03-21T20:26:07.4233129Z %mul_51 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_21, %view_66), kwargs = {}) 2025-03-21T20:26:07.4233487Z %sub_10 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_50, %mul_51), kwargs = {}) 2025-03-21T20:26:07.4233839Z %mul_52 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_20, %view_66), kwargs = {}) 2025-03-21T20:26:07.4234205Z %mul_53 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_21, %view_65), kwargs = {}) 2025-03-21T20:26:07.4234542Z %add_25 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_52, %mul_53), kwargs = {}) 2025-03-21T20:26:07.4234906Z %mul_54 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_22, %view_65), kwargs = {}) 2025-03-21T20:26:07.4235257Z %mul_55 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_23, %view_66), kwargs = {}) 2025-03-21T20:26:07.4235606Z %sub_11 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_54, %mul_55), kwargs = {}) 2025-03-21T20:26:07.4236051Z %mul_56 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_22, %view_66), kwargs = {}) 2025-03-21T20:26:07.4236402Z %mul_57 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_23, %view_65), kwargs = {}) 2025-03-21T20:26:07.4236751Z %add_26 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_56, %mul_57), kwargs = {}) 2025-03-21T20:26:07.4237136Z %stack_10 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_10, %add_25], -1), kwargs = {}) 2025-03-21T20:26:07.4237527Z %view_67 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_10, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4237911Z %stack_11 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_11, %add_26], -1), kwargs = {}) 2025-03-21T20:26:07.4238301Z %view_68 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_11, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4238683Z %type_as_10 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_67, %view_60), kwargs = {}) 2025-03-21T20:26:07.4239067Z %type_as_11 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_68, %view_61), kwargs = {}) 2025-03-21T20:26:07.4239463Z %transpose_211 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4240192Z %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-03-21T20:26:07.4240892Z %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-03-21T20:26:07.4241319Z %transpose_212 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4241693Z %select_240 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_212, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4242054Z %select_241 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_240, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4242475Z %transpose_213 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4242848Z %select_242 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_213, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4243221Z %select_243 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_242, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4243627Z %transpose_214 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4244016Z %select_244 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_214, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4244377Z %select_245 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_244, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4244792Z %transpose_215 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4245165Z %select_246 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_215, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4245538Z %select_247 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_246, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4245941Z %transpose_216 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4246416Z %select_248 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_216, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4246777Z %select_249 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_248, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4247178Z %transpose_217 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4247563Z %select_250 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_217, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4247923Z %select_251 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_250, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4248338Z %transpose_218 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4248711Z %select_252 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_218, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4249086Z %select_253 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_252, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4249492Z %transpose_219 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4249875Z %select_254 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_219, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4250235Z %select_255 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_254, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4250647Z %transpose_220 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4251018Z %select_256 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_220, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4251385Z %select_257 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_256, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4251799Z %transpose_221 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4252169Z %select_258 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_221, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4252541Z %select_259 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_258, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4252942Z %transpose_222 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4253327Z %select_260 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_222, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4253695Z %select_261 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_260, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4254116Z %transpose_223 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_10, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4254489Z %select_262 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_223, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4254865Z %select_263 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_262, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4255631Z %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-03-21T20:26:07.4256023Z %view_69 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_10, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4256472Z %transpose_224 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4256901Z %select_264 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_224, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4257264Z %select_265 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_264, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4257670Z %transpose_225 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4258052Z %select_266 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_225, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4258419Z %select_267 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_266, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4258835Z %transpose_226 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4259213Z %select_268 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_226, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4259588Z %select_269 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_268, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4259991Z %transpose_227 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4260376Z %select_270 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_227, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4260739Z %select_271 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_270, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4261155Z %transpose_228 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4261605Z %select_272 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_228, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4261970Z %select_273 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_272, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4262386Z %transpose_229 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4262756Z %select_274 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_229, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4263129Z %select_275 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_274, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4263534Z %transpose_230 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4263919Z %select_276 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_230, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4264286Z %select_277 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_276, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4264704Z %transpose_231 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4265075Z %select_278 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_231, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4265449Z %select_279 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_278, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4265853Z %transpose_232 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4266235Z %select_280 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_232, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4266598Z %select_281 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_280, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4267120Z %transpose_233 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4267509Z %select_282 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_233, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4267870Z %select_283 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_282, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4268290Z %transpose_234 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4268661Z %select_284 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_234, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4269042Z %select_285 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_284, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4269456Z %transpose_235 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4269845Z %select_286 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_235, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4270212Z %select_287 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_286, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4270986Z %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-03-21T20:26:07.4271368Z %view_70 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_11, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4271941Z %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-03-21T20:26:07.4272349Z %transpose_236 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_69, -2, -1), kwargs = {}) 2025-03-21T20:26:07.4272778Z %matmul_10 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_211, %transpose_236), kwargs = {}) 2025-03-21T20:26:07.4273139Z %mul_58 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_10, 0.125), kwargs = {}) 2025-03-21T20:26:07.4273486Z %add_27 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_58, %index_7), kwargs = {}) 2025-03-21T20:26:07.4273854Z %softmax_5 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_27, -1), kwargs = {}) 2025-03-21T20:26:07.4274246Z %matmul_11 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_5, %view_70), kwargs = {}) 2025-03-21T20:26:07.4274661Z %transpose_237 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_11, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4275052Z %view_71 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_237, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.4275465Z %unsqueeze_38 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_71, -1), kwargs = {}) 2025-03-21T20:26:07.4276031Z %transpose_238 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_38, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4276624Z %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-03-21T20:26:07.4277021Z %transpose_239 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_38, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4277498Z %squeeze_38 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_239, -1), kwargs = {}) 2025-03-21T20:26:07.4277906Z %add_28 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_24, %squeeze_38), kwargs = {}) 2025-03-21T20:26:07.4278452Z %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-03-21T20:26:07.4278882Z %unsqueeze_39 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_11, -1), kwargs = {}) 2025-03-21T20:26:07.4279288Z %transpose_240 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_39, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4279887Z %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-03-21T20:26:07.4280288Z %transpose_241 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_39, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4280681Z %squeeze_39 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_241, -1), kwargs = {}) 2025-03-21T20:26:07.4281028Z %silu_5 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_39,), kwargs = {}) 2025-03-21T20:26:07.4281455Z %unsqueeze_40 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_11, -1), kwargs = {}) 2025-03-21T20:26:07.4281860Z %transpose_242 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_40, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4282455Z %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-03-21T20:26:07.4282848Z %transpose_243 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_40, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4283240Z %squeeze_40 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_243, -1), kwargs = {}) 2025-03-21T20:26:07.4283590Z %mul_59 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_5, %squeeze_40), kwargs = {}) 2025-03-21T20:26:07.4283988Z %unsqueeze_41 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_59, -1), kwargs = {}) 2025-03-21T20:26:07.4284391Z %transpose_244 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_41, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4284967Z %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-03-21T20:26:07.4285370Z %transpose_245 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_41, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4285751Z %squeeze_41 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_245, -1), kwargs = {}) 2025-03-21T20:26:07.4286112Z %add_29 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_28, %squeeze_41), kwargs = {}) 2025-03-21T20:26:07.4286672Z %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-03-21T20:26:07.4287092Z %unsqueeze_42 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_12, -1), kwargs = {}) 2025-03-21T20:26:07.4287491Z %transpose_246 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_42, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4288114Z %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-03-21T20:26:07.4288552Z %transpose_247 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_42, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4288938Z %squeeze_42 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_247, -1), kwargs = {}) 2025-03-21T20:26:07.4289343Z %unsqueeze_43 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_12, -1), kwargs = {}) 2025-03-21T20:26:07.4289750Z %transpose_248 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_43, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4290311Z %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-03-21T20:26:07.4290707Z %transpose_249 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_43, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4291083Z %squeeze_43 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_249, -1), kwargs = {}) 2025-03-21T20:26:07.4291486Z %unsqueeze_44 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_12, -1), kwargs = {}) 2025-03-21T20:26:07.4291891Z %transpose_250 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_44, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4292451Z %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-03-21T20:26:07.4292844Z %transpose_251 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_44, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4293212Z %squeeze_44 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_251, -1), kwargs = {}) 2025-03-21T20:26:07.4293605Z %view_72 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_42, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4293987Z %view_73 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_43, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4294368Z %view_74 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_44, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4294783Z %_to_copy_12 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_72,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4295182Z %view_75 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_12, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4295523Z %unbind_12 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_75, -1), kwargs = {}) 2025-03-21T20:26:07.4295857Z %getitem_24 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_12, 0), kwargs = {}) 2025-03-21T20:26:07.4296179Z %getitem_25 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_12, 1), kwargs = {}) 2025-03-21T20:26:07.4296592Z %_to_copy_13 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_73,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4296996Z %view_76 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_13, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4297341Z %unbind_13 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_76, -1), kwargs = {}) 2025-03-21T20:26:07.4297669Z %getitem_26 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_13, 0), kwargs = {}) 2025-03-21T20:26:07.4297984Z %getitem_27 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_13, 1), kwargs = {}) 2025-03-21T20:26:07.4298464Z %view_77 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4298833Z %view_78 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4299194Z %mul_60 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_24, %view_77), kwargs = {}) 2025-03-21T20:26:07.4299546Z %mul_61 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_25, %view_78), kwargs = {}) 2025-03-21T20:26:07.4299890Z %sub_12 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_60, %mul_61), kwargs = {}) 2025-03-21T20:26:07.4300241Z %mul_62 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_24, %view_78), kwargs = {}) 2025-03-21T20:26:07.4300594Z %mul_63 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_25, %view_77), kwargs = {}) 2025-03-21T20:26:07.4300946Z %add_30 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_62, %mul_63), kwargs = {}) 2025-03-21T20:26:07.4301356Z %mul_64 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_26, %view_77), kwargs = {}) 2025-03-21T20:26:07.4301717Z %mul_65 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_27, %view_78), kwargs = {}) 2025-03-21T20:26:07.4302052Z %sub_13 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_64, %mul_65), kwargs = {}) 2025-03-21T20:26:07.4302415Z %mul_66 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_26, %view_78), kwargs = {}) 2025-03-21T20:26:07.4302765Z %mul_67 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_27, %view_77), kwargs = {}) 2025-03-21T20:26:07.4303117Z %add_31 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_66, %mul_67), kwargs = {}) 2025-03-21T20:26:07.4303511Z %stack_12 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_12, %add_30], -1), kwargs = {}) 2025-03-21T20:26:07.4303898Z %view_79 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_12, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4304275Z %stack_13 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_13, %add_31], -1), kwargs = {}) 2025-03-21T20:26:07.4304650Z %view_80 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_13, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4305030Z %type_as_12 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_79, %view_72), kwargs = {}) 2025-03-21T20:26:07.4305397Z %type_as_13 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_80, %view_73), kwargs = {}) 2025-03-21T20:26:07.4305805Z %transpose_252 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4306510Z %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-03-21T20:26:07.4307214Z %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-03-21T20:26:07.4307617Z %transpose_253 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4307997Z %select_288 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_253, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4308405Z %select_289 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_288, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4308863Z %transpose_254 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4309230Z %select_290 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_254, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4309595Z %select_291 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_290, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4309991Z %transpose_255 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4310362Z %select_292 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_255, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4310716Z %select_293 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_292, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4311122Z %transpose_256 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4311493Z %select_294 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_256, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4311848Z %select_295 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_294, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4312256Z %transpose_257 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4312624Z %select_296 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_257, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4312994Z %select_297 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_296, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4313400Z %transpose_258 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4313782Z %select_298 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_258, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4314141Z %select_299 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_298, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4314554Z %transpose_259 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4314921Z %select_300 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_259, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4315279Z %select_301 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_300, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4315690Z %transpose_260 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4316066Z %select_302 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_260, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4316432Z %select_303 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_302, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4316835Z %transpose_261 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4317211Z %select_304 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_261, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4317568Z %select_305 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_304, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4317975Z %transpose_262 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4318346Z %select_306 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_262, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4318805Z %select_307 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_306, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4319201Z %transpose_263 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4319578Z %select_308 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_263, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4319942Z %select_309 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_308, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4320343Z %transpose_264 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_12, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4320721Z %select_310 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_264, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4321091Z %select_311 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_310, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4321852Z %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-03-21T20:26:07.4322230Z %view_81 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_12, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4322642Z %transpose_265 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4323006Z %select_312 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_265, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4323371Z %select_313 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_312, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4323778Z %transpose_266 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4324157Z %select_314 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_266, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4324517Z %select_315 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_314, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4324934Z %transpose_267 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4325298Z %select_316 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_267, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4325657Z %select_317 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_316, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4326069Z %transpose_268 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4326440Z %select_318 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_268, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4326810Z %select_319 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_318, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4327209Z %transpose_269 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4327585Z %select_320 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_269, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4327938Z %select_321 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_320, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4328348Z %transpose_270 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4328809Z %select_322 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_270, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4329182Z %select_323 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_322, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4329581Z %transpose_271 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4329963Z %select_324 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_271, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4330320Z %select_325 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_324, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4330722Z %transpose_272 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4331099Z %select_326 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_272, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4331464Z %select_327 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_326, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4331870Z %transpose_273 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4332234Z %select_328 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_273, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4332604Z %select_329 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_328, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4333006Z %transpose_274 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4333383Z %select_330 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_274, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4333747Z %select_331 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_330, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4334153Z %transpose_275 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4334519Z %select_332 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_275, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4334877Z %select_333 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_332, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4335289Z %transpose_276 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4335658Z %select_334 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_276, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4336027Z %select_335 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_334, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4336791Z %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-03-21T20:26:07.4337179Z %view_82 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_13, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4337738Z %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-03-21T20:26:07.4338152Z %transpose_277 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_81, -2, -1), kwargs = {}) 2025-03-21T20:26:07.4338578Z %matmul_12 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_252, %transpose_277), kwargs = {}) 2025-03-21T20:26:07.4339065Z %mul_68 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_12, 0.125), kwargs = {}) 2025-03-21T20:26:07.4339412Z %add_32 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_68, %index_8), kwargs = {}) 2025-03-21T20:26:07.4339770Z %softmax_6 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_32, -1), kwargs = {}) 2025-03-21T20:26:07.4340161Z %matmul_13 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_6, %view_82), kwargs = {}) 2025-03-21T20:26:07.4340560Z %transpose_278 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_13, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4340949Z %view_83 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_278, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.4341410Z %unsqueeze_45 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_83, -1), kwargs = {}) 2025-03-21T20:26:07.4341830Z %transpose_279 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_45, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4342401Z %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-03-21T20:26:07.4342804Z %transpose_280 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_45, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4343180Z %squeeze_45 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_280, -1), kwargs = {}) 2025-03-21T20:26:07.4343538Z %add_33 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_29, %squeeze_45), kwargs = {}) 2025-03-21T20:26:07.4344075Z %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-03-21T20:26:07.4344501Z %unsqueeze_46 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_13, -1), kwargs = {}) 2025-03-21T20:26:07.4344905Z %transpose_281 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_46, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4345492Z %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-03-21T20:26:07.4345881Z %transpose_282 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_46, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4346267Z %squeeze_46 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_282, -1), kwargs = {}) 2025-03-21T20:26:07.4346611Z %silu_6 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_46,), kwargs = {}) 2025-03-21T20:26:07.4347026Z %unsqueeze_47 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_13, -1), kwargs = {}) 2025-03-21T20:26:07.4347439Z %transpose_283 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_47, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4348018Z %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-03-21T20:26:07.4348416Z %transpose_284 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_47, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4348791Z %squeeze_47 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_284, -1), kwargs = {}) 2025-03-21T20:26:07.4349151Z %mul_69 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_6, %squeeze_47), kwargs = {}) 2025-03-21T20:26:07.4349633Z %unsqueeze_48 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_69, -1), kwargs = {}) 2025-03-21T20:26:07.4350041Z %transpose_285 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_48, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4350621Z %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-03-21T20:26:07.4351023Z %transpose_286 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_48, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4351398Z %squeeze_48 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_286, -1), kwargs = {}) 2025-03-21T20:26:07.4351758Z %add_34 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_33, %squeeze_48), kwargs = {}) 2025-03-21T20:26:07.4352325Z %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-03-21T20:26:07.4352749Z %unsqueeze_49 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_14, -1), kwargs = {}) 2025-03-21T20:26:07.4353149Z %transpose_287 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_49, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4353719Z %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-03-21T20:26:07.4354116Z %transpose_288 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_49, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4354489Z %squeeze_49 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_288, -1), kwargs = {}) 2025-03-21T20:26:07.4354911Z %unsqueeze_50 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_14, -1), kwargs = {}) 2025-03-21T20:26:07.4355309Z %transpose_289 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_50, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4355887Z %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-03-21T20:26:07.4356274Z %transpose_290 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_50, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4356659Z %squeeze_50 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_290, -1), kwargs = {}) 2025-03-21T20:26:07.4357063Z %unsqueeze_51 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_14, -1), kwargs = {}) 2025-03-21T20:26:07.4357481Z %transpose_291 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_51, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4358044Z %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-03-21T20:26:07.4358443Z %transpose_292 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_51, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4358816Z %squeeze_51 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_292, -1), kwargs = {}) 2025-03-21T20:26:07.4359196Z %view_84 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_49, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4359589Z %view_85 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_50, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4360058Z %view_86 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_51, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4360489Z %_to_copy_14 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_84,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4360881Z %view_87 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_14, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4361238Z %unbind_14 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_87, -1), kwargs = {}) 2025-03-21T20:26:07.4361556Z %getitem_28 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_14, 0), kwargs = {}) 2025-03-21T20:26:07.4361881Z %getitem_29 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_14, 1), kwargs = {}) 2025-03-21T20:26:07.4362300Z %_to_copy_15 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_85,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4362709Z %view_88 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_15, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4363056Z %unbind_15 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_88, -1), kwargs = {}) 2025-03-21T20:26:07.4363378Z %getitem_30 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_15, 0), kwargs = {}) 2025-03-21T20:26:07.4363696Z %getitem_31 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_15, 1), kwargs = {}) 2025-03-21T20:26:07.4364064Z %view_89 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4364440Z %view_90 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4364798Z %mul_70 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_28, %view_89), kwargs = {}) 2025-03-21T20:26:07.4365165Z %mul_71 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_29, %view_90), kwargs = {}) 2025-03-21T20:26:07.4365505Z %sub_14 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_70, %mul_71), kwargs = {}) 2025-03-21T20:26:07.4365864Z %mul_72 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_28, %view_90), kwargs = {}) 2025-03-21T20:26:07.4366215Z %mul_73 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_29, %view_89), kwargs = {}) 2025-03-21T20:26:07.4366560Z %add_35 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_72, %mul_73), kwargs = {}) 2025-03-21T20:26:07.4366911Z %mul_74 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_30, %view_89), kwargs = {}) 2025-03-21T20:26:07.4367272Z %mul_75 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_31, %view_90), kwargs = {}) 2025-03-21T20:26:07.4367612Z %sub_15 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_74, %mul_75), kwargs = {}) 2025-03-21T20:26:07.4367961Z %mul_76 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_30, %view_90), kwargs = {}) 2025-03-21T20:26:07.4368319Z %mul_77 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_31, %view_89), kwargs = {}) 2025-03-21T20:26:07.4368655Z %add_36 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_76, %mul_77), kwargs = {}) 2025-03-21T20:26:07.4369046Z %stack_14 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_14, %add_35], -1), kwargs = {}) 2025-03-21T20:26:07.4369420Z %view_91 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_14, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4369900Z %stack_15 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_15, %add_36], -1), kwargs = {}) 2025-03-21T20:26:07.4370277Z %view_92 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_15, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4370661Z %type_as_14 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_91, %view_84), kwargs = {}) 2025-03-21T20:26:07.4371028Z %type_as_15 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_92, %view_85), kwargs = {}) 2025-03-21T20:26:07.4371432Z %transpose_293 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4372143Z %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-03-21T20:26:07.4372859Z %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-03-21T20:26:07.4373264Z %transpose_294 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4373648Z %select_336 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_294, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4374009Z %select_337 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_336, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4374410Z %transpose_295 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4374793Z %select_338 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_295, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4375159Z %select_339 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_338, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4375569Z %transpose_296 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4376133Z %select_340 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_296, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4376511Z %select_341 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_340, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4376915Z %transpose_297 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4377298Z %select_342 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_297, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4377661Z %select_343 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_342, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4378080Z %transpose_298 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4378453Z %select_344 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_298, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4378847Z %select_345 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_344, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4379390Z %transpose_299 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4379759Z %select_346 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_299, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4380127Z %select_347 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_346, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4380712Z %transpose_300 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4381096Z %select_348 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_300, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4381520Z %select_349 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_348, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4381935Z %transpose_301 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4382300Z %select_350 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_301, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4382671Z %select_351 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_350, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4383068Z %transpose_302 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4383458Z %select_352 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_302, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4383816Z %select_353 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_352, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4384216Z %transpose_303 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4384597Z %select_354 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_303, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4384955Z %select_355 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_354, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4385365Z %transpose_304 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4385738Z %select_356 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_304, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4386113Z %select_357 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_356, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4386509Z %transpose_305 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_14, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4386887Z %select_358 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_305, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4387248Z %select_359 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_358, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4388015Z %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-03-21T20:26:07.4388401Z %view_93 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_14, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4388811Z %transpose_306 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4389178Z %select_360 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_306, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4389534Z %select_361 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_360, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4389943Z %transpose_307 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4390310Z %select_362 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_307, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4390724Z %select_363 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_362, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4391171Z %transpose_308 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4391551Z %select_364 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_308, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4391911Z %select_365 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_364, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4392322Z %transpose_309 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4392689Z %select_366 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_309, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4393057Z %select_367 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_366, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4393464Z %transpose_310 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4393843Z %select_368 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_310, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4394203Z %select_369 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_368, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4394606Z %transpose_311 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4394981Z %select_370 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_311, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4395339Z %select_371 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_370, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4395749Z %transpose_312 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4396124Z %select_372 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_312, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4396491Z %select_373 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_372, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4396896Z %transpose_313 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4397273Z %select_374 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_313, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4397630Z %select_375 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_374, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4398044Z %transpose_314 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4398419Z %select_376 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_314, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4398778Z %select_377 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_376, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4399184Z %transpose_315 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4399552Z %select_378 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_315, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4399919Z %select_379 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_378, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4400318Z %transpose_316 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4400696Z %select_380 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_316, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4401152Z %select_381 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_380, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4401569Z %transpose_317 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4401935Z %select_382 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_317, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4402309Z %select_383 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_382, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4403063Z %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-03-21T20:26:07.4403455Z %view_94 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_15, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4404015Z %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-03-21T20:26:07.4404424Z %transpose_318 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_93, -2, -1), kwargs = {}) 2025-03-21T20:26:07.4404850Z %matmul_14 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_293, %transpose_318), kwargs = {}) 2025-03-21T20:26:07.4411804Z %mul_78 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_14, 0.125), kwargs = {}) 2025-03-21T20:26:07.4412247Z %add_37 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_78, %index_9), kwargs = {}) 2025-03-21T20:26:07.4412604Z %softmax_7 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_37, -1), kwargs = {}) 2025-03-21T20:26:07.4413019Z %matmul_15 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_7, %view_94), kwargs = {}) 2025-03-21T20:26:07.4413413Z %transpose_319 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_15, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4413813Z %view_95 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_319, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.4414205Z %unsqueeze_52 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_95, -1), kwargs = {}) 2025-03-21T20:26:07.4414620Z %transpose_320 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_52, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4415195Z %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-03-21T20:26:07.4415595Z %transpose_321 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_52, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4415982Z %squeeze_52 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_321, -1), kwargs = {}) 2025-03-21T20:26:07.4416336Z %add_38 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_34, %squeeze_52), kwargs = {}) 2025-03-21T20:26:07.4416886Z %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-03-21T20:26:07.4417299Z %unsqueeze_53 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_15, -1), kwargs = {}) 2025-03-21T20:26:07.4417708Z %transpose_322 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_53, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4418462Z %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-03-21T20:26:07.4418865Z %transpose_323 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_53, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4419244Z %squeeze_53 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_323, -1), kwargs = {}) 2025-03-21T20:26:07.4419593Z %silu_7 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_53,), kwargs = {}) 2025-03-21T20:26:07.4420003Z %unsqueeze_54 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_15, -1), kwargs = {}) 2025-03-21T20:26:07.4420412Z %transpose_324 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_54, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4420993Z %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-03-21T20:26:07.4421485Z %transpose_325 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_54, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4421862Z %squeeze_54 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_325, -1), kwargs = {}) 2025-03-21T20:26:07.4422217Z %mul_79 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_7, %squeeze_54), kwargs = {}) 2025-03-21T20:26:07.4422611Z %unsqueeze_55 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_79, -1), kwargs = {}) 2025-03-21T20:26:07.4423013Z %transpose_326 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_55, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4423604Z %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-03-21T20:26:07.4423997Z %transpose_327 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_55, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4424380Z %squeeze_55 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_327, -1), kwargs = {}) 2025-03-21T20:26:07.4424729Z %add_39 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_38, %squeeze_55), kwargs = {}) 2025-03-21T20:26:07.4425301Z %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-03-21T20:26:07.4425708Z %unsqueeze_56 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_16, -1), kwargs = {}) 2025-03-21T20:26:07.4426126Z %transpose_328 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_56, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4426689Z %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-03-21T20:26:07.4427091Z %transpose_329 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_56, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4427463Z %squeeze_56 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_329, -1), kwargs = {}) 2025-03-21T20:26:07.4427870Z %unsqueeze_57 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_16, -1), kwargs = {}) 2025-03-21T20:26:07.4428276Z %transpose_330 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_57, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4428905Z %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-03-21T20:26:07.4429353Z %transpose_331 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_57, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4429726Z %squeeze_57 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_331, -1), kwargs = {}) 2025-03-21T20:26:07.4430142Z %unsqueeze_58 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_16, -1), kwargs = {}) 2025-03-21T20:26:07.4430540Z %transpose_332 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_58, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4431118Z %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-03-21T20:26:07.4431510Z %transpose_333 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_58, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4431889Z %squeeze_58 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_333, -1), kwargs = {}) 2025-03-21T20:26:07.4432270Z %view_96 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_56, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4432663Z %view_97 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_57, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4433044Z %view_98 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_58, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4433467Z %_to_copy_16 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_96,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4433869Z %view_99 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_16, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4434215Z %unbind_16 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_99, -1), kwargs = {}) 2025-03-21T20:26:07.4434543Z %getitem_32 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_16, 0), kwargs = {}) 2025-03-21T20:26:07.4434859Z %getitem_33 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_16, 1), kwargs = {}) 2025-03-21T20:26:07.4435287Z %_to_copy_17 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_97,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4435688Z %view_100 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_17, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4436043Z %unbind_17 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_100, -1), kwargs = {}) 2025-03-21T20:26:07.4436368Z %getitem_34 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_17, 0), kwargs = {}) 2025-03-21T20:26:07.4436692Z %getitem_35 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_17, 1), kwargs = {}) 2025-03-21T20:26:07.4437064Z %view_101 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4437447Z %view_102 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4437804Z %mul_80 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_32, %view_101), kwargs = {}) 2025-03-21T20:26:07.4438158Z %mul_81 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_33, %view_102), kwargs = {}) 2025-03-21T20:26:07.4438505Z %sub_16 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_80, %mul_81), kwargs = {}) 2025-03-21T20:26:07.4438958Z %mul_82 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_32, %view_102), kwargs = {}) 2025-03-21T20:26:07.4439318Z %mul_83 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_33, %view_101), kwargs = {}) 2025-03-21T20:26:07.4439653Z %add_40 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_82, %mul_83), kwargs = {}) 2025-03-21T20:26:07.4440016Z %mul_84 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_34, %view_101), kwargs = {}) 2025-03-21T20:26:07.4440370Z %mul_85 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_35, %view_102), kwargs = {}) 2025-03-21T20:26:07.4440712Z %sub_17 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_84, %mul_85), kwargs = {}) 2025-03-21T20:26:07.4441065Z %mul_86 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_34, %view_102), kwargs = {}) 2025-03-21T20:26:07.4441434Z %mul_87 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_35, %view_101), kwargs = {}) 2025-03-21T20:26:07.4441765Z %add_41 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_86, %mul_87), kwargs = {}) 2025-03-21T20:26:07.4442150Z %stack_16 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_16, %add_40], -1), kwargs = {}) 2025-03-21T20:26:07.4442541Z %view_103 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_16, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4442924Z %stack_17 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_17, %add_41], -1), kwargs = {}) 2025-03-21T20:26:07.4443312Z %view_104 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_17, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4443691Z %type_as_16 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_103, %view_96), kwargs = {}) 2025-03-21T20:26:07.4444077Z %type_as_17 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_104, %view_97), kwargs = {}) 2025-03-21T20:26:07.4444470Z %transpose_334 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4445194Z %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-03-21T20:26:07.4445893Z %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-03-21T20:26:07.4446306Z %transpose_335 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4446684Z %select_384 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_335, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4447056Z %select_385 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_384, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4447454Z %transpose_336 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4447837Z %select_386 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_336, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4448194Z %select_387 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_386, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4448593Z %transpose_337 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4449063Z %select_388 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_337, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4449423Z %select_389 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_388, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4449839Z %transpose_338 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4450206Z %select_390 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_338, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4450575Z %select_391 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_390, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4450973Z %transpose_339 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4451353Z %select_392 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_339, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4451717Z %select_393 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_392, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4452129Z %transpose_340 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4452499Z %select_394 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_340, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4452859Z %select_395 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_394, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4453272Z %transpose_341 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4453639Z %select_396 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_341, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4454011Z %select_397 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_396, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4454413Z %transpose_342 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4454795Z %select_398 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_342, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4455152Z %select_399 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_398, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4455561Z %transpose_343 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4455931Z %select_400 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_343, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4456296Z %select_401 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_400, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4456706Z %transpose_344 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4457084Z %select_402 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_344, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4457444Z %select_403 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_402, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4457844Z %transpose_345 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4458224Z %select_404 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_345, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4458591Z %select_405 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_404, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4459001Z %transpose_346 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_16, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4459476Z %select_406 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_346, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4459848Z %select_407 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_406, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4460610Z %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-03-21T20:26:07.4461004Z %view_105 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_16, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4461496Z %transpose_347 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4461883Z %select_408 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_347, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4462246Z %select_409 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_408, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4462657Z %transpose_348 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4463027Z %select_410 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_348, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4463388Z %select_411 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_410, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4463800Z %transpose_349 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4464170Z %select_412 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_349, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4464548Z %select_413 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_412, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4464949Z %transpose_350 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4465325Z %select_414 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_350, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4465683Z %select_415 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_414, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4466091Z %transpose_351 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4466459Z %select_416 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_351, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4466829Z %select_417 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_416, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4467231Z %transpose_352 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4467610Z %select_418 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_352, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4467967Z %select_419 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_418, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4468367Z %transpose_353 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4468744Z %select_420 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_353, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4469105Z %select_421 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_420, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4469616Z %transpose_354 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4469984Z %select_422 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_354, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4470355Z %select_423 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_422, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4470752Z %transpose_355 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4471134Z %select_424 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_355, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4471489Z %select_425 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_424, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4471902Z %transpose_356 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4472276Z %select_426 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_356, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4472633Z %select_427 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_426, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4473045Z %transpose_357 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4473410Z %select_428 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_357, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4473787Z %select_429 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_428, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4474185Z %transpose_358 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4474574Z %select_430 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_358, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4474937Z %select_431 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_430, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4475942Z %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-03-21T20:26:07.4476328Z %view_106 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_17, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4476901Z %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-03-21T20:26:07.4477302Z %transpose_359 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_105, -2, -1), kwargs = {}) 2025-03-21T20:26:07.4477741Z %matmul_16 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_334, %transpose_359), kwargs = {}) 2025-03-21T20:26:07.4478086Z %mul_88 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_16, 0.125), kwargs = {}) 2025-03-21T20:26:07.4478442Z %add_42 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_88, %index_10), kwargs = {}) 2025-03-21T20:26:07.4478795Z %softmax_8 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_42, -1), kwargs = {}) 2025-03-21T20:26:07.4479183Z %matmul_17 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_8, %view_106), kwargs = {}) 2025-03-21T20:26:07.4479587Z %transpose_360 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_17, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4480148Z %view_107 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_360, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.4480556Z %unsqueeze_59 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_107, -1), kwargs = {}) 2025-03-21T20:26:07.4480955Z %transpose_361 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_59, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4481533Z %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-03-21T20:26:07.4481923Z %transpose_362 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_59, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4482306Z %squeeze_59 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_362, -1), kwargs = {}) 2025-03-21T20:26:07.4482663Z %add_43 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_39, %squeeze_59), kwargs = {}) 2025-03-21T20:26:07.4483211Z %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-03-21T20:26:07.4483620Z %unsqueeze_60 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_17, -1), kwargs = {}) 2025-03-21T20:26:07.4484035Z %transpose_363 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_60, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4484613Z %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-03-21T20:26:07.4485013Z %transpose_364 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_60, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4485399Z %squeeze_60 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_364, -1), kwargs = {}) 2025-03-21T20:26:07.4485742Z %silu_8 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_60,), kwargs = {}) 2025-03-21T20:26:07.4486161Z %unsqueeze_61 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_17, -1), kwargs = {}) 2025-03-21T20:26:07.4486567Z %transpose_365 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_61, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4487155Z %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-03-21T20:26:07.4487547Z %transpose_366 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_61, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4487934Z %squeeze_61 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_366, -1), kwargs = {}) 2025-03-21T20:26:07.4488287Z %mul_89 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_8, %squeeze_61), kwargs = {}) 2025-03-21T20:26:07.4488679Z %unsqueeze_62 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_89, -1), kwargs = {}) 2025-03-21T20:26:07.4489079Z %transpose_367 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_62, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4489660Z %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-03-21T20:26:07.4490048Z %transpose_368 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_62, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4490480Z %squeeze_62 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_368, -1), kwargs = {}) 2025-03-21T20:26:07.4490879Z %add_44 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_43, %squeeze_62), kwargs = {}) 2025-03-21T20:26:07.4491439Z %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-03-21T20:26:07.4491855Z %unsqueeze_63 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_18, -1), kwargs = {}) 2025-03-21T20:26:07.4492254Z %transpose_369 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_63, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4492831Z %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-03-21T20:26:07.4493226Z %transpose_370 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_63, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4493608Z %squeeze_63 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_370, -1), kwargs = {}) 2025-03-21T20:26:07.4494014Z %unsqueeze_64 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_18, -1), kwargs = {}) 2025-03-21T20:26:07.4494424Z %transpose_371 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_64, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4494989Z %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-03-21T20:26:07.4495391Z %transpose_372 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_64, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4495767Z %squeeze_64 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_372, -1), kwargs = {}) 2025-03-21T20:26:07.4496191Z %unsqueeze_65 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_18, -1), kwargs = {}) 2025-03-21T20:26:07.4496592Z %transpose_373 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_65, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4497159Z %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-03-21T20:26:07.4497560Z %transpose_374 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_65, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4497931Z %squeeze_65 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_374, -1), kwargs = {}) 2025-03-21T20:26:07.4498334Z %view_108 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_63, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4498725Z %view_109 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_64, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4499120Z %view_110 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_65, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4499540Z %_to_copy_18 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_108,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4499952Z %view_111 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_18, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4500300Z %unbind_18 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_111, -1), kwargs = {}) 2025-03-21T20:26:07.4500629Z %getitem_36 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_18, 0), kwargs = {}) 2025-03-21T20:26:07.4501052Z %getitem_37 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_18, 1), kwargs = {}) 2025-03-21T20:26:07.4501555Z %_to_copy_19 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_109,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4501956Z %view_112 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_19, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4502302Z %unbind_19 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_112, -1), kwargs = {}) 2025-03-21T20:26:07.4502632Z %getitem_38 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_19, 0), kwargs = {}) 2025-03-21T20:26:07.4502949Z %getitem_39 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_19, 1), kwargs = {}) 2025-03-21T20:26:07.4503327Z %view_113 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4503708Z %view_114 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4504075Z %mul_90 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_36, %view_113), kwargs = {}) 2025-03-21T20:26:07.4504432Z %mul_91 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_37, %view_114), kwargs = {}) 2025-03-21T20:26:07.4504776Z %sub_18 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_90, %mul_91), kwargs = {}) 2025-03-21T20:26:07.4505132Z %mul_92 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_36, %view_114), kwargs = {}) 2025-03-21T20:26:07.4505491Z %mul_93 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_37, %view_113), kwargs = {}) 2025-03-21T20:26:07.4505832Z %add_45 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_92, %mul_93), kwargs = {}) 2025-03-21T20:26:07.4506192Z %mul_94 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_38, %view_113), kwargs = {}) 2025-03-21T20:26:07.4506549Z %mul_95 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_39, %view_114), kwargs = {}) 2025-03-21T20:26:07.4506884Z %sub_19 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_94, %mul_95), kwargs = {}) 2025-03-21T20:26:07.4507245Z %mul_96 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_38, %view_114), kwargs = {}) 2025-03-21T20:26:07.4507599Z %mul_97 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_39, %view_113), kwargs = {}) 2025-03-21T20:26:07.4507942Z %add_46 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_96, %mul_97), kwargs = {}) 2025-03-21T20:26:07.4508334Z %stack_18 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_18, %add_45], -1), kwargs = {}) 2025-03-21T20:26:07.4508727Z %view_115 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_18, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4509108Z %stack_19 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_19, %add_46], -1), kwargs = {}) 2025-03-21T20:26:07.4509499Z %view_116 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_19, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4509874Z %type_as_18 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_115, %view_108), kwargs = {}) 2025-03-21T20:26:07.4510260Z %type_as_19 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_116, %view_109), kwargs = {}) 2025-03-21T20:26:07.4510653Z %transpose_375 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4511491Z %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-03-21T20:26:07.4512197Z %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-03-21T20:26:07.4512603Z %transpose_376 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4512987Z %select_432 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_376, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4513346Z %select_433 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_432, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4513762Z %transpose_377 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4514133Z %select_434 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_377, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4514505Z %select_435 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_434, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4514903Z %transpose_378 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4515285Z %select_436 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_378, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4515641Z %select_437 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_436, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4516058Z %transpose_379 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4516432Z %select_438 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_379, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4516790Z %select_439 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_438, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4517199Z %transpose_380 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4517566Z %select_440 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_380, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4517936Z %select_441 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_440, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4518334Z %transpose_381 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4518724Z %select_442 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_381, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4519084Z %select_443 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_442, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4519496Z %transpose_382 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4519895Z %select_444 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_382, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4520346Z %select_445 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_444, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4520751Z %transpose_383 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4521132Z %select_446 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_383, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4521593Z %select_447 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_446, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4521992Z %transpose_384 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4522373Z %select_448 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_384, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4522729Z %select_449 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_448, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4523140Z %transpose_385 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4523511Z %select_450 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_385, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4523886Z %select_451 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_450, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4524288Z %transpose_386 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4524664Z %select_452 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_386, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4525030Z %select_453 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_452, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4525440Z %transpose_387 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_18, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4525808Z %select_454 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_387, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4526184Z %select_455 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_454, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4526954Z %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-03-21T20:26:07.4527339Z %view_117 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_18, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4527748Z %transpose_388 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4528121Z %select_456 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_388, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4528488Z %select_457 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_456, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4528886Z %transpose_389 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4529269Z %select_458 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_389, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4529629Z %select_459 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_458, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4530037Z %transpose_390 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4530408Z %select_460 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_390, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4530774Z %select_461 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_460, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4531174Z %transpose_391 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4531648Z %select_462 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_391, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4532006Z %select_463 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_462, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4532408Z %transpose_392 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4532789Z %select_464 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_392, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4533147Z %select_465 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_464, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4533559Z %transpose_393 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4533927Z %select_466 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_393, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4534309Z %select_467 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_466, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4534708Z %transpose_394 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4535087Z %select_468 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_394, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4535444Z %select_469 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_468, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4535857Z %transpose_395 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4536223Z %select_470 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_395, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4536585Z %select_471 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_470, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4536993Z %transpose_396 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4537360Z %select_472 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_396, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4537732Z %select_473 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_472, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4538130Z %transpose_397 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4538511Z %select_474 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_397, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4538868Z %select_475 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_474, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4539286Z %transpose_398 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4539648Z %select_476 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_398, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4540011Z %select_477 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_476, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4540429Z %transpose_399 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4540795Z %select_478 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_399, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4541168Z %select_479 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_478, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4542065Z %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-03-21T20:26:07.4542513Z %view_118 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_19, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4543071Z %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-03-21T20:26:07.4543478Z %transpose_400 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_117, -2, -1), kwargs = {}) 2025-03-21T20:26:07.4543902Z %matmul_18 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_375, %transpose_400), kwargs = {}) 2025-03-21T20:26:07.4544251Z %mul_98 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_18, 0.125), kwargs = {}) 2025-03-21T20:26:07.4544604Z %add_47 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_98, %index_11), kwargs = {}) 2025-03-21T20:26:07.4544954Z %softmax_9 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_47, -1), kwargs = {}) 2025-03-21T20:26:07.4545359Z %matmul_19 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_9, %view_118), kwargs = {}) 2025-03-21T20:26:07.4545752Z %transpose_401 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_19, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4546153Z %view_119 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_401, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.4546549Z %unsqueeze_66 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_119, -1), kwargs = {}) 2025-03-21T20:26:07.4546966Z %transpose_402 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_66, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4547541Z %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-03-21T20:26:07.4547939Z %transpose_403 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_66, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4548314Z %squeeze_66 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_403, -1), kwargs = {}) 2025-03-21T20:26:07.4548674Z %add_48 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_44, %squeeze_66), kwargs = {}) 2025-03-21T20:26:07.4549214Z %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-03-21T20:26:07.4549641Z %unsqueeze_67 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_19, -1), kwargs = {}) 2025-03-21T20:26:07.4550042Z %transpose_404 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_67, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4550627Z %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-03-21T20:26:07.4551018Z %transpose_405 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_67, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4551391Z %squeeze_67 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_405, -1), kwargs = {}) 2025-03-21T20:26:07.4551743Z %silu_9 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_67,), kwargs = {}) 2025-03-21T20:26:07.4552198Z %unsqueeze_68 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_19, -1), kwargs = {}) 2025-03-21T20:26:07.4552715Z %transpose_406 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_68, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4553293Z %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-03-21T20:26:07.4553690Z %transpose_407 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_68, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4554065Z %squeeze_68 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_407, -1), kwargs = {}) 2025-03-21T20:26:07.4554424Z %mul_99 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_9, %squeeze_68), kwargs = {}) 2025-03-21T20:26:07.4554810Z %unsqueeze_69 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_99, -1), kwargs = {}) 2025-03-21T20:26:07.4555225Z %transpose_408 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_69, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4555797Z %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-03-21T20:26:07.4556191Z %transpose_409 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_69, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4556564Z %squeeze_69 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_409, -1), kwargs = {}) 2025-03-21T20:26:07.4556921Z %add_49 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_48, %squeeze_69), kwargs = {}) 2025-03-21T20:26:07.4557486Z %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-03-21T20:26:07.4557908Z %unsqueeze_70 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_20, -1), kwargs = {}) 2025-03-21T20:26:07.4558304Z %transpose_410 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_70, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4558883Z %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-03-21T20:26:07.4559274Z %transpose_411 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_70, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4559653Z %squeeze_70 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_411, -1), kwargs = {}) 2025-03-21T20:26:07.4560062Z %unsqueeze_71 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_20, -1), kwargs = {}) 2025-03-21T20:26:07.4560465Z %transpose_412 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_71, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4561137Z %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-03-21T20:26:07.4561522Z %transpose_413 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_71, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4561904Z %squeeze_71 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_413, -1), kwargs = {}) 2025-03-21T20:26:07.4562308Z %unsqueeze_72 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_20, -1), kwargs = {}) 2025-03-21T20:26:07.4562718Z %transpose_414 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_72, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4563393Z %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-03-21T20:26:07.4563790Z %transpose_415 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_72, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4564164Z %squeeze_72 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_415, -1), kwargs = {}) 2025-03-21T20:26:07.4564557Z %view_120 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_70, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4564944Z %view_121 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_71, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4565331Z %view_122 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_72, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4565763Z %_to_copy_20 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_120,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4566170Z %view_123 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_20, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4566519Z %unbind_20 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_123, -1), kwargs = {}) 2025-03-21T20:26:07.4566840Z %getitem_40 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_20, 0), kwargs = {}) 2025-03-21T20:26:07.4567163Z %getitem_41 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_20, 1), kwargs = {}) 2025-03-21T20:26:07.4567584Z %_to_copy_21 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_121,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4567996Z %view_124 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_21, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4568344Z %unbind_21 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_124, -1), kwargs = {}) 2025-03-21T20:26:07.4568667Z %getitem_42 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_21, 0), kwargs = {}) 2025-03-21T20:26:07.4568987Z %getitem_43 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_21, 1), kwargs = {}) 2025-03-21T20:26:07.4569363Z %view_125 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4569736Z %view_126 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4570103Z %mul_100 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_40, %view_125), kwargs = {}) 2025-03-21T20:26:07.4570470Z %mul_101 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_41, %view_126), kwargs = {}) 2025-03-21T20:26:07.4570816Z %sub_20 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_100, %mul_101), kwargs = {}) 2025-03-21T20:26:07.4571185Z %mul_102 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_40, %view_126), kwargs = {}) 2025-03-21T20:26:07.4571542Z %mul_103 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_41, %view_125), kwargs = {}) 2025-03-21T20:26:07.4571891Z %add_50 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_102, %mul_103), kwargs = {}) 2025-03-21T20:26:07.4572250Z %mul_104 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_42, %view_125), kwargs = {}) 2025-03-21T20:26:07.4572610Z %mul_105 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_43, %view_126), kwargs = {}) 2025-03-21T20:26:07.4573047Z %sub_21 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_104, %mul_105), kwargs = {}) 2025-03-21T20:26:07.4573413Z %mul_106 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_42, %view_126), kwargs = {}) 2025-03-21T20:26:07.4573770Z %mul_107 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_43, %view_125), kwargs = {}) 2025-03-21T20:26:07.4574119Z %add_51 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_106, %mul_107), kwargs = {}) 2025-03-21T20:26:07.4574500Z %stack_20 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_20, %add_50], -1), kwargs = {}) 2025-03-21T20:26:07.4574880Z %view_127 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_20, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4575272Z %stack_21 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_21, %add_51], -1), kwargs = {}) 2025-03-21T20:26:07.4575818Z %view_128 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_21, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4576207Z %type_as_20 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_127, %view_120), kwargs = {}) 2025-03-21T20:26:07.4576583Z %type_as_21 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_128, %view_121), kwargs = {}) 2025-03-21T20:26:07.4576984Z %transpose_416 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4577700Z %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-03-21T20:26:07.4578418Z %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-03-21T20:26:07.4581904Z %transpose_417 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4582285Z %select_480 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_417, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4582644Z %select_481 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_480, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4583044Z %transpose_418 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4583421Z %select_482 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_418, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4583789Z %select_483 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_482, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4584196Z %transpose_419 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4584588Z %select_484 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_419, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4584954Z %select_485 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_484, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4585350Z %transpose_420 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4585723Z %select_486 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_420, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4586080Z %select_487 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_486, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4586606Z %transpose_421 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4586982Z %select_488 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_421, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4587342Z %select_489 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_488, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4587746Z %transpose_422 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4588115Z %select_490 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_422, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4588480Z %select_491 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_490, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4588883Z %transpose_423 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4589259Z %select_492 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_423, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4589619Z %select_493 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_492, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4590028Z %transpose_424 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4590397Z %select_494 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_424, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4590763Z %select_495 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_494, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4591160Z %transpose_425 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4591535Z %select_496 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_425, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4591902Z %select_497 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_496, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4592370Z %transpose_426 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4592745Z %select_498 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_426, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4593103Z %select_499 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_498, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4593508Z %transpose_427 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4593880Z %select_500 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_427, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4594253Z %select_501 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_500, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4594653Z %transpose_428 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_20, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4595029Z %select_502 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_428, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4595396Z %select_503 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_502, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4596168Z %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-03-21T20:26:07.4596629Z %view_129 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_20, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4597031Z %transpose_429 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4597407Z %select_504 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_429, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4597766Z %select_505 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_504, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4598173Z %transpose_430 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4598540Z %select_506 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_430, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4598906Z %select_507 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_506, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4599316Z %transpose_431 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4599695Z %select_508 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_431, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4600056Z %select_509 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_508, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4600461Z %transpose_432 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4600830Z %select_510 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_432, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4601197Z %select_511 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_510, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4601783Z %transpose_433 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4602160Z %select_512 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_433, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4602580Z %select_513 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_512, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4602981Z %transpose_434 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4603357Z %select_514 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_434, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4603715Z %select_515 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_514, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4604121Z %transpose_435 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4604495Z %select_516 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_435, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4604858Z %select_517 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_516, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4605260Z %transpose_436 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4605638Z %select_518 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_436, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4605996Z %select_519 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_518, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4606396Z %transpose_437 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4606821Z %select_520 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_437, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4607204Z %select_521 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_520, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4607612Z %transpose_438 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4607979Z %select_522 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_438, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4608346Z %select_523 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_522, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4608747Z %transpose_439 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4609121Z %select_524 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_439, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4609493Z %select_525 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_524, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4609901Z %transpose_440 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4610272Z %select_526 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_440, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4610643Z %select_527 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_526, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4611397Z %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-03-21T20:26:07.4611782Z %view_130 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_21, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4612351Z %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-03-21T20:26:07.4612782Z %transpose_441 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_129, -2, -1), kwargs = {}) 2025-03-21T20:26:07.4613215Z %matmul_20 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_416, %transpose_441), kwargs = {}) 2025-03-21T20:26:07.4613563Z %mul_108 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_20, 0.125), kwargs = {}) 2025-03-21T20:26:07.4613918Z %add_52 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_108, %index_12), kwargs = {}) 2025-03-21T20:26:07.4614272Z %softmax_10 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_52, -1), kwargs = {}) 2025-03-21T20:26:07.4614682Z %matmul_21 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_10, %view_130), kwargs = {}) 2025-03-21T20:26:07.4615073Z %transpose_442 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_21, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4615470Z %view_131 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_442, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.4615868Z %unsqueeze_73 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_131, -1), kwargs = {}) 2025-03-21T20:26:07.4616277Z %transpose_443 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_73, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4616852Z %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-03-21T20:26:07.4617333Z %transpose_444 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_73, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4617709Z %squeeze_73 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_444, -1), kwargs = {}) 2025-03-21T20:26:07.4618061Z %add_53 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_49, %squeeze_73), kwargs = {}) 2025-03-21T20:26:07.4618605Z %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-03-21T20:26:07.4619012Z %unsqueeze_74 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_21, -1), kwargs = {}) 2025-03-21T20:26:07.4619420Z %transpose_445 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_74, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4620004Z %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-03-21T20:26:07.4620401Z %transpose_446 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_74, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4620778Z %squeeze_74 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_446, -1), kwargs = {}) 2025-03-21T20:26:07.4621129Z %silu_10 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_74,), kwargs = {}) 2025-03-21T20:26:07.4621604Z %unsqueeze_75 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_21, -1), kwargs = {}) 2025-03-21T20:26:07.4622015Z %transpose_447 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_75, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4622602Z %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-03-21T20:26:07.4622999Z %transpose_448 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_75, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4623404Z %squeeze_75 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_448, -1), kwargs = {}) 2025-03-21T20:26:07.4623762Z %mul_109 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_10, %squeeze_75), kwargs = {}) 2025-03-21T20:26:07.4624161Z %unsqueeze_76 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_109, -1), kwargs = {}) 2025-03-21T20:26:07.4624563Z %transpose_449 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_76, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4625148Z %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-03-21T20:26:07.4625540Z %transpose_450 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_76, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4625922Z %squeeze_76 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_450, -1), kwargs = {}) 2025-03-21T20:26:07.4626268Z %add_54 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_53, %squeeze_76), kwargs = {}) 2025-03-21T20:26:07.4626837Z %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-03-21T20:26:07.4627245Z %unsqueeze_77 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_22, -1), kwargs = {}) 2025-03-21T20:26:07.4627700Z %transpose_451 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_77, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4628292Z %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-03-21T20:26:07.4628692Z %transpose_452 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_77, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4629065Z %squeeze_77 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_452, -1), kwargs = {}) 2025-03-21T20:26:07.4629481Z %unsqueeze_78 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_22, -1), kwargs = {}) 2025-03-21T20:26:07.4629878Z %transpose_453 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_78, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4630449Z %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-03-21T20:26:07.4630851Z %transpose_454 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_78, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4631224Z %squeeze_78 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_454, -1), kwargs = {}) 2025-03-21T20:26:07.4631637Z %unsqueeze_79 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_22, -1), kwargs = {}) 2025-03-21T20:26:07.4632035Z %transpose_455 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_79, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4632613Z %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-03-21T20:26:07.4633005Z %transpose_456 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_79, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4633389Z %squeeze_79 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_456, -1), kwargs = {}) 2025-03-21T20:26:07.4633801Z %view_132 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_77, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4634192Z %view_133 : [num_users=2] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_78, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4634575Z %view_134 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%squeeze_79, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4635006Z %_to_copy_22 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_132,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4635406Z %view_135 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_22, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4635762Z %unbind_22 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_135, -1), kwargs = {}) 2025-03-21T20:26:07.4636089Z %getitem_44 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_22, 0), kwargs = {}) 2025-03-21T20:26:07.4636410Z %getitem_45 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_22, 1), kwargs = {}) 2025-03-21T20:26:07.4636839Z %_to_copy_23 : [num_users=1] = call_function[target=torch.ops.aten._to_copy.default](args = (%view_133,), kwargs = {dtype: torch.float32}) 2025-03-21T20:26:07.4637237Z %view_136 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%_to_copy_23, [1, 1, 12, -1, 2]), kwargs = {}) 2025-03-21T20:26:07.4637594Z %unbind_23 : [num_users=2] = call_function[target=torch.ops.aten.unbind.int](args = (%view_136, -1), kwargs = {}) 2025-03-21T20:26:07.4637958Z %getitem_46 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_23, 0), kwargs = {}) 2025-03-21T20:26:07.4638301Z %getitem_47 : [num_users=2] = call_function[target=operator.getitem](args = (%unbind_23, 1), kwargs = {}) 2025-03-21T20:26:07.4638672Z %view_137 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4639054Z %view_138 : [num_users=4] = call_function[target=torch.ops.aten.view.default](args = (%index_1, [1, 1, 1, 32]), kwargs = {}) 2025-03-21T20:26:07.4639414Z %mul_110 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_44, %view_137), kwargs = {}) 2025-03-21T20:26:07.4639775Z %mul_111 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_45, %view_138), kwargs = {}) 2025-03-21T20:26:07.4640125Z %sub_22 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_110, %mul_111), kwargs = {}) 2025-03-21T20:26:07.4640490Z %mul_112 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_44, %view_138), kwargs = {}) 2025-03-21T20:26:07.4640858Z %mul_113 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_45, %view_137), kwargs = {}) 2025-03-21T20:26:07.4641208Z %add_55 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_112, %mul_113), kwargs = {}) 2025-03-21T20:26:07.4641577Z %mul_114 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_46, %view_137), kwargs = {}) 2025-03-21T20:26:07.4641935Z %mul_115 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_47, %view_138), kwargs = {}) 2025-03-21T20:26:07.4642286Z %sub_23 : [num_users=1] = call_function[target=torch.ops.aten.sub.Tensor](args = (%mul_114, %mul_115), kwargs = {}) 2025-03-21T20:26:07.4642644Z %mul_116 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_46, %view_138), kwargs = {}) 2025-03-21T20:26:07.4643014Z %mul_117 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%getitem_47, %view_137), kwargs = {}) 2025-03-21T20:26:07.4643356Z %add_56 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_116, %mul_117), kwargs = {}) 2025-03-21T20:26:07.4643764Z %stack_22 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_22, %add_55], -1), kwargs = {}) 2025-03-21T20:26:07.4644153Z %view_139 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_22, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4644533Z %stack_23 : [num_users=1] = call_function[target=torch.ops.aten.stack.default](args = ([%sub_23, %add_56], -1), kwargs = {}) 2025-03-21T20:26:07.4644917Z %view_140 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%stack_23, [1, 1, 12, 64]), kwargs = {}) 2025-03-21T20:26:07.4645298Z %type_as_22 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_139, %view_132), kwargs = {}) 2025-03-21T20:26:07.4645683Z %type_as_23 : [num_users=1] = call_function[target=torch.ops.aten.type_as.default](args = (%view_140, %view_133), kwargs = {}) 2025-03-21T20:26:07.4646076Z %transpose_457 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%type_as_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4646795Z %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-03-21T20:26:07.4647494Z %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-03-21T20:26:07.4647901Z %transpose_458 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4648347Z %select_528 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_458, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4648713Z %select_529 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_528, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4649112Z %transpose_459 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4649485Z %select_530 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_459, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4649840Z %select_531 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_530, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4650237Z %transpose_460 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4650614Z %select_532 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_460, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4650968Z %select_533 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_532, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4651371Z %transpose_461 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4651737Z %select_534 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_461, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4652097Z %select_535 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_534, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4652495Z %transpose_462 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4652868Z %select_536 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_462, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4653230Z %select_537 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_536, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4653634Z %transpose_463 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4654029Z %select_538 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_463, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4654391Z %select_539 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_538, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4654789Z %transpose_464 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4655157Z %select_540 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_464, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4655524Z %select_541 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_540, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4655923Z %transpose_465 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4656297Z %select_542 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_465, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4656653Z %select_543 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_542, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4657059Z %transpose_466 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4657423Z %select_544 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_466, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4657784Z %select_545 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_544, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4658266Z %transpose_467 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4658641Z %select_546 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_467, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4658998Z %select_547 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_546, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4659399Z %transpose_468 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4659771Z %select_548 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_468, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4660133Z %select_549 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_548, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4660541Z %transpose_469 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_22, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4660908Z %select_550 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_469, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4661344Z %select_551 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_550, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4662107Z %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-03-21T20:26:07.4662499Z %view_141 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_22, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4662899Z %transpose_470 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4663281Z %select_552 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_470, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4663639Z %select_553 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_552, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4664076Z %transpose_471 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4664441Z %select_554 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_471, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4664812Z %select_555 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_554, 0, 1), kwargs = {}) 2025-03-21T20:26:07.4665213Z %transpose_472 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4665579Z %select_556 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_472, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4665948Z %select_557 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_556, 0, 2), kwargs = {}) 2025-03-21T20:26:07.4666348Z %transpose_473 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4666722Z %select_558 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_473, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4667080Z %select_559 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_558, 0, 3), kwargs = {}) 2025-03-21T20:26:07.4667486Z %transpose_474 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4667852Z %select_560 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_474, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4668263Z %select_561 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_560, 0, 4), kwargs = {}) 2025-03-21T20:26:07.4668685Z %transpose_475 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4669058Z %select_562 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_475, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4669413Z %select_563 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_562, 0, 5), kwargs = {}) 2025-03-21T20:26:07.4669814Z %transpose_476 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4670182Z %select_564 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_476, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4670540Z %select_565 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_564, 0, 6), kwargs = {}) 2025-03-21T20:26:07.4670951Z %transpose_477 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4671317Z %select_566 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_477, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4671679Z %select_567 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_566, 0, 7), kwargs = {}) 2025-03-21T20:26:07.4672076Z %transpose_478 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4672453Z %select_568 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_478, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4672809Z %select_569 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_568, 0, 8), kwargs = {}) 2025-03-21T20:26:07.4673218Z %transpose_479 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4673589Z %select_570 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_479, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4674005Z %select_571 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_570, 0, 9), kwargs = {}) 2025-03-21T20:26:07.4674406Z %transpose_480 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4674774Z %select_572 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_480, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4675143Z %select_573 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_572, 0, 10), kwargs = {}) 2025-03-21T20:26:07.4675542Z %transpose_481 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%index_put_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4676103Z %select_574 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%transpose_481, 0, 0), kwargs = {}) 2025-03-21T20:26:07.4676467Z %select_575 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%select_574, 0, 11), kwargs = {}) 2025-03-21T20:26:07.4677231Z %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-03-21T20:26:07.4677610Z %view_142 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%cat_23, [1, 12, 128, 64]), kwargs = {}) 2025-03-21T20:26:07.4678179Z %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-03-21T20:26:07.4678664Z %transpose_482 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_141, -2, -1), kwargs = {}) 2025-03-21T20:26:07.4679125Z %matmul_22 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%transpose_457, %transpose_482), kwargs = {}) 2025-03-21T20:26:07.4679472Z %mul_118 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%matmul_22, 0.125), kwargs = {}) 2025-03-21T20:26:07.4679824Z %add_57 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%mul_118, %index_13), kwargs = {}) 2025-03-21T20:26:07.4680173Z %softmax_11 : [num_users=1] = call_function[target=torch.ops.aten.softmax.int](args = (%add_57, -1), kwargs = {}) 2025-03-21T20:26:07.4680568Z %matmul_23 : [num_users=1] = call_function[target=torch.ops.aten.matmul.default](args = (%softmax_11, %view_142), kwargs = {}) 2025-03-21T20:26:07.4680963Z %transpose_483 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%matmul_23, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4681357Z %view_143 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_483, [1, 1, 768]), kwargs = {}) 2025-03-21T20:26:07.4681753Z %unsqueeze_80 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%view_143, -1), kwargs = {}) 2025-03-21T20:26:07.4682155Z %transpose_484 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_80, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4682736Z %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-03-21T20:26:07.4683123Z %transpose_485 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_80, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4683502Z %squeeze_80 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_485, -1), kwargs = {}) 2025-03-21T20:26:07.4683857Z %add_58 : [num_users=2] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_54, %squeeze_80), kwargs = {}) 2025-03-21T20:26:07.4684404Z %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-03-21T20:26:07.4684852Z %unsqueeze_81 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_23, -1), kwargs = {}) 2025-03-21T20:26:07.4685261Z %transpose_486 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_81, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4685836Z %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-03-21T20:26:07.4686232Z %transpose_487 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_81, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4686610Z %squeeze_81 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_487, -1), kwargs = {}) 2025-03-21T20:26:07.4686950Z %silu_11 : [num_users=1] = call_function[target=torch.ops.aten.silu.default](args = (%squeeze_81,), kwargs = {}) 2025-03-21T20:26:07.4687364Z %unsqueeze_82 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%rms_norm_23, -1), kwargs = {}) 2025-03-21T20:26:07.4687764Z %transpose_488 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_82, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4688348Z %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-03-21T20:26:07.4688735Z %transpose_489 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_82, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4689185Z %squeeze_82 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_489, -1), kwargs = {}) 2025-03-21T20:26:07.4689543Z %mul_119 : [num_users=1] = call_function[target=torch.ops.aten.mul.Tensor](args = (%silu_11, %squeeze_82), kwargs = {}) 2025-03-21T20:26:07.4689942Z %unsqueeze_83 : [num_users=1] = call_function[target=torch.ops.aten.unsqueeze.default](args = (%mul_119, -1), kwargs = {}) 2025-03-21T20:26:07.4690341Z %transpose_490 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%unsqueeze_83, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4690926Z %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-03-21T20:26:07.4691312Z %transpose_491 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_83, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4691698Z %squeeze_83 : [num_users=1] = call_function[target=torch.ops.aten.squeeze.dim](args = (%transpose_491, -1), kwargs = {}) 2025-03-21T20:26:07.4692047Z %add_59 : [num_users=1] = call_function[target=torch.ops.aten.add.Tensor](args = (%add_58, %squeeze_83), kwargs = {}) 2025-03-21T20:26:07.4692453Z %slice_1 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%add_59, 0, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:26:07.4692810Z %select_576 : [num_users=1] = call_function[target=torch.ops.aten.select.int](args = (%slice_1, 1, -1), kwargs = {}) 2025-03-21T20:26:07.4693224Z %slice_2 : [num_users=1] = call_function[target=torch.ops.aten.slice.Tensor](args = (%select_576, 1, 0, 9223372036854775807), kwargs = {}) 2025-03-21T20:26:07.4693673Z %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-03-21T20:26:07.4694063Z %view_144 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%rms_norm_24, [1, 1, 768, 1]), kwargs = {}) 2025-03-21T20:26:07.4694459Z %transpose_492 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%view_144, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4694904Z %conv2d_84 : [num_users=1] = call_function[target=torch.ops.aten.conv2d.default](args = (%transpose_492, %p_output_conv_weight), kwargs = {}) 2025-03-21T20:26:07.4695322Z %transpose_493 : [num_users=1] = call_function[target=torch.ops.aten.transpose.int](args = (%conv2d_84, 1, 2), kwargs = {}) 2025-03-21T20:26:07.4695706Z %view_145 : [num_users=1] = call_function[target=torch.ops.aten.view.default](args = (%transpose_493, [1, 32000]), kwargs = {}) 2025-03-21T20:26:07.4696271Z %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-03-21T20:26:07.4696835Z %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-03-21T20:26:07.4697401Z %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-03-21T20:26:07.4697961Z %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-03-21T20:26:07.4698529Z %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-03-21T20:26:07.4699086Z %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-03-21T20:26:07.4699705Z %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-03-21T20:26:07.4700299Z %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-03-21T20:26:07.4700869Z %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-03-21T20:26:07.4701498Z %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-03-21T20:26:07.4702072Z %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-03-21T20:26:07.4702640Z %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-03-21T20:26:07.4703213Z %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-03-21T20:26:07.4703791Z %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-03-21T20:26:07.4704356Z %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-03-21T20:26:07.4704928Z %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-03-21T20:26:07.4705499Z %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-03-21T20:26:07.4706104Z %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-03-21T20:26:07.4706669Z %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-03-21T20:26:07.4707245Z %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-03-21T20:26:07.4707822Z %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-03-21T20:26:07.4708405Z %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-03-21T20:26:07.4708971Z %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-03-21T20:26:07.4709545Z %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-03-21T20:26:22.9324364Z 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-03-21T20:26:22.9327823Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:26:22.9330016Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:26:22.9330640Z [INFO 2025-03-21 20:26:22,931 utils.py:70] Exported graph: 2025-03-21T20:26:22.9331238Z ExportedProgram: 2025-03-21T20:26:22.9331674Z class GraphModule(torch.nn.Module): 2025-03-21T20:26:22.9375430Z 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_rope_freqs_cos: "f32[128, 32]", b_layers_11_attention_rope_freqs_sin: "f32[128, 32]", 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]", _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-03-21T20:26:22.9420721Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:161 in forward, code: h = self.tok_embeddings(tokens) 2025-03-21T20:26:22.9423098Z 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-03-21T20:26:22.9424633Z 2025-03-21T20:26:22.9425675Z # File: /pytorch/executorch/examples/models/llama/rope.py:300 in get_freqs, code: freqs_cos = self.freqs_cos[input_pos] 2025-03-21T20:26:22.9427974Z aten_index_tensor: "f32[1, 32]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_11_attention_rope_freqs_cos, [attn_options_input_pos]); b_layers_11_attention_rope_freqs_cos = None 2025-03-21T20:26:22.9429682Z 2025-03-21T20:26:22.9430520Z # File: /pytorch/executorch/examples/models/llama/rope.py:301 in get_freqs, code: freqs_sin = self.freqs_sin[input_pos] 2025-03-21T20:26:22.9432432Z aten_index_tensor_1: "f32[1, 32]" = executorch_exir_dialects_edge__ops_aten_index_Tensor(b_layers_11_attention_rope_freqs_sin, [attn_options_input_pos]); b_layers_11_attention_rope_freqs_sin = None 2025-03-21T20:26:22.9433860Z 2025-03-21T20:26:22.9434978Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:22.9436723Z aten_pow_tensor_scalar: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_embedding_default, 2) 2025-03-21T20:26:22.9437796Z 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-03-21T20:26:22.9439013Z 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-03-21T20:26:22.9439969Z aten_rsqrt_default: "f32[1, 1, 1]" = executorch_exir_dialects_edge__ops_aten_rsqrt_default(aten_add_scalar); aten_add_scalar = None 2025-03-21T20:26:22.9441004Z 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-03-21T20:26:22.9442426Z 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-03-21T20:26:22.9443321Z 2025-03-21T20:26:22.9444012Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:22.9445088Z aten_unsqueeze_copy_default: "f32[1, 1, 768, 1]" = executorch_exir_dialects_edge__ops_aten_unsqueeze_copy_default(aten_mul_tensor_1, -1) 2025-03-21T20:26:22.9445887Z 2025-03-21T20:26:22.9446659Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:22.9447798Z 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-03-21T20:26:22.9448612Z 2025-03-21T20:26:22.9449223Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:22.9450929Z 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-03-21T20:26:22.9452039Z 2025-03-21T20:26:22.9452604Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:22.9453744Z 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-03-21T20:26:22.9454533Z 2025-03-21T20:26:22.9455225Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:22.9456444Z 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-03-21T20:26:22.9457259Z 2025-03-21T20:26:22.9458216Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:22.9459382Z 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-03-21T20:26:22.9460018Z 2025-03-21T20:26:22.9460552Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:22.9462176Z 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-03-21T20:26:22.9463008Z 2025-03-21T20:26:22.9463524Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:22.9464929Z 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-03-21T20:26:22.9466043Z 2025-03-21T20:26:22.9466607Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:22.9467743Z 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-03-21T20:26:22.9468666Z 2025-03-21T20:26:22.9469349Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:22.9470566Z 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-03-21T20:26:22.9471324Z 2025-03-21T20:26:22.9471987Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:22.9473148Z 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-03-21T20:26:22.9473884Z 2025-03-21T20:26:22.9474423Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:22.9475714Z 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-03-21T20:26:22.9477007Z 2025-03-21T20:26:22.9477519Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:22.9478928Z 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-03-21T20:26:22.9480047Z 2025-03-21T20:26:22.9480619Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:22.9481757Z 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-03-21T20:26:22.9482668Z 2025-03-21T20:26:22.9483354Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:22.9484564Z 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-03-21T20:26:22.9485326Z 2025-03-21T20:26:22.9485988Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:22.9487168Z 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-03-21T20:26:22.9487908Z 2025-03-21T20:26:22.9488579Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:22.9489775Z 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-03-21T20:26:22.9490538Z 2025-03-21T20:26:22.9491209Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:22.9492398Z 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-03-21T20:26:22.9493279Z 2025-03-21T20:26:22.9493942Z # 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-03-21T20:26:22.9495150Z 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-03-21T20:26:22.9496239Z 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-03-21T20:26:22.9497311Z 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-03-21T20:26:22.9498477Z 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-03-21T20:26:22.9499631Z 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-03-21T20:26:22.9500362Z 2025-03-21T20:26:22.9501024Z # 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-03-21T20:26:22.9502302Z 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-03-21T20:26:22.9503382Z 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-03-21T20:26:22.9504462Z 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-03-21T20:26:22.9505634Z 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-03-21T20:26:22.9506862Z 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-03-21T20:26:22.9507595Z 2025-03-21T20:26:22.9508182Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:22.9509155Z 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-03-21T20:26:22.9509770Z 2025-03-21T20:26:22.9510343Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:22.9511308Z 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-03-21T20:26:22.9511929Z 2025-03-21T20:26:22.9512542Z # 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-03-21T20:26:22.9513566Z 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-03-21T20:26:22.9514533Z 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-03-21T20:26:22.9515649Z 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-03-21T20:26:22.9516396Z 2025-03-21T20:26:22.9517011Z # 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-03-21T20:26:22.9518149Z 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-03-21T20:26:22.9519353Z 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-03-21T20:26:22.9520537Z 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-03-21T20:26:22.9521274Z 2025-03-21T20:26:22.9521892Z # 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-03-21T20:26:22.9522916Z 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-03-21T20:26:22.9523875Z 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-03-21T20:26:22.9524938Z 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-03-21T20:26:22.9525672Z 2025-03-21T20:26:22.9526287Z # 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-03-21T20:26:22.9527516Z 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-03-21T20:26:22.9528888Z 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-03-21T20:26:22.9530182Z 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-03-21T20:26:22.9530920Z 2025-03-21T20:26:22.9531577Z # 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-03-21T20:26:22.9532731Z 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-03-21T20:26:22.9533858Z 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-03-21T20:26:22.9535225Z 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-03-21T20:26:22.9536585Z 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-03-21T20:26:22.9537291Z 2025-03-21T20:26:22.9537958Z # 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-03-21T20:26:22.9539191Z 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-03-21T20:26:22.9540340Z 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-03-21T20:26:22.9541781Z 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-03-21T20:26:22.9543153Z 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-03-21T20:26:22.9543875Z 2025-03-21T20:26:22.9544556Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:22.9545785Z 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-03-21T20:26:22.9546566Z 2025-03-21T20:26:22.9547386Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:22.9548949Z 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-03-21T20:26:22.9549934Z 2025-03-21T20:26:22.9550735Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:22.9552294Z 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-03-21T20:26:22.9553304Z 2025-03-21T20:26:22.9554085Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:22.9555313Z 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-03-21T20:26:22.9556421Z 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-03-21T20:26:22.9557554Z 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-03-21T20:26:22.9558623Z 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-03-21T20:26:22.9559728Z 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-03-21T20:26:22.9560857Z 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-03-21T20:26:22.9561928Z 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-03-21T20:26:22.9563114Z 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-03-21T20:26:22.9564257Z 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-03-21T20:26:22.9565335Z 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-03-21T20:26:22.9566454Z 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-03-21T20:26:22.9567609Z 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-03-21T20:26:22.9568693Z 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-03-21T20:26:22.9569815Z 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-03-21T20:26:22.9570966Z 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-03-21T20:26:22.9572047Z 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-03-21T20:26:22.9573168Z 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-03-21T20:26:22.9574333Z 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-03-21T20:26:22.9575422Z 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-03-21T20:26:22.9576750Z 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-03-21T20:26:22.9577913Z 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-03-21T20:26:22.9579002Z 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-03-21T20:26:22.9580132Z 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-03-21T20:26:22.9581368Z 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-03-21T20:26:22.9582457Z 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-03-21T20:26:22.9583582Z 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-03-21T20:26:22.9584742Z 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-03-21T20:26:22.9585976Z 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-03-21T20:26:22.9587099Z 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-03-21T20:26:22.9588246Z 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-03-21T20:26:22.9589329Z 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-03-21T20:26:22.9590450Z 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-03-21T20:26:22.9591612Z 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-03-21T20:26:22.9592699Z 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-03-21T20:26:22.9593818Z 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-03-21T20:26:22.9594975Z 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-03-21T20:26:22.9598434Z 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-03-21T20:26:22.9601302Z 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-03-21T20:26:22.9602031Z 2025-03-21T20:26:22.9602825Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:22.9604067Z 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-03-21T20:26:22.9605203Z 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-03-21T20:26:22.9606362Z 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-03-21T20:26:22.9607456Z 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-03-21T20:26:22.9608577Z 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-03-21T20:26:22.9609792Z 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-03-21T20:26:22.9610888Z 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-03-21T20:26:22.9612023Z 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-03-21T20:26:22.9613186Z 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-03-21T20:26:22.9614272Z 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-03-21T20:26:22.9615402Z 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-03-21T20:26:22.9616555Z 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-03-21T20:26:22.9617644Z 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-03-21T20:26:22.9618770Z 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-03-21T20:26:22.9619925Z 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-03-21T20:26:22.9621007Z 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-03-21T20:26:22.9622210Z 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-03-21T20:26:22.9623402Z 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-03-21T20:26:22.9624494Z 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-03-21T20:26:22.9625632Z 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-03-21T20:26:22.9626797Z 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-03-21T20:26:22.9627884Z 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-03-21T20:26:22.9629010Z 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-03-21T20:26:22.9630166Z 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-03-21T20:26:22.9631251Z 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-03-21T20:26:22.9632465Z 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-03-21T20:26:22.9633629Z 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-03-21T20:26:22.9634720Z 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-03-21T20:26:22.9635846Z 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-03-21T20:26:22.9637001Z 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-03-21T20:26:22.9638097Z 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-03-21T20:26:22.9639220Z 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-03-21T20:26:22.9640381Z 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-03-21T20:26:22.9641467Z 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-03-21T20:26:22.9642593Z 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-03-21T20:26:22.9643741Z 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-03-21T20:26:22.9646548Z 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-03-21T20:26:22.9649419Z 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-03-21T20:26:22.9650153Z 2025-03-21T20:26:22.9650784Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:22.9651972Z 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-03-21T20:26:22.9652755Z 2025-03-21T20:26:22.9653479Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:22.9654757Z 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-03-21T20:26:22.9656111Z 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-03-21T20:26:22.9657362Z 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-03-21T20:26:22.9658623Z 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-03-21T20:26:22.9659904Z 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-03-21T20:26:22.9661311Z 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-03-21T20:26:22.9662592Z 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-03-21T20:26:22.9663871Z 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-03-21T20:26:22.9664731Z 2025-03-21T20:26:22.9665362Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:22.9685216Z 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-03-21T20:26:22.9686022Z 2025-03-21T20:26:22.9686763Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:22.9688087Z 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-03-21T20:26:22.9688806Z 2025-03-21T20:26:22.9689428Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:22.9690591Z 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-03-21T20:26:22.9691862Z 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-03-21T20:26:22.9693151Z 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-03-21T20:26:22.9694425Z 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-03-21T20:26:22.9695779Z 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-03-21T20:26:22.9697074Z 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-03-21T20:26:22.9697846Z 2025-03-21T20:26:22.9698711Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:22.9700050Z 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-03-21T20:26:22.9701396Z 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-03-21T20:26:22.9702186Z 2025-03-21T20:26:22.9702864Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:22.9704084Z 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-03-21T20:26:22.9704883Z 2025-03-21T20:26:22.9705440Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:22.9706596Z 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-03-21T20:26:22.9707417Z 2025-03-21T20:26:22.9707928Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:22.9709338Z 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-03-21T20:26:22.9710457Z 2025-03-21T20:26:22.9711027Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:22.9712213Z 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-03-21T20:26:22.9713026Z 2025-03-21T20:26:22.9713713Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:22.9714936Z 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-03-21T20:26:22.9715707Z 2025-03-21T20:26:22.9716222Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:22.9717363Z 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-03-21T20:26:22.9718215Z 2025-03-21T20:26:22.9718877Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:22.9719889Z aten_pow_tensor_scalar_1: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_3, 2) 2025-03-21T20:26:22.9720859Z 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-03-21T20:26:22.9721948Z 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-03-21T20:26:22.9722975Z 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-03-21T20:26:22.9724003Z 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-03-21T20:26:22.9725219Z 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-03-21T20:26:22.9726036Z 2025-03-21T20:26:22.9726712Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:22.9727793Z 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-03-21T20:26:22.9728441Z 2025-03-21T20:26:22.9728992Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:22.9730137Z 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-03-21T20:26:22.9730966Z 2025-03-21T20:26:22.9731477Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:22.9732915Z 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-03-21T20:26:22.9734053Z 2025-03-21T20:26:22.9734624Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:22.9735814Z 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-03-21T20:26:22.9736638Z 2025-03-21T20:26:22.9737310Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:22.9738537Z 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-03-21T20:26:22.9739316Z 2025-03-21T20:26:22.9739987Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:22.9741017Z aten_sigmoid_default: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_8) 2025-03-21T20:26:22.9742229Z 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-03-21T20:26:22.9743067Z 2025-03-21T20:26:22.9743730Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:22.9744908Z 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-03-21T20:26:22.9745686Z 2025-03-21T20:26:22.9746285Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:22.9747434Z 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-03-21T20:26:22.9748265Z 2025-03-21T20:26:22.9748773Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:22.9750192Z 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-03-21T20:26:22.9751330Z 2025-03-21T20:26:22.9751904Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:22.9753064Z 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-03-21T20:26:22.9753886Z 2025-03-21T20:26:22.9754573Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:22.9755801Z 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-03-21T20:26:22.9756576Z 2025-03-21T20:26:22.9757229Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:22.9758468Z 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-03-21T20:26:22.9759307Z 2025-03-21T20:26:22.9759978Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:22.9761161Z 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-03-21T20:26:22.9761912Z 2025-03-21T20:26:22.9762451Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:22.9763623Z 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-03-21T20:26:22.9764465Z 2025-03-21T20:26:22.9764986Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:22.9767285Z 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-03-21T20:26:22.9769048Z 2025-03-21T20:26:22.9770071Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:22.9772194Z 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-03-21T20:26:22.9773749Z 2025-03-21T20:26:22.9775062Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:22.9777604Z 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-03-21T20:26:22.9779084Z 2025-03-21T20:26:22.9780321Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:22.9782721Z 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-03-21T20:26:22.9784201Z 2025-03-21T20:26:22.9785531Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:22.9787360Z aten_pow_tensor_scalar_2: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_4, 2) 2025-03-21T20:26:22.9788939Z 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-03-21T20:26:22.9790704Z 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-03-21T20:26:22.9792276Z 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-03-21T20:26:22.9794249Z 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-03-21T20:26:22.9796608Z 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-03-21T20:26:22.9798377Z 2025-03-21T20:26:22.9799611Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:22.9801592Z 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-03-21T20:26:22.9802791Z 2025-03-21T20:26:22.9803803Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:22.9805993Z 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-03-21T20:26:22.9807561Z 2025-03-21T20:26:22.9808488Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:22.9811168Z 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-03-21T20:26:22.9813318Z 2025-03-21T20:26:22.9814353Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:22.9816696Z 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-03-21T20:26:22.9818278Z 2025-03-21T20:26:22.9819551Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:22.9821990Z 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-03-21T20:26:22.9823444Z 2025-03-21T20:26:22.9824661Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:22.9826713Z 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-03-21T20:26:22.9827913Z 2025-03-21T20:26:22.9828939Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:22.9831102Z 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-03-21T20:26:22.9832669Z 2025-03-21T20:26:22.9833598Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:22.9836277Z 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-03-21T20:26:22.9838422Z 2025-03-21T20:26:22.9839481Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:22.9841703Z 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-03-21T20:26:22.9843323Z 2025-03-21T20:26:22.9844603Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:22.9846960Z 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-03-21T20:26:22.9848413Z 2025-03-21T20:26:22.9849655Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:22.9851912Z 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-03-21T20:26:22.9853323Z 2025-03-21T20:26:22.9854341Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:22.9856440Z 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-03-21T20:26:22.9857852Z 2025-03-21T20:26:22.9858655Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:22.9861116Z 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-03-21T20:26:22.9863192Z 2025-03-21T20:26:22.9864227Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:22.9866203Z 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-03-21T20:26:22.9867561Z 2025-03-21T20:26:22.9868703Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:22.9870763Z 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-03-21T20:26:22.9872090Z 2025-03-21T20:26:22.9873231Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:22.9875251Z 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-03-21T20:26:22.9876735Z 2025-03-21T20:26:22.9877860Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:22.9879918Z 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-03-21T20:26:22.9881191Z 2025-03-21T20:26:22.9882436Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:22.9884769Z 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-03-21T20:26:22.9886334Z 2025-03-21T20:26:22.9887605Z # 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-03-21T20:26:22.9889948Z 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-03-21T20:26:22.9891990Z 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-03-21T20:26:22.9893973Z 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-03-21T20:26:22.9896232Z 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-03-21T20:26:22.9898454Z 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-03-21T20:26:22.9899835Z 2025-03-21T20:26:22.9901081Z # 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-03-21T20:26:22.9903488Z 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-03-21T20:26:22.9905806Z 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-03-21T20:26:22.9907859Z 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-03-21T20:26:22.9910116Z 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-03-21T20:26:22.9912334Z 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-03-21T20:26:22.9913710Z 2025-03-21T20:26:22.9914791Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:22.9916648Z 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-03-21T20:26:22.9917790Z 2025-03-21T20:26:22.9918844Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:22.9920682Z 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-03-21T20:26:22.9921846Z 2025-03-21T20:26:22.9922967Z # 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-03-21T20:26:22.9924924Z 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-03-21T20:26:22.9926795Z 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-03-21T20:26:22.9928851Z 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-03-21T20:26:22.9930304Z 2025-03-21T20:26:22.9931435Z # 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-03-21T20:26:22.9933610Z 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-03-21T20:26:22.9935917Z 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-03-21T20:26:22.9938213Z 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-03-21T20:26:22.9939595Z 2025-03-21T20:26:22.9940720Z # 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-03-21T20:26:22.9942746Z 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-03-21T20:26:22.9944608Z 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-03-21T20:26:22.9946815Z 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-03-21T20:26:22.9948255Z 2025-03-21T20:26:22.9949375Z # 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-03-21T20:26:22.9951732Z 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-03-21T20:26:22.9954404Z 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-03-21T20:26:22.9956871Z 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-03-21T20:26:22.9958259Z 2025-03-21T20:26:22.9959488Z # 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-03-21T20:26:22.9961691Z 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-03-21T20:26:22.9963893Z 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-03-21T20:26:22.9966556Z 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-03-21T20:26:22.9969187Z 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-03-21T20:26:22.9970528Z 2025-03-21T20:26:22.9971734Z # 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-03-21T20:26:22.9973998Z 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-03-21T20:26:22.9976388Z 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-03-21T20:26:22.9979039Z 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-03-21T20:26:22.9981745Z 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-03-21T20:26:22.9983089Z 2025-03-21T20:26:22.9984311Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:22.9986648Z 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-03-21T20:26:22.9988114Z 2025-03-21T20:26:22.9989635Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:22.9992927Z 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-03-21T20:26:22.9994810Z 2025-03-21T20:26:22.9996318Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:22.9999315Z 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-03-21T20:26:23.0001181Z 2025-03-21T20:26:23.0002641Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.0005006Z 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-03-21T20:26:23.0007145Z 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-03-21T20:26:23.0009351Z 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-03-21T20:26:23.0011420Z 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-03-21T20:26:23.0013582Z 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-03-21T20:26:23.0015780Z 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-03-21T20:26:23.0017903Z 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-03-21T20:26:23.0020036Z 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-03-21T20:26:23.0022300Z 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-03-21T20:26:23.0024352Z 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-03-21T20:26:23.0026511Z 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-03-21T20:26:23.0028698Z 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-03-21T20:26:23.0030759Z 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-03-21T20:26:23.0032909Z 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-03-21T20:26:23.0035126Z 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-03-21T20:26:23.0037333Z 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-03-21T20:26:23.0039475Z 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-03-21T20:26:23.0041676Z 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-03-21T20:26:23.0043739Z 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-03-21T20:26:23.0045898Z 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-03-21T20:26:23.0048105Z 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-03-21T20:26:23.0050139Z 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-03-21T20:26:23.0052280Z 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-03-21T20:26:23.0054482Z 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-03-21T20:26:23.0056543Z 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-03-21T20:26:23.0058695Z 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-03-21T20:26:23.0060936Z 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-03-21T20:26:23.0063060Z 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-03-21T20:26:23.0065196Z 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-03-21T20:26:23.0067378Z 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-03-21T20:26:23.0069446Z 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-03-21T20:26:23.0071576Z 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-03-21T20:26:23.0073768Z 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-03-21T20:26:23.0076306Z 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-03-21T20:26:23.0077598Z 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-03-21T20:26:23.0079299Z 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-03-21T20:26:23.0082147Z 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-03-21T20:26:23.0084993Z 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-03-21T20:26:23.0085728Z 2025-03-21T20:26:23.0086522Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.0087756Z 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-03-21T20:26:23.0088889Z 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-03-21T20:26:23.0090050Z 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-03-21T20:26:23.0091143Z 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-03-21T20:26:23.0092302Z 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-03-21T20:26:23.0093468Z 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-03-21T20:26:23.0094563Z 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-03-21T20:26:23.0095696Z 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-03-21T20:26:23.0096866Z 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-03-21T20:26:23.0097963Z 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-03-21T20:26:23.0099092Z 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-03-21T20:26:23.0100252Z 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-03-21T20:26:23.0101428Z 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-03-21T20:26:23.0102643Z 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-03-21T20:26:23.0103800Z 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-03-21T20:26:23.0104895Z 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-03-21T20:26:23.0106024Z 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-03-21T20:26:23.0107184Z 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-03-21T20:26:23.0108275Z 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-03-21T20:26:23.0109402Z 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-03-21T20:26:23.0110561Z 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-03-21T20:26:23.0111649Z 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-03-21T20:26:23.0112779Z 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-03-21T20:26:23.0113945Z 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-03-21T20:26:23.0115054Z 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-03-21T20:26:23.0116183Z 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-03-21T20:26:23.0117337Z 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-03-21T20:26:23.0118421Z 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-03-21T20:26:23.0119556Z 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-03-21T20:26:23.0120713Z 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-03-21T20:26:23.0121799Z 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-03-21T20:26:23.0122930Z 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-03-21T20:26:23.0124087Z 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-03-21T20:26:23.0125250Z 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-03-21T20:26:23.0126385Z 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-03-21T20:26:23.0127536Z 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-03-21T20:26:23.0130364Z 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-03-21T20:26:23.0133227Z 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-03-21T20:26:23.0133956Z 2025-03-21T20:26:23.0134593Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.0135781Z 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-03-21T20:26:23.0136566Z 2025-03-21T20:26:23.0137288Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.0138610Z 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-03-21T20:26:23.0139913Z 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-03-21T20:26:23.0141176Z 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-03-21T20:26:23.0142528Z 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-03-21T20:26:23.0143813Z 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-03-21T20:26:23.0145158Z 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-03-21T20:26:23.0146450Z 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-03-21T20:26:23.0147797Z 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-03-21T20:26:23.0148702Z 2025-03-21T20:26:23.0149325Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.0150486Z 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-03-21T20:26:23.0151248Z 2025-03-21T20:26:23.0151947Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.0153139Z 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-03-21T20:26:23.0153845Z 2025-03-21T20:26:23.0154450Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.0155604Z 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-03-21T20:26:23.0156868Z 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-03-21T20:26:23.0158131Z 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-03-21T20:26:23.0159404Z 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-03-21T20:26:23.0160743Z 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-03-21T20:26:23.0162044Z 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-03-21T20:26:23.0162752Z 2025-03-21T20:26:23.0163521Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.0164854Z 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-03-21T20:26:23.0166126Z 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-03-21T20:26:23.0166899Z 2025-03-21T20:26:23.0167564Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0168785Z 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-03-21T20:26:23.0169558Z 2025-03-21T20:26:23.0170101Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0171252Z 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-03-21T20:26:23.0172148Z 2025-03-21T20:26:23.0172657Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0174062Z 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-03-21T20:26:23.0175175Z 2025-03-21T20:26:23.0175908Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0177046Z 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-03-21T20:26:23.0177861Z 2025-03-21T20:26:23.0178542Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0179757Z 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-03-21T20:26:23.0180515Z 2025-03-21T20:26:23.0181024Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.0182177Z 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-03-21T20:26:23.0182952Z 2025-03-21T20:26:23.0183595Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.0184605Z aten_pow_tensor_scalar_3: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_8, 2) 2025-03-21T20:26:23.0185623Z 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-03-21T20:26:23.0186658Z 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-03-21T20:26:23.0187654Z 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-03-21T20:26:23.0188689Z 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-03-21T20:26:23.0189903Z 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-03-21T20:26:23.0190703Z 2025-03-21T20:26:23.0191383Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0192460Z 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-03-21T20:26:23.0193108Z 2025-03-21T20:26:23.0193663Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0194818Z 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-03-21T20:26:23.0195753Z 2025-03-21T20:26:23.0196250Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0197684Z 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-03-21T20:26:23.0198831Z 2025-03-21T20:26:23.0199403Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0200561Z 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-03-21T20:26:23.0201390Z 2025-03-21T20:26:23.0202076Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0203288Z 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-03-21T20:26:23.0204068Z 2025-03-21T20:26:23.0204737Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.0205777Z aten_sigmoid_default_1: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_19) 2025-03-21T20:26:23.0206943Z 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-03-21T20:26:23.0207796Z 2025-03-21T20:26:23.0208466Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0209674Z 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-03-21T20:26:23.0210405Z 2025-03-21T20:26:23.0210956Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0212114Z 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-03-21T20:26:23.0212942Z 2025-03-21T20:26:23.0213441Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0214870Z 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-03-21T20:26:23.0216017Z 2025-03-21T20:26:23.0216574Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0217736Z 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-03-21T20:26:23.0218569Z 2025-03-21T20:26:23.0219302Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0220565Z 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-03-21T20:26:23.0221425Z 2025-03-21T20:26:23.0222091Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.0223323Z 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-03-21T20:26:23.0224140Z 2025-03-21T20:26:23.0224809Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0225998Z 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-03-21T20:26:23.0226751Z 2025-03-21T20:26:23.0227306Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0228472Z 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-03-21T20:26:23.0229300Z 2025-03-21T20:26:23.0229811Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0231245Z 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-03-21T20:26:23.0232388Z 2025-03-21T20:26:23.0232967Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0234162Z 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-03-21T20:26:23.0234980Z 2025-03-21T20:26:23.0235671Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0236890Z 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-03-21T20:26:23.0237668Z 2025-03-21T20:26:23.0238327Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.0239551Z 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-03-21T20:26:23.0240352Z 2025-03-21T20:26:23.0241066Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:23.0242144Z aten_pow_tensor_scalar_4: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_9, 2) 2025-03-21T20:26:23.0243098Z 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-03-21T20:26:23.0244230Z 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-03-21T20:26:23.0245231Z 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-03-21T20:26:23.0246271Z 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-03-21T20:26:23.0247531Z 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-03-21T20:26:23.0248386Z 2025-03-21T20:26:23.0249057Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0250137Z 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-03-21T20:26:23.0250773Z 2025-03-21T20:26:23.0251322Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0252473Z 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-03-21T20:26:23.0253308Z 2025-03-21T20:26:23.0253815Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0255243Z 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-03-21T20:26:23.0256364Z 2025-03-21T20:26:23.0256944Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0258090Z 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-03-21T20:26:23.0258907Z 2025-03-21T20:26:23.0259592Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0260821Z 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-03-21T20:26:23.0261676Z 2025-03-21T20:26:23.0262344Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0263423Z 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-03-21T20:26:23.0264050Z 2025-03-21T20:26:23.0264599Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0265755Z 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-03-21T20:26:23.0266596Z 2025-03-21T20:26:23.0267107Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0268592Z 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-03-21T20:26:23.0269720Z 2025-03-21T20:26:23.0270277Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0271447Z 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-03-21T20:26:23.0272274Z 2025-03-21T20:26:23.0272958Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0274202Z 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-03-21T20:26:23.0274992Z 2025-03-21T20:26:23.0275860Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0277042Z 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-03-21T20:26:23.0277797Z 2025-03-21T20:26:23.0278351Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0279511Z 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-03-21T20:26:23.0280349Z 2025-03-21T20:26:23.0280855Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0282328Z 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-03-21T20:26:23.0283441Z 2025-03-21T20:26:23.0283996Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0285149Z 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-03-21T20:26:23.0285969Z 2025-03-21T20:26:23.0286654Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0287874Z 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-03-21T20:26:23.0288646Z 2025-03-21T20:26:23.0289296Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:23.0290492Z 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-03-21T20:26:23.0291254Z 2025-03-21T20:26:23.0292061Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.0293268Z 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-03-21T20:26:23.0294034Z 2025-03-21T20:26:23.0294701Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.0295904Z 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-03-21T20:26:23.0296657Z 2025-03-21T20:26:23.0297325Z # 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-03-21T20:26:23.0298527Z 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-03-21T20:26:23.0299624Z 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-03-21T20:26:23.0300699Z 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-03-21T20:26:23.0301949Z 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-03-21T20:26:23.0303107Z 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-03-21T20:26:23.0303829Z 2025-03-21T20:26:23.0304481Z # 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-03-21T20:26:23.0305722Z 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-03-21T20:26:23.0306816Z 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-03-21T20:26:23.0307887Z 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-03-21T20:26:23.0309069Z 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-03-21T20:26:23.0310229Z 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-03-21T20:26:23.0310950Z 2025-03-21T20:26:23.0311517Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.0312474Z 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-03-21T20:26:23.0313071Z 2025-03-21T20:26:23.0313637Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.0314669Z 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-03-21T20:26:23.0315279Z 2025-03-21T20:26:23.0315882Z # 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-03-21T20:26:23.0316903Z 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-03-21T20:26:23.0317869Z 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-03-21T20:26:23.0318945Z 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-03-21T20:26:23.0319680Z 2025-03-21T20:26:23.0320289Z # 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-03-21T20:26:23.0321424Z 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-03-21T20:26:23.0322638Z 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-03-21T20:26:23.0323829Z 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-03-21T20:26:23.0324563Z 2025-03-21T20:26:23.0325168Z # 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-03-21T20:26:23.0326192Z 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-03-21T20:26:23.0327170Z 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-03-21T20:26:23.0328277Z 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-03-21T20:26:23.0329013Z 2025-03-21T20:26:23.0329620Z # 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-03-21T20:26:23.0330847Z 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-03-21T20:26:23.0332243Z 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-03-21T20:26:23.0333531Z 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-03-21T20:26:23.0334260Z 2025-03-21T20:26:23.0334912Z # 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-03-21T20:26:23.0336061Z 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-03-21T20:26:23.0337293Z 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-03-21T20:26:23.0338677Z 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-03-21T20:26:23.0340043Z 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-03-21T20:26:23.0340750Z 2025-03-21T20:26:23.0341454Z # 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-03-21T20:26:23.0342608Z 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-03-21T20:26:23.0343744Z 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-03-21T20:26:23.0345128Z 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-03-21T20:26:23.0346491Z 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-03-21T20:26:23.0347195Z 2025-03-21T20:26:23.0347858Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:23.0349080Z 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-03-21T20:26:23.0349891Z 2025-03-21T20:26:23.0350712Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:23.0352279Z 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-03-21T20:26:23.0353275Z 2025-03-21T20:26:23.0354089Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:23.0355672Z 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-03-21T20:26:23.0356665Z 2025-03-21T20:26:23.0357451Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.0358695Z 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-03-21T20:26:23.0359832Z 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-03-21T20:26:23.0361072Z 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-03-21T20:26:23.0362158Z 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-03-21T20:26:23.0363291Z 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-03-21T20:26:23.0364454Z 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-03-21T20:26:23.0365551Z 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-03-21T20:26:23.0366694Z 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-03-21T20:26:23.0367871Z 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-03-21T20:26:23.0368974Z 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-03-21T20:26:23.0370105Z 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-03-21T20:26:23.0371276Z 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-03-21T20:26:23.0372378Z 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-03-21T20:26:23.0373497Z 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-03-21T20:26:23.0374698Z 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-03-21T20:26:23.0376050Z 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-03-21T20:26:23.0377254Z 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-03-21T20:26:23.0378433Z 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-03-21T20:26:23.0379529Z 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-03-21T20:26:23.0380663Z 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-03-21T20:26:23.0381900Z 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-03-21T20:26:23.0382998Z 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-03-21T20:26:23.0384268Z 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-03-21T20:26:23.0385436Z 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-03-21T20:26:23.0386521Z 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-03-21T20:26:23.0387652Z 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-03-21T20:26:23.0388945Z 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-03-21T20:26:23.0390048Z 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-03-21T20:26:23.0391179Z 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-03-21T20:26:23.0392355Z 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-03-21T20:26:23.0393449Z 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-03-21T20:26:23.0394583Z 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-03-21T20:26:23.0395762Z 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-03-21T20:26:23.0396865Z 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-03-21T20:26:23.0398057Z 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-03-21T20:26:23.0399239Z 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-03-21T20:26:23.0402198Z 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-03-21T20:26:23.0405155Z 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-03-21T20:26:23.0405882Z 2025-03-21T20:26:23.0406670Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.0407991Z 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-03-21T20:26:23.0409146Z 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-03-21T20:26:23.0410323Z 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-03-21T20:26:23.0411428Z 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-03-21T20:26:23.0412573Z 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-03-21T20:26:23.0413753Z 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-03-21T20:26:23.0414855Z 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-03-21T20:26:23.0415984Z 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-03-21T20:26:23.0417162Z 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-03-21T20:26:23.0418266Z 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-03-21T20:26:23.0419414Z 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-03-21T20:26:23.0420632Z 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-03-21T20:26:23.0421812Z 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-03-21T20:26:23.0422966Z 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-03-21T20:26:23.0424155Z 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-03-21T20:26:23.0425270Z 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-03-21T20:26:23.0426417Z 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-03-21T20:26:23.0427602Z 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-03-21T20:26:23.0428696Z 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-03-21T20:26:23.0429918Z 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-03-21T20:26:23.0431122Z 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-03-21T20:26:23.0432223Z 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-03-21T20:26:23.0433363Z 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-03-21T20:26:23.0434542Z 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-03-21T20:26:23.0435646Z 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-03-21T20:26:23.0436796Z 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-03-21T20:26:23.0437972Z 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-03-21T20:26:23.0439071Z 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-03-21T20:26:23.0440206Z 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-03-21T20:26:23.0441389Z 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-03-21T20:26:23.0442494Z 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-03-21T20:26:23.0443668Z 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-03-21T20:26:23.0444846Z 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-03-21T20:26:23.0445954Z 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-03-21T20:26:23.0447105Z 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-03-21T20:26:23.0448283Z 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-03-21T20:26:23.0451310Z 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-03-21T20:26:23.0454274Z 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-03-21T20:26:23.0455011Z 2025-03-21T20:26:23.0455655Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.0456848Z 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-03-21T20:26:23.0457623Z 2025-03-21T20:26:23.0458349Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.0459650Z 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-03-21T20:26:23.0460955Z 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-03-21T20:26:23.0462293Z 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-03-21T20:26:23.0463585Z 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-03-21T20:26:23.0464895Z 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-03-21T20:26:23.0466247Z 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-03-21T20:26:23.0467564Z 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-03-21T20:26:23.0468855Z 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-03-21T20:26:23.0469714Z 2025-03-21T20:26:23.0470349Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.0471525Z 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-03-21T20:26:23.0472300Z 2025-03-21T20:26:23.0473019Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.0474215Z 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-03-21T20:26:23.0474936Z 2025-03-21T20:26:23.0475531Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.0476948Z 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-03-21T20:26:23.0478236Z 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-03-21T20:26:23.0479518Z 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-03-21T20:26:23.0480803Z 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-03-21T20:26:23.0482145Z 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-03-21T20:26:23.0483421Z 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-03-21T20:26:23.0484142Z 2025-03-21T20:26:23.0484916Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.0486340Z 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-03-21T20:26:23.0487619Z 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-03-21T20:26:23.0488400Z 2025-03-21T20:26:23.0489073Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0490297Z 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-03-21T20:26:23.0491129Z 2025-03-21T20:26:23.0491677Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0492829Z 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-03-21T20:26:23.0493647Z 2025-03-21T20:26:23.0494154Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0495576Z 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-03-21T20:26:23.0496709Z 2025-03-21T20:26:23.0497273Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0498434Z 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-03-21T20:26:23.0499252Z 2025-03-21T20:26:23.0499920Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0501197Z 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-03-21T20:26:23.0502094Z 2025-03-21T20:26:23.0502617Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.0503708Z 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-03-21T20:26:23.0504510Z 2025-03-21T20:26:23.0505173Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.0506179Z aten_pow_tensor_scalar_5: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_13, 2) 2025-03-21T20:26:23.0507145Z 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-03-21T20:26:23.0508177Z 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-03-21T20:26:23.0509164Z 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-03-21T20:26:23.0510197Z 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-03-21T20:26:23.0511402Z 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-03-21T20:26:23.0512207Z 2025-03-21T20:26:23.0512877Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0513951Z 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-03-21T20:26:23.0514609Z 2025-03-21T20:26:23.0515153Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0516303Z 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-03-21T20:26:23.0517128Z 2025-03-21T20:26:23.0517633Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0519072Z 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-03-21T20:26:23.0520221Z 2025-03-21T20:26:23.0520773Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0521930Z 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-03-21T20:26:23.0522749Z 2025-03-21T20:26:23.0523430Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0524702Z 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-03-21T20:26:23.0525501Z 2025-03-21T20:26:23.0526160Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.0527171Z aten_sigmoid_default_2: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_30) 2025-03-21T20:26:23.0528313Z 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-03-21T20:26:23.0529146Z 2025-03-21T20:26:23.0529811Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0530988Z 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-03-21T20:26:23.0531730Z 2025-03-21T20:26:23.0532279Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0533421Z 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-03-21T20:26:23.0534258Z 2025-03-21T20:26:23.0534765Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0536200Z 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-03-21T20:26:23.0537340Z 2025-03-21T20:26:23.0537899Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0539087Z 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-03-21T20:26:23.0539906Z 2025-03-21T20:26:23.0540572Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0541865Z 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-03-21T20:26:23.0542652Z 2025-03-21T20:26:23.0543325Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.0544563Z 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-03-21T20:26:23.0545363Z 2025-03-21T20:26:23.0546031Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0547195Z 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-03-21T20:26:23.0547944Z 2025-03-21T20:26:23.0548777Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0549937Z 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-03-21T20:26:23.0550786Z 2025-03-21T20:26:23.0551308Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0552740Z 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-03-21T20:26:23.0553886Z 2025-03-21T20:26:23.0554440Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0555610Z 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-03-21T20:26:23.0556436Z 2025-03-21T20:26:23.0557120Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0558344Z 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-03-21T20:26:23.0559117Z 2025-03-21T20:26:23.0559750Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.0560973Z 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-03-21T20:26:23.0561776Z 2025-03-21T20:26:23.0562527Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:23.0563597Z aten_pow_tensor_scalar_6: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_14, 2) 2025-03-21T20:26:23.0564559Z 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-03-21T20:26:23.0565587Z 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-03-21T20:26:23.0566576Z 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-03-21T20:26:23.0567604Z 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-03-21T20:26:23.0568844Z 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-03-21T20:26:23.0569695Z 2025-03-21T20:26:23.0570362Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0571433Z 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-03-21T20:26:23.0572104Z 2025-03-21T20:26:23.0572701Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0573859Z 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-03-21T20:26:23.0574680Z 2025-03-21T20:26:23.0575191Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0576804Z 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-03-21T20:26:23.0577932Z 2025-03-21T20:26:23.0578502Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0579655Z 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-03-21T20:26:23.0580476Z 2025-03-21T20:26:23.0581144Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0582441Z 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-03-21T20:26:23.0583217Z 2025-03-21T20:26:23.0583885Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0584967Z 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-03-21T20:26:23.0585611Z 2025-03-21T20:26:23.0586235Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0587375Z 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-03-21T20:26:23.0588208Z 2025-03-21T20:26:23.0588721Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0590150Z 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-03-21T20:26:23.0591279Z 2025-03-21T20:26:23.0591840Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0592994Z 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-03-21T20:26:23.0593806Z 2025-03-21T20:26:23.0594474Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0595688Z 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-03-21T20:26:23.0596496Z 2025-03-21T20:26:23.0597218Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0598393Z 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-03-21T20:26:23.0599136Z 2025-03-21T20:26:23.0599687Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0600828Z 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-03-21T20:26:23.0601658Z 2025-03-21T20:26:23.0602166Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0603577Z 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-03-21T20:26:23.0604700Z 2025-03-21T20:26:23.0605259Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0606523Z 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-03-21T20:26:23.0607333Z 2025-03-21T20:26:23.0608013Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0609244Z 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-03-21T20:26:23.0610048Z 2025-03-21T20:26:23.0610709Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:23.0611911Z 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-03-21T20:26:23.0612668Z 2025-03-21T20:26:23.0613326Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.0614533Z 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-03-21T20:26:23.0615303Z 2025-03-21T20:26:23.0615972Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.0617170Z 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-03-21T20:26:23.0617929Z 2025-03-21T20:26:23.0618601Z # 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-03-21T20:26:23.0631628Z 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-03-21T20:26:23.0632247Z 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-03-21T20:26:23.0632798Z 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-03-21T20:26:23.0633342Z 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-03-21T20:26:23.0633869Z 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-03-21T20:26:23.0633977Z 2025-03-21T20:26:23.0634524Z # 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-03-21T20:26:23.0635105Z 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-03-21T20:26:23.0635534Z 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-03-21T20:26:23.0636088Z 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-03-21T20:26:23.0636616Z 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-03-21T20:26:23.0637157Z 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-03-21T20:26:23.0637255Z 2025-03-21T20:26:23.0637717Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.0638154Z 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-03-21T20:26:23.0638250Z 2025-03-21T20:26:23.0638701Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.0639118Z 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-03-21T20:26:23.0639221Z 2025-03-21T20:26:23.0639709Z # 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-03-21T20:26:23.0640158Z 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-03-21T20:26:23.0640592Z 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-03-21T20:26:23.0641144Z 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-03-21T20:26:23.0641234Z 2025-03-21T20:26:23.0641727Z # 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-03-21T20:26:23.0642319Z 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-03-21T20:26:23.0642899Z 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-03-21T20:26:23.0643437Z 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-03-21T20:26:23.0643529Z 2025-03-21T20:26:23.0644020Z # 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-03-21T20:26:23.0644457Z 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-03-21T20:26:23.0644911Z 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-03-21T20:26:23.0645450Z 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-03-21T20:26:23.0645557Z 2025-03-21T20:26:23.0646032Z # 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-03-21T20:26:23.0646688Z 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-03-21T20:26:23.0647330Z 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-03-21T20:26:23.0647879Z 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-03-21T20:26:23.0648021Z 2025-03-21T20:26:23.0648565Z # 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-03-21T20:26:23.0649087Z 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-03-21T20:26:23.0649620Z 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-03-21T20:26:23.0650377Z 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-03-21T20:26:23.0650908Z 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-03-21T20:26:23.0651000Z 2025-03-21T20:26:23.0651527Z # 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-03-21T20:26:23.0652057Z 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-03-21T20:26:23.0652580Z 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-03-21T20:26:23.0653406Z 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-03-21T20:26:23.0653924Z 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-03-21T20:26:23.0654028Z 2025-03-21T20:26:23.0654567Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:23.0655166Z 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-03-21T20:26:23.0655261Z 2025-03-21T20:26:23.0655961Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:23.0656748Z 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-03-21T20:26:23.0656853Z 2025-03-21T20:26:23.0657525Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:23.0658321Z 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-03-21T20:26:23.0658415Z 2025-03-21T20:26:23.0659073Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.0659579Z 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-03-21T20:26:23.0660136Z 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-03-21T20:26:23.0660660Z 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-03-21T20:26:23.0661135Z 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-03-21T20:26:23.0661787Z 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-03-21T20:26:23.0662299Z 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-03-21T20:26:23.0662788Z 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-03-21T20:26:23.0663339Z 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-03-21T20:26:23.0663954Z 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-03-21T20:26:23.0664429Z 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-03-21T20:26:23.0664994Z 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-03-21T20:26:23.0665500Z 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-03-21T20:26:23.0665983Z 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-03-21T20:26:23.0666538Z 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-03-21T20:26:23.0667057Z 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-03-21T20:26:23.0667536Z 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-03-21T20:26:23.0668098Z 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-03-21T20:26:23.0668603Z 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-03-21T20:26:23.0669097Z 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-03-21T20:26:23.0669651Z 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-03-21T20:26:23.0670200Z 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-03-21T20:26:23.0670674Z 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-03-21T20:26:23.0671237Z 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-03-21T20:26:23.0671750Z 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-03-21T20:26:23.0672237Z 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-03-21T20:26:23.0672788Z 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-03-21T20:26:23.0673307Z 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-03-21T20:26:23.0673781Z 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-03-21T20:26:23.0674411Z 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-03-21T20:26:23.0674919Z 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-03-21T20:26:23.0675393Z 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-03-21T20:26:23.0676127Z 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-03-21T20:26:23.0676639Z 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-03-21T20:26:23.0677133Z 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-03-21T20:26:23.0677682Z 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-03-21T20:26:23.0678205Z 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-03-21T20:26:23.0680555Z 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-03-21T20:26:23.0681160Z 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-03-21T20:26:23.0681268Z 2025-03-21T20:26:23.0681919Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.0682405Z 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-03-21T20:26:23.0682958Z 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-03-21T20:26:23.0683477Z 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-03-21T20:26:23.0683953Z 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-03-21T20:26:23.0684503Z 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-03-21T20:26:23.0685086Z 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-03-21T20:26:23.0685589Z 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-03-21T20:26:23.0686156Z 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-03-21T20:26:23.0686663Z 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-03-21T20:26:23.0687150Z 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-03-21T20:26:23.0687701Z 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-03-21T20:26:23.0688220Z 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-03-21T20:26:23.0688697Z 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-03-21T20:26:23.0689261Z 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-03-21T20:26:23.0689767Z 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-03-21T20:26:23.0690256Z 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-03-21T20:26:23.0690809Z 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-03-21T20:26:23.0691350Z 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-03-21T20:26:23.0691824Z 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-03-21T20:26:23.0692388Z 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-03-21T20:26:23.0692896Z 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-03-21T20:26:23.0693382Z 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-03-21T20:26:23.0693929Z 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-03-21T20:26:23.0694446Z 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-03-21T20:26:23.0694921Z 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-03-21T20:26:23.0695525Z 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-03-21T20:26:23.0696056Z 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-03-21T20:26:23.0696542Z 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-03-21T20:26:23.0697093Z 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-03-21T20:26:23.0697609Z 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-03-21T20:26:23.0698086Z 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-03-21T20:26:23.0698653Z 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-03-21T20:26:23.0699164Z 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-03-21T20:26:23.0699636Z 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-03-21T20:26:23.0700200Z 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-03-21T20:26:23.0700716Z 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-03-21T20:26:23.0703126Z 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-03-21T20:26:23.0703740Z 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-03-21T20:26:23.0703841Z 2025-03-21T20:26:23.0704355Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.0704932Z 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-03-21T20:26:23.0705036Z 2025-03-21T20:26:23.0705615Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.0706212Z 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-03-21T20:26:23.0706901Z 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-03-21T20:26:23.0707468Z 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-03-21T20:26:23.0708095Z 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-03-21T20:26:23.0708665Z 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-03-21T20:26:23.0709337Z 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-03-21T20:26:23.0709859Z 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-03-21T20:26:23.0710529Z 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-03-21T20:26:23.0710622Z 2025-03-21T20:26:23.0711127Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.0711684Z 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-03-21T20:26:23.0711794Z 2025-03-21T20:26:23.0712363Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.0712910Z 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-03-21T20:26:23.0713002Z 2025-03-21T20:26:23.0713478Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.0714052Z 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-03-21T20:26:23.0714622Z 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-03-21T20:26:23.0715228Z 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-03-21T20:26:23.0715800Z 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-03-21T20:26:23.0716460Z 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-03-21T20:26:23.0716969Z 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-03-21T20:26:23.0717155Z 2025-03-21T20:26:23.0717785Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.0718385Z 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-03-21T20:26:23.0718960Z 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-03-21T20:26:23.0719063Z 2025-03-21T20:26:23.0719591Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0720188Z 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-03-21T20:26:23.0720280Z 2025-03-21T20:26:23.0720703Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0721331Z 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-03-21T20:26:23.0721436Z 2025-03-21T20:26:23.0721808Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0722744Z 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-03-21T20:26:23.0722851Z 2025-03-21T20:26:23.0723274Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0723922Z 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-03-21T20:26:23.0724014Z 2025-03-21T20:26:23.0724572Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0725142Z 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-03-21T20:26:23.0725247Z 2025-03-21T20:26:23.0725626Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.0726228Z 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-03-21T20:26:23.0726321Z 2025-03-21T20:26:23.0726831Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.0727225Z aten_pow_tensor_scalar_7: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_18, 2) 2025-03-21T20:26:23.0727681Z 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-03-21T20:26:23.0728213Z 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-03-21T20:26:23.0728634Z 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-03-21T20:26:23.0729138Z 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-03-21T20:26:23.0729736Z 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-03-21T20:26:23.0729835Z 2025-03-21T20:26:23.0730359Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0730804Z 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-03-21T20:26:23.0730893Z 2025-03-21T20:26:23.0731312Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0731938Z 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-03-21T20:26:23.0732028Z 2025-03-21T20:26:23.0732405Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0733350Z 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-03-21T20:26:23.0733455Z 2025-03-21T20:26:23.0733878Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0734532Z 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-03-21T20:26:23.0734623Z 2025-03-21T20:26:23.0735178Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0735748Z 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-03-21T20:26:23.0735850Z 2025-03-21T20:26:23.0736373Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.0736764Z aten_sigmoid_default_3: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_41) 2025-03-21T20:26:23.0737411Z 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-03-21T20:26:23.0737500Z 2025-03-21T20:26:23.0738034Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0738566Z 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-03-21T20:26:23.0738748Z 2025-03-21T20:26:23.0739159Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0739799Z 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-03-21T20:26:23.0739890Z 2025-03-21T20:26:23.0740269Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0741208Z 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-03-21T20:26:23.0741390Z 2025-03-21T20:26:23.0741820Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0742436Z 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-03-21T20:26:23.0742541Z 2025-03-21T20:26:23.0743080Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0743667Z 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-03-21T20:26:23.0743757Z 2025-03-21T20:26:23.0744295Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.0744896Z 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-03-21T20:26:23.0745031Z 2025-03-21T20:26:23.0745554Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0746100Z 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-03-21T20:26:23.0746191Z 2025-03-21T20:26:23.0746597Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0747240Z 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-03-21T20:26:23.0747333Z 2025-03-21T20:26:23.0747711Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0748646Z 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-03-21T20:26:23.0748748Z 2025-03-21T20:26:23.0749171Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0749835Z 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-03-21T20:26:23.0749948Z 2025-03-21T20:26:23.0750498Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0751062Z 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-03-21T20:26:23.0751152Z 2025-03-21T20:26:23.0751671Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.0752262Z 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-03-21T20:26:23.0752363Z 2025-03-21T20:26:23.0752933Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:23.0753330Z aten_pow_tensor_scalar_8: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_19, 2) 2025-03-21T20:26:23.0753788Z 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-03-21T20:26:23.0754249Z 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-03-21T20:26:23.0754672Z 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-03-21T20:26:23.0755179Z 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-03-21T20:26:23.0755826Z 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-03-21T20:26:23.0755952Z 2025-03-21T20:26:23.0756477Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0756919Z 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-03-21T20:26:23.0757011Z 2025-03-21T20:26:23.0757417Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0758060Z 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-03-21T20:26:23.0758153Z 2025-03-21T20:26:23.0758533Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0759455Z 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-03-21T20:26:23.0759560Z 2025-03-21T20:26:23.0759987Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0760653Z 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-03-21T20:26:23.0760768Z 2025-03-21T20:26:23.0761323Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0761890Z 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-03-21T20:26:23.0761982Z 2025-03-21T20:26:23.0762515Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0762946Z 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-03-21T20:26:23.0763050Z 2025-03-21T20:26:23.0763455Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0764095Z 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-03-21T20:26:23.0764186Z 2025-03-21T20:26:23.0764561Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0765481Z 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-03-21T20:26:23.0765584Z 2025-03-21T20:26:23.0766009Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0766617Z 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-03-21T20:26:23.0766743Z 2025-03-21T20:26:23.0767280Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0767856Z 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-03-21T20:26:23.0767946Z 2025-03-21T20:26:23.0768480Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0769010Z 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-03-21T20:26:23.0769112Z 2025-03-21T20:26:23.0769515Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0770149Z 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-03-21T20:26:23.0770239Z 2025-03-21T20:26:23.0770603Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0771577Z 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-03-21T20:26:23.0771691Z 2025-03-21T20:26:23.0772127Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0772738Z 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-03-21T20:26:23.0772840Z 2025-03-21T20:26:23.0773382Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0773960Z 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-03-21T20:26:23.0774053Z 2025-03-21T20:26:23.0774588Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:23.0775143Z 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-03-21T20:26:23.0775235Z 2025-03-21T20:26:23.0775950Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.0776527Z 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-03-21T20:26:23.0776622Z 2025-03-21T20:26:23.0777160Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.0777713Z 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-03-21T20:26:23.0777874Z 2025-03-21T20:26:23.0778410Z # 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-03-21T20:26:23.0778974Z 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-03-21T20:26:23.0779419Z 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-03-21T20:26:23.0779957Z 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-03-21T20:26:23.0780499Z 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-03-21T20:26:23.0781023Z 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-03-21T20:26:23.0781127Z 2025-03-21T20:26:23.0781717Z # 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-03-21T20:26:23.0782372Z 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-03-21T20:26:23.0782829Z 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-03-21T20:26:23.0783378Z 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-03-21T20:26:23.0783904Z 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-03-21T20:26:23.0784438Z 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-03-21T20:26:23.0784533Z 2025-03-21T20:26:23.0784993Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.0785404Z 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-03-21T20:26:23.0785513Z 2025-03-21T20:26:23.0785957Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.0786373Z 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-03-21T20:26:23.0786472Z 2025-03-21T20:26:23.0786950Z # 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-03-21T20:26:23.0787401Z 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-03-21T20:26:23.0787831Z 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-03-21T20:26:23.0788414Z 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-03-21T20:26:23.0788504Z 2025-03-21T20:26:23.0788994Z # 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-03-21T20:26:23.0789544Z 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-03-21T20:26:23.0790104Z 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-03-21T20:26:23.0790642Z 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-03-21T20:26:23.0790747Z 2025-03-21T20:26:23.0791222Z # 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-03-21T20:26:23.0791669Z 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-03-21T20:26:23.0792102Z 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-03-21T20:26:23.0792720Z 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-03-21T20:26:23.0792810Z 2025-03-21T20:26:23.0793296Z # 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-03-21T20:26:23.0793941Z 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-03-21T20:26:23.0794592Z 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-03-21T20:26:23.0795134Z 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-03-21T20:26:23.0795225Z 2025-03-21T20:26:23.0795768Z # 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-03-21T20:26:23.0796289Z 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-03-21T20:26:23.0796822Z 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-03-21T20:26:23.0797573Z 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-03-21T20:26:23.0798099Z 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-03-21T20:26:23.0798216Z 2025-03-21T20:26:23.0798751Z # 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-03-21T20:26:23.0799268Z 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-03-21T20:26:23.0799790Z 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-03-21T20:26:23.0800545Z 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-03-21T20:26:23.0801067Z 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-03-21T20:26:23.0801160Z 2025-03-21T20:26:23.0801699Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:23.0802286Z 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-03-21T20:26:23.0802383Z 2025-03-21T20:26:23.0803102Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:23.0803921Z 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-03-21T20:26:23.0804015Z 2025-03-21T20:26:23.0804686Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:23.0805476Z 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-03-21T20:26:23.0805569Z 2025-03-21T20:26:23.0806227Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.0806701Z 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-03-21T20:26:23.0807263Z 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-03-21T20:26:23.0807770Z 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-03-21T20:26:23.0808254Z 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-03-21T20:26:23.0808810Z 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-03-21T20:26:23.0809323Z 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-03-21T20:26:23.0809820Z 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-03-21T20:26:23.0810373Z 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-03-21T20:26:23.0810878Z 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-03-21T20:26:23.0811364Z 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-03-21T20:26:23.0811908Z 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-03-21T20:26:23.0812424Z 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-03-21T20:26:23.0812893Z 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-03-21T20:26:23.0813454Z 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-03-21T20:26:23.0814053Z 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-03-21T20:26:23.0814531Z 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-03-21T20:26:23.0815075Z 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-03-21T20:26:23.0815590Z 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-03-21T20:26:23.0816057Z 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-03-21T20:26:23.0816615Z 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-03-21T20:26:23.0817124Z 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-03-21T20:26:23.0817588Z 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-03-21T20:26:23.0818148Z 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-03-21T20:26:23.0818646Z 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-03-21T20:26:23.0819134Z 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-03-21T20:26:23.0819706Z 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-03-21T20:26:23.0820220Z 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-03-21T20:26:23.0820686Z 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-03-21T20:26:23.0821303Z 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-03-21T20:26:23.0821816Z 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-03-21T20:26:23.0822299Z 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-03-21T20:26:23.0822847Z 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-03-21T20:26:23.0823362Z 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-03-21T20:26:23.0823831Z 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-03-21T20:26:23.0824474Z 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-03-21T20:26:23.0824987Z 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-03-21T20:26:23.0827325Z 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-03-21T20:26:23.0827867Z 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-03-21T20:26:23.0827954Z 2025-03-21T20:26:23.0828595Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.0829076Z 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-03-21T20:26:23.0829630Z 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-03-21T20:26:23.0830145Z 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-03-21T20:26:23.0830643Z 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-03-21T20:26:23.0831196Z 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-03-21T20:26:23.0831701Z 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-03-21T20:26:23.0832177Z 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-03-21T20:26:23.0832727Z 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-03-21T20:26:23.0833240Z 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-03-21T20:26:23.0833709Z 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-03-21T20:26:23.0834258Z 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-03-21T20:26:23.0834809Z 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-03-21T20:26:23.0835315Z 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-03-21T20:26:23.0835865Z 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-03-21T20:26:23.0836377Z 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-03-21T20:26:23.0836844Z 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-03-21T20:26:23.0837410Z 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-03-21T20:26:23.0837912Z 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-03-21T20:26:23.0838394Z 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-03-21T20:26:23.0838941Z 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-03-21T20:26:23.0839456Z 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-03-21T20:26:23.0839929Z 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-03-21T20:26:23.0840491Z 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-03-21T20:26:23.0841016Z 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-03-21T20:26:23.0841485Z 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-03-21T20:26:23.0842039Z 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-03-21T20:26:23.0842548Z 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-03-21T20:26:23.0843029Z 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-03-21T20:26:23.0843575Z 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-03-21T20:26:23.0844087Z 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-03-21T20:26:23.0844553Z 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-03-21T20:26:23.0845176Z 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-03-21T20:26:23.0845687Z 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-03-21T20:26:23.0846165Z 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-03-21T20:26:23.0846709Z 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-03-21T20:26:23.0847222Z 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-03-21T20:26:23.0849531Z 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-03-21T20:26:23.0850064Z 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-03-21T20:26:23.0850158Z 2025-03-21T20:26:23.0850668Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.0851237Z 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-03-21T20:26:23.0851361Z 2025-03-21T20:26:23.0851947Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.0852552Z 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-03-21T20:26:23.0853156Z 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-03-21T20:26:23.0853724Z 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-03-21T20:26:23.0854333Z 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-03-21T20:26:23.0854909Z 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-03-21T20:26:23.0855556Z 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-03-21T20:26:23.0856144Z 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-03-21T20:26:23.0856797Z 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-03-21T20:26:23.0856894Z 2025-03-21T20:26:23.0857386Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.0857949Z 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-03-21T20:26:23.0858042Z 2025-03-21T20:26:23.0858617Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.0859130Z 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-03-21T20:26:23.0859222Z 2025-03-21T20:26:23.0859694Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.0860267Z 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-03-21T20:26:23.0860842Z 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-03-21T20:26:23.0861736Z 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-03-21T20:26:23.0862317Z 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-03-21T20:26:23.0863011Z 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-03-21T20:26:23.0863529Z 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-03-21T20:26:23.0863619Z 2025-03-21T20:26:23.0864264Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.0864844Z 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-03-21T20:26:23.0865430Z 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-03-21T20:26:23.0865517Z 2025-03-21T20:26:23.0866053Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0866631Z 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-03-21T20:26:23.0866750Z 2025-03-21T20:26:23.0867210Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0867833Z 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-03-21T20:26:23.0867939Z 2025-03-21T20:26:23.0868306Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0869246Z 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-03-21T20:26:23.0869336Z 2025-03-21T20:26:23.0869774Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0870382Z 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-03-21T20:26:23.0870487Z 2025-03-21T20:26:23.0871027Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0871601Z 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-03-21T20:26:23.0871688Z 2025-03-21T20:26:23.0872062Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.0872666Z 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-03-21T20:26:23.0872793Z 2025-03-21T20:26:23.0873314Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.0873691Z aten_pow_tensor_scalar_9: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_23, 2) 2025-03-21T20:26:23.0874156Z 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-03-21T20:26:23.0874601Z 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-03-21T20:26:23.0875032Z 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-03-21T20:26:23.0875520Z 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-03-21T20:26:23.0876441Z 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-03-21T20:26:23.0876534Z 2025-03-21T20:26:23.0877068Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0877498Z 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-03-21T20:26:23.0877652Z 2025-03-21T20:26:23.0878136Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0878761Z 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-03-21T20:26:23.0878867Z 2025-03-21T20:26:23.0879231Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0880184Z 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-03-21T20:26:23.0880272Z 2025-03-21T20:26:23.0880716Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0881327Z 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-03-21T20:26:23.0881433Z 2025-03-21T20:26:23.0881969Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0882536Z 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-03-21T20:26:23.0882638Z 2025-03-21T20:26:23.0883154Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.0883559Z aten_sigmoid_default_4: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_52) 2025-03-21T20:26:23.0884186Z 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-03-21T20:26:23.0884325Z 2025-03-21T20:26:23.0884847Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0885391Z 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-03-21T20:26:23.0885478Z 2025-03-21T20:26:23.0885901Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0886528Z 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-03-21T20:26:23.0886617Z 2025-03-21T20:26:23.0886998Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0887938Z 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-03-21T20:26:23.0888041Z 2025-03-21T20:26:23.0888459Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0889158Z 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-03-21T20:26:23.0889250Z 2025-03-21T20:26:23.0889799Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0890370Z 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-03-21T20:26:23.0890470Z 2025-03-21T20:26:23.0890990Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.0891596Z 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-03-21T20:26:23.0891688Z 2025-03-21T20:26:23.0892206Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0892747Z 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-03-21T20:26:23.0892835Z 2025-03-21T20:26:23.0893250Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0893877Z 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-03-21T20:26:23.0893978Z 2025-03-21T20:26:23.0894346Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0895287Z 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-03-21T20:26:23.0895400Z 2025-03-21T20:26:23.0895830Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0896441Z 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-03-21T20:26:23.0896530Z 2025-03-21T20:26:23.0897088Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0897653Z 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-03-21T20:26:23.0897750Z 2025-03-21T20:26:23.0898260Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.0898858Z 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-03-21T20:26:23.0898947Z 2025-03-21T20:26:23.0899564Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:23.0899984Z aten_pow_tensor_scalar_10: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_24, 2) 2025-03-21T20:26:23.0900458Z 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-03-21T20:26:23.0900912Z 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-03-21T20:26:23.0901416Z 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-03-21T20:26:23.0901910Z 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-03-21T20:26:23.0902559Z 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-03-21T20:26:23.0902656Z 2025-03-21T20:26:23.0903178Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0903614Z 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-03-21T20:26:23.0903706Z 2025-03-21T20:26:23.0904125Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0904753Z 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-03-21T20:26:23.0904853Z 2025-03-21T20:26:23.0905215Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0906171Z 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-03-21T20:26:23.0906259Z 2025-03-21T20:26:23.0906681Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0907297Z 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-03-21T20:26:23.0907388Z 2025-03-21T20:26:23.0907939Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0908502Z 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-03-21T20:26:23.0908598Z 2025-03-21T20:26:23.0909115Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0909554Z 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-03-21T20:26:23.0909641Z 2025-03-21T20:26:23.0910054Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0910745Z 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-03-21T20:26:23.0910838Z 2025-03-21T20:26:23.0911208Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0912120Z 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-03-21T20:26:23.0912217Z 2025-03-21T20:26:23.0912636Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0913260Z 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-03-21T20:26:23.0913349Z 2025-03-21T20:26:23.0913895Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0914459Z 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-03-21T20:26:23.0914557Z 2025-03-21T20:26:23.0915075Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.0915613Z 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-03-21T20:26:23.0915703Z 2025-03-21T20:26:23.0916106Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.0916764Z 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-03-21T20:26:23.0916849Z 2025-03-21T20:26:23.0917224Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.0918139Z 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-03-21T20:26:23.0918244Z 2025-03-21T20:26:23.0918662Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.0919279Z 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-03-21T20:26:23.0919367Z 2025-03-21T20:26:23.0919912Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.0920478Z 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-03-21T20:26:23.0920564Z 2025-03-21T20:26:23.0921161Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:23.0921721Z 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-03-21T20:26:23.0921821Z 2025-03-21T20:26:23.0922343Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.0922900Z 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-03-21T20:26:23.0922992Z 2025-03-21T20:26:23.0923521Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.0924078Z 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-03-21T20:26:23.0924177Z 2025-03-21T20:26:23.0924707Z # 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-03-21T20:26:23.0925271Z 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-03-21T20:26:23.0925704Z 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-03-21T20:26:23.0926242Z 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-03-21T20:26:23.0926774Z 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-03-21T20:26:23.0927326Z 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-03-21T20:26:23.0927423Z 2025-03-21T20:26:23.0927948Z # 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-03-21T20:26:23.0928513Z 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-03-21T20:26:23.0928937Z 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-03-21T20:26:23.0929476Z 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-03-21T20:26:23.0930003Z 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-03-21T20:26:23.0930536Z 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-03-21T20:26:23.0930621Z 2025-03-21T20:26:23.0931077Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.0931550Z 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-03-21T20:26:23.0931649Z 2025-03-21T20:26:23.0932086Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.0932500Z 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-03-21T20:26:23.0932596Z 2025-03-21T20:26:23.0933071Z # 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-03-21T20:26:23.0933522Z 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-03-21T20:26:23.0933958Z 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-03-21T20:26:23.0934505Z 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-03-21T20:26:23.0934591Z 2025-03-21T20:26:23.0935078Z # 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-03-21T20:26:23.0935621Z 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-03-21T20:26:23.0936180Z 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-03-21T20:26:23.0936718Z 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-03-21T20:26:23.0936839Z 2025-03-21T20:26:23.0937315Z # 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-03-21T20:26:23.0937746Z 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-03-21T20:26:23.0938187Z 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-03-21T20:26:23.0938719Z 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-03-21T20:26:23.0938826Z 2025-03-21T20:26:23.0939301Z # 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-03-21T20:26:23.0939958Z 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-03-21T20:26:23.0940599Z 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-03-21T20:26:23.0941144Z 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-03-21T20:26:23.0941324Z 2025-03-21T20:26:23.0941957Z # 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-03-21T20:26:23.0942481Z 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-03-21T20:26:23.0943011Z 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-03-21T20:26:23.0943763Z 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-03-21T20:26:23.0944288Z 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-03-21T20:26:23.0944378Z 2025-03-21T20:26:23.0944978Z # 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-03-21T20:26:23.0945542Z 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-03-21T20:26:23.0946057Z 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-03-21T20:26:23.0946812Z 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-03-21T20:26:23.0947326Z 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-03-21T20:26:23.0947454Z 2025-03-21T20:26:23.0947988Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:23.0948582Z 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-03-21T20:26:23.0948669Z 2025-03-21T20:26:23.0949355Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:23.0950142Z 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-03-21T20:26:23.0950244Z 2025-03-21T20:26:23.0950908Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:23.0951696Z 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-03-21T20:26:23.0951791Z 2025-03-21T20:26:23.0952442Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.0952997Z 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-03-21T20:26:23.0953560Z 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-03-21T20:26:23.0954076Z 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-03-21T20:26:23.0954566Z 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-03-21T20:26:23.0955120Z 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-03-21T20:26:23.0955635Z 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-03-21T20:26:23.0956130Z 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-03-21T20:26:23.0956676Z 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-03-21T20:26:23.0957196Z 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-03-21T20:26:23.0957672Z 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-03-21T20:26:23.0958242Z 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-03-21T20:26:23.0958774Z 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-03-21T20:26:23.0959263Z 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-03-21T20:26:23.0959812Z 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-03-21T20:26:23.0960334Z 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-03-21T20:26:23.0960819Z 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-03-21T20:26:23.0961386Z 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-03-21T20:26:23.0961894Z 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-03-21T20:26:23.0962382Z 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-03-21T20:26:23.0962976Z 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-03-21T20:26:23.0963520Z 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-03-21T20:26:23.0963998Z 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-03-21T20:26:23.0964563Z 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-03-21T20:26:23.0965069Z 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-03-21T20:26:23.0965562Z 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-03-21T20:26:23.0966111Z 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-03-21T20:26:23.0970731Z 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-03-21T20:26:23.0971313Z 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-03-21T20:26:23.0971868Z 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-03-21T20:26:23.0972403Z 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-03-21T20:26:23.0972885Z 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-03-21T20:26:23.0973541Z 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-03-21T20:26:23.0974049Z 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-03-21T20:26:23.0974540Z 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-03-21T20:26:23.0975094Z 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-03-21T20:26:23.0975784Z 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-03-21T20:26:23.0978187Z 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-03-21T20:26:23.0978763Z 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-03-21T20:26:23.0978859Z 2025-03-21T20:26:23.0979522Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.0980001Z 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-03-21T20:26:23.0980557Z 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-03-21T20:26:23.0981070Z 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-03-21T20:26:23.0981615Z 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-03-21T20:26:23.0982259Z 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-03-21T20:26:23.0982774Z 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-03-21T20:26:23.0983247Z 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-03-21T20:26:23.0983810Z 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-03-21T20:26:23.0984314Z 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-03-21T20:26:23.0984870Z 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-03-21T20:26:23.0985415Z 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-03-21T20:26:23.0985936Z 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-03-21T20:26:23.0986414Z 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-03-21T20:26:23.0986977Z 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-03-21T20:26:23.0987485Z 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-03-21T20:26:23.0987971Z 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-03-21T20:26:23.0988524Z 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-03-21T20:26:23.0989090Z 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-03-21T20:26:23.0989565Z 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-03-21T20:26:23.0990127Z 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-03-21T20:26:23.0990633Z 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-03-21T20:26:23.0991108Z 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-03-21T20:26:23.0991670Z 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-03-21T20:26:23.0992180Z 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-03-21T20:26:23.0992704Z 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-03-21T20:26:23.0993259Z 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-03-21T20:26:23.0993774Z 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-03-21T20:26:23.0994256Z 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-03-21T20:26:23.0994846Z 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-03-21T20:26:23.0995355Z 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-03-21T20:26:23.0995840Z 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-03-21T20:26:23.0996385Z 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-03-21T20:26:23.0996907Z 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-03-21T20:26:23.0997380Z 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-03-21T20:26:23.0997942Z 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-03-21T20:26:23.0998452Z 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-03-21T20:26:23.1000800Z 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-03-21T20:26:23.1001357Z 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-03-21T20:26:23.1001462Z 2025-03-21T20:26:23.1001965Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.1002551Z 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-03-21T20:26:23.1002646Z 2025-03-21T20:26:23.1003239Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.1003860Z 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-03-21T20:26:23.1004471Z 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-03-21T20:26:23.1005042Z 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-03-21T20:26:23.1005659Z 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-03-21T20:26:23.1006263Z 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-03-21T20:26:23.1006942Z 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-03-21T20:26:23.1007470Z 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-03-21T20:26:23.1008149Z 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-03-21T20:26:23.1008240Z 2025-03-21T20:26:23.1008743Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.1009301Z 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-03-21T20:26:23.1009404Z 2025-03-21T20:26:23.1009977Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.1010533Z 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-03-21T20:26:23.1010638Z 2025-03-21T20:26:23.1011105Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.1011692Z 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-03-21T20:26:23.1012268Z 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-03-21T20:26:23.1012869Z 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-03-21T20:26:23.1013443Z 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-03-21T20:26:23.1014140Z 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-03-21T20:26:23.1014663Z 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-03-21T20:26:23.1014764Z 2025-03-21T20:26:23.1015394Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.1015994Z 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-03-21T20:26:23.1016596Z 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-03-21T20:26:23.1016700Z 2025-03-21T20:26:23.1017232Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1017833Z 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-03-21T20:26:23.1017924Z 2025-03-21T20:26:23.1018335Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1018971Z 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-03-21T20:26:23.1019064Z 2025-03-21T20:26:23.1019444Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1020369Z 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-03-21T20:26:23.1020470Z 2025-03-21T20:26:23.1020894Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1021648Z 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-03-21T20:26:23.1021746Z 2025-03-21T20:26:23.1022304Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1022869Z 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-03-21T20:26:23.1022963Z 2025-03-21T20:26:23.1023349Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.1023945Z 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-03-21T20:26:23.1024050Z 2025-03-21T20:26:23.1024566Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1024981Z aten_pow_tensor_scalar_11: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_28, 2) 2025-03-21T20:26:23.1025450Z 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-03-21T20:26:23.1025915Z 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-03-21T20:26:23.1026346Z 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-03-21T20:26:23.1026863Z 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-03-21T20:26:23.1027490Z 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-03-21T20:26:23.1027594Z 2025-03-21T20:26:23.1028114Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1028542Z 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-03-21T20:26:23.1028644Z 2025-03-21T20:26:23.1029054Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1029692Z 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-03-21T20:26:23.1029781Z 2025-03-21T20:26:23.1030163Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1031101Z 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-03-21T20:26:23.1031204Z 2025-03-21T20:26:23.1031625Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1032307Z 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-03-21T20:26:23.1032400Z 2025-03-21T20:26:23.1032943Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1033525Z 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-03-21T20:26:23.1033617Z 2025-03-21T20:26:23.1034151Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1034545Z aten_sigmoid_default_5: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_63) 2025-03-21T20:26:23.1035192Z 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-03-21T20:26:23.1035284Z 2025-03-21T20:26:23.1035841Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1036375Z 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-03-21T20:26:23.1036475Z 2025-03-21T20:26:23.1036882Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1037510Z 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-03-21T20:26:23.1037635Z 2025-03-21T20:26:23.1038002Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1038951Z 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-03-21T20:26:23.1039041Z 2025-03-21T20:26:23.1039472Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1040093Z 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-03-21T20:26:23.1040197Z 2025-03-21T20:26:23.1040733Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1041318Z 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-03-21T20:26:23.1041409Z 2025-03-21T20:26:23.1041935Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1042534Z 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-03-21T20:26:23.1042675Z 2025-03-21T20:26:23.1043211Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1043753Z 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-03-21T20:26:23.1043861Z 2025-03-21T20:26:23.1044268Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1044908Z 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-03-21T20:26:23.1044999Z 2025-03-21T20:26:23.1045386Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1046322Z 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-03-21T20:26:23.1046428Z 2025-03-21T20:26:23.1046882Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1047491Z 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-03-21T20:26:23.1047594Z 2025-03-21T20:26:23.1048138Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1048722Z 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-03-21T20:26:23.1048842Z 2025-03-21T20:26:23.1049368Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1049959Z 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-03-21T20:26:23.1050065Z 2025-03-21T20:26:23.1050635Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:23.1051037Z aten_pow_tensor_scalar_12: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_29, 2) 2025-03-21T20:26:23.1051505Z 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-03-21T20:26:23.1051976Z 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-03-21T20:26:23.1052412Z 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-03-21T20:26:23.1052912Z 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-03-21T20:26:23.1053598Z 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-03-21T20:26:23.1053715Z 2025-03-21T20:26:23.1054252Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1054687Z 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-03-21T20:26:23.1054796Z 2025-03-21T20:26:23.1055205Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1055845Z 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-03-21T20:26:23.1055936Z 2025-03-21T20:26:23.1056315Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1057266Z 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-03-21T20:26:23.1057372Z 2025-03-21T20:26:23.1057797Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1058409Z 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-03-21T20:26:23.1058513Z 2025-03-21T20:26:23.1059058Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1059638Z 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-03-21T20:26:23.1059752Z 2025-03-21T20:26:23.1060285Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1060715Z 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-03-21T20:26:23.1060817Z 2025-03-21T20:26:23.1061280Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1061923Z 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-03-21T20:26:23.1062016Z 2025-03-21T20:26:23.1062385Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1063324Z 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-03-21T20:26:23.1063416Z 2025-03-21T20:26:23.1063851Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1064504Z 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-03-21T20:26:23.1064631Z 2025-03-21T20:26:23.1065170Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1065750Z 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-03-21T20:26:23.1065841Z 2025-03-21T20:26:23.1066367Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1066897Z 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-03-21T20:26:23.1066992Z 2025-03-21T20:26:23.1067410Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1068036Z 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-03-21T20:26:23.1068160Z 2025-03-21T20:26:23.1068530Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1069455Z 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-03-21T20:26:23.1069549Z 2025-03-21T20:26:23.1069986Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1070596Z 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-03-21T20:26:23.1070719Z 2025-03-21T20:26:23.1071263Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1071831Z 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-03-21T20:26:23.1071932Z 2025-03-21T20:26:23.1072456Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:23.1073030Z 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-03-21T20:26:23.1073123Z 2025-03-21T20:26:23.1073665Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1074219Z 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-03-21T20:26:23.1074322Z 2025-03-21T20:26:23.1074845Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1075456Z 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-03-21T20:26:23.1075547Z 2025-03-21T20:26:23.1076251Z # 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-03-21T20:26:23.1076840Z 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-03-21T20:26:23.1077267Z 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-03-21T20:26:23.1077827Z 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-03-21T20:26:23.1078355Z 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-03-21T20:26:23.1078898Z 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-03-21T20:26:23.1079048Z 2025-03-21T20:26:23.1079588Z # 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-03-21T20:26:23.1080158Z 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-03-21T20:26:23.1080601Z 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-03-21T20:26:23.1081143Z 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-03-21T20:26:23.1081723Z 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-03-21T20:26:23.1082253Z 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-03-21T20:26:23.1082358Z 2025-03-21T20:26:23.1082802Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1083232Z 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-03-21T20:26:23.1083323Z 2025-03-21T20:26:23.1083763Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1084195Z 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-03-21T20:26:23.1084284Z 2025-03-21T20:26:23.1084769Z # 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-03-21T20:26:23.1085210Z 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-03-21T20:26:23.1085684Z 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-03-21T20:26:23.1086253Z 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-03-21T20:26:23.1086357Z 2025-03-21T20:26:23.1086837Z # 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-03-21T20:26:23.1087402Z 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-03-21T20:26:23.1087950Z 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-03-21T20:26:23.1088495Z 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-03-21T20:26:23.1088586Z 2025-03-21T20:26:23.1089068Z # 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-03-21T20:26:23.1089539Z 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-03-21T20:26:23.1089975Z 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-03-21T20:26:23.1090519Z 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-03-21T20:26:23.1090611Z 2025-03-21T20:26:23.1091101Z # 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-03-21T20:26:23.1091749Z 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-03-21T20:26:23.1092431Z 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-03-21T20:26:23.1092965Z 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-03-21T20:26:23.1093066Z 2025-03-21T20:26:23.1093598Z # 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-03-21T20:26:23.1094134Z 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-03-21T20:26:23.1094659Z 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-03-21T20:26:23.1095420Z 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-03-21T20:26:23.1095938Z 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-03-21T20:26:23.1096084Z 2025-03-21T20:26:23.1096613Z # 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-03-21T20:26:23.1097135Z 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-03-21T20:26:23.1097666Z 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-03-21T20:26:23.1098414Z 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-03-21T20:26:23.1098946Z 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-03-21T20:26:23.1099035Z 2025-03-21T20:26:23.1099585Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:23.1100203Z 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-03-21T20:26:23.1100305Z 2025-03-21T20:26:23.1100976Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:23.1101862Z 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-03-21T20:26:23.1101955Z 2025-03-21T20:26:23.1102637Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:23.1103471Z 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-03-21T20:26:23.1103578Z 2025-03-21T20:26:23.1104223Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1104726Z 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-03-21T20:26:23.1105278Z 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-03-21T20:26:23.1105796Z 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-03-21T20:26:23.1106275Z 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-03-21T20:26:23.1106820Z 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-03-21T20:26:23.1107389Z 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-03-21T20:26:23.1107866Z 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-03-21T20:26:23.1108425Z 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-03-21T20:26:23.1108930Z 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-03-21T20:26:23.1109419Z 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-03-21T20:26:23.1109972Z 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-03-21T20:26:23.1110493Z 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-03-21T20:26:23.1110998Z 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-03-21T20:26:23.1111559Z 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-03-21T20:26:23.1112061Z 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-03-21T20:26:23.1112549Z 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-03-21T20:26:23.1113097Z 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-03-21T20:26:23.1113635Z 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-03-21T20:26:23.1114113Z 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-03-21T20:26:23.1114670Z 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-03-21T20:26:23.1115178Z 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-03-21T20:26:23.1115665Z 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-03-21T20:26:23.1116211Z 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-03-21T20:26:23.1116720Z 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-03-21T20:26:23.1117195Z 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-03-21T20:26:23.1117806Z 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-03-21T20:26:23.1118312Z 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-03-21T20:26:23.1118801Z 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-03-21T20:26:23.1119365Z 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-03-21T20:26:23.1119881Z 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-03-21T20:26:23.1120360Z 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-03-21T20:26:23.1120926Z 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-03-21T20:26:23.1121460Z 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-03-21T20:26:23.1121937Z 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-03-21T20:26:23.1122503Z 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-03-21T20:26:23.1123018Z 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-03-21T20:26:23.1125374Z 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-03-21T20:26:23.1125922Z 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-03-21T20:26:23.1126018Z 2025-03-21T20:26:23.1126680Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1127160Z 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-03-21T20:26:23.1127722Z 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-03-21T20:26:23.1128252Z 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-03-21T20:26:23.1128766Z 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-03-21T20:26:23.1129321Z 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-03-21T20:26:23.1129843Z 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-03-21T20:26:23.1130322Z 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-03-21T20:26:23.1130874Z 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-03-21T20:26:23.1131395Z 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-03-21T20:26:23.1131900Z 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-03-21T20:26:23.1132462Z 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-03-21T20:26:23.1132967Z 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-03-21T20:26:23.1133461Z 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-03-21T20:26:23.1134013Z 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-03-21T20:26:23.1134564Z 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-03-21T20:26:23.1135039Z 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-03-21T20:26:23.1135603Z 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-03-21T20:26:23.1136112Z 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-03-21T20:26:23.1136599Z 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-03-21T20:26:23.1137152Z 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-03-21T20:26:23.1137666Z 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-03-21T20:26:23.1138144Z 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-03-21T20:26:23.1138752Z 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-03-21T20:26:23.1139260Z 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-03-21T20:26:23.1139751Z 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-03-21T20:26:23.1140299Z 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-03-21T20:26:23.1140816Z 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-03-21T20:26:23.1141362Z 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-03-21T20:26:23.1141929Z 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-03-21T20:26:23.1142473Z 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-03-21T20:26:23.1142963Z 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-03-21T20:26:23.1143510Z 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-03-21T20:26:23.1144035Z 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-03-21T20:26:23.1144511Z 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-03-21T20:26:23.1145099Z 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-03-21T20:26:23.1145611Z 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-03-21T20:26:23.1147948Z 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-03-21T20:26:23.1148481Z 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-03-21T20:26:23.1148583Z 2025-03-21T20:26:23.1149081Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.1149711Z 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-03-21T20:26:23.1149807Z 2025-03-21T20:26:23.1150391Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.1151006Z 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-03-21T20:26:23.1151607Z 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-03-21T20:26:23.1152187Z 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-03-21T20:26:23.1152801Z 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-03-21T20:26:23.1153454Z 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-03-21T20:26:23.1154127Z 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-03-21T20:26:23.1154672Z 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-03-21T20:26:23.1155339Z 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-03-21T20:26:23.1155464Z 2025-03-21T20:26:23.1155953Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.1156527Z 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-03-21T20:26:23.1156619Z 2025-03-21T20:26:23.1157205Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.1157713Z 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-03-21T20:26:23.1157817Z 2025-03-21T20:26:23.1158281Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.1158871Z 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-03-21T20:26:23.1159442Z 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-03-21T20:26:23.1160044Z 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-03-21T20:26:23.1160668Z 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-03-21T20:26:23.1161347Z 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-03-21T20:26:23.1161865Z 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-03-21T20:26:23.1161956Z 2025-03-21T20:26:23.1162600Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.1163196Z 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-03-21T20:26:23.1163791Z 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-03-21T20:26:23.1163882Z 2025-03-21T20:26:23.1164441Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1165027Z 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-03-21T20:26:23.1165131Z 2025-03-21T20:26:23.1165539Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1166180Z 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-03-21T20:26:23.1166296Z 2025-03-21T20:26:23.1166677Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1167612Z 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-03-21T20:26:23.1167703Z 2025-03-21T20:26:23.1168141Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1168758Z 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-03-21T20:26:23.1168862Z 2025-03-21T20:26:23.1169406Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1169987Z 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-03-21T20:26:23.1170078Z 2025-03-21T20:26:23.1170467Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.1171079Z 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-03-21T20:26:23.1171205Z 2025-03-21T20:26:23.1171719Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1172103Z aten_pow_tensor_scalar_13: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_33, 2) 2025-03-21T20:26:23.1172582Z 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-03-21T20:26:23.1173039Z 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-03-21T20:26:23.1173480Z 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-03-21T20:26:23.1173984Z 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-03-21T20:26:23.1174604Z 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-03-21T20:26:23.1174718Z 2025-03-21T20:26:23.1175255Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1175858Z 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-03-21T20:26:23.1175967Z 2025-03-21T20:26:23.1176382Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1177017Z 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-03-21T20:26:23.1177164Z 2025-03-21T20:26:23.1177532Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1178490Z 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-03-21T20:26:23.1178581Z 2025-03-21T20:26:23.1179018Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1179642Z 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-03-21T20:26:23.1179752Z 2025-03-21T20:26:23.1180292Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1180877Z 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-03-21T20:26:23.1180969Z 2025-03-21T20:26:23.1181564Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1182005Z aten_sigmoid_default_6: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_74) 2025-03-21T20:26:23.1182698Z 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-03-21T20:26:23.1182790Z 2025-03-21T20:26:23.1183315Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1183862Z 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-03-21T20:26:23.1183952Z 2025-03-21T20:26:23.1184370Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1184997Z 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-03-21T20:26:23.1185101Z 2025-03-21T20:26:23.1185471Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1186456Z 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-03-21T20:26:23.1186552Z 2025-03-21T20:26:23.1186986Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1187602Z 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-03-21T20:26:23.1187695Z 2025-03-21T20:26:23.1188247Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1188844Z 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-03-21T20:26:23.1188950Z 2025-03-21T20:26:23.1189468Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1190090Z 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-03-21T20:26:23.1190183Z 2025-03-21T20:26:23.1190718Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1191267Z 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-03-21T20:26:23.1191372Z 2025-03-21T20:26:23.1191781Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1192411Z 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-03-21T20:26:23.1192510Z 2025-03-21T20:26:23.1192900Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1193870Z 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-03-21T20:26:23.1193963Z 2025-03-21T20:26:23.1194402Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1195015Z 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-03-21T20:26:23.1195122Z 2025-03-21T20:26:23.1195664Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1196243Z 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-03-21T20:26:23.1196337Z 2025-03-21T20:26:23.1196851Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1197479Z 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-03-21T20:26:23.1197570Z 2025-03-21T20:26:23.1198153Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:23.1198540Z aten_pow_tensor_scalar_14: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_34, 2) 2025-03-21T20:26:23.1199020Z 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-03-21T20:26:23.1199501Z 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-03-21T20:26:23.1199944Z 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-03-21T20:26:23.1200443Z 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-03-21T20:26:23.1201117Z 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-03-21T20:26:23.1201210Z 2025-03-21T20:26:23.1201746Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1202185Z 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-03-21T20:26:23.1202292Z 2025-03-21T20:26:23.1202703Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1203326Z 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-03-21T20:26:23.1203454Z 2025-03-21T20:26:23.1203851Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1204789Z 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-03-21T20:26:23.1204887Z 2025-03-21T20:26:23.1205329Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1205941Z 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-03-21T20:26:23.1206045Z 2025-03-21T20:26:23.1206591Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1207170Z 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-03-21T20:26:23.1207264Z 2025-03-21T20:26:23.1207808Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1208261Z 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-03-21T20:26:23.1208354Z 2025-03-21T20:26:23.1208776Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1209400Z 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-03-21T20:26:23.1209508Z 2025-03-21T20:26:23.1209901Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1210830Z 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-03-21T20:26:23.1210923Z 2025-03-21T20:26:23.1211359Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1211972Z 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-03-21T20:26:23.1212067Z 2025-03-21T20:26:23.1212623Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1213194Z 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-03-21T20:26:23.1213301Z 2025-03-21T20:26:23.1213816Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1214369Z 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-03-21T20:26:23.1214490Z 2025-03-21T20:26:23.1214936Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1215561Z 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-03-21T20:26:23.1215668Z 2025-03-21T20:26:23.1216037Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1216966Z 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-03-21T20:26:23.1217060Z 2025-03-21T20:26:23.1217490Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1218115Z 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-03-21T20:26:23.1218210Z 2025-03-21T20:26:23.1218778Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1219344Z 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-03-21T20:26:23.1219447Z 2025-03-21T20:26:23.1219968Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:23.1220546Z 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-03-21T20:26:23.1220670Z 2025-03-21T20:26:23.1221210Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1221835Z 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-03-21T20:26:23.1221925Z 2025-03-21T20:26:23.1222459Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1223015Z 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-03-21T20:26:23.1223121Z 2025-03-21T20:26:23.1223654Z # 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-03-21T20:26:23.1224245Z 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-03-21T20:26:23.1224672Z 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-03-21T20:26:23.1225228Z 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-03-21T20:26:23.1225821Z 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-03-21T20:26:23.1226359Z 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-03-21T20:26:23.1226450Z 2025-03-21T20:26:23.1226991Z # 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-03-21T20:26:23.1227562Z 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-03-21T20:26:23.1228003Z 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-03-21T20:26:23.1228550Z 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-03-21T20:26:23.1229114Z 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-03-21T20:26:23.1229643Z 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-03-21T20:26:23.1229735Z 2025-03-21T20:26:23.1230192Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1230612Z 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-03-21T20:26:23.1230717Z 2025-03-21T20:26:23.1231161Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1231621Z 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-03-21T20:26:23.1231713Z 2025-03-21T20:26:23.1232205Z # 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-03-21T20:26:23.1232650Z 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-03-21T20:26:23.1233107Z 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-03-21T20:26:23.1233664Z 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-03-21T20:26:23.1233756Z 2025-03-21T20:26:23.1234246Z # 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-03-21T20:26:23.1234811Z 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-03-21T20:26:23.1235374Z 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-03-21T20:26:23.1235973Z 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-03-21T20:26:23.1236077Z 2025-03-21T20:26:23.1236561Z # 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-03-21T20:26:23.1237017Z 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-03-21T20:26:23.1237461Z 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-03-21T20:26:23.1238024Z 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-03-21T20:26:23.1238118Z 2025-03-21T20:26:23.1238610Z # 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-03-21T20:26:23.1239265Z 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-03-21T20:26:23.1239952Z 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-03-21T20:26:23.1240506Z 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-03-21T20:26:23.1240599Z 2025-03-21T20:26:23.1241146Z # 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-03-21T20:26:23.1241669Z 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-03-21T20:26:23.1242230Z 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-03-21T20:26:23.1242980Z 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-03-21T20:26:23.1243511Z 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-03-21T20:26:23.1243608Z 2025-03-21T20:26:23.1244148Z # 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-03-21T20:26:23.1244671Z 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-03-21T20:26:23.1245205Z 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-03-21T20:26:23.1245958Z 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-03-21T20:26:23.1246542Z 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-03-21T20:26:23.1246632Z 2025-03-21T20:26:23.1247179Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:23.1247773Z 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-03-21T20:26:23.1247876Z 2025-03-21T20:26:23.1248551Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:23.1249359Z 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-03-21T20:26:23.1249451Z 2025-03-21T20:26:23.1250119Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:23.1250946Z 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-03-21T20:26:23.1251037Z 2025-03-21T20:26:23.1251694Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1252184Z 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-03-21T20:26:23.1252749Z 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-03-21T20:26:23.1253282Z 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-03-21T20:26:23.1253772Z 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-03-21T20:26:23.1254320Z 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-03-21T20:26:23.1254841Z 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-03-21T20:26:23.1255318Z 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-03-21T20:26:23.1255882Z 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-03-21T20:26:23.1256390Z 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-03-21T20:26:23.1256877Z 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-03-21T20:26:23.1257473Z 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-03-21T20:26:23.1257990Z 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-03-21T20:26:23.1258470Z 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-03-21T20:26:23.1259032Z 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-03-21T20:26:23.1259538Z 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-03-21T20:26:23.1260027Z 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-03-21T20:26:23.1260575Z 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-03-21T20:26:23.1261118Z 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-03-21T20:26:23.1261666Z 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-03-21T20:26:23.1262227Z 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-03-21T20:26:23.1262736Z 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-03-21T20:26:23.1263249Z 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-03-21T20:26:23.1263817Z 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-03-21T20:26:23.1264324Z 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-03-21T20:26:23.1264812Z 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-03-21T20:26:23.1265363Z 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-03-21T20:26:23.1265878Z 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-03-21T20:26:23.1266356Z 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-03-21T20:26:23.1266913Z 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-03-21T20:26:23.1267419Z 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-03-21T20:26:23.1267958Z 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-03-21T20:26:23.1268510Z 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-03-21T20:26:23.1269031Z 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-03-21T20:26:23.1269507Z 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-03-21T20:26:23.1270070Z 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-03-21T20:26:23.1270579Z 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-03-21T20:26:23.1272943Z 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-03-21T20:26:23.1273483Z 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-03-21T20:26:23.1273613Z 2025-03-21T20:26:23.1274264Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1274755Z 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-03-21T20:26:23.1275306Z 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-03-21T20:26:23.1276038Z 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-03-21T20:26:23.1276521Z 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-03-21T20:26:23.1277090Z 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-03-21T20:26:23.1277596Z 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-03-21T20:26:23.1278092Z 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-03-21T20:26:23.1278702Z 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-03-21T20:26:23.1279251Z 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-03-21T20:26:23.1279732Z 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-03-21T20:26:23.1280293Z 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-03-21T20:26:23.1280798Z 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-03-21T20:26:23.1281291Z 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-03-21T20:26:23.1281842Z 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-03-21T20:26:23.1282403Z 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-03-21T20:26:23.1282883Z 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-03-21T20:26:23.1283444Z 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-03-21T20:26:23.1283952Z 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-03-21T20:26:23.1284439Z 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-03-21T20:26:23.1285028Z 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-03-21T20:26:23.1285551Z 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-03-21T20:26:23.1286029Z 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-03-21T20:26:23.1286590Z 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-03-21T20:26:23.1287096Z 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-03-21T20:26:23.1287576Z 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-03-21T20:26:23.1288139Z 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-03-21T20:26:23.1288643Z 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-03-21T20:26:23.1289185Z 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-03-21T20:26:23.1289736Z 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-03-21T20:26:23.1290254Z 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-03-21T20:26:23.1290733Z 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-03-21T20:26:23.1291299Z 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-03-21T20:26:23.1291813Z 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-03-21T20:26:23.1292302Z 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-03-21T20:26:23.1292880Z 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-03-21T20:26:23.1293402Z 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-03-21T20:26:23.1295743Z 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-03-21T20:26:23.1296317Z 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-03-21T20:26:23.1296407Z 2025-03-21T20:26:23.1296924Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.1297509Z 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-03-21T20:26:23.1297617Z 2025-03-21T20:26:23.1298205Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.1298826Z 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-03-21T20:26:23.1299433Z 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-03-21T20:26:23.1300050Z 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-03-21T20:26:23.1300686Z 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-03-21T20:26:23.1301353Z 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-03-21T20:26:23.1302032Z 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-03-21T20:26:23.1302576Z 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-03-21T20:26:23.1303254Z 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-03-21T20:26:23.1303363Z 2025-03-21T20:26:23.1303900Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.1304484Z 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-03-21T20:26:23.1304574Z 2025-03-21T20:26:23.1305161Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.1305673Z 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-03-21T20:26:23.1305763Z 2025-03-21T20:26:23.1306242Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.1306851Z 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-03-21T20:26:23.1307438Z 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-03-21T20:26:23.1308033Z 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-03-21T20:26:23.1308632Z 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-03-21T20:26:23.1309297Z 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-03-21T20:26:23.1309831Z 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-03-21T20:26:23.1309922Z 2025-03-21T20:26:23.1310568Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.1311213Z 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-03-21T20:26:23.1311809Z 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-03-21T20:26:23.1311898Z 2025-03-21T20:26:23.1312439Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1313030Z 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-03-21T20:26:23.1313132Z 2025-03-21T20:26:23.1313543Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1314172Z 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-03-21T20:26:23.1314276Z 2025-03-21T20:26:23.1314647Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1315619Z 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-03-21T20:26:23.1315713Z 2025-03-21T20:26:23.1316151Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1316769Z 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-03-21T20:26:23.1316895Z 2025-03-21T20:26:23.1317440Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1318022Z 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-03-21T20:26:23.1318116Z 2025-03-21T20:26:23.1318494Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.1319102Z 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-03-21T20:26:23.1319192Z 2025-03-21T20:26:23.1319719Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1320105Z aten_pow_tensor_scalar_15: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_38, 2) 2025-03-21T20:26:23.1320589Z 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-03-21T20:26:23.1321049Z 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-03-21T20:26:23.1321493Z 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-03-21T20:26:23.1322075Z 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-03-21T20:26:23.1322699Z 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-03-21T20:26:23.1322794Z 2025-03-21T20:26:23.1323330Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1323765Z 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-03-21T20:26:23.1323855Z 2025-03-21T20:26:23.1324276Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1324911Z 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-03-21T20:26:23.1325010Z 2025-03-21T20:26:23.1325378Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1326361Z 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-03-21T20:26:23.1326454Z 2025-03-21T20:26:23.1326888Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1327511Z 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-03-21T20:26:23.1327638Z 2025-03-21T20:26:23.1328182Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1328757Z 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-03-21T20:26:23.1328857Z 2025-03-21T20:26:23.1329376Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1329781Z aten_sigmoid_default_7: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_85) 2025-03-21T20:26:23.1330427Z 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-03-21T20:26:23.1330532Z 2025-03-21T20:26:23.1331055Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1331608Z 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-03-21T20:26:23.1331697Z 2025-03-21T20:26:23.1332118Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1332771Z 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-03-21T20:26:23.1332885Z 2025-03-21T20:26:23.1333266Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1334206Z 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-03-21T20:26:23.1334308Z 2025-03-21T20:26:23.1334734Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1335369Z 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-03-21T20:26:23.1335459Z 2025-03-21T20:26:23.1336013Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1336615Z 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-03-21T20:26:23.1336716Z 2025-03-21T20:26:23.1337233Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1337858Z 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-03-21T20:26:23.1337950Z 2025-03-21T20:26:23.1338475Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1339059Z 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-03-21T20:26:23.1339147Z 2025-03-21T20:26:23.1339569Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1340200Z 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-03-21T20:26:23.1340301Z 2025-03-21T20:26:23.1340671Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1341699Z 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-03-21T20:26:23.1341796Z 2025-03-21T20:26:23.1342237Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1342854Z 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-03-21T20:26:23.1342944Z 2025-03-21T20:26:23.1343499Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1344140Z 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-03-21T20:26:23.1344242Z 2025-03-21T20:26:23.1344754Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1345366Z 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-03-21T20:26:23.1345455Z 2025-03-21T20:26:23.1346035Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:23.1346424Z aten_pow_tensor_scalar_16: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_39, 2) 2025-03-21T20:26:23.1346905Z 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-03-21T20:26:23.1347387Z 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-03-21T20:26:23.1347832Z 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-03-21T20:26:23.1348335Z 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-03-21T20:26:23.1349009Z 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-03-21T20:26:23.1349100Z 2025-03-21T20:26:23.1349625Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1350097Z 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-03-21T20:26:23.1350188Z 2025-03-21T20:26:23.1350608Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1351236Z 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-03-21T20:26:23.1351341Z 2025-03-21T20:26:23.1351712Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1352655Z 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-03-21T20:26:23.1352747Z 2025-03-21T20:26:23.1353186Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1353796Z 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-03-21T20:26:23.1353887Z 2025-03-21T20:26:23.1354459Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1355071Z 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-03-21T20:26:23.1355172Z 2025-03-21T20:26:23.1355694Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1356142Z 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-03-21T20:26:23.1356233Z 2025-03-21T20:26:23.1356654Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1357276Z 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-03-21T20:26:23.1357383Z 2025-03-21T20:26:23.1357751Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1358700Z 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-03-21T20:26:23.1358803Z 2025-03-21T20:26:23.1359229Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1359856Z 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-03-21T20:26:23.1359948Z 2025-03-21T20:26:23.1360504Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1361100Z 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-03-21T20:26:23.1367003Z 2025-03-21T20:26:23.1367623Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1368189Z 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-03-21T20:26:23.1368297Z 2025-03-21T20:26:23.1368733Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1369369Z 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-03-21T20:26:23.1369479Z 2025-03-21T20:26:23.1369856Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1370804Z 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-03-21T20:26:23.1370978Z 2025-03-21T20:26:23.1371436Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1372067Z 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-03-21T20:26:23.1372162Z 2025-03-21T20:26:23.1372720Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1373292Z 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-03-21T20:26:23.1373391Z 2025-03-21T20:26:23.1373912Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:23.1374493Z 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-03-21T20:26:23.1374586Z 2025-03-21T20:26:23.1375130Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1375946Z 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-03-21T20:26:23.1376043Z 2025-03-21T20:26:23.1376595Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1377160Z 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-03-21T20:26:23.1377271Z 2025-03-21T20:26:23.1377810Z # 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-03-21T20:26:23.1378446Z 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-03-21T20:26:23.1378879Z 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-03-21T20:26:23.1379441Z 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-03-21T20:26:23.1379978Z 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-03-21T20:26:23.1380522Z 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-03-21T20:26:23.1380614Z 2025-03-21T20:26:23.1381162Z # 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-03-21T20:26:23.1381805Z 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-03-21T20:26:23.1382296Z 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-03-21T20:26:23.1382876Z 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-03-21T20:26:23.1383428Z 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-03-21T20:26:23.1383953Z 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-03-21T20:26:23.1384047Z 2025-03-21T20:26:23.1384506Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1384925Z 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-03-21T20:26:23.1385033Z 2025-03-21T20:26:23.1385473Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1385906Z 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-03-21T20:26:23.1386023Z 2025-03-21T20:26:23.1386517Z # 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-03-21T20:26:23.1386966Z 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-03-21T20:26:23.1387420Z 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-03-21T20:26:23.1387975Z 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-03-21T20:26:23.1388094Z 2025-03-21T20:26:23.1388587Z # 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-03-21T20:26:23.1389150Z 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-03-21T20:26:23.1389720Z 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-03-21T20:26:23.1390277Z 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-03-21T20:26:23.1390381Z 2025-03-21T20:26:23.1390858Z # 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-03-21T20:26:23.1391318Z 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-03-21T20:26:23.1391758Z 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-03-21T20:26:23.1392318Z 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-03-21T20:26:23.1392435Z 2025-03-21T20:26:23.1392948Z # 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-03-21T20:26:23.1393609Z 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-03-21T20:26:23.1394276Z 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-03-21T20:26:23.1394824Z 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-03-21T20:26:23.1394920Z 2025-03-21T20:26:23.1395463Z # 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-03-21T20:26:23.1395991Z 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-03-21T20:26:23.1396547Z 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-03-21T20:26:23.1397306Z 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-03-21T20:26:23.1397835Z 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-03-21T20:26:23.1397930Z 2025-03-21T20:26:23.1398474Z # 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-03-21T20:26:23.1399041Z 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-03-21T20:26:23.1399576Z 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-03-21T20:26:23.1400329Z 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-03-21T20:26:23.1400863Z 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-03-21T20:26:23.1400954Z 2025-03-21T20:26:23.1401501Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:23.1402093Z 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-03-21T20:26:23.1402196Z 2025-03-21T20:26:23.1402873Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:23.1403713Z 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-03-21T20:26:23.1403829Z 2025-03-21T20:26:23.1404500Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:23.1405306Z 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-03-21T20:26:23.1405399Z 2025-03-21T20:26:23.1406052Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1406540Z 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-03-21T20:26:23.1407103Z 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-03-21T20:26:23.1407651Z 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-03-21T20:26:23.1408140Z 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-03-21T20:26:23.1408694Z 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-03-21T20:26:23.1409210Z 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-03-21T20:26:23.1409687Z 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-03-21T20:26:23.1410279Z 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-03-21T20:26:23.1410783Z 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-03-21T20:26:23.1411270Z 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-03-21T20:26:23.1411821Z 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-03-21T20:26:23.1412335Z 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-03-21T20:26:23.1412815Z 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-03-21T20:26:23.1413380Z 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-03-21T20:26:23.1413885Z 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-03-21T20:26:23.1414426Z 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-03-21T20:26:23.1414974Z 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-03-21T20:26:23.1415494Z 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-03-21T20:26:23.1415969Z 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-03-21T20:26:23.1416529Z 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-03-21T20:26:23.1417038Z 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-03-21T20:26:23.1417515Z 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-03-21T20:26:23.1418099Z 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-03-21T20:26:23.1418602Z 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-03-21T20:26:23.1419089Z 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-03-21T20:26:23.1419639Z 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-03-21T20:26:23.1420183Z 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-03-21T20:26:23.1420661Z 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-03-21T20:26:23.1421296Z 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-03-21T20:26:23.1421809Z 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-03-21T20:26:23.1422305Z 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-03-21T20:26:23.1422857Z 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-03-21T20:26:23.1423382Z 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-03-21T20:26:23.1423866Z 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-03-21T20:26:23.1424455Z 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-03-21T20:26:23.1424991Z 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-03-21T20:26:23.1427322Z 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-03-21T20:26:23.1427869Z 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-03-21T20:26:23.1427962Z 2025-03-21T20:26:23.1428634Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1429119Z 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-03-21T20:26:23.1429669Z 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-03-21T20:26:23.1430194Z 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-03-21T20:26:23.1430672Z 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-03-21T20:26:23.1431258Z 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-03-21T20:26:23.1431763Z 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-03-21T20:26:23.1432253Z 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-03-21T20:26:23.1432806Z 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-03-21T20:26:23.1433324Z 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-03-21T20:26:23.1433805Z 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-03-21T20:26:23.1434365Z 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-03-21T20:26:23.1434871Z 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-03-21T20:26:23.1435388Z 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-03-21T20:26:23.1435958Z 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-03-21T20:26:23.1436479Z 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-03-21T20:26:23.1436960Z 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-03-21T20:26:23.1437522Z 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-03-21T20:26:23.1438033Z 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-03-21T20:26:23.1438524Z 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-03-21T20:26:23.1439101Z 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-03-21T20:26:23.1439621Z 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-03-21T20:26:23.1440097Z 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-03-21T20:26:23.1440659Z 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-03-21T20:26:23.1441170Z 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-03-21T20:26:23.1441669Z 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-03-21T20:26:23.1442228Z 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-03-21T20:26:23.1442733Z 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-03-21T20:26:23.1443223Z 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-03-21T20:26:23.1443775Z 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-03-21T20:26:23.1444295Z 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-03-21T20:26:23.1444772Z 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-03-21T20:26:23.1445332Z 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-03-21T20:26:23.1445897Z 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-03-21T20:26:23.1446383Z 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-03-21T20:26:23.1446937Z 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-03-21T20:26:23.1447456Z 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-03-21T20:26:23.1449789Z 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-03-21T20:26:23.1450339Z 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-03-21T20:26:23.1450429Z 2025-03-21T20:26:23.1450937Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.1451508Z 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-03-21T20:26:23.1451634Z 2025-03-21T20:26:23.1452218Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.1452831Z 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-03-21T20:26:23.1453431Z 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-03-21T20:26:23.1454008Z 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-03-21T20:26:23.1454617Z 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-03-21T20:26:23.1455207Z 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-03-21T20:26:23.1455877Z 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-03-21T20:26:23.1456418Z 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-03-21T20:26:23.1457133Z 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-03-21T20:26:23.1457237Z 2025-03-21T20:26:23.1457730Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.1458308Z 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-03-21T20:26:23.1458399Z 2025-03-21T20:26:23.1458985Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.1459495Z 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-03-21T20:26:23.1459587Z 2025-03-21T20:26:23.1460064Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.1460663Z 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-03-21T20:26:23.1461305Z 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-03-21T20:26:23.1461903Z 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-03-21T20:26:23.1462498Z 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-03-21T20:26:23.1463189Z 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-03-21T20:26:23.1463723Z 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-03-21T20:26:23.1463815Z 2025-03-21T20:26:23.1464465Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.1465058Z 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-03-21T20:26:23.1465650Z 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-03-21T20:26:23.1465742Z 2025-03-21T20:26:23.1466282Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1466871Z 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-03-21T20:26:23.1466980Z 2025-03-21T20:26:23.1467386Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1468060Z 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-03-21T20:26:23.1468169Z 2025-03-21T20:26:23.1468535Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1469479Z 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-03-21T20:26:23.1469569Z 2025-03-21T20:26:23.1470009Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1470618Z 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-03-21T20:26:23.1470724Z 2025-03-21T20:26:23.1471268Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1471868Z 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-03-21T20:26:23.1471961Z 2025-03-21T20:26:23.1472339Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.1472950Z 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-03-21T20:26:23.1473042Z 2025-03-21T20:26:23.1473566Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1473971Z aten_pow_tensor_scalar_17: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_43, 2) 2025-03-21T20:26:23.1474455Z 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-03-21T20:26:23.1474910Z 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-03-21T20:26:23.1475354Z 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-03-21T20:26:23.1476022Z 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-03-21T20:26:23.1476645Z 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-03-21T20:26:23.1476740Z 2025-03-21T20:26:23.1477278Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1477714Z 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-03-21T20:26:23.1477804Z 2025-03-21T20:26:23.1478225Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1478938Z 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-03-21T20:26:23.1479048Z 2025-03-21T20:26:23.1479418Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1480378Z 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-03-21T20:26:23.1480468Z 2025-03-21T20:26:23.1480908Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1481529Z 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-03-21T20:26:23.1481635Z 2025-03-21T20:26:23.1482172Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1482776Z 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-03-21T20:26:23.1482878Z 2025-03-21T20:26:23.1483395Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1483801Z aten_sigmoid_default_8: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_96) 2025-03-21T20:26:23.1484441Z 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-03-21T20:26:23.1484576Z 2025-03-21T20:26:23.1485099Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1485648Z 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-03-21T20:26:23.1485735Z 2025-03-21T20:26:23.1486156Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1486780Z 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-03-21T20:26:23.1486872Z 2025-03-21T20:26:23.1487248Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1488188Z 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-03-21T20:26:23.1488289Z 2025-03-21T20:26:23.1488711Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1489375Z 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-03-21T20:26:23.1489487Z 2025-03-21T20:26:23.1490037Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1490612Z 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-03-21T20:26:23.1490715Z 2025-03-21T20:26:23.1491232Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1491854Z 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-03-21T20:26:23.1491949Z 2025-03-21T20:26:23.1492472Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1493026Z 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-03-21T20:26:23.1493143Z 2025-03-21T20:26:23.1493563Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1494194Z 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-03-21T20:26:23.1494297Z 2025-03-21T20:26:23.1494667Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1495615Z 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-03-21T20:26:23.1495730Z 2025-03-21T20:26:23.1496165Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1496778Z 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-03-21T20:26:23.1496870Z 2025-03-21T20:26:23.1497426Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1497994Z 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-03-21T20:26:23.1498099Z 2025-03-21T20:26:23.1498615Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1499219Z 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-03-21T20:26:23.1499307Z 2025-03-21T20:26:23.1499894Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:23.1500354Z aten_pow_tensor_scalar_18: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_44, 2) 2025-03-21T20:26:23.1500833Z 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-03-21T20:26:23.1501361Z 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-03-21T20:26:23.1501808Z 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-03-21T20:26:23.1502307Z 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-03-21T20:26:23.1502984Z 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-03-21T20:26:23.1503080Z 2025-03-21T20:26:23.1503604Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1504094Z 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-03-21T20:26:23.1504186Z 2025-03-21T20:26:23.1504608Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1505234Z 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-03-21T20:26:23.1505341Z 2025-03-21T20:26:23.1505710Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1506646Z 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-03-21T20:26:23.1506764Z 2025-03-21T20:26:23.1507201Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1507810Z 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-03-21T20:26:23.1507901Z 2025-03-21T20:26:23.1508456Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1509028Z 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-03-21T20:26:23.1509136Z 2025-03-21T20:26:23.1509657Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1510101Z 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-03-21T20:26:23.1510189Z 2025-03-21T20:26:23.1510604Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1511277Z 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-03-21T20:26:23.1511378Z 2025-03-21T20:26:23.1511746Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1512670Z 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-03-21T20:26:23.1512768Z 2025-03-21T20:26:23.1513200Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1513809Z 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-03-21T20:26:23.1513913Z 2025-03-21T20:26:23.1514452Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1515059Z 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-03-21T20:26:23.1515148Z 2025-03-21T20:26:23.1515678Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1516216Z 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-03-21T20:26:23.1516317Z 2025-03-21T20:26:23.1516723Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1517344Z 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-03-21T20:26:23.1517469Z 2025-03-21T20:26:23.1517834Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1518764Z 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-03-21T20:26:23.1518857Z 2025-03-21T20:26:23.1519291Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1519899Z 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-03-21T20:26:23.1520004Z 2025-03-21T20:26:23.1520544Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1521118Z 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-03-21T20:26:23.1521207Z 2025-03-21T20:26:23.1521740Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:23.1522347Z 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-03-21T20:26:23.1522441Z 2025-03-21T20:26:23.1522984Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1523548Z 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-03-21T20:26:23.1523650Z 2025-03-21T20:26:23.1524174Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1524749Z 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-03-21T20:26:23.1524838Z 2025-03-21T20:26:23.1525381Z # 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-03-21T20:26:23.1525969Z 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-03-21T20:26:23.1526416Z 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-03-21T20:26:23.1526960Z 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-03-21T20:26:23.1527506Z 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-03-21T20:26:23.1528068Z 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-03-21T20:26:23.1528172Z 2025-03-21T20:26:23.1528696Z # 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-03-21T20:26:23.1529279Z 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-03-21T20:26:23.1529703Z 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-03-21T20:26:23.1530263Z 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-03-21T20:26:23.1530794Z 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-03-21T20:26:23.1531333Z 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-03-21T20:26:23.1531421Z 2025-03-21T20:26:23.1531880Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1532341Z 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-03-21T20:26:23.1532432Z 2025-03-21T20:26:23.1532879Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1533303Z 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-03-21T20:26:23.1533404Z 2025-03-21T20:26:23.1533885Z # 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-03-21T20:26:23.1534342Z 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-03-21T20:26:23.1534785Z 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-03-21T20:26:23.1535350Z 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-03-21T20:26:23.1535442Z 2025-03-21T20:26:23.1535951Z # 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-03-21T20:26:23.1536519Z 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-03-21T20:26:23.1537095Z 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-03-21T20:26:23.1537644Z 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-03-21T20:26:23.1537730Z 2025-03-21T20:26:23.1538246Z # 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-03-21T20:26:23.1538692Z 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-03-21T20:26:23.1539147Z 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-03-21T20:26:23.1539697Z 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-03-21T20:26:23.1539799Z 2025-03-21T20:26:23.1540273Z # 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-03-21T20:26:23.1540946Z 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-03-21T20:26:23.1541671Z 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-03-21T20:26:23.1542231Z 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-03-21T20:26:23.1542321Z 2025-03-21T20:26:23.1542913Z # 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-03-21T20:26:23.1543441Z 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-03-21T20:26:23.1543979Z 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-03-21T20:26:23.1544747Z 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-03-21T20:26:23.1545276Z 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-03-21T20:26:23.1545365Z 2025-03-21T20:26:23.1545892Z # 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-03-21T20:26:23.1546451Z 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-03-21T20:26:23.1546978Z 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-03-21T20:26:23.1547747Z 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-03-21T20:26:23.1548267Z 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-03-21T20:26:23.1548388Z 2025-03-21T20:26:23.1548925Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:23.1549527Z 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-03-21T20:26:23.1549614Z 2025-03-21T20:26:23.1550295Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:23.1551093Z 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-03-21T20:26:23.1551192Z 2025-03-21T20:26:23.1551866Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:23.1552662Z 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-03-21T20:26:23.1552750Z 2025-03-21T20:26:23.1553398Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1553930Z 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-03-21T20:26:23.1554481Z 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-03-21T20:26:23.1555003Z 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-03-21T20:26:23.1555477Z 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-03-21T20:26:23.1556041Z 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-03-21T20:26:23.1556548Z 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-03-21T20:26:23.1557033Z 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-03-21T20:26:23.1557602Z 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-03-21T20:26:23.1558113Z 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-03-21T20:26:23.1558589Z 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-03-21T20:26:23.1559144Z 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-03-21T20:26:23.1559672Z 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-03-21T20:26:23.1560156Z 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-03-21T20:26:23.1560707Z 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-03-21T20:26:23.1561211Z 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-03-21T20:26:23.1561690Z 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-03-21T20:26:23.1562242Z 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-03-21T20:26:23.1562748Z 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-03-21T20:26:23.1563231Z 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-03-21T20:26:23.1563804Z 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-03-21T20:26:23.1564338Z 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-03-21T20:26:23.1564817Z 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-03-21T20:26:23.1565371Z 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-03-21T20:26:23.1565875Z 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-03-21T20:26:23.1566357Z 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-03-21T20:26:23.1566908Z 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-03-21T20:26:23.1567421Z 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-03-21T20:26:23.1567930Z 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-03-21T20:26:23.1568483Z 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-03-21T20:26:23.1568991Z 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-03-21T20:26:23.1569479Z 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-03-21T20:26:23.1570053Z 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-03-21T20:26:23.1570563Z 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-03-21T20:26:23.1571047Z 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-03-21T20:26:23.1571597Z 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-03-21T20:26:23.1572115Z 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-03-21T20:26:23.1574470Z 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-03-21T20:26:23.1575027Z 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-03-21T20:26:23.1575128Z 2025-03-21T20:26:23.1575964Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1576460Z 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-03-21T20:26:23.1577007Z 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-03-21T20:26:23.1577528Z 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-03-21T20:26:23.1578004Z 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-03-21T20:26:23.1578610Z 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-03-21T20:26:23.1579129Z 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-03-21T20:26:23.1579603Z 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-03-21T20:26:23.1580163Z 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-03-21T20:26:23.1580666Z 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-03-21T20:26:23.1581188Z 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-03-21T20:26:23.1581806Z 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-03-21T20:26:23.1582323Z 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-03-21T20:26:23.1582801Z 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-03-21T20:26:23.1583361Z 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-03-21T20:26:23.1583867Z 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-03-21T20:26:23.1584354Z 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-03-21T20:26:23.1584897Z 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-03-21T20:26:23.1585476Z 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-03-21T20:26:23.1585954Z 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-03-21T20:26:23.1586513Z 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-03-21T20:26:23.1587012Z 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-03-21T20:26:23.1587493Z 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-03-21T20:26:23.1588046Z 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-03-21T20:26:23.1588557Z 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-03-21T20:26:23.1589059Z 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-03-21T20:26:23.1589615Z 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-03-21T20:26:23.1590123Z 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-03-21T20:26:23.1590614Z 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-03-21T20:26:23.1591187Z 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-03-21T20:26:23.1591699Z 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-03-21T20:26:23.1592169Z 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-03-21T20:26:23.1592721Z 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-03-21T20:26:23.1593234Z 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-03-21T20:26:23.1593708Z 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-03-21T20:26:23.1594267Z 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-03-21T20:26:23.1594774Z 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-03-21T20:26:23.1597113Z 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-03-21T20:26:23.1597676Z 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-03-21T20:26:23.1597767Z 2025-03-21T20:26:23.1598276Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.1598845Z 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-03-21T20:26:23.1598947Z 2025-03-21T20:26:23.1599528Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.1600147Z 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-03-21T20:26:23.1600755Z 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-03-21T20:26:23.1601319Z 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-03-21T20:26:23.1601941Z 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-03-21T20:26:23.1602541Z 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-03-21T20:26:23.1603217Z 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-03-21T20:26:23.1603739Z 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-03-21T20:26:23.1604415Z 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-03-21T20:26:23.1604508Z 2025-03-21T20:26:23.1605011Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.1605571Z 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-03-21T20:26:23.1605673Z 2025-03-21T20:26:23.1606241Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.1606820Z 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-03-21T20:26:23.1606908Z 2025-03-21T20:26:23.1607385Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.1607956Z 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-03-21T20:26:23.1608540Z 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-03-21T20:26:23.1609132Z 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-03-21T20:26:23.1609706Z 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-03-21T20:26:23.1610399Z 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-03-21T20:26:23.1610919Z 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-03-21T20:26:23.1611017Z 2025-03-21T20:26:23.1611646Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.1612248Z 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-03-21T20:26:23.1612849Z 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-03-21T20:26:23.1612949Z 2025-03-21T20:26:23.1613475Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1614076Z 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-03-21T20:26:23.1614164Z 2025-03-21T20:26:23.1614582Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1615205Z 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-03-21T20:26:23.1615309Z 2025-03-21T20:26:23.1615675Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1616598Z 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-03-21T20:26:23.1616708Z 2025-03-21T20:26:23.1617130Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1617800Z 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-03-21T20:26:23.1617893Z 2025-03-21T20:26:23.1618451Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1619023Z 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-03-21T20:26:23.1619124Z 2025-03-21T20:26:23.1619498Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.1620108Z 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-03-21T20:26:23.1620200Z 2025-03-21T20:26:23.1620720Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1621140Z aten_pow_tensor_scalar_19: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_48, 2) 2025-03-21T20:26:23.1621668Z 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-03-21T20:26:23.1622136Z 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-03-21T20:26:23.1622572Z 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-03-21T20:26:23.1623087Z 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-03-21T20:26:23.1623724Z 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-03-21T20:26:23.1623830Z 2025-03-21T20:26:23.1624353Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1624804Z 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-03-21T20:26:23.1624894Z 2025-03-21T20:26:23.1625317Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1625940Z 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-03-21T20:26:23.1626029Z 2025-03-21T20:26:23.1626409Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1627346Z 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-03-21T20:26:23.1627446Z 2025-03-21T20:26:23.1627891Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1628544Z 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-03-21T20:26:23.1628635Z 2025-03-21T20:26:23.1629185Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1629752Z 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-03-21T20:26:23.1629849Z 2025-03-21T20:26:23.1630367Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1630773Z aten_sigmoid_default_9: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_107) 2025-03-21T20:26:23.1631415Z 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-03-21T20:26:23.1631504Z 2025-03-21T20:26:23.1632059Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1632593Z 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-03-21T20:26:23.1632695Z 2025-03-21T20:26:23.1633098Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1633735Z 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-03-21T20:26:23.1633846Z 2025-03-21T20:26:23.1634223Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1635163Z 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-03-21T20:26:23.1635260Z 2025-03-21T20:26:23.1635683Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1636292Z 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-03-21T20:26:23.1636392Z 2025-03-21T20:26:23.1636928Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1637513Z 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-03-21T20:26:23.1637599Z 2025-03-21T20:26:23.1638125Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1638771Z 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-03-21T20:26:23.1638897Z 2025-03-21T20:26:23.1639412Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1639973Z 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-03-21T20:26:23.1640058Z 2025-03-21T20:26:23.1640465Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1641106Z 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-03-21T20:26:23.1641193Z 2025-03-21T20:26:23.1641579Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1642501Z 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-03-21T20:26:23.1642628Z 2025-03-21T20:26:23.1643052Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1643678Z 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-03-21T20:26:23.1643764Z 2025-03-21T20:26:23.1644313Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1644884Z 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-03-21T20:26:23.1645006Z 2025-03-21T20:26:23.1645520Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1646117Z 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-03-21T20:26:23.1646213Z 2025-03-21T20:26:23.1646776Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:23.1647169Z aten_pow_tensor_scalar_20: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_49, 2) 2025-03-21T20:26:23.1647634Z 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-03-21T20:26:23.1648104Z 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-03-21T20:26:23.1648533Z 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-03-21T20:26:23.1649042Z 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-03-21T20:26:23.1649757Z 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-03-21T20:26:23.1649857Z 2025-03-21T20:26:23.1650377Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1650826Z 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-03-21T20:26:23.1650913Z 2025-03-21T20:26:23.1651321Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1651958Z 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-03-21T20:26:23.1652049Z 2025-03-21T20:26:23.1652425Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1653372Z 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-03-21T20:26:23.1653471Z 2025-03-21T20:26:23.1653893Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1654514Z 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-03-21T20:26:23.1654604Z 2025-03-21T20:26:23.1655153Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1655738Z 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-03-21T20:26:23.1655836Z 2025-03-21T20:26:23.1656352Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1656786Z 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-03-21T20:26:23.1656883Z 2025-03-21T20:26:23.1657293Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1657930Z 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-03-21T20:26:23.1658021Z 2025-03-21T20:26:23.1658392Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1659317Z 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-03-21T20:26:23.1659413Z 2025-03-21T20:26:23.1659835Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1660500Z 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-03-21T20:26:23.1660588Z 2025-03-21T20:26:23.1661129Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1661773Z 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-03-21T20:26:23.1661864Z 2025-03-21T20:26:23.1662393Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1662933Z 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-03-21T20:26:23.1663035Z 2025-03-21T20:26:23.1663439Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1664113Z 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-03-21T20:26:23.1664203Z 2025-03-21T20:26:23.1664580Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1665507Z 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-03-21T20:26:23.1665598Z 2025-03-21T20:26:23.1666028Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1666691Z 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-03-21T20:26:23.1666792Z 2025-03-21T20:26:23.1667329Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1667906Z 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-03-21T20:26:23.1667995Z 2025-03-21T20:26:23.1668527Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:23.1669089Z 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-03-21T20:26:23.1669187Z 2025-03-21T20:26:23.1669718Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1670277Z 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-03-21T20:26:23.1670379Z 2025-03-21T20:26:23.1670902Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1671523Z 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-03-21T20:26:23.1671614Z 2025-03-21T20:26:23.1672155Z # 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-03-21T20:26:23.1672725Z 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-03-21T20:26:23.1673165Z 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-03-21T20:26:23.1673706Z 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-03-21T20:26:23.1674248Z 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-03-21T20:26:23.1674823Z 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-03-21T20:26:23.1674923Z 2025-03-21T20:26:23.1675447Z # 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-03-21T20:26:23.1676189Z 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-03-21T20:26:23.1676624Z 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-03-21T20:26:23.1677176Z 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-03-21T20:26:23.1677757Z 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-03-21T20:26:23.1678298Z 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-03-21T20:26:23.1678387Z 2025-03-21T20:26:23.1678831Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1679261Z 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-03-21T20:26:23.1679348Z 2025-03-21T20:26:23.1679799Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1680217Z 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-03-21T20:26:23.1680319Z 2025-03-21T20:26:23.1680798Z # 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-03-21T20:26:23.1681257Z 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-03-21T20:26:23.1681765Z 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-03-21T20:26:23.1682317Z 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-03-21T20:26:23.1682415Z 2025-03-21T20:26:23.1682891Z # 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-03-21T20:26:23.1683464Z 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-03-21T20:26:23.1684029Z 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-03-21T20:26:23.1684585Z 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-03-21T20:26:23.1684678Z 2025-03-21T20:26:23.1685164Z # 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-03-21T20:26:23.1685640Z 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-03-21T20:26:23.1686089Z 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-03-21T20:26:23.1686636Z 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-03-21T20:26:23.1686746Z 2025-03-21T20:26:23.1687220Z # 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-03-21T20:26:23.1687935Z 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-03-21T20:26:23.1688601Z 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-03-21T20:26:23.1689169Z 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-03-21T20:26:23.1689263Z 2025-03-21T20:26:23.1689794Z # 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-03-21T20:26:23.1690337Z 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-03-21T20:26:23.1690865Z 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-03-21T20:26:23.1691642Z 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-03-21T20:26:23.1692185Z 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-03-21T20:26:23.1692314Z 2025-03-21T20:26:23.1692843Z # 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-03-21T20:26:23.1693386Z 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-03-21T20:26:23.1693910Z 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-03-21T20:26:23.1694692Z 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-03-21T20:26:23.1695214Z 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-03-21T20:26:23.1695324Z 2025-03-21T20:26:23.1695885Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:23.1696495Z 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-03-21T20:26:23.1696585Z 2025-03-21T20:26:23.1697272Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:23.1698070Z 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-03-21T20:26:23.1698186Z 2025-03-21T20:26:23.1698874Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:23.1699669Z 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-03-21T20:26:23.1699779Z 2025-03-21T20:26:23.1700430Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1700928Z 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-03-21T20:26:23.1701576Z 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-03-21T20:26:23.1702097Z 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-03-21T20:26:23.1702576Z 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-03-21T20:26:23.1703166Z 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-03-21T20:26:23.1703700Z 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-03-21T20:26:23.1704185Z 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-03-21T20:26:23.1704739Z 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-03-21T20:26:23.1705267Z 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-03-21T20:26:23.1705743Z 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-03-21T20:26:23.1706308Z 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-03-21T20:26:23.1706838Z 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-03-21T20:26:23.1707328Z 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-03-21T20:26:23.1707879Z 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-03-21T20:26:23.1708395Z 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-03-21T20:26:23.1708872Z 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-03-21T20:26:23.1709456Z 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-03-21T20:26:23.1709960Z 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-03-21T20:26:23.1710445Z 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-03-21T20:26:23.1710993Z 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-03-21T20:26:23.1711512Z 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-03-21T20:26:23.1711988Z 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-03-21T20:26:23.1712537Z 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-03-21T20:26:23.1713053Z 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-03-21T20:26:23.1713578Z 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-03-21T20:26:23.1714142Z 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-03-21T20:26:23.1714652Z 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-03-21T20:26:23.1715136Z 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-03-21T20:26:23.1715686Z 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-03-21T20:26:23.1716207Z 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-03-21T20:26:23.1716684Z 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-03-21T20:26:23.1717270Z 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-03-21T20:26:23.1717783Z 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-03-21T20:26:23.1718272Z 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-03-21T20:26:23.1718825Z 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-03-21T20:26:23.1719343Z 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-03-21T20:26:23.1721683Z 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-03-21T20:26:23.1722234Z 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-03-21T20:26:23.1722328Z 2025-03-21T20:26:23.1722990Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1723469Z 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-03-21T20:26:23.1724024Z 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-03-21T20:26:23.1724585Z 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-03-21T20:26:23.1725072Z 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-03-21T20:26:23.1725622Z 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-03-21T20:26:23.1726136Z 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-03-21T20:26:23.1726612Z 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-03-21T20:26:23.1727173Z 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-03-21T20:26:23.1727679Z 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-03-21T20:26:23.1728196Z 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-03-21T20:26:23.1728746Z 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-03-21T20:26:23.1729263Z 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-03-21T20:26:23.1729743Z 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-03-21T20:26:23.1730326Z 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-03-21T20:26:23.1730834Z 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-03-21T20:26:23.1731321Z 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-03-21T20:26:23.1731872Z 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-03-21T20:26:23.1732391Z 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-03-21T20:26:23.1732867Z 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-03-21T20:26:23.1733432Z 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-03-21T20:26:23.1733937Z 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-03-21T20:26:23.1734446Z 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-03-21T20:26:23.1735020Z 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-03-21T20:26:23.1735527Z 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-03-21T20:26:23.1736017Z 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-03-21T20:26:23.1736568Z 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-03-21T20:26:23.1737086Z 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-03-21T20:26:23.1737565Z 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-03-21T20:26:23.1738152Z 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-03-21T20:26:23.1738659Z 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-03-21T20:26:23.1739142Z 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-03-21T20:26:23.1739694Z 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-03-21T20:26:23.1740215Z 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-03-21T20:26:23.1740718Z 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-03-21T20:26:23.1741339Z 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-03-21T20:26:23.1741848Z 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-03-21T20:26:23.1744179Z 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-03-21T20:26:23.1744728Z 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-03-21T20:26:23.1744818Z 2025-03-21T20:26:23.1745367Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.1745957Z 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-03-21T20:26:23.1746050Z 2025-03-21T20:26:23.1746639Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.1747236Z 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-03-21T20:26:23.1747851Z 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-03-21T20:26:23.1748423Z 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-03-21T20:26:23.1749046Z 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-03-21T20:26:23.1749645Z 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-03-21T20:26:23.1750324Z 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-03-21T20:26:23.1750851Z 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-03-21T20:26:23.1751527Z 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-03-21T20:26:23.1751643Z 2025-03-21T20:26:23.1752145Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.1752711Z 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-03-21T20:26:23.1752813Z 2025-03-21T20:26:23.1753385Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.1753888Z 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-03-21T20:26:23.1753992Z 2025-03-21T20:26:23.1754455Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.1755046Z 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-03-21T20:26:23.1755618Z 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-03-21T20:26:23.1756246Z 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-03-21T20:26:23.1756847Z 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-03-21T20:26:23.1757520Z 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-03-21T20:26:23.1758041Z 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-03-21T20:26:23.1758141Z 2025-03-21T20:26:23.1758772Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.1759372Z 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-03-21T20:26:23.1759978Z 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-03-21T20:26:23.1760082Z 2025-03-21T20:26:23.1760614Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1761211Z 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-03-21T20:26:23.1761303Z 2025-03-21T20:26:23.1761714Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1762352Z 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-03-21T20:26:23.1762470Z 2025-03-21T20:26:23.1762852Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1763780Z 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-03-21T20:26:23.1763880Z 2025-03-21T20:26:23.1764311Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1764929Z 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-03-21T20:26:23.1765024Z 2025-03-21T20:26:23.1765579Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1766149Z 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-03-21T20:26:23.1766250Z 2025-03-21T20:26:23.1766628Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.1767285Z 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-03-21T20:26:23.1767388Z 2025-03-21T20:26:23.1767902Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1768297Z aten_pow_tensor_scalar_21: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_53, 2) 2025-03-21T20:26:23.1768764Z 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-03-21T20:26:23.1769227Z 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-03-21T20:26:23.1769660Z 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-03-21T20:26:23.1770170Z 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-03-21T20:26:23.1770809Z 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-03-21T20:26:23.1770910Z 2025-03-21T20:26:23.1771434Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1771882Z 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-03-21T20:26:23.1771973Z 2025-03-21T20:26:23.1772383Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1773020Z 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-03-21T20:26:23.1773134Z 2025-03-21T20:26:23.1773513Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1774463Z 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-03-21T20:26:23.1774565Z 2025-03-21T20:26:23.1774989Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1775767Z 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-03-21T20:26:23.1775883Z 2025-03-21T20:26:23.1776443Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1777022Z 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-03-21T20:26:23.1777112Z 2025-03-21T20:26:23.1777646Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1778138Z aten_sigmoid_default_10: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_118) 2025-03-21T20:26:23.1778808Z 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-03-21T20:26:23.1778903Z 2025-03-21T20:26:23.1779441Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1779987Z 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-03-21T20:26:23.1780093Z 2025-03-21T20:26:23.1780504Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1781145Z 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-03-21T20:26:23.1781301Z 2025-03-21T20:26:23.1781706Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1782671Z 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-03-21T20:26:23.1782767Z 2025-03-21T20:26:23.1783202Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1783824Z 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-03-21T20:26:23.1783960Z 2025-03-21T20:26:23.1784505Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1785092Z 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-03-21T20:26:23.1785185Z 2025-03-21T20:26:23.1785714Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1786331Z 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-03-21T20:26:23.1786432Z 2025-03-21T20:26:23.1786957Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1787508Z 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-03-21T20:26:23.1787614Z 2025-03-21T20:26:23.1788019Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1788661Z 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-03-21T20:26:23.1788800Z 2025-03-21T20:26:23.1789174Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1790123Z 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-03-21T20:26:23.1790222Z 2025-03-21T20:26:23.1790643Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1791267Z 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-03-21T20:26:23.1791358Z 2025-03-21T20:26:23.1791895Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1792477Z 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-03-21T20:26:23.1792567Z 2025-03-21T20:26:23.1793112Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1793708Z 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-03-21T20:26:23.1793805Z 2025-03-21T20:26:23.1794377Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:108 in forward, code: self.attention_norm(x), freqs_cos, freqs_sin, **attn_options 2025-03-21T20:26:23.1794772Z aten_pow_tensor_scalar_22: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_54, 2) 2025-03-21T20:26:23.1795262Z 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-03-21T20:26:23.1795728Z 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-03-21T20:26:23.1796156Z 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-03-21T20:26:23.1796666Z 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-03-21T20:26:23.1797333Z 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-03-21T20:26:23.1797432Z 2025-03-21T20:26:23.1797959Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1798393Z 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-03-21T20:26:23.1798493Z 2025-03-21T20:26:23.1798903Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1799559Z 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-03-21T20:26:23.1799674Z 2025-03-21T20:26:23.1800049Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1800978Z 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-03-21T20:26:23.1801082Z 2025-03-21T20:26:23.1801506Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1802120Z 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-03-21T20:26:23.1802214Z 2025-03-21T20:26:23.1802759Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1803365Z 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-03-21T20:26:23.1803459Z 2025-03-21T20:26:23.1803989Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1804429Z 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-03-21T20:26:23.1804529Z 2025-03-21T20:26:23.1804939Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1805579Z 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-03-21T20:26:23.1805694Z 2025-03-21T20:26:23.1806064Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1807001Z 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-03-21T20:26:23.1807091Z 2025-03-21T20:26:23.1807525Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1808136Z 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-03-21T20:26:23.1808242Z 2025-03-21T20:26:23.1808785Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1809361Z 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-03-21T20:26:23.1809454Z 2025-03-21T20:26:23.1809975Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1810576Z 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-03-21T20:26:23.1810679Z 2025-03-21T20:26:23.1811087Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1811710Z 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-03-21T20:26:23.1811812Z 2025-03-21T20:26:23.1812179Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1813112Z 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-03-21T20:26:23.1813204Z 2025-03-21T20:26:23.1813634Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1814269Z 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-03-21T20:26:23.1814375Z 2025-03-21T20:26:23.1814914Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1815498Z 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-03-21T20:26:23.1815591Z 2025-03-21T20:26:23.1816115Z # File: /pytorch/executorch/examples/models/llama/attention.py:242 in forward, code: q = q.view(bsz, seqlen, self.n_local_heads, self.head_dim) 2025-03-21T20:26:23.1816715Z 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-03-21T20:26:23.1816806Z 2025-03-21T20:26:23.1817341Z # File: /pytorch/executorch/examples/models/llama/attention.py:243 in forward, code: k = k.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1817902Z 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-03-21T20:26:23.1817999Z 2025-03-21T20:26:23.1818525Z # File: /pytorch/executorch/examples/models/llama/attention.py:244 in forward, code: v = v.view(bsz, seqlen, self.n_local_kv_heads, self.head_dim) 2025-03-21T20:26:23.1819094Z 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-03-21T20:26:23.1819185Z 2025-03-21T20:26:23.1819726Z # 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-03-21T20:26:23.1820301Z 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-03-21T20:26:23.1820734Z 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-03-21T20:26:23.1821406Z 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-03-21T20:26:23.1821952Z 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-03-21T20:26:23.1822483Z 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-03-21T20:26:23.1822571Z 2025-03-21T20:26:23.1823107Z # 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-03-21T20:26:23.1823680Z 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-03-21T20:26:23.1824118Z 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-03-21T20:26:23.1824690Z 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-03-21T20:26:23.1825234Z 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-03-21T20:26:23.1825765Z 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-03-21T20:26:23.1825865Z 2025-03-21T20:26:23.1826316Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1826832Z 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-03-21T20:26:23.1826950Z 2025-03-21T20:26:23.1827402Z # File: /pytorch/executorch/examples/models/llama/rope.py:78 in reshape_for_broadcast, code: return freqs_cis.view(shape) 2025-03-21T20:26:23.1827917Z 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-03-21T20:26:23.1828007Z 2025-03-21T20:26:23.1828495Z # 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-03-21T20:26:23.1828944Z 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-03-21T20:26:23.1829398Z 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-03-21T20:26:23.1829954Z 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-03-21T20:26:23.1830055Z 2025-03-21T20:26:23.1830529Z # 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-03-21T20:26:23.1831107Z 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-03-21T20:26:23.1831721Z 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-03-21T20:26:23.1832282Z 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-03-21T20:26:23.1832373Z 2025-03-21T20:26:23.1832864Z # 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-03-21T20:26:23.1833312Z 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-03-21T20:26:23.1833761Z 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-03-21T20:26:23.1834313Z 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-03-21T20:26:23.1834402Z 2025-03-21T20:26:23.1834887Z # 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-03-21T20:26:23.1835601Z 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-03-21T20:26:23.1836275Z 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-03-21T20:26:23.1836824Z 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-03-21T20:26:23.1836924Z 2025-03-21T20:26:23.1837474Z # 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-03-21T20:26:23.1838019Z 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-03-21T20:26:23.1838544Z 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-03-21T20:26:23.1839322Z 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-03-21T20:26:23.1839840Z 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-03-21T20:26:23.1839944Z 2025-03-21T20:26:23.1840472Z # 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-03-21T20:26:23.1841011Z 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-03-21T20:26:23.1841532Z 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-03-21T20:26:23.1842353Z 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-03-21T20:26:23.1842875Z 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-03-21T20:26:23.1842972Z 2025-03-21T20:26:23.1843506Z # File: /pytorch/executorch/examples/models/llama/attention.py:249 in forward, code: q = q.transpose(1, 2) # (bs, n_local_heads, seqlen, head_dim) 2025-03-21T20:26:23.1844097Z 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-03-21T20:26:23.1844198Z 2025-03-21T20:26:23.1844874Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:345 in update, code: k_out = torch.ops.aten.index_put_(self.past_k_caches, [None, input_pos], k_val) 2025-03-21T20:26:23.1845681Z 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-03-21T20:26:23.1845770Z 2025-03-21T20:26:23.1846480Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:346 in update, code: v_out = torch.ops.aten.index_put_(self.past_v_caches, [None, input_pos], v_val) 2025-03-21T20:26:23.1847270Z 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); aten_view_copy_default_200 = None 2025-03-21T20:26:23.1847373Z 2025-03-21T20:26:23.1848012Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1848541Z 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-03-21T20:26:23.1849093Z 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-03-21T20:26:23.1849610Z 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-03-21T20:26:23.1850086Z 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-03-21T20:26:23.1850657Z 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-03-21T20:26:23.1851165Z 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-03-21T20:26:23.1851657Z 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-03-21T20:26:23.1852209Z 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-03-21T20:26:23.1852755Z 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-03-21T20:26:23.1853256Z 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-03-21T20:26:23.1853822Z 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-03-21T20:26:23.1854327Z 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-03-21T20:26:23.1854819Z 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-03-21T20:26:23.1855369Z 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-03-21T20:26:23.1855879Z 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-03-21T20:26:23.1856370Z 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-03-21T20:26:23.1856946Z 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-03-21T20:26:23.1857466Z 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-03-21T20:26:23.1857947Z 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-03-21T20:26:23.1858512Z 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-03-21T20:26:23.1859042Z 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-03-21T20:26:23.1859526Z 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-03-21T20:26:23.1860081Z 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-03-21T20:26:23.1860602Z 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-03-21T20:26:23.1861078Z 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-03-21T20:26:23.1861715Z 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-03-21T20:26:23.1862223Z 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-03-21T20:26:23.1862713Z 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-03-21T20:26:23.1863290Z 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-03-21T20:26:23.1863833Z 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-03-21T20:26:23.1864310Z 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-03-21T20:26:23.1864876Z 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-03-21T20:26:23.1865386Z 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-03-21T20:26:23.1865878Z 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-03-21T20:26:23.1866432Z 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-03-21T20:26:23.1866983Z 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-03-21T20:26:23.1869302Z 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-03-21T20:26:23.1869874Z 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-03-21T20:26:23.1869964Z 2025-03-21T20:26:23.1870623Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:128 in repeat_kv, code: return torch.cat(new_kv, 0).reshape(batch, n_heads, seqlen, head_dim) 2025-03-21T20:26:23.1871101Z 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-03-21T20:26:23.1871667Z 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-03-21T20:26:23.1872172Z 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-03-21T20:26:23.1872662Z 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-03-21T20:26:23.1873211Z 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-03-21T20:26:23.1873731Z 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-03-21T20:26:23.1874258Z 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-03-21T20:26:23.1874819Z 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-03-21T20:26:23.1875328Z 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-03-21T20:26:23.1876026Z 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-03-21T20:26:23.1876577Z 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-03-21T20:26:23.1877094Z 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-03-21T20:26:23.1877570Z 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-03-21T20:26:23.1878189Z 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-03-21T20:26:23.1878696Z 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-03-21T20:26:23.1879170Z 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-03-21T20:26:23.1879734Z 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-03-21T20:26:23.1880276Z 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-03-21T20:26:23.1880766Z 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-03-21T20:26:23.1881316Z 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-03-21T20:26:23.1881833Z 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-03-21T20:26:23.1882312Z 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-03-21T20:26:23.1882873Z 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-03-21T20:26:23.1883381Z 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-03-21T20:26:23.1883867Z 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-03-21T20:26:23.1884415Z 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-03-21T20:26:23.1884998Z 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-03-21T20:26:23.1885480Z 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-03-21T20:26:23.1886046Z 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-03-21T20:26:23.1886554Z 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-03-21T20:26:23.1887042Z 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-03-21T20:26:23.1887594Z 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-03-21T20:26:23.1888116Z 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-03-21T20:26:23.1888630Z 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-03-21T20:26:23.1889194Z 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-03-21T20:26:23.1889702Z 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-03-21T20:26:23.1892045Z 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-03-21T20:26:23.1892602Z 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-03-21T20:26:23.1892710Z 2025-03-21T20:26:23.1893209Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:157 in forward, code: attn_mask = mask[input_pos] 2025-03-21T20:26:23.1893888Z 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 = attn_options_input_pos = None 2025-03-21T20:26:23.1893981Z 2025-03-21T20:26:23.1894575Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:160 in forward, code: attn_weight = q @ k.transpose(-2, -1) * scale_factor 2025-03-21T20:26:23.1895173Z 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-03-21T20:26:23.1895834Z 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-03-21T20:26:23.1896402Z 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-03-21T20:26:23.1897031Z 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-03-21T20:26:23.1897606Z 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-03-21T20:26:23.1898283Z 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-03-21T20:26:23.1898814Z 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-03-21T20:26:23.1899520Z 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-03-21T20:26:23.1899612Z 2025-03-21T20:26:23.1900115Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:161 in forward, code: attn_weight += attn_mask 2025-03-21T20:26:23.1900684Z 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-03-21T20:26:23.1900779Z 2025-03-21T20:26:23.1901433Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:162 in forward, code: attn_weight = torch.softmax(attn_weight, dim=-1) 2025-03-21T20:26:23.1901973Z 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-03-21T20:26:23.1902085Z 2025-03-21T20:26:23.1902553Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:163 in forward, code: y = attn_weight @ v 2025-03-21T20:26:23.1903146Z 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-03-21T20:26:23.1903719Z 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-03-21T20:26:23.1904328Z 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-03-21T20:26:23.1904906Z 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-03-21T20:26:23.1905584Z 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-03-21T20:26:23.1906099Z 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-03-21T20:26:23.1906229Z 2025-03-21T20:26:23.1906879Z # File: /pytorch/executorch/examples/models/llama/source_transformation/sdpa.py:165 in forward, code: return y.transpose(1, 2).contiguous().view(bsz, seqlen, self.dim) 2025-03-21T20:26:23.1907487Z 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-03-21T20:26:23.1908071Z 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-03-21T20:26:23.1908172Z 2025-03-21T20:26:23.1908697Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1909289Z 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-03-21T20:26:23.1909390Z 2025-03-21T20:26:23.1909800Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1910461Z 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-03-21T20:26:23.1910551Z 2025-03-21T20:26:23.1910933Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1911868Z 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-03-21T20:26:23.1911972Z 2025-03-21T20:26:23.1912399Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1913045Z 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-03-21T20:26:23.1913134Z 2025-03-21T20:26:23.1913681Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1914261Z 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-03-21T20:26:23.1914352Z 2025-03-21T20:26:23.1914740Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:111 in forward, code: h = x + h 2025-03-21T20:26:23.1915338Z 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-03-21T20:26:23.1915439Z 2025-03-21T20:26:23.1915952Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1916346Z aten_pow_tensor_scalar_23: "f32[1, 1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_add_tensor_58, 2) 2025-03-21T20:26:23.1916813Z 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-03-21T20:26:23.1917330Z 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-03-21T20:26:23.1917760Z 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-03-21T20:26:23.1918275Z 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-03-21T20:26:23.1918892Z 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-03-21T20:26:23.1918983Z 2025-03-21T20:26:23.1919517Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1919959Z 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-03-21T20:26:23.1920060Z 2025-03-21T20:26:23.1920471Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1921133Z 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-03-21T20:26:23.1921226Z 2025-03-21T20:26:23.1921607Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1922559Z 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-03-21T20:26:23.1922662Z 2025-03-21T20:26:23.1923087Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1923740Z 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-03-21T20:26:23.1923831Z 2025-03-21T20:26:23.1924373Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1924959Z 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-03-21T20:26:23.1925053Z 2025-03-21T20:26:23.1925587Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1925982Z aten_sigmoid_default_11: "f32[1, 1, 2048]" = executorch_exir_dialects_edge__ops_aten_sigmoid_default(aten_squeeze_copy_dims_129) 2025-03-21T20:26:23.1926647Z 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-03-21T20:26:23.1926738Z 2025-03-21T20:26:23.1927275Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1927849Z 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-03-21T20:26:23.1927990Z 2025-03-21T20:26:23.1928397Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1929025Z 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-03-21T20:26:23.1929127Z 2025-03-21T20:26:23.1929495Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1930458Z 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-03-21T20:26:23.1930555Z 2025-03-21T20:26:23.1930990Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1931603Z 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-03-21T20:26:23.1931704Z 2025-03-21T20:26:23.1932269Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1932853Z 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-03-21T20:26:23.1932944Z 2025-03-21T20:26:23.1933467Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:36 in forward, code: return self.w2(F.silu(self.w1(x)) * self.w3(x)) 2025-03-21T20:26:23.1934093Z 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-03-21T20:26:23.1934208Z 2025-03-21T20:26:23.1934744Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1935290Z 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-03-21T20:26:23.1935393Z 2025-03-21T20:26:23.1935801Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1936446Z 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-03-21T20:26:23.1936541Z 2025-03-21T20:26:23.1936919Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1937859Z 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-03-21T20:26:23.1937965Z 2025-03-21T20:26:23.1938389Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1939089Z 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-03-21T20:26:23.1939265Z 2025-03-21T20:26:23.1939816Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1940399Z 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-03-21T20:26:23.1940493Z 2025-03-21T20:26:23.1941022Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:115 in forward, code: out = h + self.feed_forward(self.ffn_norm(h)) 2025-03-21T20:26:23.1941687Z 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-03-21T20:26:23.1941794Z 2025-03-21T20:26:23.1942202Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:180 in forward, code: h = h[:, -1, :] 2025-03-21T20:26:23.1942687Z 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-03-21T20:26:23.1942779Z 2025-03-21T20:26:23.1943218Z # File: /pytorch/executorch/examples/models/llama/llama_transformer.py:182 in forward, code: h = self.norm(h) 2025-03-21T20:26:23.1943625Z aten_pow_tensor_scalar_24: "f32[1, 768]" = executorch_exir_dialects_edge__ops_aten_pow_Tensor_Scalar(aten_select_copy_int_576, 2) 2025-03-21T20:26:23.1944093Z 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-03-21T20:26:23.1944564Z 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-03-21T20:26:23.1944994Z 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-03-21T20:26:23.1945649Z 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-03-21T20:26:23.1946173Z 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-03-21T20:26:23.1946277Z 2025-03-21T20:26:23.1946803Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:190 in forward, code: x = x.unsqueeze(-1) if rank == 3 else x.reshape(1, *x.shape, 1) 2025-03-21T20:26:23.1947343Z 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-03-21T20:26:23.1947438Z 2025-03-21T20:26:23.1947848Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:191 in forward, code: x = torch.transpose(x, 1, 2) 2025-03-21T20:26:23.1948456Z 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-03-21T20:26:23.1948547Z 2025-03-21T20:26:23.1948932Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:192 in forward, code: res = self.conv(x) 2025-03-21T20:26:23.1949793Z 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-03-21T20:26:23.1949973Z 2025-03-21T20:26:23.1950416Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:193 in forward, code: res = torch.transpose(res, 1, 2) 2025-03-21T20:26:23.1951056Z 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-03-21T20:26:23.1951147Z 2025-03-21T20:26:23.1951702Z # File: /pytorch/executorch/backends/qualcomm/utils/utils.py:194 in forward, code: res = res.squeeze(-1) if rank == 3 else res.reshape(*res.shape[1:3]) 2025-03-21T20:26:23.1952297Z 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-03-21T20:26:23.1952405Z 2025-03-21T20:26:23.1953164Z # File: .25: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-03-21T20:26:23.1953990Z 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-03-21T20:26:23.1954081Z 2025-03-21T20:26:23.1954852Z # File: .25: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-03-21T20:26:23.1955658Z 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-03-21T20:26:23.1955751Z 2025-03-21T20:26:23.1956554Z # File: .25: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-03-21T20:26:23.1957344Z 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-03-21T20:26:23.1957445Z 2025-03-21T20:26:23.1958205Z # File: .25: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-03-21T20:26:23.1959002Z 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-03-21T20:26:23.1959094Z 2025-03-21T20:26:23.1959865Z # File: .25: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-03-21T20:26:23.1960654Z 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-03-21T20:26:23.1960780Z 2025-03-21T20:26:23.1961563Z # File: .25: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-03-21T20:26:23.1962370Z 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-03-21T20:26:23.1962460Z 2025-03-21T20:26:23.1963226Z # File: .25: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-03-21T20:26:23.1964016Z 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-03-21T20:26:23.1964121Z 2025-03-21T20:26:23.1964879Z # File: .25: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-03-21T20:26:23.1965709Z 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-03-21T20:26:23.1965802Z 2025-03-21T20:26:23.1966576Z # File: .25: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-03-21T20:26:23.1967363Z 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-03-21T20:26:23.1967490Z 2025-03-21T20:26:23.1968250Z # File: .25: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-03-21T20:26:23.1969042Z 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-03-21T20:26:23.1969149Z 2025-03-21T20:26:23.1969924Z # File: .25: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-03-21T20:26:23.1970739Z 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-03-21T20:26:23.1970830Z 2025-03-21T20:26:23.1971613Z # File: .25: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-03-21T20:26:23.1972445Z 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-03-21T20:26:23.1972571Z 2025-03-21T20:26:23.1973336Z # File: .25: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-03-21T20:26:23.1974146Z 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-03-21T20:26:23.1974236Z 2025-03-21T20:26:23.1975016Z # File: .25: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-03-21T20:26:23.1975974Z 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-03-21T20:26:23.1976081Z 2025-03-21T20:26:23.1976907Z # File: .25: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-03-21T20:26:23.1977718Z 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-03-21T20:26:23.1977813Z 2025-03-21T20:26:23.1978598Z # File: .25: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-03-21T20:26:23.1979433Z 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-03-21T20:26:23.1979539Z 2025-03-21T20:26:23.1980309Z # File: .25: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-03-21T20:26:23.1981125Z 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-03-21T20:26:23.1981273Z 2025-03-21T20:26:23.1982062Z # File: .25: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-03-21T20:26:23.1982860Z 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-03-21T20:26:23.1982966Z 2025-03-21T20:26:23.1983776Z # File: .25: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-03-21T20:26:23.1984925Z 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-03-21T20:26:23.1985035Z 2025-03-21T20:26:23.1985811Z # File: .25: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-03-21T20:26:23.1986620Z 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-03-21T20:26:23.1986715Z 2025-03-21T20:26:23.1987507Z # File: .25: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-03-21T20:26:23.1988340Z 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-03-21T20:26:23.1988442Z 2025-03-21T20:26:23.1989217Z # File: .25: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-03-21T20:26:23.1990029Z 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-03-21T20:26:23.1990122Z 2025-03-21T20:26:23.1990933Z # File: .25: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-03-21T20:26:23.1991734Z 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-03-21T20:26:23.1991837Z 2025-03-21T20:26:23.1992613Z # File: .25: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-03-21T20:26:23.1993426Z 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-03-21T20:26:23.1995231Z 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-03-21T20:26:23.1995365Z 2025-03-21T20:26:23.2109108Z Graph signature: ExportGraphSignature(input_specs=[InputSpec(kind=, arg=TensorArgument(name='p_tok_embeddings_weight'), target='tok_embeddings.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_attention_norm_weight'), target='layers.0.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_attention_wq_conv_weight'), target='layers.0.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_attention_wk_conv_weight'), target='layers.0.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_attention_wv_conv_weight'), target='layers.0.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_attention_wo_conv_weight'), target='layers.0.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_ffn_norm_weight'), target='layers.0.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_feed_forward_w1_conv_weight'), target='layers.0.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_feed_forward_w3_conv_weight'), target='layers.0.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_0_feed_forward_w2_conv_weight'), target='layers.0.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_attention_norm_weight'), target='layers.1.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_attention_wq_conv_weight'), target='layers.1.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_attention_wk_conv_weight'), target='layers.1.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_attention_wv_conv_weight'), target='layers.1.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_attention_wo_conv_weight'), target='layers.1.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_ffn_norm_weight'), target='layers.1.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_feed_forward_w1_conv_weight'), target='layers.1.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_feed_forward_w3_conv_weight'), target='layers.1.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_1_feed_forward_w2_conv_weight'), target='layers.1.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_2_attention_norm_weight'), target='layers.2.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_2_attention_wq_conv_weight'), target='layers.2.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_2_attention_wk_conv_weight'), target='layers.2.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_2_attention_wv_conv_weight'), target='layers.2.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_2_attention_wo_conv_weight'), target='layers.2.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_2_ffn_norm_weight'), target='layers.2.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_2_feed_forward_w1_conv_weight'), target='layers.2.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_2_feed_forward_w3_conv_weight'), target='layers.2.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_2_feed_forward_w2_conv_weight'), target='layers.2.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_3_attention_norm_weight'), target='layers.3.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_3_attention_wq_conv_weight'), target='layers.3.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_3_attention_wk_conv_weight'), target='layers.3.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_3_attention_wv_conv_weight'), target='layers.3.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_3_attention_wo_conv_weight'), target='layers.3.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_3_ffn_norm_weight'), target='layers.3.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_3_feed_forward_w1_conv_weight'), target='layers.3.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_3_feed_forward_w3_conv_weight'), target='layers.3.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_3_feed_forward_w2_conv_weight'), target='layers.3.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_4_attention_norm_weight'), target='layers.4.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_4_attention_wq_conv_weight'), target='layers.4.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_4_attention_wk_conv_weight'), target='layers.4.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_4_attention_wv_conv_weight'), target='layers.4.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_4_attention_wo_conv_weight'), target='layers.4.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_4_ffn_norm_weight'), target='layers.4.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_4_feed_forward_w1_conv_weight'), target='layers.4.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_4_feed_forward_w3_conv_weight'), target='layers.4.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_4_feed_forward_w2_conv_weight'), target='layers.4.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_5_attention_norm_weight'), target='layers.5.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_5_attention_wq_conv_weight'), target='layers.5.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_5_attention_wk_conv_weight'), target='layers.5.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_5_attention_wv_conv_weight'), target='layers.5.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_5_attention_wo_conv_weight'), target='layers.5.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_5_ffn_norm_weight'), target='layers.5.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_5_feed_forward_w1_conv_weight'), target='layers.5.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_5_feed_forward_w3_conv_weight'), target='layers.5.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_5_feed_forward_w2_conv_weight'), target='layers.5.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_6_attention_norm_weight'), target='layers.6.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_6_attention_wq_conv_weight'), target='layers.6.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_6_attention_wk_conv_weight'), target='layers.6.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_6_attention_wv_conv_weight'), target='layers.6.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_6_attention_wo_conv_weight'), target='layers.6.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_6_ffn_norm_weight'), target='layers.6.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_6_feed_forward_w1_conv_weight'), target='layers.6.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_6_feed_forward_w3_conv_weight'), target='layers.6.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_6_feed_forward_w2_conv_weight'), target='layers.6.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_7_attention_norm_weight'), target='layers.7.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_7_attention_wq_conv_weight'), target='layers.7.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_7_attention_wk_conv_weight'), target='layers.7.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_7_attention_wv_conv_weight'), target='layers.7.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_7_attention_wo_conv_weight'), target='layers.7.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_7_ffn_norm_weight'), target='layers.7.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_7_feed_forward_w1_conv_weight'), target='layers.7.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_7_feed_forward_w3_conv_weight'), target='layers.7.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_7_feed_forward_w2_conv_weight'), target='layers.7.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_8_attention_norm_weight'), target='layers.8.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_8_attention_wq_conv_weight'), target='layers.8.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_8_attention_wk_conv_weight'), target='layers.8.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_8_attention_wv_conv_weight'), target='layers.8.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_8_attention_wo_conv_weight'), target='layers.8.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_8_ffn_norm_weight'), target='layers.8.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_8_feed_forward_w1_conv_weight'), target='layers.8.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_8_feed_forward_w3_conv_weight'), target='layers.8.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_8_feed_forward_w2_conv_weight'), target='layers.8.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_9_attention_norm_weight'), target='layers.9.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_9_attention_wq_conv_weight'), target='layers.9.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_9_attention_wk_conv_weight'), target='layers.9.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_9_attention_wv_conv_weight'), target='layers.9.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_9_attention_wo_conv_weight'), target='layers.9.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_9_ffn_norm_weight'), target='layers.9.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_9_feed_forward_w1_conv_weight'), target='layers.9.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_9_feed_forward_w3_conv_weight'), target='layers.9.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_9_feed_forward_w2_conv_weight'), target='layers.9.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_10_attention_norm_weight'), target='layers.10.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_10_attention_wq_conv_weight'), target='layers.10.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_10_attention_wk_conv_weight'), target='layers.10.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_10_attention_wv_conv_weight'), target='layers.10.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_10_attention_wo_conv_weight'), target='layers.10.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_10_ffn_norm_weight'), target='layers.10.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_10_feed_forward_w1_conv_weight'), target='layers.10.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_10_feed_forward_w3_conv_weight'), target='layers.10.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_10_feed_forward_w2_conv_weight'), target='layers.10.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_11_attention_norm_weight'), target='layers.11.attention_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_11_attention_wq_conv_weight'), target='layers.11.attention.wq.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_11_attention_wk_conv_weight'), target='layers.11.attention.wk.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_11_attention_wv_conv_weight'), target='layers.11.attention.wv.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_11_attention_wo_conv_weight'), target='layers.11.attention.wo.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_11_ffn_norm_weight'), target='layers.11.ffn_norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_11_feed_forward_w1_conv_weight'), target='layers.11.feed_forward.w1.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_11_feed_forward_w3_conv_weight'), target='layers.11.feed_forward.w3.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_layers_11_feed_forward_w2_conv_weight'), target='layers.11.feed_forward.w2.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_norm_weight'), target='norm.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='p_output_conv_weight'), target='output.conv.weight', persistent=None), InputSpec(kind=, arg=TensorArgument(name='b_layers_0_attention_mask'), target='layers.0.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_0_attention_kv_cache_past_k_caches'), target='layers.0.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_0_attention_kv_cache_past_v_caches'), target='layers.0.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_1_attention_mask'), target='layers.1.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_1_attention_kv_cache_past_k_caches'), target='layers.1.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_1_attention_kv_cache_past_v_caches'), target='layers.1.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_2_attention_mask'), target='layers.2.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_2_attention_kv_cache_past_k_caches'), target='layers.2.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_2_attention_kv_cache_past_v_caches'), target='layers.2.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_3_attention_mask'), target='layers.3.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_3_attention_kv_cache_past_k_caches'), target='layers.3.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_3_attention_kv_cache_past_v_caches'), target='layers.3.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_4_attention_mask'), target='layers.4.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_4_attention_kv_cache_past_k_caches'), target='layers.4.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_4_attention_kv_cache_past_v_caches'), target='layers.4.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_5_attention_mask'), target='layers.5.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_5_attention_kv_cache_past_k_caches'), target='layers.5.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_5_attention_kv_cache_past_v_caches'), target='layers.5.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_6_attention_mask'), target='layers.6.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_6_attention_kv_cache_past_k_caches'), target='layers.6.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_6_attention_kv_cache_past_v_caches'), target='layers.6.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_7_attention_mask'), target='layers.7.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_7_attention_kv_cache_past_k_caches'), target='layers.7.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_7_attention_kv_cache_past_v_caches'), target='layers.7.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_8_attention_mask'), target='layers.8.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_8_attention_kv_cache_past_k_caches'), target='layers.8.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_8_attention_kv_cache_past_v_caches'), target='layers.8.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_9_attention_mask'), target='layers.9.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_9_attention_kv_cache_past_k_caches'), target='layers.9.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_9_attention_kv_cache_past_v_caches'), target='layers.9.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_10_attention_mask'), target='layers.10.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_10_attention_kv_cache_past_k_caches'), target='layers.10.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_10_attention_kv_cache_past_v_caches'), target='layers.10.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_11_attention_mask'), target='layers.11.attention.mask', persistent=True), InputSpec(kind=, arg=TensorArgument(name='b_layers_11_attention_rope_freqs_cos'), target='layers.11.attention.rope.freqs_cos', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_11_attention_rope_freqs_sin'), target='layers.11.attention.rope.freqs_sin', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_11_attention_kv_cache_past_k_caches'), target='layers.11.attention.kv_cache.past_k_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='b_layers_11_attention_kv_cache_past_v_caches'), target='layers.11.attention.kv_cache.past_v_caches', persistent=False), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant38'), target='_lifted_tensor_constant38', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant39'), target='_lifted_tensor_constant39', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant40'), target='_lifted_tensor_constant40', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant41'), target='_lifted_tensor_constant41', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant42'), target='_lifted_tensor_constant42', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant43'), target='_lifted_tensor_constant43', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant44'), target='_lifted_tensor_constant44', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant45'), target='_lifted_tensor_constant45', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant46'), target='_lifted_tensor_constant46', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant47'), target='_lifted_tensor_constant47', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant48'), target='_lifted_tensor_constant48', persistent=True), InputSpec(kind=, arg=TensorArgument(name='_lifted_tensor_constant49'), target='_lifted_tensor_constant49', persistent=True), InputSpec(kind=, arg=TensorArgument(name='tokens'), target=None, persistent=None), InputSpec(kind=, arg=TensorArgument(name='attn_options_input_pos'), target=None, persistent=None)], output_specs=[OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default'), target='layers.0.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_1'), target='layers.0.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_2'), target='layers.1.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_3'), target='layers.1.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_4'), target='layers.2.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_5'), target='layers.2.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_6'), target='layers.3.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_7'), target='layers.3.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_8'), target='layers.4.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_9'), target='layers.4.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_10'), target='layers.5.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_11'), target='layers.5.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_12'), target='layers.6.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_13'), target='layers.6.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_14'), target='layers.7.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_15'), target='layers.7.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_16'), target='layers.8.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_17'), target='layers.8.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_18'), target='layers.9.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_19'), target='layers.9.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_20'), target='layers.10.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_21'), target='layers.10.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_22'), target='layers.11.attention.kv_cache.past_k_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_copy_default_23'), target='layers.11.attention.kv_cache.past_v_caches'), OutputSpec(kind=, arg=TensorArgument(name='aten_view_copy_default_217'), target=None)]) 2025-03-21T20:26:28.1535306Z Range constraints: {} 2025-03-21T20:26:28.1535810Z 2025-03-21T20:26:28.1536299Z [INFO 2025-03-21 20:26:27,550 export_llama_lib.py:813] Lowering model using following partitioner(s): 2025-03-21T20:26:28.1536949Z [INFO 2025-03-21 20:26:27,550 export_llama_lib.py:815] --> QnnPartitioner 2025-03-21T20:26:28.1537675Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:26:28.1538164Z [WARNING] [Qnn ExecuTorch]: QnnDsp Initializing HtpProvider 2025-03-21T20:26:28.1538470Z 2025-03-21T20:26:28.1538789Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:26:28.1539377Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:26:28.1539877Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:26:28.1540354Z 2025-03-21T20:26:28.1540899Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:26:28.1541548Z 2025-03-21T20:26:28.1541716Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:26:28.1542179Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.1542681Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1543191Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.1543684Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1544183Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.1544664Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.1545132Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1545585Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.1546042Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.1546524Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1547028Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.1547701Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1548221Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.1548707Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.1549261Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.1549837Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1550346Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.1550847Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1551467Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.1551954Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.1552393Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:28.1552876Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.1553381Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1553884Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.1554385Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1554887Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.1555384Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.1563295Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.1564031Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.1564544Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1565062Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.1565575Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1566078Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.1566594Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.1567092Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1567581Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.1568120Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:28.1568565Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.1568999Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.1569450Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.1569941Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1570423Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:28.1570889Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.1571405Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.1571994Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1572475Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1572960Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1573447Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1573903Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1574387Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1574878Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1575341Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1576034Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1576523Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1576974Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1577459Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1577947Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1578563Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1579049Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1579520Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1579985Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1580528Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1581243Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1581714Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1582201Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1582673Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1583140Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1583624Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1584112Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1584587Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1585060Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1585552Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1586018Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1586504Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1587069Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1587526Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1588013Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1588499Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1588965Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1589516Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1590146Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.1590599Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.1591055Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1591587Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1592073Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1592564Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1593019Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1593505Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1593989Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1594455Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1594942Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1595434Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1595888Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1596372Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1596859Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1597324Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1597813Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1598343Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1598938Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1599427Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1599912Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1600378Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1600863Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1601422Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1601887Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1602371Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1602858Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1603323Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1603797Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1604282Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1604747Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1605230Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1605718Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1606169Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1606653Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1607244Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1607790Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.1608278Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1608779Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.1609250Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.1609792Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.1610291Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.1610764Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.1611255Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2765789Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2766709Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2767213Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.2767756Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2768272Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2768882Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.2769317Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2769750Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2770178Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:28.2770593Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2771019Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2771446Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.2771875Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2772305Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2772841Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:28.2773364Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2773797Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2774254Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2774741Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2775208Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2775863Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2776351Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.2776833Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.2777313Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2777793Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2778258Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2778878Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.2779363Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.2779844Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2780441Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2780998Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2781558Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2782040Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2782536Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2783049Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.2783561Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2784064Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2784575Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2785077Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2785585Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.2786092Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2786593Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2787187Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2787689Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2788199Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.2788709Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2789226Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2789838Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.2790382Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.2790846Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2791344Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2791926Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.2792426Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2792946Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2793435Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2793903Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2794399Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2794906Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.2795403Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2795916Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2796402Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2796860Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:28.2797335Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2797873Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2798419Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.2798929Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2799445Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2800040Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.2800576Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.2801040Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.2801539Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2802133Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.2802664Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2803185Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.2803698Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2804195Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2804682Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.2805160Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:28.2805603Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.2806037Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.2806480Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.2806961Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2807550Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:28.2808081Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2808549Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.2809005Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2809471Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2809953Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2810465Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2810930Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2811410Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2811893Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2812357Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2812840Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2813418Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2813887Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2814375Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2814863Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2815361Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2815830Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2816317Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2816884Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2817448Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2817930Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2818393Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2818863Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2819354Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2819814Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2820296Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2820784Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2821301Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2821795Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2822284Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2822754Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2823242Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2823730Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2824205Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2824774Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2825422Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2825889Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2826370Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2826854Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.2827313Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.2827767Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2828230Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2828712Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2829183Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2829646Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2830128Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2830613Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2831075Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2831556Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2832140Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2832690Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2833173Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.2833702Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.2834169Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4041498Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4042210Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4042940Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4043434Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4043942Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4044407Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4044880Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4045507Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4045972Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4046456Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4046940Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4047402Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4047872Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4048389Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4048951Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4049440Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4049953Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4050418Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4050904Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4051378Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4051845Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4052336Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4052833Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.4053321Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.4053803Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4054298Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4054766Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.4055375Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4055906Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4056410Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4056865Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.4057344Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4057994Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4058471Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.4058904Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4059323Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4059751Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:28.4060175Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4060598Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4061024Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.4061519Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4061945Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4062374Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:28.4062799Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4063228Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4063737Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4064225Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4064712Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4065245Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4065814Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.4066295Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.4066771Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4067251Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4067726Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4068249Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.4068725Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.4069303Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4069786Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4070266Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4070748Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4071234Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4071730Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4072276Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.4072863Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4073381Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4073888Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4074378Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4074872Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.4075376Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4076063Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4076574Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4077068Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4077575Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.4078147Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4078718Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4079220Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.4079679Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.4080140Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4080624Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4081127Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.4081693Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4082294Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4082778Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4083232Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4083712Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4084219Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.4084721Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4085231Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4085713Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4086149Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:28.4086676Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4087173Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4087678Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.4088183Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4088687Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4089261Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.4089765Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.4090224Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.4090717Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4091864Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.4092357Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4092874Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.4093380Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4093871Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4094355Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.4094821Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:28.4095277Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.4095710Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.4096188Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.4096772Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4097253Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:28.4097712Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.4098183Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.4098649Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4099123Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4099617Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4100095Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4100565Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4101056Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4101681Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4102182Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4102670Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4103146Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4103611Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4104099Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4104586Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4105056Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4105584Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4106159Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4106626Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4107108Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4107599Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4108051Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4108535Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.4109020Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4109482Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.4110007Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5346117Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5347005Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5347490Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5347979Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5348442Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5348927Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5349426Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5349876Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5350359Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5350971Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5351435Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5351925Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5352410Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5352879Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.5353338Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5353802Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5354286Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5354776Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5355327Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5355818Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5356308Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5356775Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5357266Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5357734Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5358195Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5358768Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5359251Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5359712Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5360193Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5360833Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5361286Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5361772Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5362260Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5362725Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5363211Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5363697Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5364219Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5364700Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5365182Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5365642Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5366126Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5366599Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5367060Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5367545Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5368027Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5368493Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5369031Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5369504Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5369973Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.5370456Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5370948Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.5371429Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.5371916Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5372409Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5372870Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.5373385Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5373906Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5374412Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5374863Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.5375346Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5376060Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5376550Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.5376986Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5377408Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5377839Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:28.5378270Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5378700Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5379132Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.5379551Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5379984Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5380415Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:28.5380845Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5381337Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5381782Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5382271Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5382757Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5383336Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5383815Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.5384296Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.5384764Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5385241Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5385722Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5386200Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.5386676Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.5387140Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5387615Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5388093Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5388574Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5389049Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5389541Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5390037Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.5390543Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5391120Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5391630Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5392122Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5392615Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.5393232Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5393743Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5394245Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5394738Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5395241Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.5395780Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5396291Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5396791Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.5397251Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.5397711Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5398190Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5398694Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.5399196Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5399705Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5400186Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5400639Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5401202Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5401709Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.5402214Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5402729Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5403208Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5403647Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:28.5404125Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5404623Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5405127Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.5405714Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5406215Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5406720Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.5407174Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.5407627Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.5408123Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5408671Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.5409182Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5409696Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.5410201Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.5410698Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.5411182Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.5411640Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:28.5412097Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.5412527Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.5412976Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.6660868Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6661957Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:28.6662439Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6662905Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.6663360Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6663815Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6664303Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6664795Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6665265Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6665761Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6666286Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6666760Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6667249Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6667745Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6668218Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6668706Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6669185Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6669657Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6670166Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6670696Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6671217Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6671695Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6672190Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6672663Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6673149Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6673636Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6674100Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6674572Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6675055Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6675524Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6676305Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6676843Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6677295Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6677780Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6678265Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6678783Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6679325Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6679799Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6680262Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6680745Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6681240Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6681709Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.6682171Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6682626Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6683114Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6683605Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6684073Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6684608Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6685084Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6685550Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6686032Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6686519Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6686985Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6687470Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6687949Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6688433Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6688949Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6689536Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6690002Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6690476Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6690967Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6691437Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6691925Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6692411Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6692873Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6693346Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6693828Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6694294Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6694777Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6695260Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6695714Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6696196Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6696686Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6697147Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6697632Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6698115Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6698567Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.6699129Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6699624Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.6700107Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.6700600Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6701080Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6701632Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.6702118Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.6702641Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.6703145Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6703600Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.6704082Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.6704610Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.6705094Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.6705527Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.6705957Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.6706370Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:28.6706797Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.6707253Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.6707678Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.6708104Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.6708518Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.6708941Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:28.6709368Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.6709802Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.6710263Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6710737Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6711247Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.6711734Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.6712268Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.6712765Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.6713299Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6713767Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.6714251Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.6714735Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.6715219Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.6715708Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6716181Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6716666Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6717153Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.6717639Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.6718137Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6718643Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.6719135Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6719656Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.6720162Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.6720651Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6721193Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.6721718Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6722276Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.6722794Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.6723326Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6723833Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.6724342Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6724844Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.6725347Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.6725806Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.6726266Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.6726766Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.6727267Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.6727776Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8003796Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.8004731Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8005208Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.8005849Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8006371Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.8006870Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8007394Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.8007878Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8008332Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:28.8008822Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.8009317Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8009810Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.8010380Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8010897Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.8011461Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.8011967Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.8012464Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.8012961Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8013469Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.8013976Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8014529Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.8015041Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.8015536Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8016011Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.8016481Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:28.8016937Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.8017369Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8017814Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.8018388Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8018908Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:28.8019424Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.8019890Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.8020470Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8020942Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8021482Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8021978Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8022447Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8022937Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8023424Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8023889Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8024360Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8024861Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8025329Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8025871Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8026369Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8026884Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8027373Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8027865Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8028337Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8028866Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8029343Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8029816Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8030307Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8030798Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8031270Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8031759Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8032239Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8032743Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8033268Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8033815Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8034290Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8034767Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8035257Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8035725Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8036207Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8036691Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8037156Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8037632Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8038124Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.8038589Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.8039047Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8039528Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8040027Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8040575Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8041040Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8041530Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8042020Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8042477Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8043000Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8043516Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8043982Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8044470Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8044957Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8045406Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8045891Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8046376Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8046842Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8047328Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8047840Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8048313Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8048857Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8049342Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8049807Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8050293Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8050766Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8051262Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8051745Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8052229Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8052692Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8053164Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8053648Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8054120Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8054608Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8055092Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8055586Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.8056060Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8056556Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.8057042Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.8057540Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.8058076Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.8058527Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.8059068Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.8059597Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.8060107Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.8060574Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.8061047Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.8061651Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.8062135Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.8062570Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8063000Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8063432Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:28.8063849Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8064277Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8064705Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.8065134Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8065631Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8066048Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:28.8066475Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8066905Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.8067360Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.8067846Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.8068324Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.8068813Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.8069297Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.8069779Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.8070265Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.8070748Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.8071224Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.9436013Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.9436996Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:28.9437579Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.9438105Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.9438736Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.9439206Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.9439689Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.9440186Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9440698Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.9441205Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9441717Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.9442222Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.9442713Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9443272Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.9443776Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9444292Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.9444784Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.9445277Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9445781Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.9446350Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9447080Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.9447591Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.9448098Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.9448560Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.9449089Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9449599Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.9450108Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9450628Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.9451099Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.9451560Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.9452055Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9452561Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.9453071Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9453717Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.9454206Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.9454767Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:28.9455321Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.9455869Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9456386Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.9456882Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9457398Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.9457900Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:28.9458353Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.9458810Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:28.9459307Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9459803Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:28.9460309Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9460828Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:28.9461426Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.9462192Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9462674Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.9463209Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:28.9463665Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:28.9464094Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:28.9464543Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:28.9465028Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9465495Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:28.9465957Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.9466422Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.9466908Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9467371Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9467845Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9468330Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9468796Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9469285Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9469775Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9470228Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9470716Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9471206Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9471741Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9472395Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9472922Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9473385Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9473873Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9474357Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9474823Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9475306Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9475939Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9476411Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9477028Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9477517Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9477985Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9478477Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9478957Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9479428Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9479975Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9480643Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9481113Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9481646Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9482130Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9482598Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9483088Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9483569Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9484029Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9484501Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9484996Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:28.9485524Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:28.9485983Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9486447Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9486917Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9487402Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9487878Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9488491Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9489027Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9489521Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9490080Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9490563Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9491027Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9491515Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9492001Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9492450Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9492938Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9493422Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9493886Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9494374Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9494847Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9495314Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9495802Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9496289Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9496754Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9497234Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9497710Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9498269Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9498896Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9499437Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9499958Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9500461Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9500950Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9501490Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9501977Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9502469Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9502939Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:28.9503412Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:28.9503910Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.9504395Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:28.9504888Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0824445Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0825381Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.0825881Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0826419Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0826920Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0827392Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.0828025Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0828553Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0829030Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.0829468Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0829899Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0830326Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.0830752Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0831174Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0831597Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.0832161Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0832741Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0833170Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.0833601Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0834016Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0834471Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0834955Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0835436Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0835916Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0836382Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.0836877Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.0837359Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0837845Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0838331Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0838817Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.0839300Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.0839771Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0840356Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0840936Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0841423Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0841909Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0842507Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0843028Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.0843541Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0844064Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0844576Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0845075Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0845571Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.0846081Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0846592Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0847099Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0847593Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0848091Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.0848597Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0849109Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0849608Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.0850058Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.0850654Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0851237Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0851750Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.0852260Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0852781Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0853265Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0853712Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0854215Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0854722Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.0855228Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0855776Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0856258Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0856698Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:29.0857179Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0857672Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0858181Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.0858709Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0859339Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0859905Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.0860362Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.0860818Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.0861388Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0861886Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.0862399Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0862915Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.0863421Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0863918Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0864402Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.0864857Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:29.0865309Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.0865819Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.0866266Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.0866752Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0867299Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:29.0867843Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0868356Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.0868807Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0869273Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0869760Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0870233Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0870695Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0871181Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0871665Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0872129Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0872603Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0873086Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0873548Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0874071Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0874555Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0875020Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0875496Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0876156Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0876623Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0877120Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0877657Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0878215Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0878820Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0879305Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0879774Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0880261Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0880737Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0881201Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0881685Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0882167Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0882634Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0883124Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0883599Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0884070Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0884556Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0885045Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0885515Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0886017Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0886633Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.0887161Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.0887619Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0888090Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0888718Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0889196Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0889668Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0890157Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0890646Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0891115Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0891591Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.0892075Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.0892539Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2249668Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2250520Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2251224Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2251724Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2252210Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2252676Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2253167Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2253651Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2254233Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2254754Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2255230Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2255696Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2256183Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2256665Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2257122Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2257620Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2258263Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2258848Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2259336Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2259821Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2260287Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2260758Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2261311Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2261781Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2262268Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2262759Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:29.2263234Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:29.2263720Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2264211Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2264671Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.2265150Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2265678Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2266166Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2266625Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.2267108Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2267630Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2268106Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.2268711Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2269493Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2269935Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.2270367Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2270792Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2271214Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.2271628Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2272050Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2272473Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.2272896Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2273320Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2273760Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2274239Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2274720Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2275198Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2275846Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.2276324Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.2276804Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2277523Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2278019Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2278552Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.2279033Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.2279503Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2279984Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2280467Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2280942Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2281421Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2281948Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2282456Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.2282967Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2283493Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2284005Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2284502Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2285001Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.2285510Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2286154Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2286723Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2287221Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2287721Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.2288234Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2288757Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2289263Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.2289722Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.2290171Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2290667Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2291178Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.2291688Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2292295Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2292779Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2293226Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2293722Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2294227Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.2294733Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2295250Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2295717Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2296284Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:29.2296804Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2297343Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2297855Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.2298361Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2298863Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2299368Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.2299822Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.2300323Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.2300820Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2301391Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.2301900Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2302415Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.2302920Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2303419Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2303909Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.2304366Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:29.2304852Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.2305389Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.2305905Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.2306396Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2306866Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:29.2307337Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.2307804Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.2308257Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2308722Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2309196Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2309682Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2310145Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2310631Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2311117Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2311580Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2312053Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2312536Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2312998Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2313479Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2314080Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2314534Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2315122Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2315615Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2316081Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2316568Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.2317057Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2317511Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.2317995Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3750161Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3750934Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3751499Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3752455Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3752934Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3753430Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3753920Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3754391Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3754880Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3755369Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3755970Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3756471Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3756964Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3757439Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3757933Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3758421Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3758902Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.3759361Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3759828Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3760360Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3760836Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3761306Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3761795Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3762285Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3762753Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3763285Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3763905Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3764429Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3764919Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3765407Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3765879Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3766355Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3766839Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3767311Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3767793Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3768282Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3768745Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3769219Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3769703Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3770275Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3770762Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3771247Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3771702Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3772190Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3772680Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3773148Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3773636Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3774159Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3774755Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3775254Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3775911Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3776392Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.3776882Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3777368Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:29.3777855Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:29.3778350Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3778909Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3779383Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.3779867Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3780400Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3780912Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3781451Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.3781946Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3782480Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3782954Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.3783434Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.3783862Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.3784289Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.3784725Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.3785144Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.3785616Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.3786225Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.3786659Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.3787089Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.3787522Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.3787957Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.3788403Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3788894Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3789378Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3789858Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3790340Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.3790810Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.3791294Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3791775Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3792254Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3792737Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.3793318Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.3793786Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3794267Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3794753Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3795237Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3795725Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3796214Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3796726Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.3797238Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3797756Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3798260Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3798759Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3799267Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.3799777Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3800465Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3801021Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3801561Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3802059Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.3802569Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3803089Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3803597Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.3804060Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.3804509Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3805016Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3805528Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.3806084Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3806608Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3807093Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.3807571Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3808219Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3808727Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.3809238Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3809752Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3810223Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.3810679Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:29.3811155Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3811649Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3812158Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.3812664Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3813171Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3813674Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.3814126Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.3814583Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.3815083Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3815584Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.3816138Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3816686Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.3817196Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.3817697Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.3818182Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.3818640Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:29.5231807Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.5232631Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.5233214Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.5233711Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5234195Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:29.5234664Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5235144Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.5235589Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5236059Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5236552Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5237040Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5237709Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5238204Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5238680Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5239147Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5239638Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5240125Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5240594Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5241139Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5241741Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5242212Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5242825Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5243319Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5243795Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5244273Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5244760Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5245227Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5245716Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5246200Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5246656Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5247143Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5247630Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5248097Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5248585Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5249071Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5249525Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5250037Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5250732Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5251237Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5251742Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5252218Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5252819Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5253309Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5253804Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5254275Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.5254716Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5255184Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5255673Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5256158Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5256627Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5257117Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5257590Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5258064Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5258560Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5259050Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5259529Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5260004Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5260493Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5261047Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5261719Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5262216Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5262747Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5263224Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5263719Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5264189Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5264679Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5265174Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5265672Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5266157Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5266647Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5267117Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5267607Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5268098Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5268552Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5269035Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5269523Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5269992Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5270630Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5271106Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5271627Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.5272112Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5272612Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:29.5273093Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:29.5273577Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5274081Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5274546Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.5275035Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.5275847Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.5276364Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5276821Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.5277308Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.5277833Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.5278320Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.5278756Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.5279171Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.5279603Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.5280035Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.5280467Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.5280897Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.5281389Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.5281952Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.5282389Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.5282879Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.5283311Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.5283767Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5284312Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5284800Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.5285287Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.5285772Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.5286259Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.5286729Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5287218Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.5287704Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.5288183Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.5288705Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.5289187Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5289655Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5290136Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5290616Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.5291094Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.5291587Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5292083Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.5292590Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5293106Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.5293609Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.5294105Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5294611Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.5295109Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5295625Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.5296134Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.5296635Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5297147Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.5297644Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.5298202Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.5298733Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.5299192Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.5299652Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.5300133Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6723538Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.6724543Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6725080Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.6725575Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6726045Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.6726536Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6727099Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.6727623Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6728139Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.6728633Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6729100Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:29.6729589Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.6730237Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6730755Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.6731261Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6731798Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.6732428Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.6732890Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.6733360Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.6733848Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6734363Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.6734938Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6735455Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.6735970Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.6736469Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6736947Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.6737421Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:29.6737879Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.6738310Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6738758Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.6739236Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6739717Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:29.6740188Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.6740664Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.6741227Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6741771Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6742267Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6742759Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6743228Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6743717Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6744206Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6744731Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6745262Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6745754Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6746227Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6746714Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6747194Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6747669Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6748163Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6748655Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6749124Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6749612Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6750092Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6750668Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6751157Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6751643Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6752114Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6752589Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6753114Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6753578Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6754062Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6754546Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6755014Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6755493Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6755985Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6756462Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6756948Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6757435Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6757945Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6758538Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6759037Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.6759503Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.6759960Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6760419Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6760909Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6761396Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6761870Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6762362Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6762848Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6763307Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6763799Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6764291Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6764761Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6765251Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6765726Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6766195Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6766776Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6767266Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6767811Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6768302Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6768781Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6769252Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6769741Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6770242Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6770714Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6771193Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6771684Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6772156Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6772647Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6773139Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6773615Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6774095Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6774690Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6775169Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6775822Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6786670Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6787193Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.6787699Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6788207Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:29.6788695Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:29.6789190Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.6789685Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.6790151Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.6790641Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.6791225Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.6791837Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.6792343Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.6792830Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.6793362Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.6793846Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.6794282Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6794716Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6795138Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.6795573Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6796005Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6796438Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.6796875Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6797292Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6797726Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.6798157Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6798585Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.6799042Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.6799514Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.6799998Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.6800485Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.6801082Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.6801572Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.6802056Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.8260816Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.8261525Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.8262036Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.8262517Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.8263010Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.8263498Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.8263984Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.8264469Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.8264970Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.8265459Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8265976Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.8266497Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8267018Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.8267665Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.8268157Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8268677Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.8269194Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8269714Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.8270228Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.8270732Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8271233Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.8271744Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8272313Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.8272863Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.8273382Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.8273886Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.8274388Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8274902Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.8275412Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8276104Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.8276597Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.8277056Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.8277559Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8278075Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.8278589Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8279112Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.8279591Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.8280050Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:29.8280535Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.8281034Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8281617Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.8282132Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8282825Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.8283333Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.8283789Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.8284250Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.8284749Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8285249Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.8285759Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8286276Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.8286787Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.8287284Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8287774Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.8288240Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:29.8288700Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.8289135Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.8289587Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.8290079Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8290552Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:29.8291059Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.8291529Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.8291990Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8292458Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8293025Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8293520Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8294049Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8294541Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8295031Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8295546Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8296027Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8296518Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8296990Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8297481Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8297976Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8298431Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8298919Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8299410Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8299886Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8300378Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8300870Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8301397Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8301933Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8302459Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8302952Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8303466Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8303941Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8304409Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8304903Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8305437Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8305937Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8306413Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8306900Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8307367Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8307852Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8308343Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8308818Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8309291Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8309796Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.8310267Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.8310721Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8311222Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8311757Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8312295Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8312752Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8313235Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8313757Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8314226Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8314711Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8315183Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8315650Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8316138Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8316626Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8317096Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8317584Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8318057Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8318581Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8319069Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8319616Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8320118Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8320653Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8321144Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8321599Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8322094Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8322590Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8323062Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8323549Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8324027Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8324498Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8324990Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8325483Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8325952Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8326440Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8326918Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8327381Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.8327870Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.8328428Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:29.9804819Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:29.9805713Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9806331Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9806800Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.9807296Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9807826Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9808336Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9808871Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.9809359Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9809887Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9810385Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.9810822Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9811256Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9811678Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.9812110Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9812566Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9813126Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.9813744Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9814240Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9814661Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:29.9815094Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9815525Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9815988Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9816479Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9816964Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9817511Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9817998Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.9818486Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.9818975Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9819460Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9819928Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9820408Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.9820887Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:29.9821439Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9821927Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9822416Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9822886Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9823375Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9823869Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9824382Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.9824981Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9825615Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9826127Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9826622Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9827132Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.9827721Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9828280Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9828776Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9829270Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9829775Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.9830280Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9830797Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9831289Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.9831747Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.9832206Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9832702Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9833213Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.9833726Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9834282Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9834934Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9835399Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9835895Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9836448Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.9836942Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9837461Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9837946Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9838403Z [QNN Partitioner Op Support]: aten.sigmoid.default | True 2025-03-21T20:26:29.9838890Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9839381Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9839892Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.9840403Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9840957Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9841463Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:29.9841927Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.9842375Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:29.9842876Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9843391Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:29.9844001Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9844627Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:29.9845131Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9845634Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9846127Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.9846606Z [QNN Partitioner Op Support]: aten._softmax.default | True 2025-03-21T20:26:29.9847064Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:29.9847496Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:29.9847936Z [QNN Partitioner Op Support]: aten.matmul.default | True 2025-03-21T20:26:29.9848421Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9848901Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:29.9849370Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9849836Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.9850280Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9850793Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9851303Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9851790Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9852254Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9852727Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9853212Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9853679Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9854166Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9854655Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9855204Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9855812Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9856298Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9856765Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9857250Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9857739Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9858194Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9858680Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9859231Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9859697Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9860187Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9860674Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9861128Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9861691Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9862185Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9862658Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9863154Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9863659Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9864125Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9864664Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9865313Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9865782Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9866269Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9866740Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9867205Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9867687Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9868183Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:29.9868648Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:29.9869090Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9869556Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9870040Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9870526Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9870994Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9871469Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:29.9871953Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9872416Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:29.9872900Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5752002Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5753419Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5753958Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5754472Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5754928Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5755415Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5755907Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5756374Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5756860Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5757331Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5757796Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5758279Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5758770Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5759236Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5759726Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5760216Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5760684Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5761243Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5761720Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5762190Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5762682Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5763172Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5763644Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5764135Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5764618Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5765092Z [QNN Partitioner Op Support]: aten.select_copy.int | True 2025-03-21T20:26:30.5765581Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5766153Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:30.5766643Z [QNN Partitioner Op Support]: aten.index_put.default | True 2025-03-21T20:26:30.5767129Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5767683Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:30.5768143Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:30.5768638Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:30.5769172Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:30.5769680Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:30.5770161Z [QNN Partitioner Op Support]: aten.cat.default | True 2025-03-21T20:26:30.5770636Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:30.5771158Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:30.5771641Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:30.5772073Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:30.5772506Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:30.5772935Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:30.5773353Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:30.5773783Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:30.5774211Z [QNN Partitioner Op Support]: aten.add.Tensor | True 2025-03-21T20:26:30.5774642Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:30.5775072Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:30.5775546Z [QNN Partitioner Op Support]: aten.sub.Tensor | True 2025-03-21T20:26:30.5776273Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:30.5776707Z [QNN Partitioner Op Support]: aten.mul.Tensor | True 2025-03-21T20:26:30.5777169Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:30.5777653Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:30.5778126Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:30.5778613Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:30.5779088Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:30.5779571Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:30.5780049Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:30.5780526Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:30.5780993Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:30.5781556Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:30.5782043Z [QNN Partitioner Op Support]: aten.slice_copy.Tensor | True 2025-03-21T20:26:30.5782527Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:30.5783019Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:30.5783488Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:30.5784020Z [QNN Partitioner Op Support]: aten.view_copy.default | True 2025-03-21T20:26:30.5784504Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:30.5785003Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5785514Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:30.5786013Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5786529Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:30.5787040Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:30.5787534Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5788039Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:30.5788588Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5789091Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:30.5789599Z [QNN Partitioner Op Support]: aten.squeeze_copy.dims | True 2025-03-21T20:26:30.5790093Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5790599Z [QNN Partitioner Op Support]: aten.convolution.default | True 2025-03-21T20:26:30.5791104Z [QNN Partitioner Op Support]: aten.permute_copy.default | True 2025-03-21T20:26:30.5791606Z [QNN Partitioner Op Support]: aten.unsqueeze_copy.default | True 2025-03-21T20:26:30.5792102Z [QNN Partitioner Op Support]: aten.rms_norm.default | True 2025-03-21T20:26:30.5792565Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:30.5793009Z [QNN Partitioner Op Support]: aten.index.Tensor | True 2025-03-21T20:26:30.5793481Z [QNN Partitioner Op Support]: aten.embedding.default | True 2025-03-21T20:26:30.5793961Z [QNN Partitioner Op Support]: aten._to_copy.default | True 2025-03-21T20:26:30.5794425Z [QNN Partitioner Op Support]: aten._to_copy.default | True 2025-03-21T20:26:30.5795026Z [INFO 2025-03-21 20:26:30,112 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5795754Z [INFO 2025-03-21 20:26:30,112 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5796471Z [INFO 2025-03-21 20:26:30,112 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5797187Z [INFO 2025-03-21 20:26:30,112 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5797903Z [INFO 2025-03-21 20:26:30,113 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5798687Z [INFO 2025-03-21 20:26:30,113 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5799406Z [INFO 2025-03-21 20:26:30,113 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5800128Z [INFO 2025-03-21 20:26:30,113 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5800849Z [INFO 2025-03-21 20:26:30,113 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5801570Z [INFO 2025-03-21 20:26:30,113 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5802283Z [INFO 2025-03-21 20:26:30,114 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5802995Z [INFO 2025-03-21 20:26:30,114 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5803702Z [INFO 2025-03-21 20:26:30,114 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5804421Z [INFO 2025-03-21 20:26:30,114 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5805142Z [INFO 2025-03-21 20:26:30,114 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5805883Z [INFO 2025-03-21 20:26:30,114 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5806597Z [INFO 2025-03-21 20:26:30,115 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5807313Z [INFO 2025-03-21 20:26:30,115 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5808033Z [INFO 2025-03-21 20:26:30,115 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5808740Z [INFO 2025-03-21 20:26:30,115 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5809459Z [INFO 2025-03-21 20:26:30,115 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5810178Z [INFO 2025-03-21 20:26:30,115 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5810947Z [INFO 2025-03-21 20:26:30,116 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5811672Z [INFO 2025-03-21 20:26:30,116 utils.py:363] The buffer node is a mutated buffer node, which is not constant. 2025-03-21T20:26:30.5812258Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:26:30.5812658Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:26:30.5813038Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:26:30.5813411Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:26:30.5813828Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:26:30.5814423Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:26:30.5815003Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:26:31.3817627Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:26:31.3818285Z 2025-03-21T20:26:31.3819072Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:26:31.3820038Z 2025-03-21T20:26:31.3820310Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:26:31.3821330Z [INFO 2025-03-21 20:26:31,270 qnn_preprocess.py:69] Visiting: aten__to_copy_default, aten._to_copy.default 2025-03-21T20:26:31.3822623Z [INFO 2025-03-21 20:26:31,270 qnn_preprocess.py:69] Visiting: aten__to_copy_default_1, aten._to_copy.default 2025-03-21T20:26:31.3823878Z [INFO 2025-03-21 20:26:31,271 qnn_preprocess.py:69] Visiting: aten_embedding_default, aten.embedding.default 2025-03-21T20:26:31.3825436Z [INFO 2025-03-21 20:26:31,339 qnn_preprocess.py:69] Visiting: aten_index_tensor, aten.index.Tensor 2025-03-21T20:26:31.3826603Z [INFO 2025-03-21 20:26:31,340 qnn_preprocess.py:69] Visiting: aten_index_tensor_1, aten.index.Tensor 2025-03-21T20:26:31.3827775Z [INFO 2025-03-21 20:26:31,341 qnn_preprocess.py:69] Visiting: aten_index_tensor_2, aten.index.Tensor 2025-03-21T20:26:31.3828940Z [INFO 2025-03-21 20:26:31,342 qnn_preprocess.py:69] Visiting: aten_index_tensor_3, aten.index.Tensor 2025-03-21T20:26:31.3830107Z [INFO 2025-03-21 20:26:31,343 qnn_preprocess.py:69] Visiting: aten_index_tensor_4, aten.index.Tensor 2025-03-21T20:26:31.3831270Z [INFO 2025-03-21 20:26:31,344 qnn_preprocess.py:69] Visiting: aten_index_tensor_5, aten.index.Tensor 2025-03-21T20:26:31.3832419Z [INFO 2025-03-21 20:26:31,345 qnn_preprocess.py:69] Visiting: aten_index_tensor_6, aten.index.Tensor 2025-03-21T20:26:31.3833580Z [INFO 2025-03-21 20:26:31,345 qnn_preprocess.py:69] Visiting: aten_index_tensor_7, aten.index.Tensor 2025-03-21T20:26:31.3834750Z [INFO 2025-03-21 20:26:31,346 qnn_preprocess.py:69] Visiting: aten_index_tensor_8, aten.index.Tensor 2025-03-21T20:26:31.3835916Z [INFO 2025-03-21 20:26:31,347 qnn_preprocess.py:69] Visiting: aten_index_tensor_9, aten.index.Tensor 2025-03-21T20:26:31.3837185Z [INFO 2025-03-21 20:26:31,348 qnn_preprocess.py:69] Visiting: aten_index_tensor_10, aten.index.Tensor 2025-03-21T20:26:31.3838426Z [INFO 2025-03-21 20:26:31,349 qnn_preprocess.py:69] Visiting: aten_index_tensor_11, aten.index.Tensor 2025-03-21T20:26:31.3839593Z [INFO 2025-03-21 20:26:31,350 qnn_preprocess.py:69] Visiting: aten_index_tensor_12, aten.index.Tensor 2025-03-21T20:26:31.3840767Z [INFO 2025-03-21 20:26:31,351 qnn_preprocess.py:69] Visiting: aten_index_tensor_13, aten.index.Tensor 2025-03-21T20:26:31.3841975Z [INFO 2025-03-21 20:26:31,351 qnn_preprocess.py:69] Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-03-21T20:26:31.3843226Z [INFO 2025-03-21 20:26:31,352 qnn_preprocess.py:69] Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-03-21T20:26:31.3844520Z [INFO 2025-03-21 20:26:31,353 qnn_preprocess.py:69] Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-03-21T20:26:31.3845806Z [INFO 2025-03-21 20:26:31,353 qnn_preprocess.py:69] Visiting: aten_view_copy_default_41, aten.view_copy.default 2025-03-21T20:26:31.3847153Z [INFO 2025-03-21 20:26:31,353 qnn_preprocess.py:69] Visiting: aten_view_copy_default_59, aten.view_copy.default 2025-03-21T20:26:31.3848430Z [INFO 2025-03-21 20:26:31,353 qnn_preprocess.py:69] Visiting: aten_view_copy_default_77, aten.view_copy.default 2025-03-21T20:26:31.3849717Z [INFO 2025-03-21 20:26:31,354 qnn_preprocess.py:69] Visiting: aten_view_copy_default_95, aten.view_copy.default 2025-03-21T20:26:31.3851005Z [INFO 2025-03-21 20:26:31,354 qnn_preprocess.py:69] Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-03-21T20:26:31.3852298Z [INFO 2025-03-21 20:26:31,354 qnn_preprocess.py:69] Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-03-21T20:26:31.3853593Z [INFO 2025-03-21 20:26:31,354 qnn_preprocess.py:69] Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-03-21T20:26:31.3854883Z [INFO 2025-03-21 20:26:31,355 qnn_preprocess.py:69] Visiting: aten_view_copy_default_167, aten.view_copy.default 2025-03-21T20:26:31.3856173Z [INFO 2025-03-21 20:26:31,355 qnn_preprocess.py:69] Visiting: aten_view_copy_default_185, aten.view_copy.default 2025-03-21T20:26:31.3857458Z [INFO 2025-03-21 20:26:31,355 qnn_preprocess.py:69] Visiting: aten_view_copy_default_203, aten.view_copy.default 2025-03-21T20:26:31.3858749Z [INFO 2025-03-21 20:26:31,355 qnn_preprocess.py:69] Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-03-21T20:26:31.3860037Z [INFO 2025-03-21 20:26:31,356 qnn_preprocess.py:69] Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-03-21T20:26:31.3861410Z [INFO 2025-03-21 20:26:31,356 qnn_preprocess.py:69] Visiting: aten_view_copy_default_42, aten.view_copy.default 2025-03-21T20:26:31.3862785Z [INFO 2025-03-21 20:26:31,356 qnn_preprocess.py:69] Visiting: aten_view_copy_default_60, aten.view_copy.default 2025-03-21T20:26:31.3864074Z [INFO 2025-03-21 20:26:31,356 qnn_preprocess.py:69] Visiting: aten_view_copy_default_78, aten.view_copy.default 2025-03-21T20:26:31.3865357Z [INFO 2025-03-21 20:26:31,357 qnn_preprocess.py:69] Visiting: aten_view_copy_default_96, aten.view_copy.default 2025-03-21T20:26:31.3866636Z [INFO 2025-03-21 20:26:31,357 qnn_preprocess.py:69] Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-03-21T20:26:31.3867932Z [INFO 2025-03-21 20:26:31,357 qnn_preprocess.py:69] Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-03-21T20:26:31.3869224Z [INFO 2025-03-21 20:26:31,358 qnn_preprocess.py:69] Visiting: aten_view_copy_default_150, aten.view_copy.default 2025-03-21T20:26:31.3870523Z [INFO 2025-03-21 20:26:31,358 qnn_preprocess.py:69] Visiting: aten_view_copy_default_168, aten.view_copy.default 2025-03-21T20:26:31.3871828Z [INFO 2025-03-21 20:26:31,358 qnn_preprocess.py:69] Visiting: aten_view_copy_default_186, aten.view_copy.default 2025-03-21T20:26:31.3873118Z [INFO 2025-03-21 20:26:31,358 qnn_preprocess.py:69] Visiting: aten_view_copy_default_204, aten.view_copy.default 2025-03-21T20:26:31.3874467Z [INFO 2025-03-21 20:26:31,359 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-03-21T20:26:31.3876069Z [INFO 2025-03-21 20:26:31,359 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_664, aten.permute_copy.default 2025-03-21T20:26:31.3877480Z [INFO 2025-03-21 20:26:31,360 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_1, aten.unsqueeze_copy.default 2025-03-21T20:26:31.3878883Z [INFO 2025-03-21 20:26:31,360 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_665, aten.permute_copy.default 2025-03-21T20:26:31.3880286Z [INFO 2025-03-21 20:26:31,361 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_2, aten.unsqueeze_copy.default 2025-03-21T20:26:31.3881699Z [INFO 2025-03-21 20:26:31,361 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_666, aten.permute_copy.default 2025-03-21T20:26:31.3883061Z [INFO 2025-03-21 20:26:31,362 qnn_preprocess.py:69] Visiting: aten_convolution_default, aten.convolution.default 2025-03-21T20:26:31.3884457Z [INFO 2025-03-21 20:26:31,364 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_667, aten.permute_copy.default 2025-03-21T20:26:31.3885824Z [INFO 2025-03-21 20:26:31,365 qnn_preprocess.py:69] Visiting: aten_convolution_default_1, aten.convolution.default 2025-03-21T20:26:31.3887188Z [INFO 2025-03-21 20:26:31,369 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_668, aten.permute_copy.default 2025-03-21T20:26:31.3888549Z [INFO 2025-03-21 20:26:31,369 qnn_preprocess.py:69] Visiting: aten_convolution_default_2, aten.convolution.default 2025-03-21T20:26:31.3889916Z [INFO 2025-03-21 20:26:31,373 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_669, aten.permute_copy.default 2025-03-21T20:26:31.3891238Z [INFO 2025-03-21 20:26:31,373 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims, aten.squeeze_copy.dims 2025-03-21T20:26:31.3892512Z [INFO 2025-03-21 20:26:31,374 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_1, aten.squeeze_copy.dims 2025-03-21T20:26:31.3893785Z [INFO 2025-03-21 20:26:31,374 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_2, aten.squeeze_copy.dims 2025-03-21T20:26:31.3895045Z [INFO 2025-03-21 20:26:31,374 qnn_preprocess.py:69] Visiting: aten_view_copy_default, aten.view_copy.default 2025-03-21T20:26:31.3896309Z [INFO 2025-03-21 20:26:31,375 qnn_preprocess.py:69] Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-03-21T20:26:31.3897582Z [INFO 2025-03-21 20:26:31,375 qnn_preprocess.py:69] Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-03-21T20:26:31.3898849Z [INFO 2025-03-21 20:26:31,375 qnn_preprocess.py:69] Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-03-21T20:26:31.3900125Z [INFO 2025-03-21 20:26:31,376 qnn_preprocess.py:69] Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-03-21T20:26:31.3901576Z [INFO 2025-03-21 20:26:31,376 qnn_preprocess.py:69] Visiting: aten_index_put_default_1, aten.index_put.default 2025-03-21T20:26:31.3902833Z [INFO 2025-03-21 20:26:31,377 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-03-21T20:26:31.3904107Z [INFO 2025-03-21 20:26:31,377 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-03-21T20:26:31.3905386Z [INFO 2025-03-21 20:26:31,378 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-03-21T20:26:31.3906663Z [INFO 2025-03-21 20:26:31,378 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-03-21T20:26:31.3907988Z [INFO 2025-03-21 20:26:31,379 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_19, aten.permute_copy.default 2025-03-21T20:26:31.3909361Z [INFO 2025-03-21 20:26:31,379 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_20, aten.permute_copy.default 2025-03-21T20:26:31.3910751Z [INFO 2025-03-21 20:26:31,380 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_21, aten.permute_copy.default 2025-03-21T20:26:31.3912122Z [INFO 2025-03-21 20:26:31,380 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_22, aten.permute_copy.default 2025-03-21T20:26:31.4178851Z [INFO 2025-03-21 20:26:31,381 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_23, aten.permute_copy.default 2025-03-21T20:26:31.4180422Z [INFO 2025-03-21 20:26:31,382 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_24, aten.permute_copy.default 2025-03-21T20:26:31.4181854Z [INFO 2025-03-21 20:26:31,382 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_25, aten.permute_copy.default 2025-03-21T20:26:31.4183215Z [INFO 2025-03-21 20:26:31,383 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_26, aten.permute_copy.default 2025-03-21T20:26:31.4184587Z [INFO 2025-03-21 20:26:31,383 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_27, aten.permute_copy.default 2025-03-21T20:26:31.4185975Z [INFO 2025-03-21 20:26:31,384 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_28, aten.permute_copy.default 2025-03-21T20:26:31.4187347Z [INFO 2025-03-21 20:26:31,385 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_29, aten.permute_copy.default 2025-03-21T20:26:31.4188914Z [INFO 2025-03-21 20:26:31,385 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_30, aten.permute_copy.default 2025-03-21T20:26:31.4190258Z [INFO 2025-03-21 20:26:31,386 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_3, aten.squeeze_copy.dims 2025-03-21T20:26:31.4191547Z [INFO 2025-03-21 20:26:31,386 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_4, aten.squeeze_copy.dims 2025-03-21T20:26:31.4192823Z [INFO 2025-03-21 20:26:31,387 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_5, aten.squeeze_copy.dims 2025-03-21T20:26:31.4194104Z [INFO 2025-03-21 20:26:31,387 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_6, aten.squeeze_copy.dims 2025-03-21T20:26:31.4195379Z [INFO 2025-03-21 20:26:31,387 qnn_preprocess.py:69] Visiting: aten_select_copy_int_24, aten.select_copy.int 2025-03-21T20:26:31.4196633Z [INFO 2025-03-21 20:26:31,388 qnn_preprocess.py:69] Visiting: aten_select_copy_int_26, aten.select_copy.int 2025-03-21T20:26:31.4197907Z [INFO 2025-03-21 20:26:31,388 qnn_preprocess.py:69] Visiting: aten_select_copy_int_28, aten.select_copy.int 2025-03-21T20:26:31.4199159Z [INFO 2025-03-21 20:26:31,389 qnn_preprocess.py:69] Visiting: aten_select_copy_int_30, aten.select_copy.int 2025-03-21T20:26:31.4200410Z [INFO 2025-03-21 20:26:31,389 qnn_preprocess.py:69] Visiting: aten_select_copy_int_32, aten.select_copy.int 2025-03-21T20:26:31.4201654Z [INFO 2025-03-21 20:26:31,389 qnn_preprocess.py:69] Visiting: aten_select_copy_int_34, aten.select_copy.int 2025-03-21T20:26:31.4202887Z [INFO 2025-03-21 20:26:31,390 qnn_preprocess.py:69] Visiting: aten_select_copy_int_36, aten.select_copy.int 2025-03-21T20:26:31.4204191Z [INFO 2025-03-21 20:26:31,390 qnn_preprocess.py:69] Visiting: aten_select_copy_int_38, aten.select_copy.int 2025-03-21T20:26:31.4205477Z [INFO 2025-03-21 20:26:31,391 qnn_preprocess.py:69] Visiting: aten_select_copy_int_40, aten.select_copy.int 2025-03-21T20:26:31.4206712Z [INFO 2025-03-21 20:26:31,391 qnn_preprocess.py:69] Visiting: aten_select_copy_int_42, aten.select_copy.int 2025-03-21T20:26:31.4207951Z [INFO 2025-03-21 20:26:31,391 qnn_preprocess.py:69] Visiting: aten_select_copy_int_44, aten.select_copy.int 2025-03-21T20:26:31.4209196Z [INFO 2025-03-21 20:26:31,392 qnn_preprocess.py:69] Visiting: aten_select_copy_int_46, aten.select_copy.int 2025-03-21T20:26:31.4210385Z [INFO 2025-03-21 20:26:31,392 qnn_preprocess.py:69] Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-03-21T20:26:31.4211492Z [INFO 2025-03-21 20:26:31,393 qnn_preprocess.py:69] Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-03-21T20:26:31.4212606Z [INFO 2025-03-21 20:26:31,393 qnn_preprocess.py:69] Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-03-21T20:26:31.4213731Z [INFO 2025-03-21 20:26:31,394 qnn_preprocess.py:69] Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-03-21T20:26:31.4214850Z [INFO 2025-03-21 20:26:31,394 qnn_preprocess.py:69] Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-03-21T20:26:31.4215966Z [INFO 2025-03-21 20:26:31,395 qnn_preprocess.py:69] Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-03-21T20:26:31.4217087Z [INFO 2025-03-21 20:26:31,395 qnn_preprocess.py:69] Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-03-21T20:26:31.4218226Z [INFO 2025-03-21 20:26:31,396 qnn_preprocess.py:69] Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-03-21T20:26:31.4219404Z [INFO 2025-03-21 20:26:31,396 qnn_preprocess.py:69] Visiting: aten_select_copy_int_25, aten.select_copy.int 2025-03-21T20:26:31.4220643Z [INFO 2025-03-21 20:26:31,397 qnn_preprocess.py:69] Visiting: aten_select_copy_int_27, aten.select_copy.int 2025-03-21T20:26:31.4221948Z [INFO 2025-03-21 20:26:31,397 qnn_preprocess.py:69] Visiting: aten_select_copy_int_29, aten.select_copy.int 2025-03-21T20:26:31.4223195Z [INFO 2025-03-21 20:26:31,397 qnn_preprocess.py:69] Visiting: aten_select_copy_int_31, aten.select_copy.int 2025-03-21T20:26:31.4224425Z [INFO 2025-03-21 20:26:31,398 qnn_preprocess.py:69] Visiting: aten_select_copy_int_33, aten.select_copy.int 2025-03-21T20:26:31.4225705Z [INFO 2025-03-21 20:26:31,398 qnn_preprocess.py:69] Visiting: aten_select_copy_int_35, aten.select_copy.int 2025-03-21T20:26:31.4226931Z [INFO 2025-03-21 20:26:31,398 qnn_preprocess.py:69] Visiting: aten_select_copy_int_37, aten.select_copy.int 2025-03-21T20:26:31.4228175Z [INFO 2025-03-21 20:26:31,399 qnn_preprocess.py:69] Visiting: aten_select_copy_int_39, aten.select_copy.int 2025-03-21T20:26:31.4229419Z [INFO 2025-03-21 20:26:31,399 qnn_preprocess.py:69] Visiting: aten_select_copy_int_41, aten.select_copy.int 2025-03-21T20:26:31.4230658Z [INFO 2025-03-21 20:26:31,400 qnn_preprocess.py:69] Visiting: aten_select_copy_int_43, aten.select_copy.int 2025-03-21T20:26:31.4231899Z [INFO 2025-03-21 20:26:31,400 qnn_preprocess.py:69] Visiting: aten_select_copy_int_45, aten.select_copy.int 2025-03-21T20:26:31.4233149Z [INFO 2025-03-21 20:26:31,400 qnn_preprocess.py:69] Visiting: aten_select_copy_int_47, aten.select_copy.int 2025-03-21T20:26:31.4234320Z [INFO 2025-03-21 20:26:31,401 qnn_preprocess.py:69] Visiting: aten_sub_tensor, aten.sub.Tensor 2025-03-21T20:26:31.4235433Z [INFO 2025-03-21 20:26:31,401 qnn_preprocess.py:69] Visiting: aten_add_tensor, aten.add.Tensor 2025-03-21T20:26:31.4236551Z [INFO 2025-03-21 20:26:31,402 qnn_preprocess.py:69] Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-03-21T20:26:31.4237667Z [INFO 2025-03-21 20:26:31,402 qnn_preprocess.py:69] Visiting: aten_add_tensor_1, aten.add.Tensor 2025-03-21T20:26:31.4238811Z [INFO 2025-03-21 20:26:31,403 qnn_preprocess.py:69] Visiting: aten_cat_default_3, aten.cat.default 2025-03-21T20:26:31.4240100Z [INFO 2025-03-21 20:26:31,404 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_3, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4241598Z [INFO 2025-03-21 20:26:31,405 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_4, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4243000Z [INFO 2025-03-21 20:26:31,405 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_5, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4244421Z [INFO 2025-03-21 20:26:31,405 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_6, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4245789Z [INFO 2025-03-21 20:26:31,406 qnn_preprocess.py:69] Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-03-21T20:26:31.4247007Z [INFO 2025-03-21 20:26:31,406 qnn_preprocess.py:69] Visiting: aten_cat_default, aten.cat.default 2025-03-21T20:26:31.4248151Z [INFO 2025-03-21 20:26:31,406 qnn_preprocess.py:69] Visiting: aten_cat_default_1, aten.cat.default 2025-03-21T20:26:31.4249368Z [INFO 2025-03-21 20:26:31,407 qnn_preprocess.py:69] Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-03-21T20:26:31.4250653Z [INFO 2025-03-21 20:26:31,407 qnn_preprocess.py:69] Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-03-21T20:26:31.4251974Z [INFO 2025-03-21 20:26:31,408 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_6, aten.permute_copy.default 2025-03-21T20:26:31.4253292Z [INFO 2025-03-21 20:26:31,408 qnn_preprocess.py:69] Visiting: aten_index_put_default, aten.index_put.default 2025-03-21T20:26:31.4254618Z [INFO 2025-03-21 20:26:31,409 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_7, aten.permute_copy.default 2025-03-21T20:26:31.4256010Z [INFO 2025-03-21 20:26:31,410 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_8, aten.permute_copy.default 2025-03-21T20:26:31.4257369Z [INFO 2025-03-21 20:26:31,410 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_9, aten.permute_copy.default 2025-03-21T20:26:31.4258733Z [INFO 2025-03-21 20:26:31,411 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_10, aten.permute_copy.default 2025-03-21T20:26:31.4260099Z [INFO 2025-03-21 20:26:31,412 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_11, aten.permute_copy.default 2025-03-21T20:26:31.4261520Z [INFO 2025-03-21 20:26:31,412 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_12, aten.permute_copy.default 2025-03-21T20:26:31.4262894Z [INFO 2025-03-21 20:26:31,413 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_13, aten.permute_copy.default 2025-03-21T20:26:31.4264295Z [INFO 2025-03-21 20:26:31,413 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_14, aten.permute_copy.default 2025-03-21T20:26:31.4265664Z [INFO 2025-03-21 20:26:31,414 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_15, aten.permute_copy.default 2025-03-21T20:26:31.4267023Z [INFO 2025-03-21 20:26:31,415 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_16, aten.permute_copy.default 2025-03-21T20:26:31.4268389Z [INFO 2025-03-21 20:26:31,415 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_17, aten.permute_copy.default 2025-03-21T20:26:31.4269756Z [INFO 2025-03-21 20:26:31,416 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_18, aten.permute_copy.default 2025-03-21T20:26:31.4271039Z [INFO 2025-03-21 20:26:31,416 qnn_preprocess.py:69] Visiting: aten_select_copy_int, aten.select_copy.int 2025-03-21T20:26:31.4272261Z [INFO 2025-03-21 20:26:31,417 qnn_preprocess.py:69] Visiting: aten_select_copy_int_2, aten.select_copy.int 2025-03-21T20:26:31.4833417Z [INFO 2025-03-21 20:26:31,417 qnn_preprocess.py:69] Visiting: aten_select_copy_int_4, aten.select_copy.int 2025-03-21T20:26:31.4834890Z [INFO 2025-03-21 20:26:31,418 qnn_preprocess.py:69] Visiting: aten_select_copy_int_6, aten.select_copy.int 2025-03-21T20:26:31.4836131Z [INFO 2025-03-21 20:26:31,418 qnn_preprocess.py:69] Visiting: aten_select_copy_int_8, aten.select_copy.int 2025-03-21T20:26:31.4837487Z [INFO 2025-03-21 20:26:31,419 qnn_preprocess.py:69] Visiting: aten_select_copy_int_10, aten.select_copy.int 2025-03-21T20:26:31.4838837Z [INFO 2025-03-21 20:26:31,419 qnn_preprocess.py:69] Visiting: aten_select_copy_int_12, aten.select_copy.int 2025-03-21T20:26:31.4840538Z [INFO 2025-03-21 20:26:31,419 qnn_preprocess.py:69] Visiting: aten_select_copy_int_14, aten.select_copy.int 2025-03-21T20:26:31.4841911Z [INFO 2025-03-21 20:26:31,420 qnn_preprocess.py:69] Visiting: aten_select_copy_int_16, aten.select_copy.int 2025-03-21T20:26:31.4843281Z [INFO 2025-03-21 20:26:31,420 qnn_preprocess.py:69] Visiting: aten_select_copy_int_18, aten.select_copy.int 2025-03-21T20:26:31.4844629Z [INFO 2025-03-21 20:26:31,421 qnn_preprocess.py:69] Visiting: aten_select_copy_int_20, aten.select_copy.int 2025-03-21T20:26:31.4845952Z [INFO 2025-03-21 20:26:31,421 qnn_preprocess.py:69] Visiting: aten_select_copy_int_22, aten.select_copy.int 2025-03-21T20:26:31.4847309Z [INFO 2025-03-21 20:26:31,422 qnn_preprocess.py:69] Visiting: aten_select_copy_int_1, aten.select_copy.int 2025-03-21T20:26:31.4848666Z [INFO 2025-03-21 20:26:31,422 qnn_preprocess.py:69] Visiting: aten_select_copy_int_3, aten.select_copy.int 2025-03-21T20:26:31.4849963Z [INFO 2025-03-21 20:26:31,422 qnn_preprocess.py:69] Visiting: aten_select_copy_int_5, aten.select_copy.int 2025-03-21T20:26:31.4851338Z [INFO 2025-03-21 20:26:31,423 qnn_preprocess.py:69] Visiting: aten_select_copy_int_7, aten.select_copy.int 2025-03-21T20:26:31.4852716Z [INFO 2025-03-21 20:26:31,423 qnn_preprocess.py:69] Visiting: aten_select_copy_int_9, aten.select_copy.int 2025-03-21T20:26:31.4854011Z [INFO 2025-03-21 20:26:31,424 qnn_preprocess.py:69] Visiting: aten_select_copy_int_11, aten.select_copy.int 2025-03-21T20:26:31.4855548Z [INFO 2025-03-21 20:26:31,424 qnn_preprocess.py:69] Visiting: aten_select_copy_int_13, aten.select_copy.int 2025-03-21T20:26:31.4856931Z [INFO 2025-03-21 20:26:31,425 qnn_preprocess.py:69] Visiting: aten_select_copy_int_15, aten.select_copy.int 2025-03-21T20:26:31.4858197Z [INFO 2025-03-21 20:26:31,425 qnn_preprocess.py:69] Visiting: aten_select_copy_int_17, aten.select_copy.int 2025-03-21T20:26:31.4859568Z [INFO 2025-03-21 20:26:31,425 qnn_preprocess.py:69] Visiting: aten_select_copy_int_19, aten.select_copy.int 2025-03-21T20:26:31.4860959Z [INFO 2025-03-21 20:26:31,426 qnn_preprocess.py:69] Visiting: aten_select_copy_int_21, aten.select_copy.int 2025-03-21T20:26:31.4862416Z [INFO 2025-03-21 20:26:31,426 qnn_preprocess.py:69] Visiting: aten_select_copy_int_23, aten.select_copy.int 2025-03-21T20:26:31.4863866Z [INFO 2025-03-21 20:26:31,427 qnn_preprocess.py:69] Visiting: aten_cat_default_2, aten.cat.default 2025-03-21T20:26:31.4865237Z [INFO 2025-03-21 20:26:31,428 qnn_preprocess.py:69] Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-03-21T20:26:31.4866476Z [INFO 2025-03-21 20:26:31,428 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_31, aten.permute_copy.default 2025-03-21T20:26:31.4867781Z [INFO 2025-03-21 20:26:31,429 qnn_preprocess.py:69] Visiting: aten_matmul_default, aten.matmul.default 2025-03-21T20:26:31.4868918Z [INFO 2025-03-21 20:26:31,429 qnn_preprocess.py:69] Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-03-21T20:26:31.4870096Z [INFO 2025-03-21 20:26:31,430 qnn_preprocess.py:69] Visiting: aten_add_tensor_2, aten.add.Tensor 2025-03-21T20:26:31.4871310Z [INFO 2025-03-21 20:26:31,431 qnn_preprocess.py:69] Visiting: aten__softmax_default, aten._softmax.default 2025-03-21T20:26:31.4872596Z [INFO 2025-03-21 20:26:31,431 qnn_preprocess.py:69] Visiting: aten_matmul_default_1, aten.matmul.default 2025-03-21T20:26:31.4874033Z [INFO 2025-03-21 20:26:31,432 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_32, aten.permute_copy.default 2025-03-21T20:26:31.4875454Z [INFO 2025-03-21 20:26:31,432 qnn_preprocess.py:69] Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-03-21T20:26:31.4877035Z [INFO 2025-03-21 20:26:31,432 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_7, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4878573Z [INFO 2025-03-21 20:26:31,433 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_670, aten.permute_copy.default 2025-03-21T20:26:31.4880110Z [INFO 2025-03-21 20:26:31,433 qnn_preprocess.py:69] Visiting: aten_convolution_default_3, aten.convolution.default 2025-03-21T20:26:31.4881859Z [INFO 2025-03-21 20:26:31,437 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_671, aten.permute_copy.default 2025-03-21T20:26:31.4883191Z [INFO 2025-03-21 20:26:31,437 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_7, aten.squeeze_copy.dims 2025-03-21T20:26:31.4884564Z [INFO 2025-03-21 20:26:31,438 qnn_preprocess.py:69] Visiting: aten_add_tensor_3, aten.add.Tensor 2025-03-21T20:26:31.4885890Z [INFO 2025-03-21 20:26:31,438 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-03-21T20:26:31.4887358Z [INFO 2025-03-21 20:26:31,439 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_8, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4888883Z [INFO 2025-03-21 20:26:31,440 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_672, aten.permute_copy.default 2025-03-21T20:26:31.4890339Z [INFO 2025-03-21 20:26:31,440 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_9, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4891902Z [INFO 2025-03-21 20:26:31,441 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_673, aten.permute_copy.default 2025-03-21T20:26:31.4893419Z [INFO 2025-03-21 20:26:31,441 qnn_preprocess.py:69] Visiting: aten_convolution_default_4, aten.convolution.default 2025-03-21T20:26:31.4894956Z [INFO 2025-03-21 20:26:31,449 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_674, aten.permute_copy.default 2025-03-21T20:26:31.4896485Z [INFO 2025-03-21 20:26:31,450 qnn_preprocess.py:69] Visiting: aten_convolution_default_5, aten.convolution.default 2025-03-21T20:26:31.4897997Z [INFO 2025-03-21 20:26:31,456 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_675, aten.permute_copy.default 2025-03-21T20:26:31.4899494Z [INFO 2025-03-21 20:26:31,456 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_8, aten.squeeze_copy.dims 2025-03-21T20:26:31.4900916Z [INFO 2025-03-21 20:26:31,457 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_9, aten.squeeze_copy.dims 2025-03-21T20:26:31.4902288Z [INFO 2025-03-21 20:26:31,457 qnn_preprocess.py:69] Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-03-21T20:26:31.4903575Z [INFO 2025-03-21 20:26:31,458 qnn_preprocess.py:69] Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-03-21T20:26:31.4904857Z [INFO 2025-03-21 20:26:31,458 qnn_preprocess.py:69] Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-03-21T20:26:31.4906172Z [INFO 2025-03-21 20:26:31,459 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_10, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4907564Z [INFO 2025-03-21 20:26:31,459 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_676, aten.permute_copy.default 2025-03-21T20:26:31.4908959Z [INFO 2025-03-21 20:26:31,460 qnn_preprocess.py:69] Visiting: aten_convolution_default_6, aten.convolution.default 2025-03-21T20:26:31.4910396Z [INFO 2025-03-21 20:26:31,467 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_677, aten.permute_copy.default 2025-03-21T20:26:31.4911766Z [INFO 2025-03-21 20:26:31,468 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_10, aten.squeeze_copy.dims 2025-03-21T20:26:31.4913081Z [INFO 2025-03-21 20:26:31,469 qnn_preprocess.py:69] Visiting: aten_add_tensor_4, aten.add.Tensor 2025-03-21T20:26:31.4914245Z [INFO 2025-03-21 20:26:31,469 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-03-21T20:26:31.4915637Z [INFO 2025-03-21 20:26:31,470 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_11, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4917054Z [INFO 2025-03-21 20:26:31,470 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_678, aten.permute_copy.default 2025-03-21T20:26:31.4918577Z [INFO 2025-03-21 20:26:31,471 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_12, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4919957Z [INFO 2025-03-21 20:26:31,471 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_679, aten.permute_copy.default 2025-03-21T20:26:31.4921505Z [INFO 2025-03-21 20:26:31,472 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_13, aten.unsqueeze_copy.default 2025-03-21T20:26:31.4923085Z [INFO 2025-03-21 20:26:31,472 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_680, aten.permute_copy.default 2025-03-21T20:26:31.4924467Z [INFO 2025-03-21 20:26:31,473 qnn_preprocess.py:69] Visiting: aten_convolution_default_7, aten.convolution.default 2025-03-21T20:26:31.4925862Z [INFO 2025-03-21 20:26:31,475 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_681, aten.permute_copy.default 2025-03-21T20:26:31.4927311Z [INFO 2025-03-21 20:26:31,476 qnn_preprocess.py:69] Visiting: aten_convolution_default_8, aten.convolution.default 2025-03-21T20:26:31.4928689Z [INFO 2025-03-21 20:26:31,478 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_682, aten.permute_copy.default 2025-03-21T20:26:31.4930174Z [INFO 2025-03-21 20:26:31,479 qnn_preprocess.py:69] Visiting: aten_convolution_default_9, aten.convolution.default 2025-03-21T20:26:31.4931532Z [INFO 2025-03-21 20:26:31,481 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_683, aten.permute_copy.default 2025-03-21T20:26:31.4932924Z [INFO 2025-03-21 20:26:31,482 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_11, aten.squeeze_copy.dims 2025-03-21T20:26:31.4934241Z [INFO 2025-03-21 20:26:31,482 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_12, aten.squeeze_copy.dims 2025-03-21T20:26:31.5199131Z [INFO 2025-03-21 20:26:31,483 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_13, aten.squeeze_copy.dims 2025-03-21T20:26:31.5200743Z [INFO 2025-03-21 20:26:31,483 qnn_preprocess.py:69] Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-03-21T20:26:31.5202130Z [INFO 2025-03-21 20:26:31,484 qnn_preprocess.py:69] Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-03-21T20:26:31.5203570Z [INFO 2025-03-21 20:26:31,484 qnn_preprocess.py:69] Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-03-21T20:26:31.5204797Z [INFO 2025-03-21 20:26:31,484 qnn_preprocess.py:69] Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-03-21T20:26:31.5206267Z [INFO 2025-03-21 20:26:31,485 qnn_preprocess.py:69] Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-03-21T20:26:31.5207542Z [INFO 2025-03-21 20:26:31,485 qnn_preprocess.py:69] Visiting: aten_index_put_default_3, aten.index_put.default 2025-03-21T20:26:31.5209015Z [INFO 2025-03-21 20:26:31,487 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-03-21T20:26:31.5210318Z [INFO 2025-03-21 20:26:31,488 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-03-21T20:26:31.5211723Z [INFO 2025-03-21 20:26:31,488 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-03-21T20:26:31.5213156Z [INFO 2025-03-21 20:26:31,489 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-03-21T20:26:31.5214520Z [INFO 2025-03-21 20:26:31,490 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_60, aten.permute_copy.default 2025-03-21T20:26:31.5216057Z [INFO 2025-03-21 20:26:31,491 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_61, aten.permute_copy.default 2025-03-21T20:26:31.5217395Z [INFO 2025-03-21 20:26:31,491 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_62, aten.permute_copy.default 2025-03-21T20:26:31.5218804Z [INFO 2025-03-21 20:26:31,492 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_63, aten.permute_copy.default 2025-03-21T20:26:31.5220164Z [INFO 2025-03-21 20:26:31,493 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_64, aten.permute_copy.default 2025-03-21T20:26:31.5221719Z [INFO 2025-03-21 20:26:31,494 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_65, aten.permute_copy.default 2025-03-21T20:26:31.5223072Z [INFO 2025-03-21 20:26:31,494 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_66, aten.permute_copy.default 2025-03-21T20:26:31.5224553Z [INFO 2025-03-21 20:26:31,495 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_67, aten.permute_copy.default 2025-03-21T20:26:31.5226144Z [INFO 2025-03-21 20:26:31,495 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_68, aten.permute_copy.default 2025-03-21T20:26:31.5227558Z [INFO 2025-03-21 20:26:31,496 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_69, aten.permute_copy.default 2025-03-21T20:26:31.5228962Z [INFO 2025-03-21 20:26:31,497 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_70, aten.permute_copy.default 2025-03-21T20:26:31.5230442Z [INFO 2025-03-21 20:26:31,497 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_71, aten.permute_copy.default 2025-03-21T20:26:31.5231731Z [INFO 2025-03-21 20:26:31,498 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_14, aten.squeeze_copy.dims 2025-03-21T20:26:31.5233127Z [INFO 2025-03-21 20:26:31,498 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_15, aten.squeeze_copy.dims 2025-03-21T20:26:31.5234421Z [INFO 2025-03-21 20:26:31,499 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_16, aten.squeeze_copy.dims 2025-03-21T20:26:31.5235785Z [INFO 2025-03-21 20:26:31,499 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_17, aten.squeeze_copy.dims 2025-03-21T20:26:31.5237043Z [INFO 2025-03-21 20:26:31,499 qnn_preprocess.py:69] Visiting: aten_select_copy_int_72, aten.select_copy.int 2025-03-21T20:26:31.5238367Z [INFO 2025-03-21 20:26:31,500 qnn_preprocess.py:69] Visiting: aten_select_copy_int_74, aten.select_copy.int 2025-03-21T20:26:31.5239764Z [INFO 2025-03-21 20:26:31,500 qnn_preprocess.py:69] Visiting: aten_select_copy_int_76, aten.select_copy.int 2025-03-21T20:26:31.5241042Z [INFO 2025-03-21 20:26:31,501 qnn_preprocess.py:69] Visiting: aten_select_copy_int_78, aten.select_copy.int 2025-03-21T20:26:31.5242363Z [INFO 2025-03-21 20:26:31,501 qnn_preprocess.py:69] Visiting: aten_select_copy_int_80, aten.select_copy.int 2025-03-21T20:26:31.5243599Z [INFO 2025-03-21 20:26:31,501 qnn_preprocess.py:69] Visiting: aten_select_copy_int_82, aten.select_copy.int 2025-03-21T20:26:31.5244886Z [INFO 2025-03-21 20:26:31,502 qnn_preprocess.py:69] Visiting: aten_select_copy_int_84, aten.select_copy.int 2025-03-21T20:26:31.5246134Z [INFO 2025-03-21 20:26:31,502 qnn_preprocess.py:69] Visiting: aten_select_copy_int_86, aten.select_copy.int 2025-03-21T20:26:31.5247481Z [INFO 2025-03-21 20:26:31,503 qnn_preprocess.py:69] Visiting: aten_select_copy_int_88, aten.select_copy.int 2025-03-21T20:26:31.5248775Z [INFO 2025-03-21 20:26:31,503 qnn_preprocess.py:69] Visiting: aten_select_copy_int_90, aten.select_copy.int 2025-03-21T20:26:31.5250119Z [INFO 2025-03-21 20:26:31,503 qnn_preprocess.py:69] Visiting: aten_select_copy_int_92, aten.select_copy.int 2025-03-21T20:26:31.5251376Z [INFO 2025-03-21 20:26:31,504 qnn_preprocess.py:69] Visiting: aten_select_copy_int_94, aten.select_copy.int 2025-03-21T20:26:31.5252598Z [INFO 2025-03-21 20:26:31,504 qnn_preprocess.py:69] Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-03-21T20:26:31.5253729Z [INFO 2025-03-21 20:26:31,505 qnn_preprocess.py:69] Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-03-21T20:26:31.5254891Z [INFO 2025-03-21 20:26:31,505 qnn_preprocess.py:69] Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-03-21T20:26:31.5256127Z [INFO 2025-03-21 20:26:31,505 qnn_preprocess.py:69] Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-03-21T20:26:31.5257406Z [INFO 2025-03-21 20:26:31,506 qnn_preprocess.py:69] Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-03-21T20:26:31.5258627Z [INFO 2025-03-21 20:26:31,506 qnn_preprocess.py:69] Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-03-21T20:26:31.5259796Z [INFO 2025-03-21 20:26:31,507 qnn_preprocess.py:69] Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-03-21T20:26:31.5260940Z [INFO 2025-03-21 20:26:31,507 qnn_preprocess.py:69] Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-03-21T20:26:31.5262240Z [INFO 2025-03-21 20:26:31,508 qnn_preprocess.py:69] Visiting: aten_select_copy_int_73, aten.select_copy.int 2025-03-21T20:26:31.5263492Z [INFO 2025-03-21 20:26:31,508 qnn_preprocess.py:69] Visiting: aten_select_copy_int_75, aten.select_copy.int 2025-03-21T20:26:31.5264995Z [INFO 2025-03-21 20:26:31,508 qnn_preprocess.py:69] Visiting: aten_select_copy_int_77, aten.select_copy.int 2025-03-21T20:26:31.5266190Z [INFO 2025-03-21 20:26:31,509 qnn_preprocess.py:69] Visiting: aten_select_copy_int_79, aten.select_copy.int 2025-03-21T20:26:31.5267555Z [INFO 2025-03-21 20:26:31,509 qnn_preprocess.py:69] Visiting: aten_select_copy_int_81, aten.select_copy.int 2025-03-21T20:26:31.5268782Z [INFO 2025-03-21 20:26:31,510 qnn_preprocess.py:69] Visiting: aten_select_copy_int_83, aten.select_copy.int 2025-03-21T20:26:31.5270057Z [INFO 2025-03-21 20:26:31,510 qnn_preprocess.py:69] Visiting: aten_select_copy_int_85, aten.select_copy.int 2025-03-21T20:26:31.5271284Z [INFO 2025-03-21 20:26:31,510 qnn_preprocess.py:69] Visiting: aten_select_copy_int_87, aten.select_copy.int 2025-03-21T20:26:31.5272564Z [INFO 2025-03-21 20:26:31,511 qnn_preprocess.py:69] Visiting: aten_select_copy_int_89, aten.select_copy.int 2025-03-21T20:26:31.5273869Z [INFO 2025-03-21 20:26:31,511 qnn_preprocess.py:69] Visiting: aten_select_copy_int_91, aten.select_copy.int 2025-03-21T20:26:31.5275121Z [INFO 2025-03-21 20:26:31,511 qnn_preprocess.py:69] Visiting: aten_select_copy_int_93, aten.select_copy.int 2025-03-21T20:26:31.5276669Z [INFO 2025-03-21 20:26:31,512 qnn_preprocess.py:69] Visiting: aten_select_copy_int_95, aten.select_copy.int 2025-03-21T20:26:31.5277798Z [INFO 2025-03-21 20:26:31,512 qnn_preprocess.py:69] Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-03-21T20:26:31.5279124Z [INFO 2025-03-21 20:26:31,513 qnn_preprocess.py:69] Visiting: aten_add_tensor_5, aten.add.Tensor 2025-03-21T20:26:31.5280259Z [INFO 2025-03-21 20:26:31,513 qnn_preprocess.py:69] Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-03-21T20:26:31.5281441Z [INFO 2025-03-21 20:26:31,514 qnn_preprocess.py:69] Visiting: aten_add_tensor_6, aten.add.Tensor 2025-03-21T20:26:31.5282608Z [INFO 2025-03-21 20:26:31,514 qnn_preprocess.py:69] Visiting: aten_cat_default_7, aten.cat.default 2025-03-21T20:26:31.5283927Z [INFO 2025-03-21 20:26:31,515 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_14, aten.unsqueeze_copy.default 2025-03-21T20:26:31.5285458Z [INFO 2025-03-21 20:26:31,516 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_15, aten.unsqueeze_copy.default 2025-03-21T20:26:31.5287048Z [INFO 2025-03-21 20:26:31,516 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_16, aten.unsqueeze_copy.default 2025-03-21T20:26:31.5288483Z [INFO 2025-03-21 20:26:31,516 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_17, aten.unsqueeze_copy.default 2025-03-21T20:26:31.5289884Z [INFO 2025-03-21 20:26:31,517 qnn_preprocess.py:69] Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-03-21T20:26:31.5291158Z [INFO 2025-03-21 20:26:31,517 qnn_preprocess.py:69] Visiting: aten_cat_default_4, aten.cat.default 2025-03-21T20:26:31.5292302Z [INFO 2025-03-21 20:26:31,518 qnn_preprocess.py:69] Visiting: aten_cat_default_5, aten.cat.default 2025-03-21T20:26:31.5293654Z [INFO 2025-03-21 20:26:31,518 qnn_preprocess.py:69] Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-03-21T20:26:31.5294910Z [INFO 2025-03-21 20:26:31,518 qnn_preprocess.py:69] Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-03-21T20:26:31.5296298Z [INFO 2025-03-21 20:26:31,519 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-03-21T20:26:31.5791295Z [INFO 2025-03-21 20:26:31,519 qnn_preprocess.py:69] Visiting: aten_index_put_default_2, aten.index_put.default 2025-03-21T20:26:31.5792833Z [INFO 2025-03-21 20:26:31,521 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-03-21T20:26:31.5794368Z [INFO 2025-03-21 20:26:31,522 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_49, aten.permute_copy.default 2025-03-21T20:26:31.5795753Z [INFO 2025-03-21 20:26:31,523 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_50, aten.permute_copy.default 2025-03-21T20:26:31.5797231Z [INFO 2025-03-21 20:26:31,523 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_51, aten.permute_copy.default 2025-03-21T20:26:31.5799082Z [INFO 2025-03-21 20:26:31,524 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_52, aten.permute_copy.default 2025-03-21T20:26:31.5800602Z [INFO 2025-03-21 20:26:31,525 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_53, aten.permute_copy.default 2025-03-21T20:26:31.5802036Z [INFO 2025-03-21 20:26:31,526 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_54, aten.permute_copy.default 2025-03-21T20:26:31.5803472Z [INFO 2025-03-21 20:26:31,527 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_55, aten.permute_copy.default 2025-03-21T20:26:31.5804994Z [INFO 2025-03-21 20:26:31,528 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_56, aten.permute_copy.default 2025-03-21T20:26:31.5806504Z [INFO 2025-03-21 20:26:31,529 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_57, aten.permute_copy.default 2025-03-21T20:26:31.5808020Z [INFO 2025-03-21 20:26:31,529 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_58, aten.permute_copy.default 2025-03-21T20:26:31.5809442Z [INFO 2025-03-21 20:26:31,530 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_59, aten.permute_copy.default 2025-03-21T20:26:31.5810845Z [INFO 2025-03-21 20:26:31,531 qnn_preprocess.py:69] Visiting: aten_select_copy_int_48, aten.select_copy.int 2025-03-21T20:26:31.5812080Z [INFO 2025-03-21 20:26:31,531 qnn_preprocess.py:69] Visiting: aten_select_copy_int_50, aten.select_copy.int 2025-03-21T20:26:31.5813501Z [INFO 2025-03-21 20:26:31,531 qnn_preprocess.py:69] Visiting: aten_select_copy_int_52, aten.select_copy.int 2025-03-21T20:26:31.5814742Z [INFO 2025-03-21 20:26:31,532 qnn_preprocess.py:69] Visiting: aten_select_copy_int_54, aten.select_copy.int 2025-03-21T20:26:31.5816085Z [INFO 2025-03-21 20:26:31,532 qnn_preprocess.py:69] Visiting: aten_select_copy_int_56, aten.select_copy.int 2025-03-21T20:26:31.5817285Z [INFO 2025-03-21 20:26:31,533 qnn_preprocess.py:69] Visiting: aten_select_copy_int_58, aten.select_copy.int 2025-03-21T20:26:31.5818660Z [INFO 2025-03-21 20:26:31,533 qnn_preprocess.py:69] Visiting: aten_select_copy_int_60, aten.select_copy.int 2025-03-21T20:26:31.5820029Z [INFO 2025-03-21 20:26:31,533 qnn_preprocess.py:69] Visiting: aten_select_copy_int_62, aten.select_copy.int 2025-03-21T20:26:31.5821607Z [INFO 2025-03-21 20:26:31,534 qnn_preprocess.py:69] Visiting: aten_select_copy_int_64, aten.select_copy.int 2025-03-21T20:26:31.5822995Z [INFO 2025-03-21 20:26:31,534 qnn_preprocess.py:69] Visiting: aten_select_copy_int_66, aten.select_copy.int 2025-03-21T20:26:31.5824232Z [INFO 2025-03-21 20:26:31,534 qnn_preprocess.py:69] Visiting: aten_select_copy_int_68, aten.select_copy.int 2025-03-21T20:26:31.5825608Z [INFO 2025-03-21 20:26:31,535 qnn_preprocess.py:69] Visiting: aten_select_copy_int_70, aten.select_copy.int 2025-03-21T20:26:31.5826770Z [INFO 2025-03-21 20:26:31,535 qnn_preprocess.py:69] Visiting: aten_select_copy_int_49, aten.select_copy.int 2025-03-21T20:26:31.5828064Z [INFO 2025-03-21 20:26:31,535 qnn_preprocess.py:69] Visiting: aten_select_copy_int_51, aten.select_copy.int 2025-03-21T20:26:31.5829308Z [INFO 2025-03-21 20:26:31,536 qnn_preprocess.py:69] Visiting: aten_select_copy_int_53, aten.select_copy.int 2025-03-21T20:26:31.5830624Z [INFO 2025-03-21 20:26:31,536 qnn_preprocess.py:69] Visiting: aten_select_copy_int_55, aten.select_copy.int 2025-03-21T20:26:31.5831906Z [INFO 2025-03-21 20:26:31,536 qnn_preprocess.py:69] Visiting: aten_select_copy_int_57, aten.select_copy.int 2025-03-21T20:26:31.5833187Z [INFO 2025-03-21 20:26:31,537 qnn_preprocess.py:69] Visiting: aten_select_copy_int_59, aten.select_copy.int 2025-03-21T20:26:31.5834549Z [INFO 2025-03-21 20:26:31,537 qnn_preprocess.py:69] Visiting: aten_select_copy_int_61, aten.select_copy.int 2025-03-21T20:26:31.5835921Z [INFO 2025-03-21 20:26:31,538 qnn_preprocess.py:69] Visiting: aten_select_copy_int_63, aten.select_copy.int 2025-03-21T20:26:31.5837290Z [INFO 2025-03-21 20:26:31,538 qnn_preprocess.py:69] Visiting: aten_select_copy_int_65, aten.select_copy.int 2025-03-21T20:26:31.5838741Z [INFO 2025-03-21 20:26:31,538 qnn_preprocess.py:69] Visiting: aten_select_copy_int_67, aten.select_copy.int 2025-03-21T20:26:31.5840113Z [INFO 2025-03-21 20:26:31,539 qnn_preprocess.py:69] Visiting: aten_select_copy_int_69, aten.select_copy.int 2025-03-21T20:26:31.5841382Z [INFO 2025-03-21 20:26:31,539 qnn_preprocess.py:69] Visiting: aten_select_copy_int_71, aten.select_copy.int 2025-03-21T20:26:31.5842617Z [INFO 2025-03-21 20:26:31,539 qnn_preprocess.py:69] Visiting: aten_cat_default_6, aten.cat.default 2025-03-21T20:26:31.5843825Z [INFO 2025-03-21 20:26:31,541 qnn_preprocess.py:69] Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-03-21T20:26:31.5845184Z [INFO 2025-03-21 20:26:31,541 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_72, aten.permute_copy.default 2025-03-21T20:26:31.5846554Z [INFO 2025-03-21 20:26:31,541 qnn_preprocess.py:69] Visiting: aten_matmul_default_2, aten.matmul.default 2025-03-21T20:26:31.5847738Z [INFO 2025-03-21 20:26:31,542 qnn_preprocess.py:69] Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-03-21T20:26:31.5849006Z [INFO 2025-03-21 20:26:31,543 qnn_preprocess.py:69] Visiting: aten_add_tensor_7, aten.add.Tensor 2025-03-21T20:26:31.5850333Z [INFO 2025-03-21 20:26:31,543 qnn_preprocess.py:69] Visiting: aten__softmax_default_1, aten._softmax.default 2025-03-21T20:26:31.5851686Z [INFO 2025-03-21 20:26:31,544 qnn_preprocess.py:69] Visiting: aten_matmul_default_3, aten.matmul.default 2025-03-21T20:26:31.5853131Z [INFO 2025-03-21 20:26:31,544 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_73, aten.permute_copy.default 2025-03-21T20:26:31.5854488Z [INFO 2025-03-21 20:26:31,545 qnn_preprocess.py:69] Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-03-21T20:26:31.5855847Z [INFO 2025-03-21 20:26:31,545 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_18, aten.unsqueeze_copy.default 2025-03-21T20:26:31.5857306Z [INFO 2025-03-21 20:26:31,545 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_684, aten.permute_copy.default 2025-03-21T20:26:31.5858864Z [INFO 2025-03-21 20:26:31,546 qnn_preprocess.py:69] Visiting: aten_convolution_default_10, aten.convolution.default 2025-03-21T20:26:31.5860262Z [INFO 2025-03-21 20:26:31,549 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_685, aten.permute_copy.default 2025-03-21T20:26:31.5861986Z [INFO 2025-03-21 20:26:31,550 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_18, aten.squeeze_copy.dims 2025-03-21T20:26:31.5863178Z [INFO 2025-03-21 20:26:31,550 qnn_preprocess.py:69] Visiting: aten_add_tensor_8, aten.add.Tensor 2025-03-21T20:26:31.5864444Z [INFO 2025-03-21 20:26:31,551 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-03-21T20:26:31.5865835Z [INFO 2025-03-21 20:26:31,551 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_19, aten.unsqueeze_copy.default 2025-03-21T20:26:31.5867093Z [INFO 2025-03-21 20:26:31,552 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_686, aten.permute_copy.default 2025-03-21T20:26:31.5881834Z [INFO 2025-03-21 20:26:31,552 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_20, aten.unsqueeze_copy.default 2025-03-21T20:26:31.5883291Z [INFO 2025-03-21 20:26:31,553 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_687, aten.permute_copy.default 2025-03-21T20:26:31.5884677Z [INFO 2025-03-21 20:26:31,553 qnn_preprocess.py:69] Visiting: aten_convolution_default_11, aten.convolution.default 2025-03-21T20:26:31.5886050Z [INFO 2025-03-21 20:26:31,562 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_688, aten.permute_copy.default 2025-03-21T20:26:31.5887495Z [INFO 2025-03-21 20:26:31,562 qnn_preprocess.py:69] Visiting: aten_convolution_default_12, aten.convolution.default 2025-03-21T20:26:31.5888909Z [INFO 2025-03-21 20:26:31,568 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_689, aten.permute_copy.default 2025-03-21T20:26:31.5890335Z [INFO 2025-03-21 20:26:31,569 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_19, aten.squeeze_copy.dims 2025-03-21T20:26:31.5891899Z [INFO 2025-03-21 20:26:31,569 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_20, aten.squeeze_copy.dims 2025-03-21T20:26:31.5893306Z [INFO 2025-03-21 20:26:31,569 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-03-21T20:26:31.5894636Z [INFO 2025-03-21 20:26:31,570 qnn_preprocess.py:69] Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-03-21T20:26:31.5895863Z [INFO 2025-03-21 20:26:31,570 qnn_preprocess.py:69] Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-03-21T20:26:31.5897184Z [INFO 2025-03-21 20:26:31,571 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_21, aten.unsqueeze_copy.default 2025-03-21T20:26:31.5898624Z [INFO 2025-03-21 20:26:31,571 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_690, aten.permute_copy.default 2025-03-21T20:26:31.5900002Z [INFO 2025-03-21 20:26:31,571 qnn_preprocess.py:69] Visiting: aten_convolution_default_13, aten.convolution.default 2025-03-21T20:26:31.5901569Z [INFO 2025-03-21 20:26:31,577 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_691, aten.permute_copy.default 2025-03-21T20:26:31.5903072Z [INFO 2025-03-21 20:26:31,577 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_21, aten.squeeze_copy.dims 2025-03-21T20:26:31.5904333Z [INFO 2025-03-21 20:26:31,578 qnn_preprocess.py:69] Visiting: aten_add_tensor_9, aten.add.Tensor 2025-03-21T20:26:31.6228308Z [INFO 2025-03-21 20:26:31,578 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-03-21T20:26:31.6229940Z [INFO 2025-03-21 20:26:31,580 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_22, aten.unsqueeze_copy.default 2025-03-21T20:26:31.6231472Z [INFO 2025-03-21 20:26:31,580 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_692, aten.permute_copy.default 2025-03-21T20:26:31.6232886Z [INFO 2025-03-21 20:26:31,581 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_23, aten.unsqueeze_copy.default 2025-03-21T20:26:31.6234441Z [INFO 2025-03-21 20:26:31,582 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_693, aten.permute_copy.default 2025-03-21T20:26:31.6236034Z [INFO 2025-03-21 20:26:31,583 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_24, aten.unsqueeze_copy.default 2025-03-21T20:26:31.6237708Z [INFO 2025-03-21 20:26:31,583 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_694, aten.permute_copy.default 2025-03-21T20:26:31.6239241Z [INFO 2025-03-21 20:26:31,584 qnn_preprocess.py:69] Visiting: aten_convolution_default_14, aten.convolution.default 2025-03-21T20:26:31.6240653Z [INFO 2025-03-21 20:26:31,587 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_695, aten.permute_copy.default 2025-03-21T20:26:31.6242192Z [INFO 2025-03-21 20:26:31,589 qnn_preprocess.py:69] Visiting: aten_convolution_default_15, aten.convolution.default 2025-03-21T20:26:31.6243706Z [INFO 2025-03-21 20:26:31,591 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_696, aten.permute_copy.default 2025-03-21T20:26:31.6245226Z [INFO 2025-03-21 20:26:31,592 qnn_preprocess.py:69] Visiting: aten_convolution_default_16, aten.convolution.default 2025-03-21T20:26:31.6246770Z [INFO 2025-03-21 20:26:31,595 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_697, aten.permute_copy.default 2025-03-21T20:26:31.6248219Z [INFO 2025-03-21 20:26:31,596 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_22, aten.squeeze_copy.dims 2025-03-21T20:26:31.6249641Z [INFO 2025-03-21 20:26:31,596 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_23, aten.squeeze_copy.dims 2025-03-21T20:26:31.6251043Z [INFO 2025-03-21 20:26:31,597 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_24, aten.squeeze_copy.dims 2025-03-21T20:26:31.6252454Z [INFO 2025-03-21 20:26:31,597 qnn_preprocess.py:69] Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-03-21T20:26:31.6253897Z [INFO 2025-03-21 20:26:31,597 qnn_preprocess.py:69] Visiting: aten_view_copy_default_37, aten.view_copy.default 2025-03-21T20:26:31.6255329Z [INFO 2025-03-21 20:26:31,598 qnn_preprocess.py:69] Visiting: aten_view_copy_default_38, aten.view_copy.default 2025-03-21T20:26:31.6257184Z [INFO 2025-03-21 20:26:31,598 qnn_preprocess.py:69] Visiting: aten_view_copy_default_39, aten.view_copy.default 2025-03-21T20:26:31.6258596Z [INFO 2025-03-21 20:26:31,598 qnn_preprocess.py:69] Visiting: aten_view_copy_default_40, aten.view_copy.default 2025-03-21T20:26:31.6260041Z [INFO 2025-03-21 20:26:31,599 qnn_preprocess.py:69] Visiting: aten_index_put_default_5, aten.index_put.default 2025-03-21T20:26:31.6261502Z [INFO 2025-03-21 20:26:31,600 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-03-21T20:26:31.6262954Z [INFO 2025-03-21 20:26:31,600 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-03-21T20:26:31.6264320Z [INFO 2025-03-21 20:26:31,600 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-03-21T20:26:31.6265703Z [INFO 2025-03-21 20:26:31,601 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-03-21T20:26:31.6267211Z [INFO 2025-03-21 20:26:31,601 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-03-21T20:26:31.6268767Z [INFO 2025-03-21 20:26:31,602 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_102, aten.permute_copy.default 2025-03-21T20:26:31.6270316Z [INFO 2025-03-21 20:26:31,602 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_103, aten.permute_copy.default 2025-03-21T20:26:31.6271950Z [INFO 2025-03-21 20:26:31,603 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_104, aten.permute_copy.default 2025-03-21T20:26:31.6273480Z [INFO 2025-03-21 20:26:31,604 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_105, aten.permute_copy.default 2025-03-21T20:26:31.6275028Z [INFO 2025-03-21 20:26:31,604 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_106, aten.permute_copy.default 2025-03-21T20:26:31.6276794Z [INFO 2025-03-21 20:26:31,605 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_107, aten.permute_copy.default 2025-03-21T20:26:31.6278337Z [INFO 2025-03-21 20:26:31,605 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_108, aten.permute_copy.default 2025-03-21T20:26:31.6279882Z [INFO 2025-03-21 20:26:31,606 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_109, aten.permute_copy.default 2025-03-21T20:26:31.6281522Z [INFO 2025-03-21 20:26:31,607 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_110, aten.permute_copy.default 2025-03-21T20:26:31.6283063Z [INFO 2025-03-21 20:26:31,607 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_111, aten.permute_copy.default 2025-03-21T20:26:31.6284593Z [INFO 2025-03-21 20:26:31,608 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_112, aten.permute_copy.default 2025-03-21T20:26:31.6286083Z [INFO 2025-03-21 20:26:31,608 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_25, aten.squeeze_copy.dims 2025-03-21T20:26:31.6287516Z [INFO 2025-03-21 20:26:31,609 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_26, aten.squeeze_copy.dims 2025-03-21T20:26:31.6288977Z [INFO 2025-03-21 20:26:31,609 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_27, aten.squeeze_copy.dims 2025-03-21T20:26:31.6290242Z [INFO 2025-03-21 20:26:31,609 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_28, aten.squeeze_copy.dims 2025-03-21T20:26:31.6291637Z [INFO 2025-03-21 20:26:31,610 qnn_preprocess.py:69] Visiting: aten_select_copy_int_120, aten.select_copy.int 2025-03-21T20:26:31.6293030Z [INFO 2025-03-21 20:26:31,610 qnn_preprocess.py:69] Visiting: aten_select_copy_int_122, aten.select_copy.int 2025-03-21T20:26:31.6294399Z [INFO 2025-03-21 20:26:31,611 qnn_preprocess.py:69] Visiting: aten_select_copy_int_124, aten.select_copy.int 2025-03-21T20:26:31.6295805Z [INFO 2025-03-21 20:26:31,611 qnn_preprocess.py:69] Visiting: aten_select_copy_int_126, aten.select_copy.int 2025-03-21T20:26:31.6297093Z [INFO 2025-03-21 20:26:31,611 qnn_preprocess.py:69] Visiting: aten_select_copy_int_128, aten.select_copy.int 2025-03-21T20:26:31.6298655Z [INFO 2025-03-21 20:26:31,612 qnn_preprocess.py:69] Visiting: aten_select_copy_int_130, aten.select_copy.int 2025-03-21T20:26:31.6300188Z [INFO 2025-03-21 20:26:31,612 qnn_preprocess.py:69] Visiting: aten_select_copy_int_132, aten.select_copy.int 2025-03-21T20:26:31.6301654Z [INFO 2025-03-21 20:26:31,612 qnn_preprocess.py:69] Visiting: aten_select_copy_int_134, aten.select_copy.int 2025-03-21T20:26:31.6302920Z [INFO 2025-03-21 20:26:31,613 qnn_preprocess.py:69] Visiting: aten_select_copy_int_136, aten.select_copy.int 2025-03-21T20:26:31.6304314Z [INFO 2025-03-21 20:26:31,613 qnn_preprocess.py:69] Visiting: aten_select_copy_int_138, aten.select_copy.int 2025-03-21T20:26:31.6305699Z [INFO 2025-03-21 20:26:31,614 qnn_preprocess.py:69] Visiting: aten_select_copy_int_140, aten.select_copy.int 2025-03-21T20:26:31.6307086Z [INFO 2025-03-21 20:26:31,614 qnn_preprocess.py:69] Visiting: aten_select_copy_int_142, aten.select_copy.int 2025-03-21T20:26:31.6308423Z [INFO 2025-03-21 20:26:31,614 qnn_preprocess.py:69] Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-03-21T20:26:31.6309629Z [INFO 2025-03-21 20:26:31,615 qnn_preprocess.py:69] Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-03-21T20:26:31.6310902Z [INFO 2025-03-21 20:26:31,615 qnn_preprocess.py:69] Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-03-21T20:26:31.6312158Z [INFO 2025-03-21 20:26:31,616 qnn_preprocess.py:69] Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-03-21T20:26:31.6313530Z [INFO 2025-03-21 20:26:31,616 qnn_preprocess.py:69] Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-03-21T20:26:31.6314749Z [INFO 2025-03-21 20:26:31,616 qnn_preprocess.py:69] Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-03-21T20:26:31.6315940Z [INFO 2025-03-21 20:26:31,617 qnn_preprocess.py:69] Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-03-21T20:26:31.6317179Z [INFO 2025-03-21 20:26:31,617 qnn_preprocess.py:69] Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-03-21T20:26:31.6318522Z [INFO 2025-03-21 20:26:31,618 qnn_preprocess.py:69] Visiting: aten_select_copy_int_121, aten.select_copy.int 2025-03-21T20:26:31.6319811Z [INFO 2025-03-21 20:26:31,618 qnn_preprocess.py:69] Visiting: aten_select_copy_int_123, aten.select_copy.int 2025-03-21T20:26:31.6321211Z [INFO 2025-03-21 20:26:31,619 qnn_preprocess.py:69] Visiting: aten_select_copy_int_125, aten.select_copy.int 2025-03-21T20:26:31.6322686Z [INFO 2025-03-21 20:26:31,619 qnn_preprocess.py:69] Visiting: aten_select_copy_int_127, aten.select_copy.int 2025-03-21T20:26:31.6324089Z [INFO 2025-03-21 20:26:31,619 qnn_preprocess.py:69] Visiting: aten_select_copy_int_129, aten.select_copy.int 2025-03-21T20:26:31.6325475Z [INFO 2025-03-21 20:26:31,620 qnn_preprocess.py:69] Visiting: aten_select_copy_int_131, aten.select_copy.int 2025-03-21T20:26:31.6326863Z [INFO 2025-03-21 20:26:31,620 qnn_preprocess.py:69] Visiting: aten_select_copy_int_133, aten.select_copy.int 2025-03-21T20:26:31.6328117Z [INFO 2025-03-21 20:26:31,620 qnn_preprocess.py:69] Visiting: aten_select_copy_int_135, aten.select_copy.int 2025-03-21T20:26:31.6329515Z [INFO 2025-03-21 20:26:31,621 qnn_preprocess.py:69] Visiting: aten_select_copy_int_137, aten.select_copy.int 2025-03-21T20:26:31.6330902Z [INFO 2025-03-21 20:26:31,621 qnn_preprocess.py:69] Visiting: aten_select_copy_int_139, aten.select_copy.int 2025-03-21T20:26:31.6332305Z [INFO 2025-03-21 20:26:31,622 qnn_preprocess.py:69] Visiting: aten_select_copy_int_141, aten.select_copy.int 2025-03-21T20:26:31.6651498Z [INFO 2025-03-21 20:26:31,622 qnn_preprocess.py:69] Visiting: aten_select_copy_int_143, aten.select_copy.int 2025-03-21T20:26:31.6652757Z [INFO 2025-03-21 20:26:31,623 qnn_preprocess.py:69] Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-03-21T20:26:31.6653892Z [INFO 2025-03-21 20:26:31,623 qnn_preprocess.py:69] Visiting: aten_add_tensor_10, aten.add.Tensor 2025-03-21T20:26:31.6655034Z [INFO 2025-03-21 20:26:31,624 qnn_preprocess.py:69] Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-03-21T20:26:31.6656257Z [INFO 2025-03-21 20:26:31,625 qnn_preprocess.py:69] Visiting: aten_add_tensor_11, aten.add.Tensor 2025-03-21T20:26:31.6657618Z [INFO 2025-03-21 20:26:31,626 qnn_preprocess.py:69] Visiting: aten_cat_default_11, aten.cat.default 2025-03-21T20:26:31.6659057Z [INFO 2025-03-21 20:26:31,628 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_25, aten.unsqueeze_copy.default 2025-03-21T20:26:31.6660670Z [INFO 2025-03-21 20:26:31,629 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_26, aten.unsqueeze_copy.default 2025-03-21T20:26:31.6662321Z [INFO 2025-03-21 20:26:31,630 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_27, aten.unsqueeze_copy.default 2025-03-21T20:26:31.6663741Z [INFO 2025-03-21 20:26:31,630 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_28, aten.unsqueeze_copy.default 2025-03-21T20:26:31.6665148Z [INFO 2025-03-21 20:26:31,631 qnn_preprocess.py:69] Visiting: aten_view_copy_default_46, aten.view_copy.default 2025-03-21T20:26:31.6666350Z [INFO 2025-03-21 20:26:31,631 qnn_preprocess.py:69] Visiting: aten_cat_default_8, aten.cat.default 2025-03-21T20:26:31.6667586Z [INFO 2025-03-21 20:26:31,632 qnn_preprocess.py:69] Visiting: aten_cat_default_9, aten.cat.default 2025-03-21T20:26:31.6668953Z [INFO 2025-03-21 20:26:31,633 qnn_preprocess.py:69] Visiting: aten_view_copy_default_43, aten.view_copy.default 2025-03-21T20:26:31.6670292Z [INFO 2025-03-21 20:26:31,633 qnn_preprocess.py:69] Visiting: aten_view_copy_default_44, aten.view_copy.default 2025-03-21T20:26:31.6671901Z [INFO 2025-03-21 20:26:31,633 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_88, aten.permute_copy.default 2025-03-21T20:26:31.6673397Z [INFO 2025-03-21 20:26:31,634 qnn_preprocess.py:69] Visiting: aten_index_put_default_4, aten.index_put.default 2025-03-21T20:26:31.6674866Z [INFO 2025-03-21 20:26:31,635 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_89, aten.permute_copy.default 2025-03-21T20:26:31.6676576Z [INFO 2025-03-21 20:26:31,636 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-03-21T20:26:31.6678216Z [INFO 2025-03-21 20:26:31,636 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-03-21T20:26:31.6679828Z [INFO 2025-03-21 20:26:31,637 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-03-21T20:26:31.6681509Z [INFO 2025-03-21 20:26:31,637 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-03-21T20:26:31.6683087Z [INFO 2025-03-21 20:26:31,638 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-03-21T20:26:31.6684695Z [INFO 2025-03-21 20:26:31,639 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-03-21T20:26:31.6686228Z [INFO 2025-03-21 20:26:31,639 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-03-21T20:26:31.6687637Z [INFO 2025-03-21 20:26:31,640 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-03-21T20:26:31.6689057Z [INFO 2025-03-21 20:26:31,640 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-03-21T20:26:31.6690454Z [INFO 2025-03-21 20:26:31,641 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-03-21T20:26:31.6691875Z [INFO 2025-03-21 20:26:31,642 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-03-21T20:26:31.6693163Z [INFO 2025-03-21 20:26:31,642 qnn_preprocess.py:69] Visiting: aten_select_copy_int_96, aten.select_copy.int 2025-03-21T20:26:31.6694518Z [INFO 2025-03-21 20:26:31,643 qnn_preprocess.py:69] Visiting: aten_select_copy_int_98, aten.select_copy.int 2025-03-21T20:26:31.6695837Z [INFO 2025-03-21 20:26:31,643 qnn_preprocess.py:69] Visiting: aten_select_copy_int_100, aten.select_copy.int 2025-03-21T20:26:31.6697111Z [INFO 2025-03-21 20:26:31,643 qnn_preprocess.py:69] Visiting: aten_select_copy_int_102, aten.select_copy.int 2025-03-21T20:26:31.6698497Z [INFO 2025-03-21 20:26:31,644 qnn_preprocess.py:69] Visiting: aten_select_copy_int_104, aten.select_copy.int 2025-03-21T20:26:31.6699829Z [INFO 2025-03-21 20:26:31,644 qnn_preprocess.py:69] Visiting: aten_select_copy_int_106, aten.select_copy.int 2025-03-21T20:26:31.6701110Z [INFO 2025-03-21 20:26:31,644 qnn_preprocess.py:69] Visiting: aten_select_copy_int_108, aten.select_copy.int 2025-03-21T20:26:31.6702477Z [INFO 2025-03-21 20:26:31,645 qnn_preprocess.py:69] Visiting: aten_select_copy_int_110, aten.select_copy.int 2025-03-21T20:26:31.6703733Z [INFO 2025-03-21 20:26:31,645 qnn_preprocess.py:69] Visiting: aten_select_copy_int_112, aten.select_copy.int 2025-03-21T20:26:31.6705005Z [INFO 2025-03-21 20:26:31,646 qnn_preprocess.py:69] Visiting: aten_select_copy_int_114, aten.select_copy.int 2025-03-21T20:26:31.6706272Z [INFO 2025-03-21 20:26:31,646 qnn_preprocess.py:69] Visiting: aten_select_copy_int_116, aten.select_copy.int 2025-03-21T20:26:31.6707533Z [INFO 2025-03-21 20:26:31,646 qnn_preprocess.py:69] Visiting: aten_select_copy_int_118, aten.select_copy.int 2025-03-21T20:26:31.6708809Z [INFO 2025-03-21 20:26:31,647 qnn_preprocess.py:69] Visiting: aten_select_copy_int_97, aten.select_copy.int 2025-03-21T20:26:31.6710074Z [INFO 2025-03-21 20:26:31,647 qnn_preprocess.py:69] Visiting: aten_select_copy_int_99, aten.select_copy.int 2025-03-21T20:26:31.6711339Z [INFO 2025-03-21 20:26:31,648 qnn_preprocess.py:69] Visiting: aten_select_copy_int_101, aten.select_copy.int 2025-03-21T20:26:31.6712679Z [INFO 2025-03-21 20:26:31,648 qnn_preprocess.py:69] Visiting: aten_select_copy_int_103, aten.select_copy.int 2025-03-21T20:26:31.6713953Z [INFO 2025-03-21 20:26:31,648 qnn_preprocess.py:69] Visiting: aten_select_copy_int_105, aten.select_copy.int 2025-03-21T20:26:31.6715217Z [INFO 2025-03-21 20:26:31,649 qnn_preprocess.py:69] Visiting: aten_select_copy_int_107, aten.select_copy.int 2025-03-21T20:26:31.6716483Z [INFO 2025-03-21 20:26:31,649 qnn_preprocess.py:69] Visiting: aten_select_copy_int_109, aten.select_copy.int 2025-03-21T20:26:31.6717748Z [INFO 2025-03-21 20:26:31,649 qnn_preprocess.py:69] Visiting: aten_select_copy_int_111, aten.select_copy.int 2025-03-21T20:26:31.6719009Z [INFO 2025-03-21 20:26:31,650 qnn_preprocess.py:69] Visiting: aten_select_copy_int_113, aten.select_copy.int 2025-03-21T20:26:31.6720344Z [INFO 2025-03-21 20:26:31,650 qnn_preprocess.py:69] Visiting: aten_select_copy_int_115, aten.select_copy.int 2025-03-21T20:26:31.6721601Z [INFO 2025-03-21 20:26:31,651 qnn_preprocess.py:69] Visiting: aten_select_copy_int_117, aten.select_copy.int 2025-03-21T20:26:31.6722842Z [INFO 2025-03-21 20:26:31,651 qnn_preprocess.py:69] Visiting: aten_select_copy_int_119, aten.select_copy.int 2025-03-21T20:26:31.6724064Z [INFO 2025-03-21 20:26:31,651 qnn_preprocess.py:69] Visiting: aten_cat_default_10, aten.cat.default 2025-03-21T20:26:31.6725294Z [INFO 2025-03-21 20:26:31,653 qnn_preprocess.py:69] Visiting: aten_view_copy_default_45, aten.view_copy.default 2025-03-21T20:26:31.6726603Z [INFO 2025-03-21 20:26:31,653 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_113, aten.permute_copy.default 2025-03-21T20:26:31.6727911Z [INFO 2025-03-21 20:26:31,654 qnn_preprocess.py:69] Visiting: aten_matmul_default_4, aten.matmul.default 2025-03-21T20:26:31.6729101Z [INFO 2025-03-21 20:26:31,654 qnn_preprocess.py:69] Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-03-21T20:26:31.6730262Z [INFO 2025-03-21 20:26:31,655 qnn_preprocess.py:69] Visiting: aten_add_tensor_12, aten.add.Tensor 2025-03-21T20:26:31.6731469Z [INFO 2025-03-21 20:26:31,655 qnn_preprocess.py:69] Visiting: aten__softmax_default_2, aten._softmax.default 2025-03-21T20:26:31.6732724Z [INFO 2025-03-21 20:26:31,656 qnn_preprocess.py:69] Visiting: aten_matmul_default_5, aten.matmul.default 2025-03-21T20:26:31.6734009Z [INFO 2025-03-21 20:26:31,656 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_114, aten.permute_copy.default 2025-03-21T20:26:31.6735347Z [INFO 2025-03-21 20:26:31,657 qnn_preprocess.py:69] Visiting: aten_view_copy_default_53, aten.view_copy.default 2025-03-21T20:26:31.6736870Z [INFO 2025-03-21 20:26:31,657 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_29, aten.unsqueeze_copy.default 2025-03-21T20:26:31.6738202Z [INFO 2025-03-21 20:26:31,658 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_698, aten.permute_copy.default 2025-03-21T20:26:31.6739485Z [INFO 2025-03-21 20:26:31,658 qnn_preprocess.py:69] Visiting: aten_convolution_default_17, aten.convolution.default 2025-03-21T20:26:31.6740775Z [INFO 2025-03-21 20:26:31,661 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_699, aten.permute_copy.default 2025-03-21T20:26:31.6742103Z [INFO 2025-03-21 20:26:31,661 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_29, aten.squeeze_copy.dims 2025-03-21T20:26:31.6743240Z [INFO 2025-03-21 20:26:31,662 qnn_preprocess.py:69] Visiting: aten_add_tensor_13, aten.add.Tensor 2025-03-21T20:26:31.6744415Z [INFO 2025-03-21 20:26:31,662 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-03-21T20:26:31.6745660Z [INFO 2025-03-21 20:26:31,663 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_30, aten.unsqueeze_copy.default 2025-03-21T20:26:31.6747200Z [INFO 2025-03-21 20:26:31,663 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_700, aten.permute_copy.default 2025-03-21T20:26:31.6748515Z [INFO 2025-03-21 20:26:31,664 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_31, aten.unsqueeze_copy.default 2025-03-21T20:26:31.7255179Z [INFO 2025-03-21 20:26:31,664 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_701, aten.permute_copy.default 2025-03-21T20:26:31.7256749Z [INFO 2025-03-21 20:26:31,665 qnn_preprocess.py:69] Visiting: aten_convolution_default_18, aten.convolution.default 2025-03-21T20:26:31.7258341Z [INFO 2025-03-21 20:26:31,675 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_702, aten.permute_copy.default 2025-03-21T20:26:31.7259768Z [INFO 2025-03-21 20:26:31,676 qnn_preprocess.py:69] Visiting: aten_convolution_default_19, aten.convolution.default 2025-03-21T20:26:31.7261396Z [INFO 2025-03-21 20:26:31,681 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_703, aten.permute_copy.default 2025-03-21T20:26:31.7262869Z [INFO 2025-03-21 20:26:31,681 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_30, aten.squeeze_copy.dims 2025-03-21T20:26:31.7264430Z [INFO 2025-03-21 20:26:31,682 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_31, aten.squeeze_copy.dims 2025-03-21T20:26:31.7265839Z [INFO 2025-03-21 20:26:31,682 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-03-21T20:26:31.7267182Z [INFO 2025-03-21 20:26:31,682 qnn_preprocess.py:69] Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-03-21T20:26:31.7268335Z [INFO 2025-03-21 20:26:31,683 qnn_preprocess.py:69] Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-03-21T20:26:31.7269782Z [INFO 2025-03-21 20:26:31,683 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_32, aten.unsqueeze_copy.default 2025-03-21T20:26:31.7271349Z [INFO 2025-03-21 20:26:31,684 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_704, aten.permute_copy.default 2025-03-21T20:26:31.7272878Z [INFO 2025-03-21 20:26:31,684 qnn_preprocess.py:69] Visiting: aten_convolution_default_20, aten.convolution.default 2025-03-21T20:26:31.7274417Z [INFO 2025-03-21 20:26:31,690 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_705, aten.permute_copy.default 2025-03-21T20:26:31.7276010Z [INFO 2025-03-21 20:26:31,691 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_32, aten.squeeze_copy.dims 2025-03-21T20:26:31.7277359Z [INFO 2025-03-21 20:26:31,691 qnn_preprocess.py:69] Visiting: aten_add_tensor_14, aten.add.Tensor 2025-03-21T20:26:31.7278679Z [INFO 2025-03-21 20:26:31,692 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-03-21T20:26:31.7280149Z [INFO 2025-03-21 20:26:31,692 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_33, aten.unsqueeze_copy.default 2025-03-21T20:26:31.7281728Z [INFO 2025-03-21 20:26:31,693 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_706, aten.permute_copy.default 2025-03-21T20:26:31.7283515Z [INFO 2025-03-21 20:26:31,693 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_34, aten.unsqueeze_copy.default 2025-03-21T20:26:31.7284991Z [INFO 2025-03-21 20:26:31,694 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_707, aten.permute_copy.default 2025-03-21T20:26:31.7286537Z [INFO 2025-03-21 20:26:31,694 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_35, aten.unsqueeze_copy.default 2025-03-21T20:26:31.7288078Z [INFO 2025-03-21 20:26:31,695 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_708, aten.permute_copy.default 2025-03-21T20:26:31.7289609Z [INFO 2025-03-21 20:26:31,695 qnn_preprocess.py:69] Visiting: aten_convolution_default_21, aten.convolution.default 2025-03-21T20:26:31.7291142Z [INFO 2025-03-21 20:26:31,697 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_709, aten.permute_copy.default 2025-03-21T20:26:31.7292582Z [INFO 2025-03-21 20:26:31,698 qnn_preprocess.py:69] Visiting: aten_convolution_default_22, aten.convolution.default 2025-03-21T20:26:31.7294112Z [INFO 2025-03-21 20:26:31,701 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_710, aten.permute_copy.default 2025-03-21T20:26:31.7295647Z [INFO 2025-03-21 20:26:31,701 qnn_preprocess.py:69] Visiting: aten_convolution_default_23, aten.convolution.default 2025-03-21T20:26:31.7297147Z [INFO 2025-03-21 20:26:31,704 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_711, aten.permute_copy.default 2025-03-21T20:26:31.7298750Z [INFO 2025-03-21 20:26:31,705 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_33, aten.squeeze_copy.dims 2025-03-21T20:26:31.7300103Z [INFO 2025-03-21 20:26:31,705 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_34, aten.squeeze_copy.dims 2025-03-21T20:26:31.7301616Z [INFO 2025-03-21 20:26:31,705 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_35, aten.squeeze_copy.dims 2025-03-21T20:26:31.7303049Z [INFO 2025-03-21 20:26:31,706 qnn_preprocess.py:69] Visiting: aten_view_copy_default_54, aten.view_copy.default 2025-03-21T20:26:31.7304603Z [INFO 2025-03-21 20:26:31,706 qnn_preprocess.py:69] Visiting: aten_view_copy_default_55, aten.view_copy.default 2025-03-21T20:26:31.7305964Z [INFO 2025-03-21 20:26:31,706 qnn_preprocess.py:69] Visiting: aten_view_copy_default_56, aten.view_copy.default 2025-03-21T20:26:31.7307426Z [INFO 2025-03-21 20:26:31,707 qnn_preprocess.py:69] Visiting: aten_view_copy_default_57, aten.view_copy.default 2025-03-21T20:26:31.7308854Z [INFO 2025-03-21 20:26:31,707 qnn_preprocess.py:69] Visiting: aten_view_copy_default_58, aten.view_copy.default 2025-03-21T20:26:31.7310275Z [INFO 2025-03-21 20:26:31,707 qnn_preprocess.py:69] Visiting: aten_index_put_default_7, aten.index_put.default 2025-03-21T20:26:31.7311717Z [INFO 2025-03-21 20:26:31,708 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-03-21T20:26:31.7313012Z [INFO 2025-03-21 20:26:31,709 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-03-21T20:26:31.7314458Z [INFO 2025-03-21 20:26:31,709 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-03-21T20:26:31.7315873Z [INFO 2025-03-21 20:26:31,710 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-03-21T20:26:31.7317357Z [INFO 2025-03-21 20:26:31,710 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_142, aten.permute_copy.default 2025-03-21T20:26:31.7318844Z [INFO 2025-03-21 20:26:31,711 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-03-21T20:26:31.7320310Z [INFO 2025-03-21 20:26:31,711 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-03-21T20:26:31.7321847Z [INFO 2025-03-21 20:26:31,712 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-03-21T20:26:31.7323386Z [INFO 2025-03-21 20:26:31,713 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-03-21T20:26:31.7325040Z [INFO 2025-03-21 20:26:31,713 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-03-21T20:26:31.7326466Z [INFO 2025-03-21 20:26:31,714 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-03-21T20:26:31.7328007Z [INFO 2025-03-21 20:26:31,714 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-03-21T20:26:31.7329542Z [INFO 2025-03-21 20:26:31,715 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-03-21T20:26:31.7331097Z [INFO 2025-03-21 20:26:31,716 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-03-21T20:26:31.7332492Z [INFO 2025-03-21 20:26:31,716 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-03-21T20:26:31.7334025Z [INFO 2025-03-21 20:26:31,717 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-03-21T20:26:31.7335540Z [INFO 2025-03-21 20:26:31,717 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_36, aten.squeeze_copy.dims 2025-03-21T20:26:31.7336970Z [INFO 2025-03-21 20:26:31,718 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_37, aten.squeeze_copy.dims 2025-03-21T20:26:31.7338307Z [INFO 2025-03-21 20:26:31,718 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_38, aten.squeeze_copy.dims 2025-03-21T20:26:31.7339796Z [INFO 2025-03-21 20:26:31,719 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_39, aten.squeeze_copy.dims 2025-03-21T20:26:31.7341270Z [INFO 2025-03-21 20:26:31,719 qnn_preprocess.py:69] Visiting: aten_select_copy_int_168, aten.select_copy.int 2025-03-21T20:26:31.7342649Z [INFO 2025-03-21 20:26:31,719 qnn_preprocess.py:69] Visiting: aten_select_copy_int_170, aten.select_copy.int 2025-03-21T20:26:31.7344039Z [INFO 2025-03-21 20:26:31,720 qnn_preprocess.py:69] Visiting: aten_select_copy_int_172, aten.select_copy.int 2025-03-21T20:26:31.7345294Z [INFO 2025-03-21 20:26:31,720 qnn_preprocess.py:69] Visiting: aten_select_copy_int_174, aten.select_copy.int 2025-03-21T20:26:31.7346668Z [INFO 2025-03-21 20:26:31,721 qnn_preprocess.py:69] Visiting: aten_select_copy_int_176, aten.select_copy.int 2025-03-21T20:26:31.7348146Z [INFO 2025-03-21 20:26:31,721 qnn_preprocess.py:69] Visiting: aten_select_copy_int_178, aten.select_copy.int 2025-03-21T20:26:31.7349519Z [INFO 2025-03-21 20:26:31,721 qnn_preprocess.py:69] Visiting: aten_select_copy_int_180, aten.select_copy.int 2025-03-21T20:26:31.7350845Z [INFO 2025-03-21 20:26:31,722 qnn_preprocess.py:69] Visiting: aten_select_copy_int_182, aten.select_copy.int 2025-03-21T20:26:31.7352153Z [INFO 2025-03-21 20:26:31,722 qnn_preprocess.py:69] Visiting: aten_select_copy_int_184, aten.select_copy.int 2025-03-21T20:26:31.7353533Z [INFO 2025-03-21 20:26:31,723 qnn_preprocess.py:69] Visiting: aten_select_copy_int_186, aten.select_copy.int 2025-03-21T20:26:31.7354933Z [INFO 2025-03-21 20:26:31,723 qnn_preprocess.py:69] Visiting: aten_select_copy_int_188, aten.select_copy.int 2025-03-21T20:26:31.7356315Z [INFO 2025-03-21 20:26:31,723 qnn_preprocess.py:69] Visiting: aten_select_copy_int_190, aten.select_copy.int 2025-03-21T20:26:31.7357553Z [INFO 2025-03-21 20:26:31,724 qnn_preprocess.py:69] Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-03-21T20:26:31.7358796Z [INFO 2025-03-21 20:26:31,724 qnn_preprocess.py:69] Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-03-21T20:26:31.7648885Z [INFO 2025-03-21 20:26:31,725 qnn_preprocess.py:69] Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-03-21T20:26:31.7650158Z [INFO 2025-03-21 20:26:31,725 qnn_preprocess.py:69] Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-03-21T20:26:31.7651430Z [INFO 2025-03-21 20:26:31,726 qnn_preprocess.py:69] Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-03-21T20:26:31.7652689Z [INFO 2025-03-21 20:26:31,727 qnn_preprocess.py:69] Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-03-21T20:26:31.7653959Z [INFO 2025-03-21 20:26:31,728 qnn_preprocess.py:69] Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-03-21T20:26:31.7655400Z [INFO 2025-03-21 20:26:31,729 qnn_preprocess.py:69] Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-03-21T20:26:31.7656713Z [INFO 2025-03-21 20:26:31,729 qnn_preprocess.py:69] Visiting: aten_select_copy_int_169, aten.select_copy.int 2025-03-21T20:26:31.7658119Z [INFO 2025-03-21 20:26:31,730 qnn_preprocess.py:69] Visiting: aten_select_copy_int_171, aten.select_copy.int 2025-03-21T20:26:31.7659529Z [INFO 2025-03-21 20:26:31,731 qnn_preprocess.py:69] Visiting: aten_select_copy_int_173, aten.select_copy.int 2025-03-21T20:26:31.7660805Z [INFO 2025-03-21 20:26:31,731 qnn_preprocess.py:69] Visiting: aten_select_copy_int_175, aten.select_copy.int 2025-03-21T20:26:31.7662204Z [INFO 2025-03-21 20:26:31,732 qnn_preprocess.py:69] Visiting: aten_select_copy_int_177, aten.select_copy.int 2025-03-21T20:26:31.7663559Z [INFO 2025-03-21 20:26:31,733 qnn_preprocess.py:69] Visiting: aten_select_copy_int_179, aten.select_copy.int 2025-03-21T20:26:31.7664974Z [INFO 2025-03-21 20:26:31,733 qnn_preprocess.py:69] Visiting: aten_select_copy_int_181, aten.select_copy.int 2025-03-21T20:26:31.7666335Z [INFO 2025-03-21 20:26:31,734 qnn_preprocess.py:69] Visiting: aten_select_copy_int_183, aten.select_copy.int 2025-03-21T20:26:31.7667735Z [INFO 2025-03-21 20:26:31,735 qnn_preprocess.py:69] Visiting: aten_select_copy_int_185, aten.select_copy.int 2025-03-21T20:26:31.7669072Z [INFO 2025-03-21 20:26:31,735 qnn_preprocess.py:69] Visiting: aten_select_copy_int_187, aten.select_copy.int 2025-03-21T20:26:31.7670545Z [INFO 2025-03-21 20:26:31,736 qnn_preprocess.py:69] Visiting: aten_select_copy_int_189, aten.select_copy.int 2025-03-21T20:26:31.7671935Z [INFO 2025-03-21 20:26:31,736 qnn_preprocess.py:69] Visiting: aten_select_copy_int_191, aten.select_copy.int 2025-03-21T20:26:31.7673233Z [INFO 2025-03-21 20:26:31,737 qnn_preprocess.py:69] Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-03-21T20:26:31.7674508Z [INFO 2025-03-21 20:26:31,737 qnn_preprocess.py:69] Visiting: aten_add_tensor_15, aten.add.Tensor 2025-03-21T20:26:31.7675836Z [INFO 2025-03-21 20:26:31,738 qnn_preprocess.py:69] Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-03-21T20:26:31.7677069Z [INFO 2025-03-21 20:26:31,738 qnn_preprocess.py:69] Visiting: aten_add_tensor_16, aten.add.Tensor 2025-03-21T20:26:31.7678501Z [INFO 2025-03-21 20:26:31,739 qnn_preprocess.py:69] Visiting: aten_cat_default_15, aten.cat.default 2025-03-21T20:26:31.7679955Z [INFO 2025-03-21 20:26:31,740 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_36, aten.unsqueeze_copy.default 2025-03-21T20:26:31.7681532Z [INFO 2025-03-21 20:26:31,740 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_37, aten.unsqueeze_copy.default 2025-03-21T20:26:31.7683144Z [INFO 2025-03-21 20:26:31,741 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_38, aten.unsqueeze_copy.default 2025-03-21T20:26:31.7684602Z [INFO 2025-03-21 20:26:31,741 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_39, aten.unsqueeze_copy.default 2025-03-21T20:26:31.7686066Z [INFO 2025-03-21 20:26:31,741 qnn_preprocess.py:69] Visiting: aten_view_copy_default_64, aten.view_copy.default 2025-03-21T20:26:31.7687267Z [INFO 2025-03-21 20:26:31,742 qnn_preprocess.py:69] Visiting: aten_cat_default_12, aten.cat.default 2025-03-21T20:26:31.7688452Z [INFO 2025-03-21 20:26:31,742 qnn_preprocess.py:69] Visiting: aten_cat_default_13, aten.cat.default 2025-03-21T20:26:31.7689660Z [INFO 2025-03-21 20:26:31,743 qnn_preprocess.py:69] Visiting: aten_view_copy_default_61, aten.view_copy.default 2025-03-21T20:26:31.7691026Z [INFO 2025-03-21 20:26:31,743 qnn_preprocess.py:69] Visiting: aten_view_copy_default_62, aten.view_copy.default 2025-03-21T20:26:31.7692365Z [INFO 2025-03-21 20:26:31,743 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_129, aten.permute_copy.default 2025-03-21T20:26:31.7693789Z [INFO 2025-03-21 20:26:31,744 qnn_preprocess.py:69] Visiting: aten_index_put_default_6, aten.index_put.default 2025-03-21T20:26:31.7695396Z [INFO 2025-03-21 20:26:31,745 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_130, aten.permute_copy.default 2025-03-21T20:26:31.7696920Z [INFO 2025-03-21 20:26:31,746 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_131, aten.permute_copy.default 2025-03-21T20:26:31.7698535Z [INFO 2025-03-21 20:26:31,746 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_132, aten.permute_copy.default 2025-03-21T20:26:31.7700070Z [INFO 2025-03-21 20:26:31,747 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_133, aten.permute_copy.default 2025-03-21T20:26:31.7701653Z [INFO 2025-03-21 20:26:31,747 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_134, aten.permute_copy.default 2025-03-21T20:26:31.7703123Z [INFO 2025-03-21 20:26:31,748 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_135, aten.permute_copy.default 2025-03-21T20:26:31.7704583Z [INFO 2025-03-21 20:26:31,749 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_136, aten.permute_copy.default 2025-03-21T20:26:31.7706011Z [INFO 2025-03-21 20:26:31,749 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_137, aten.permute_copy.default 2025-03-21T20:26:31.7707425Z [INFO 2025-03-21 20:26:31,750 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_138, aten.permute_copy.default 2025-03-21T20:26:31.7708803Z [INFO 2025-03-21 20:26:31,750 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_139, aten.permute_copy.default 2025-03-21T20:26:31.7710381Z [INFO 2025-03-21 20:26:31,751 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_140, aten.permute_copy.default 2025-03-21T20:26:31.7711767Z [INFO 2025-03-21 20:26:31,751 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_141, aten.permute_copy.default 2025-03-21T20:26:31.7713156Z [INFO 2025-03-21 20:26:31,752 qnn_preprocess.py:69] Visiting: aten_select_copy_int_144, aten.select_copy.int 2025-03-21T20:26:31.7714560Z [INFO 2025-03-21 20:26:31,752 qnn_preprocess.py:69] Visiting: aten_select_copy_int_146, aten.select_copy.int 2025-03-21T20:26:31.7715922Z [INFO 2025-03-21 20:26:31,753 qnn_preprocess.py:69] Visiting: aten_select_copy_int_148, aten.select_copy.int 2025-03-21T20:26:31.7717358Z [INFO 2025-03-21 20:26:31,753 qnn_preprocess.py:69] Visiting: aten_select_copy_int_150, aten.select_copy.int 2025-03-21T20:26:31.7718544Z [INFO 2025-03-21 20:26:31,754 qnn_preprocess.py:69] Visiting: aten_select_copy_int_152, aten.select_copy.int 2025-03-21T20:26:31.7719942Z [INFO 2025-03-21 20:26:31,754 qnn_preprocess.py:69] Visiting: aten_select_copy_int_154, aten.select_copy.int 2025-03-21T20:26:31.7721187Z [INFO 2025-03-21 20:26:31,754 qnn_preprocess.py:69] Visiting: aten_select_copy_int_156, aten.select_copy.int 2025-03-21T20:26:31.7722526Z [INFO 2025-03-21 20:26:31,755 qnn_preprocess.py:69] Visiting: aten_select_copy_int_158, aten.select_copy.int 2025-03-21T20:26:31.7723917Z [INFO 2025-03-21 20:26:31,755 qnn_preprocess.py:69] Visiting: aten_select_copy_int_160, aten.select_copy.int 2025-03-21T20:26:31.7725193Z [INFO 2025-03-21 20:26:31,756 qnn_preprocess.py:69] Visiting: aten_select_copy_int_162, aten.select_copy.int 2025-03-21T20:26:31.7726520Z [INFO 2025-03-21 20:26:31,756 qnn_preprocess.py:69] Visiting: aten_select_copy_int_164, aten.select_copy.int 2025-03-21T20:26:31.7727745Z [INFO 2025-03-21 20:26:31,756 qnn_preprocess.py:69] Visiting: aten_select_copy_int_166, aten.select_copy.int 2025-03-21T20:26:31.7729093Z [INFO 2025-03-21 20:26:31,757 qnn_preprocess.py:69] Visiting: aten_select_copy_int_145, aten.select_copy.int 2025-03-21T20:26:31.7730403Z [INFO 2025-03-21 20:26:31,757 qnn_preprocess.py:69] Visiting: aten_select_copy_int_147, aten.select_copy.int 2025-03-21T20:26:31.7731658Z [INFO 2025-03-21 20:26:31,757 qnn_preprocess.py:69] Visiting: aten_select_copy_int_149, aten.select_copy.int 2025-03-21T20:26:31.7732923Z [INFO 2025-03-21 20:26:31,758 qnn_preprocess.py:69] Visiting: aten_select_copy_int_151, aten.select_copy.int 2025-03-21T20:26:31.7734179Z [INFO 2025-03-21 20:26:31,758 qnn_preprocess.py:69] Visiting: aten_select_copy_int_153, aten.select_copy.int 2025-03-21T20:26:31.7735550Z [INFO 2025-03-21 20:26:31,759 qnn_preprocess.py:69] Visiting: aten_select_copy_int_155, aten.select_copy.int 2025-03-21T20:26:31.7736857Z [INFO 2025-03-21 20:26:31,759 qnn_preprocess.py:69] Visiting: aten_select_copy_int_157, aten.select_copy.int 2025-03-21T20:26:31.7738131Z [INFO 2025-03-21 20:26:31,760 qnn_preprocess.py:69] Visiting: aten_select_copy_int_159, aten.select_copy.int 2025-03-21T20:26:31.7739376Z [INFO 2025-03-21 20:26:31,760 qnn_preprocess.py:69] Visiting: aten_select_copy_int_161, aten.select_copy.int 2025-03-21T20:26:31.7740645Z [INFO 2025-03-21 20:26:31,760 qnn_preprocess.py:69] Visiting: aten_select_copy_int_163, aten.select_copy.int 2025-03-21T20:26:31.7742014Z [INFO 2025-03-21 20:26:31,761 qnn_preprocess.py:69] Visiting: aten_select_copy_int_165, aten.select_copy.int 2025-03-21T20:26:31.7743283Z [INFO 2025-03-21 20:26:31,761 qnn_preprocess.py:69] Visiting: aten_select_copy_int_167, aten.select_copy.int 2025-03-21T20:26:31.7744493Z [INFO 2025-03-21 20:26:31,761 qnn_preprocess.py:69] Visiting: aten_cat_default_14, aten.cat.default 2025-03-21T20:26:31.7745836Z [INFO 2025-03-21 20:26:31,763 qnn_preprocess.py:69] Visiting: aten_view_copy_default_63, aten.view_copy.default 2025-03-21T20:26:31.7747251Z [INFO 2025-03-21 20:26:31,763 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-03-21T20:26:31.7748634Z [INFO 2025-03-21 20:26:31,764 qnn_preprocess.py:69] Visiting: aten_matmul_default_6, aten.matmul.default 2025-03-21T20:26:31.8319714Z [INFO 2025-03-21 20:26:31,764 qnn_preprocess.py:69] Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-03-21T20:26:31.8321071Z [INFO 2025-03-21 20:26:31,766 qnn_preprocess.py:69] Visiting: aten_add_tensor_17, aten.add.Tensor 2025-03-21T20:26:31.8322266Z [INFO 2025-03-21 20:26:31,766 qnn_preprocess.py:69] Visiting: aten__softmax_default_3, aten._softmax.default 2025-03-21T20:26:31.8323683Z [INFO 2025-03-21 20:26:31,767 qnn_preprocess.py:69] Visiting: aten_matmul_default_7, aten.matmul.default 2025-03-21T20:26:31.8325138Z [INFO 2025-03-21 20:26:31,768 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_155, aten.permute_copy.default 2025-03-21T20:26:31.8326632Z [INFO 2025-03-21 20:26:31,769 qnn_preprocess.py:69] Visiting: aten_view_copy_default_71, aten.view_copy.default 2025-03-21T20:26:31.8328258Z [INFO 2025-03-21 20:26:31,769 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_40, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8329796Z [INFO 2025-03-21 20:26:31,770 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_712, aten.permute_copy.default 2025-03-21T20:26:31.8331336Z [INFO 2025-03-21 20:26:31,771 qnn_preprocess.py:69] Visiting: aten_convolution_default_24, aten.convolution.default 2025-03-21T20:26:31.8332860Z [INFO 2025-03-21 20:26:31,775 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_713, aten.permute_copy.default 2025-03-21T20:26:31.8334311Z [INFO 2025-03-21 20:26:31,776 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_40, aten.squeeze_copy.dims 2025-03-21T20:26:31.8335621Z [INFO 2025-03-21 20:26:31,776 qnn_preprocess.py:69] Visiting: aten_add_tensor_18, aten.add.Tensor 2025-03-21T20:26:31.8336944Z [INFO 2025-03-21 20:26:31,777 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-03-21T20:26:31.8338435Z [INFO 2025-03-21 20:26:31,777 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_41, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8340023Z [INFO 2025-03-21 20:26:31,778 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_714, aten.permute_copy.default 2025-03-21T20:26:31.8341516Z [INFO 2025-03-21 20:26:31,778 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_42, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8343072Z [INFO 2025-03-21 20:26:31,779 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_715, aten.permute_copy.default 2025-03-21T20:26:31.8344610Z [INFO 2025-03-21 20:26:31,779 qnn_preprocess.py:69] Visiting: aten_convolution_default_25, aten.convolution.default 2025-03-21T20:26:31.8346275Z [INFO 2025-03-21 20:26:31,788 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_716, aten.permute_copy.default 2025-03-21T20:26:31.8347745Z [INFO 2025-03-21 20:26:31,789 qnn_preprocess.py:69] Visiting: aten_convolution_default_26, aten.convolution.default 2025-03-21T20:26:31.8349272Z [INFO 2025-03-21 20:26:31,794 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_717, aten.permute_copy.default 2025-03-21T20:26:31.8350761Z [INFO 2025-03-21 20:26:31,795 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_41, aten.squeeze_copy.dims 2025-03-21T20:26:31.8352194Z [INFO 2025-03-21 20:26:31,795 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_42, aten.squeeze_copy.dims 2025-03-21T20:26:31.8353542Z [INFO 2025-03-21 20:26:31,795 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-03-21T20:26:31.8354780Z [INFO 2025-03-21 20:26:31,796 qnn_preprocess.py:69] Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-03-21T20:26:31.8356041Z [INFO 2025-03-21 20:26:31,796 qnn_preprocess.py:69] Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-03-21T20:26:31.8357497Z [INFO 2025-03-21 20:26:31,797 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_43, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8359059Z [INFO 2025-03-21 20:26:31,797 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_718, aten.permute_copy.default 2025-03-21T20:26:31.8360487Z [INFO 2025-03-21 20:26:31,798 qnn_preprocess.py:69] Visiting: aten_convolution_default_27, aten.convolution.default 2025-03-21T20:26:31.8362089Z [INFO 2025-03-21 20:26:31,803 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_719, aten.permute_copy.default 2025-03-21T20:26:31.8363582Z [INFO 2025-03-21 20:26:31,803 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_43, aten.squeeze_copy.dims 2025-03-21T20:26:31.8364927Z [INFO 2025-03-21 20:26:31,804 qnn_preprocess.py:69] Visiting: aten_add_tensor_19, aten.add.Tensor 2025-03-21T20:26:31.8366225Z [INFO 2025-03-21 20:26:31,804 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-03-21T20:26:31.8367641Z [INFO 2025-03-21 20:26:31,805 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_44, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8369206Z [INFO 2025-03-21 20:26:31,806 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_720, aten.permute_copy.default 2025-03-21T20:26:31.8370860Z [INFO 2025-03-21 20:26:31,806 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_45, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8372420Z [INFO 2025-03-21 20:26:31,807 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_721, aten.permute_copy.default 2025-03-21T20:26:31.8373876Z [INFO 2025-03-21 20:26:31,807 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_46, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8375431Z [INFO 2025-03-21 20:26:31,808 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_722, aten.permute_copy.default 2025-03-21T20:26:31.8377146Z [INFO 2025-03-21 20:26:31,808 qnn_preprocess.py:69] Visiting: aten_convolution_default_28, aten.convolution.default 2025-03-21T20:26:31.8378706Z [INFO 2025-03-21 20:26:31,810 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_723, aten.permute_copy.default 2025-03-21T20:26:31.8380083Z [INFO 2025-03-21 20:26:31,811 qnn_preprocess.py:69] Visiting: aten_convolution_default_29, aten.convolution.default 2025-03-21T20:26:31.8381700Z [INFO 2025-03-21 20:26:31,813 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_724, aten.permute_copy.default 2025-03-21T20:26:31.8383221Z [INFO 2025-03-21 20:26:31,814 qnn_preprocess.py:69] Visiting: aten_convolution_default_30, aten.convolution.default 2025-03-21T20:26:31.8384747Z [INFO 2025-03-21 20:26:31,817 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_725, aten.permute_copy.default 2025-03-21T20:26:31.8386152Z [INFO 2025-03-21 20:26:31,818 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_44, aten.squeeze_copy.dims 2025-03-21T20:26:31.8387522Z [INFO 2025-03-21 20:26:31,819 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_45, aten.squeeze_copy.dims 2025-03-21T20:26:31.8389195Z [INFO 2025-03-21 20:26:31,819 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_46, aten.squeeze_copy.dims 2025-03-21T20:26:31.8390633Z [INFO 2025-03-21 20:26:31,819 qnn_preprocess.py:69] Visiting: aten_view_copy_default_72, aten.view_copy.default 2025-03-21T20:26:31.8392161Z [INFO 2025-03-21 20:26:31,820 qnn_preprocess.py:69] Visiting: aten_view_copy_default_73, aten.view_copy.default 2025-03-21T20:26:31.8393481Z [INFO 2025-03-21 20:26:31,820 qnn_preprocess.py:69] Visiting: aten_view_copy_default_74, aten.view_copy.default 2025-03-21T20:26:31.8394904Z [INFO 2025-03-21 20:26:31,820 qnn_preprocess.py:69] Visiting: aten_view_copy_default_75, aten.view_copy.default 2025-03-21T20:26:31.8396339Z [INFO 2025-03-21 20:26:31,821 qnn_preprocess.py:69] Visiting: aten_view_copy_default_76, aten.view_copy.default 2025-03-21T20:26:31.8397758Z [INFO 2025-03-21 20:26:31,821 qnn_preprocess.py:69] Visiting: aten_index_put_default_9, aten.index_put.default 2025-03-21T20:26:31.8399122Z [INFO 2025-03-21 20:26:31,822 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-03-21T20:26:31.8400528Z [INFO 2025-03-21 20:26:31,822 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-03-21T20:26:31.8401965Z [INFO 2025-03-21 20:26:31,823 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-03-21T20:26:31.8403508Z [INFO 2025-03-21 20:26:31,823 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-03-21T20:26:31.8404971Z [INFO 2025-03-21 20:26:31,824 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_183, aten.permute_copy.default 2025-03-21T20:26:31.8406401Z [INFO 2025-03-21 20:26:31,824 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_184, aten.permute_copy.default 2025-03-21T20:26:31.8407941Z [INFO 2025-03-21 20:26:31,825 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_185, aten.permute_copy.default 2025-03-21T20:26:31.8409479Z [INFO 2025-03-21 20:26:31,825 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_186, aten.permute_copy.default 2025-03-21T20:26:31.8411032Z [INFO 2025-03-21 20:26:31,826 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_187, aten.permute_copy.default 2025-03-21T20:26:31.8412561Z [INFO 2025-03-21 20:26:31,827 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_188, aten.permute_copy.default 2025-03-21T20:26:31.8414062Z [INFO 2025-03-21 20:26:31,827 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_189, aten.permute_copy.default 2025-03-21T20:26:31.8415609Z [INFO 2025-03-21 20:26:31,828 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_190, aten.permute_copy.default 2025-03-21T20:26:31.8417128Z [INFO 2025-03-21 20:26:31,828 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_191, aten.permute_copy.default 2025-03-21T20:26:31.8418664Z [INFO 2025-03-21 20:26:31,829 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_192, aten.permute_copy.default 2025-03-21T20:26:31.8420121Z [INFO 2025-03-21 20:26:31,830 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_193, aten.permute_copy.default 2025-03-21T20:26:31.8421732Z [INFO 2025-03-21 20:26:31,830 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_194, aten.permute_copy.default 2025-03-21T20:26:31.8423208Z [INFO 2025-03-21 20:26:31,831 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_47, aten.squeeze_copy.dims 2025-03-21T20:26:31.8693716Z [INFO 2025-03-21 20:26:31,831 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_48, aten.squeeze_copy.dims 2025-03-21T20:26:31.8695214Z [INFO 2025-03-21 20:26:31,832 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_49, aten.squeeze_copy.dims 2025-03-21T20:26:31.8696575Z [INFO 2025-03-21 20:26:31,832 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_50, aten.squeeze_copy.dims 2025-03-21T20:26:31.8697871Z [INFO 2025-03-21 20:26:31,833 qnn_preprocess.py:69] Visiting: aten_select_copy_int_216, aten.select_copy.int 2025-03-21T20:26:31.8699403Z [INFO 2025-03-21 20:26:31,834 qnn_preprocess.py:69] Visiting: aten_select_copy_int_218, aten.select_copy.int 2025-03-21T20:26:31.8700855Z [INFO 2025-03-21 20:26:31,834 qnn_preprocess.py:69] Visiting: aten_select_copy_int_220, aten.select_copy.int 2025-03-21T20:26:31.8702321Z [INFO 2025-03-21 20:26:31,835 qnn_preprocess.py:69] Visiting: aten_select_copy_int_222, aten.select_copy.int 2025-03-21T20:26:31.8703584Z [INFO 2025-03-21 20:26:31,836 qnn_preprocess.py:69] Visiting: aten_select_copy_int_224, aten.select_copy.int 2025-03-21T20:26:31.8704930Z [INFO 2025-03-21 20:26:31,836 qnn_preprocess.py:69] Visiting: aten_select_copy_int_226, aten.select_copy.int 2025-03-21T20:26:31.8706301Z [INFO 2025-03-21 20:26:31,837 qnn_preprocess.py:69] Visiting: aten_select_copy_int_228, aten.select_copy.int 2025-03-21T20:26:31.8707684Z [INFO 2025-03-21 20:26:31,837 qnn_preprocess.py:69] Visiting: aten_select_copy_int_230, aten.select_copy.int 2025-03-21T20:26:31.8709086Z [INFO 2025-03-21 20:26:31,838 qnn_preprocess.py:69] Visiting: aten_select_copy_int_232, aten.select_copy.int 2025-03-21T20:26:31.8710350Z [INFO 2025-03-21 20:26:31,839 qnn_preprocess.py:69] Visiting: aten_select_copy_int_234, aten.select_copy.int 2025-03-21T20:26:31.8711726Z [INFO 2025-03-21 20:26:31,839 qnn_preprocess.py:69] Visiting: aten_select_copy_int_236, aten.select_copy.int 2025-03-21T20:26:31.8713115Z [INFO 2025-03-21 20:26:31,840 qnn_preprocess.py:69] Visiting: aten_select_copy_int_238, aten.select_copy.int 2025-03-21T20:26:31.8714573Z [INFO 2025-03-21 20:26:31,841 qnn_preprocess.py:69] Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-03-21T20:26:31.8715798Z [INFO 2025-03-21 20:26:31,841 qnn_preprocess.py:69] Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-03-21T20:26:31.8716951Z [INFO 2025-03-21 20:26:31,842 qnn_preprocess.py:69] Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-03-21T20:26:31.8718208Z [INFO 2025-03-21 20:26:31,843 qnn_preprocess.py:69] Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-03-21T20:26:31.8719458Z [INFO 2025-03-21 20:26:31,843 qnn_preprocess.py:69] Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-03-21T20:26:31.8720720Z [INFO 2025-03-21 20:26:31,843 qnn_preprocess.py:69] Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-03-21T20:26:31.8721987Z [INFO 2025-03-21 20:26:31,844 qnn_preprocess.py:69] Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-03-21T20:26:31.8723243Z [INFO 2025-03-21 20:26:31,844 qnn_preprocess.py:69] Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-03-21T20:26:31.8724576Z [INFO 2025-03-21 20:26:31,845 qnn_preprocess.py:69] Visiting: aten_select_copy_int_217, aten.select_copy.int 2025-03-21T20:26:31.8725969Z [INFO 2025-03-21 20:26:31,845 qnn_preprocess.py:69] Visiting: aten_select_copy_int_219, aten.select_copy.int 2025-03-21T20:26:31.8727355Z [INFO 2025-03-21 20:26:31,846 qnn_preprocess.py:69] Visiting: aten_select_copy_int_221, aten.select_copy.int 2025-03-21T20:26:31.8728699Z [INFO 2025-03-21 20:26:31,846 qnn_preprocess.py:69] Visiting: aten_select_copy_int_223, aten.select_copy.int 2025-03-21T20:26:31.8730019Z [INFO 2025-03-21 20:26:31,846 qnn_preprocess.py:69] Visiting: aten_select_copy_int_225, aten.select_copy.int 2025-03-21T20:26:31.8731409Z [INFO 2025-03-21 20:26:31,847 qnn_preprocess.py:69] Visiting: aten_select_copy_int_227, aten.select_copy.int 2025-03-21T20:26:31.8732796Z [INFO 2025-03-21 20:26:31,847 qnn_preprocess.py:69] Visiting: aten_select_copy_int_229, aten.select_copy.int 2025-03-21T20:26:31.8734177Z [INFO 2025-03-21 20:26:31,848 qnn_preprocess.py:69] Visiting: aten_select_copy_int_231, aten.select_copy.int 2025-03-21T20:26:31.8735481Z [INFO 2025-03-21 20:26:31,848 qnn_preprocess.py:69] Visiting: aten_select_copy_int_233, aten.select_copy.int 2025-03-21T20:26:31.8736836Z [INFO 2025-03-21 20:26:31,848 qnn_preprocess.py:69] Visiting: aten_select_copy_int_235, aten.select_copy.int 2025-03-21T20:26:31.8738224Z [INFO 2025-03-21 20:26:31,849 qnn_preprocess.py:69] Visiting: aten_select_copy_int_237, aten.select_copy.int 2025-03-21T20:26:31.8739613Z [INFO 2025-03-21 20:26:31,849 qnn_preprocess.py:69] Visiting: aten_select_copy_int_239, aten.select_copy.int 2025-03-21T20:26:31.8741091Z [INFO 2025-03-21 20:26:31,849 qnn_preprocess.py:69] Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-03-21T20:26:31.8742270Z [INFO 2025-03-21 20:26:31,850 qnn_preprocess.py:69] Visiting: aten_add_tensor_20, aten.add.Tensor 2025-03-21T20:26:31.8743519Z [INFO 2025-03-21 20:26:31,850 qnn_preprocess.py:69] Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-03-21T20:26:31.8744777Z [INFO 2025-03-21 20:26:31,851 qnn_preprocess.py:69] Visiting: aten_add_tensor_21, aten.add.Tensor 2025-03-21T20:26:31.8746040Z [INFO 2025-03-21 20:26:31,851 qnn_preprocess.py:69] Visiting: aten_cat_default_19, aten.cat.default 2025-03-21T20:26:31.8747488Z [INFO 2025-03-21 20:26:31,853 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_47, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8748944Z [INFO 2025-03-21 20:26:31,853 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_48, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8750520Z [INFO 2025-03-21 20:26:31,853 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_49, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8752121Z [INFO 2025-03-21 20:26:31,854 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_50, aten.unsqueeze_copy.default 2025-03-21T20:26:31.8753640Z [INFO 2025-03-21 20:26:31,854 qnn_preprocess.py:69] Visiting: aten_view_copy_default_82, aten.view_copy.default 2025-03-21T20:26:31.8754884Z [INFO 2025-03-21 20:26:31,854 qnn_preprocess.py:69] Visiting: aten_cat_default_16, aten.cat.default 2025-03-21T20:26:31.8756256Z [INFO 2025-03-21 20:26:31,855 qnn_preprocess.py:69] Visiting: aten_cat_default_17, aten.cat.default 2025-03-21T20:26:31.8757618Z [INFO 2025-03-21 20:26:31,855 qnn_preprocess.py:69] Visiting: aten_view_copy_default_79, aten.view_copy.default 2025-03-21T20:26:31.8759041Z [INFO 2025-03-21 20:26:31,855 qnn_preprocess.py:69] Visiting: aten_view_copy_default_80, aten.view_copy.default 2025-03-21T20:26:31.8760474Z [INFO 2025-03-21 20:26:31,856 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_170, aten.permute_copy.default 2025-03-21T20:26:31.8761867Z [INFO 2025-03-21 20:26:31,856 qnn_preprocess.py:69] Visiting: aten_index_put_default_8, aten.index_put.default 2025-03-21T20:26:31.8763349Z [INFO 2025-03-21 20:26:31,857 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_171, aten.permute_copy.default 2025-03-21T20:26:31.8764967Z [INFO 2025-03-21 20:26:31,858 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_172, aten.permute_copy.default 2025-03-21T20:26:31.8766517Z [INFO 2025-03-21 20:26:31,859 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_173, aten.permute_copy.default 2025-03-21T20:26:31.8767902Z [INFO 2025-03-21 20:26:31,859 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_174, aten.permute_copy.default 2025-03-21T20:26:31.8769430Z [INFO 2025-03-21 20:26:31,860 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_175, aten.permute_copy.default 2025-03-21T20:26:31.8770957Z [INFO 2025-03-21 20:26:31,860 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_176, aten.permute_copy.default 2025-03-21T20:26:31.8772497Z [INFO 2025-03-21 20:26:31,861 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_177, aten.permute_copy.default 2025-03-21T20:26:31.8773914Z [INFO 2025-03-21 20:26:31,861 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_178, aten.permute_copy.default 2025-03-21T20:26:31.8775456Z [INFO 2025-03-21 20:26:31,862 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_179, aten.permute_copy.default 2025-03-21T20:26:31.8777174Z [INFO 2025-03-21 20:26:31,863 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_180, aten.permute_copy.default 2025-03-21T20:26:31.8778714Z [INFO 2025-03-21 20:26:31,863 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_181, aten.permute_copy.default 2025-03-21T20:26:31.8780255Z [INFO 2025-03-21 20:26:31,864 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_182, aten.permute_copy.default 2025-03-21T20:26:31.8781775Z [INFO 2025-03-21 20:26:31,864 qnn_preprocess.py:69] Visiting: aten_select_copy_int_192, aten.select_copy.int 2025-03-21T20:26:31.8783384Z [INFO 2025-03-21 20:26:31,865 qnn_preprocess.py:69] Visiting: aten_select_copy_int_194, aten.select_copy.int 2025-03-21T20:26:31.8784780Z [INFO 2025-03-21 20:26:31,865 qnn_preprocess.py:69] Visiting: aten_select_copy_int_196, aten.select_copy.int 2025-03-21T20:26:31.8786180Z [INFO 2025-03-21 20:26:31,865 qnn_preprocess.py:69] Visiting: aten_select_copy_int_198, aten.select_copy.int 2025-03-21T20:26:31.8787579Z [INFO 2025-03-21 20:26:31,866 qnn_preprocess.py:69] Visiting: aten_select_copy_int_200, aten.select_copy.int 2025-03-21T20:26:31.8788971Z [INFO 2025-03-21 20:26:31,866 qnn_preprocess.py:69] Visiting: aten_select_copy_int_202, aten.select_copy.int 2025-03-21T20:26:31.8790362Z [INFO 2025-03-21 20:26:31,867 qnn_preprocess.py:69] Visiting: aten_select_copy_int_204, aten.select_copy.int 2025-03-21T20:26:31.8791741Z [INFO 2025-03-21 20:26:31,867 qnn_preprocess.py:69] Visiting: aten_select_copy_int_206, aten.select_copy.int 2025-03-21T20:26:31.8793144Z [INFO 2025-03-21 20:26:31,867 qnn_preprocess.py:69] Visiting: aten_select_copy_int_208, aten.select_copy.int 2025-03-21T20:26:31.8794541Z [INFO 2025-03-21 20:26:31,868 qnn_preprocess.py:69] Visiting: aten_select_copy_int_210, aten.select_copy.int 2025-03-21T20:26:31.8795946Z [INFO 2025-03-21 20:26:31,868 qnn_preprocess.py:69] Visiting: aten_select_copy_int_212, aten.select_copy.int 2025-03-21T20:26:31.9348430Z [INFO 2025-03-21 20:26:31,869 qnn_preprocess.py:69] Visiting: aten_select_copy_int_214, aten.select_copy.int 2025-03-21T20:26:31.9349904Z [INFO 2025-03-21 20:26:31,869 qnn_preprocess.py:69] Visiting: aten_select_copy_int_193, aten.select_copy.int 2025-03-21T20:26:31.9351122Z [INFO 2025-03-21 20:26:31,870 qnn_preprocess.py:69] Visiting: aten_select_copy_int_195, aten.select_copy.int 2025-03-21T20:26:31.9352498Z [INFO 2025-03-21 20:26:31,870 qnn_preprocess.py:69] Visiting: aten_select_copy_int_197, aten.select_copy.int 2025-03-21T20:26:31.9353908Z [INFO 2025-03-21 20:26:31,871 qnn_preprocess.py:69] Visiting: aten_select_copy_int_199, aten.select_copy.int 2025-03-21T20:26:31.9355306Z [INFO 2025-03-21 20:26:31,872 qnn_preprocess.py:69] Visiting: aten_select_copy_int_201, aten.select_copy.int 2025-03-21T20:26:31.9356678Z [INFO 2025-03-21 20:26:31,872 qnn_preprocess.py:69] Visiting: aten_select_copy_int_203, aten.select_copy.int 2025-03-21T20:26:31.9358114Z [INFO 2025-03-21 20:26:31,873 qnn_preprocess.py:69] Visiting: aten_select_copy_int_205, aten.select_copy.int 2025-03-21T20:26:31.9359498Z [INFO 2025-03-21 20:26:31,874 qnn_preprocess.py:69] Visiting: aten_select_copy_int_207, aten.select_copy.int 2025-03-21T20:26:31.9360902Z [INFO 2025-03-21 20:26:31,874 qnn_preprocess.py:69] Visiting: aten_select_copy_int_209, aten.select_copy.int 2025-03-21T20:26:31.9362272Z [INFO 2025-03-21 20:26:31,875 qnn_preprocess.py:69] Visiting: aten_select_copy_int_211, aten.select_copy.int 2025-03-21T20:26:31.9363594Z [INFO 2025-03-21 20:26:31,876 qnn_preprocess.py:69] Visiting: aten_select_copy_int_213, aten.select_copy.int 2025-03-21T20:26:31.9364937Z [INFO 2025-03-21 20:26:31,876 qnn_preprocess.py:69] Visiting: aten_select_copy_int_215, aten.select_copy.int 2025-03-21T20:26:31.9366179Z [INFO 2025-03-21 20:26:31,877 qnn_preprocess.py:69] Visiting: aten_cat_default_18, aten.cat.default 2025-03-21T20:26:31.9367408Z [INFO 2025-03-21 20:26:31,879 qnn_preprocess.py:69] Visiting: aten_view_copy_default_81, aten.view_copy.default 2025-03-21T20:26:31.9368780Z [INFO 2025-03-21 20:26:31,880 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_195, aten.permute_copy.default 2025-03-21T20:26:31.9370080Z [INFO 2025-03-21 20:26:31,880 qnn_preprocess.py:69] Visiting: aten_matmul_default_8, aten.matmul.default 2025-03-21T20:26:31.9371350Z [INFO 2025-03-21 20:26:31,881 qnn_preprocess.py:69] Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-03-21T20:26:31.9372437Z [INFO 2025-03-21 20:26:31,882 qnn_preprocess.py:69] Visiting: aten_add_tensor_22, aten.add.Tensor 2025-03-21T20:26:31.9373891Z [INFO 2025-03-21 20:26:31,882 qnn_preprocess.py:69] Visiting: aten__softmax_default_4, aten._softmax.default 2025-03-21T20:26:31.9375197Z [INFO 2025-03-21 20:26:31,882 qnn_preprocess.py:69] Visiting: aten_matmul_default_9, aten.matmul.default 2025-03-21T20:26:31.9376741Z [INFO 2025-03-21 20:26:31,883 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-03-21T20:26:31.9378125Z [INFO 2025-03-21 20:26:31,883 qnn_preprocess.py:69] Visiting: aten_view_copy_default_89, aten.view_copy.default 2025-03-21T20:26:31.9379551Z [INFO 2025-03-21 20:26:31,884 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_51, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9380995Z [INFO 2025-03-21 20:26:31,884 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_726, aten.permute_copy.default 2025-03-21T20:26:31.9382513Z [INFO 2025-03-21 20:26:31,885 qnn_preprocess.py:69] Visiting: aten_convolution_default_31, aten.convolution.default 2025-03-21T20:26:31.9383941Z [INFO 2025-03-21 20:26:31,887 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_727, aten.permute_copy.default 2025-03-21T20:26:31.9385328Z [INFO 2025-03-21 20:26:31,888 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_51, aten.squeeze_copy.dims 2025-03-21T20:26:31.9386538Z [INFO 2025-03-21 20:26:31,888 qnn_preprocess.py:69] Visiting: aten_add_tensor_23, aten.add.Tensor 2025-03-21T20:26:31.9387763Z [INFO 2025-03-21 20:26:31,889 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-03-21T20:26:31.9389346Z [INFO 2025-03-21 20:26:31,889 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_52, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9390803Z [INFO 2025-03-21 20:26:31,890 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_728, aten.permute_copy.default 2025-03-21T20:26:31.9392273Z [INFO 2025-03-21 20:26:31,890 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_53, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9393693Z [INFO 2025-03-21 20:26:31,891 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_729, aten.permute_copy.default 2025-03-21T20:26:31.9395085Z [INFO 2025-03-21 20:26:31,891 qnn_preprocess.py:69] Visiting: aten_convolution_default_32, aten.convolution.default 2025-03-21T20:26:31.9396494Z [INFO 2025-03-21 20:26:31,899 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_730, aten.permute_copy.default 2025-03-21T20:26:31.9398063Z [INFO 2025-03-21 20:26:31,900 qnn_preprocess.py:69] Visiting: aten_convolution_default_33, aten.convolution.default 2025-03-21T20:26:31.9399499Z [INFO 2025-03-21 20:26:31,906 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_731, aten.permute_copy.default 2025-03-21T20:26:31.9400910Z [INFO 2025-03-21 20:26:31,906 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_52, aten.squeeze_copy.dims 2025-03-21T20:26:31.9402204Z [INFO 2025-03-21 20:26:31,907 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_53, aten.squeeze_copy.dims 2025-03-21T20:26:31.9403480Z [INFO 2025-03-21 20:26:31,907 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-03-21T20:26:31.9404705Z [INFO 2025-03-21 20:26:31,908 qnn_preprocess.py:69] Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-03-21T20:26:31.9405955Z [INFO 2025-03-21 20:26:31,908 qnn_preprocess.py:69] Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-03-21T20:26:31.9407195Z [INFO 2025-03-21 20:26:31,909 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_54, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9408764Z [INFO 2025-03-21 20:26:31,909 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_732, aten.permute_copy.default 2025-03-21T20:26:31.9410108Z [INFO 2025-03-21 20:26:31,910 qnn_preprocess.py:69] Visiting: aten_convolution_default_34, aten.convolution.default 2025-03-21T20:26:31.9411519Z [INFO 2025-03-21 20:26:31,915 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_733, aten.permute_copy.default 2025-03-21T20:26:31.9412844Z [INFO 2025-03-21 20:26:31,916 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_54, aten.squeeze_copy.dims 2025-03-21T20:26:31.9414377Z [INFO 2025-03-21 20:26:31,916 qnn_preprocess.py:69] Visiting: aten_add_tensor_24, aten.add.Tensor 2025-03-21T20:26:31.9415541Z [INFO 2025-03-21 20:26:31,917 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-03-21T20:26:31.9417015Z [INFO 2025-03-21 20:26:31,918 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_55, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9418426Z [INFO 2025-03-21 20:26:31,918 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_734, aten.permute_copy.default 2025-03-21T20:26:31.9419842Z [INFO 2025-03-21 20:26:31,919 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_56, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9421338Z [INFO 2025-03-21 20:26:31,919 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_735, aten.permute_copy.default 2025-03-21T20:26:31.9422857Z [INFO 2025-03-21 20:26:31,920 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_57, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9424260Z [INFO 2025-03-21 20:26:31,920 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_736, aten.permute_copy.default 2025-03-21T20:26:31.9425763Z [INFO 2025-03-21 20:26:31,921 qnn_preprocess.py:69] Visiting: aten_convolution_default_35, aten.convolution.default 2025-03-21T20:26:31.9427136Z [INFO 2025-03-21 20:26:31,923 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_737, aten.permute_copy.default 2025-03-21T20:26:31.9428656Z [INFO 2025-03-21 20:26:31,923 qnn_preprocess.py:69] Visiting: aten_convolution_default_36, aten.convolution.default 2025-03-21T20:26:31.9430024Z [INFO 2025-03-21 20:26:31,926 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_738, aten.permute_copy.default 2025-03-21T20:26:31.9431495Z [INFO 2025-03-21 20:26:31,927 qnn_preprocess.py:69] Visiting: aten_convolution_default_37, aten.convolution.default 2025-03-21T20:26:31.9432841Z [INFO 2025-03-21 20:26:31,929 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_739, aten.permute_copy.default 2025-03-21T20:26:31.9434324Z [INFO 2025-03-21 20:26:31,930 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_55, aten.squeeze_copy.dims 2025-03-21T20:26:31.9435587Z [INFO 2025-03-21 20:26:31,930 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_56, aten.squeeze_copy.dims 2025-03-21T20:26:31.9437021Z [INFO 2025-03-21 20:26:31,931 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_57, aten.squeeze_copy.dims 2025-03-21T20:26:31.9438312Z [INFO 2025-03-21 20:26:31,931 qnn_preprocess.py:69] Visiting: aten_view_copy_default_90, aten.view_copy.default 2025-03-21T20:26:31.9439671Z [INFO 2025-03-21 20:26:31,931 qnn_preprocess.py:69] Visiting: aten_view_copy_default_91, aten.view_copy.default 2025-03-21T20:26:31.9440980Z [INFO 2025-03-21 20:26:31,931 qnn_preprocess.py:69] Visiting: aten_view_copy_default_92, aten.view_copy.default 2025-03-21T20:26:31.9442332Z [INFO 2025-03-21 20:26:31,932 qnn_preprocess.py:69] Visiting: aten_view_copy_default_93, aten.view_copy.default 2025-03-21T20:26:31.9443683Z [INFO 2025-03-21 20:26:31,932 qnn_preprocess.py:69] Visiting: aten_view_copy_default_94, aten.view_copy.default 2025-03-21T20:26:31.9444997Z [INFO 2025-03-21 20:26:31,932 qnn_preprocess.py:69] Visiting: aten_index_put_default_11, aten.index_put.default 2025-03-21T20:26:31.9446295Z [INFO 2025-03-21 20:26:31,934 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-03-21T20:26:31.9726410Z [INFO 2025-03-21 20:26:31,934 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-03-21T20:26:31.9727845Z [INFO 2025-03-21 20:26:31,935 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-03-21T20:26:31.9729134Z [INFO 2025-03-21 20:26:31,935 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-03-21T20:26:31.9730575Z [INFO 2025-03-21 20:26:31,936 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_224, aten.permute_copy.default 2025-03-21T20:26:31.9731892Z [INFO 2025-03-21 20:26:31,937 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_225, aten.permute_copy.default 2025-03-21T20:26:31.9733653Z [INFO 2025-03-21 20:26:31,938 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_226, aten.permute_copy.default 2025-03-21T20:26:31.9734978Z [INFO 2025-03-21 20:26:31,938 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_227, aten.permute_copy.default 2025-03-21T20:26:31.9736426Z [INFO 2025-03-21 20:26:31,939 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_228, aten.permute_copy.default 2025-03-21T20:26:31.9737819Z [INFO 2025-03-21 20:26:31,940 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_229, aten.permute_copy.default 2025-03-21T20:26:31.9739332Z [INFO 2025-03-21 20:26:31,941 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_230, aten.permute_copy.default 2025-03-21T20:26:31.9740653Z [INFO 2025-03-21 20:26:31,942 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_231, aten.permute_copy.default 2025-03-21T20:26:31.9742239Z [INFO 2025-03-21 20:26:31,943 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_232, aten.permute_copy.default 2025-03-21T20:26:31.9743577Z [INFO 2025-03-21 20:26:31,944 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_233, aten.permute_copy.default 2025-03-21T20:26:31.9745016Z [INFO 2025-03-21 20:26:31,944 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_234, aten.permute_copy.default 2025-03-21T20:26:31.9746536Z [INFO 2025-03-21 20:26:31,945 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_235, aten.permute_copy.default 2025-03-21T20:26:31.9747999Z [INFO 2025-03-21 20:26:31,945 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_58, aten.squeeze_copy.dims 2025-03-21T20:26:31.9749240Z [INFO 2025-03-21 20:26:31,946 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_59, aten.squeeze_copy.dims 2025-03-21T20:26:31.9750662Z [INFO 2025-03-21 20:26:31,946 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_60, aten.squeeze_copy.dims 2025-03-21T20:26:31.9751918Z [INFO 2025-03-21 20:26:31,947 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_61, aten.squeeze_copy.dims 2025-03-21T20:26:31.9753246Z [INFO 2025-03-21 20:26:31,947 qnn_preprocess.py:69] Visiting: aten_select_copy_int_264, aten.select_copy.int 2025-03-21T20:26:31.9754489Z [INFO 2025-03-21 20:26:31,947 qnn_preprocess.py:69] Visiting: aten_select_copy_int_266, aten.select_copy.int 2025-03-21T20:26:31.9755969Z [INFO 2025-03-21 20:26:31,948 qnn_preprocess.py:69] Visiting: aten_select_copy_int_268, aten.select_copy.int 2025-03-21T20:26:31.9757260Z [INFO 2025-03-21 20:26:31,948 qnn_preprocess.py:69] Visiting: aten_select_copy_int_270, aten.select_copy.int 2025-03-21T20:26:31.9758551Z [INFO 2025-03-21 20:26:31,948 qnn_preprocess.py:69] Visiting: aten_select_copy_int_272, aten.select_copy.int 2025-03-21T20:26:31.9759865Z [INFO 2025-03-21 20:26:31,949 qnn_preprocess.py:69] Visiting: aten_select_copy_int_274, aten.select_copy.int 2025-03-21T20:26:31.9761093Z [INFO 2025-03-21 20:26:31,949 qnn_preprocess.py:69] Visiting: aten_select_copy_int_276, aten.select_copy.int 2025-03-21T20:26:31.9762399Z [INFO 2025-03-21 20:26:31,950 qnn_preprocess.py:69] Visiting: aten_select_copy_int_278, aten.select_copy.int 2025-03-21T20:26:31.9763649Z [INFO 2025-03-21 20:26:31,950 qnn_preprocess.py:69] Visiting: aten_select_copy_int_280, aten.select_copy.int 2025-03-21T20:26:31.9765012Z [INFO 2025-03-21 20:26:31,950 qnn_preprocess.py:69] Visiting: aten_select_copy_int_282, aten.select_copy.int 2025-03-21T20:26:31.9766217Z [INFO 2025-03-21 20:26:31,951 qnn_preprocess.py:69] Visiting: aten_select_copy_int_284, aten.select_copy.int 2025-03-21T20:26:31.9767582Z [INFO 2025-03-21 20:26:31,951 qnn_preprocess.py:69] Visiting: aten_select_copy_int_286, aten.select_copy.int 2025-03-21T20:26:31.9768780Z [INFO 2025-03-21 20:26:31,951 qnn_preprocess.py:69] Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-03-21T20:26:31.9769946Z [INFO 2025-03-21 20:26:31,952 qnn_preprocess.py:69] Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-03-21T20:26:31.9771076Z [INFO 2025-03-21 20:26:31,952 qnn_preprocess.py:69] Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-03-21T20:26:31.9772390Z [INFO 2025-03-21 20:26:31,953 qnn_preprocess.py:69] Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-03-21T20:26:31.9773626Z [INFO 2025-03-21 20:26:31,953 qnn_preprocess.py:69] Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-03-21T20:26:31.9774715Z [INFO 2025-03-21 20:26:31,954 qnn_preprocess.py:69] Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-03-21T20:26:31.9776118Z [INFO 2025-03-21 20:26:31,954 qnn_preprocess.py:69] Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-03-21T20:26:31.9777353Z [INFO 2025-03-21 20:26:31,955 qnn_preprocess.py:69] Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-03-21T20:26:31.9778683Z [INFO 2025-03-21 20:26:31,955 qnn_preprocess.py:69] Visiting: aten_select_copy_int_265, aten.select_copy.int 2025-03-21T20:26:31.9780078Z [INFO 2025-03-21 20:26:31,956 qnn_preprocess.py:69] Visiting: aten_select_copy_int_267, aten.select_copy.int 2025-03-21T20:26:31.9781416Z [INFO 2025-03-21 20:26:31,956 qnn_preprocess.py:69] Visiting: aten_select_copy_int_269, aten.select_copy.int 2025-03-21T20:26:31.9782745Z [INFO 2025-03-21 20:26:31,956 qnn_preprocess.py:69] Visiting: aten_select_copy_int_271, aten.select_copy.int 2025-03-21T20:26:31.9784125Z [INFO 2025-03-21 20:26:31,957 qnn_preprocess.py:69] Visiting: aten_select_copy_int_273, aten.select_copy.int 2025-03-21T20:26:31.9785498Z [INFO 2025-03-21 20:26:31,957 qnn_preprocess.py:69] Visiting: aten_select_copy_int_275, aten.select_copy.int 2025-03-21T20:26:31.9787028Z [INFO 2025-03-21 20:26:31,958 qnn_preprocess.py:69] Visiting: aten_select_copy_int_277, aten.select_copy.int 2025-03-21T20:26:31.9788268Z [INFO 2025-03-21 20:26:31,958 qnn_preprocess.py:69] Visiting: aten_select_copy_int_279, aten.select_copy.int 2025-03-21T20:26:31.9789646Z [INFO 2025-03-21 20:26:31,958 qnn_preprocess.py:69] Visiting: aten_select_copy_int_281, aten.select_copy.int 2025-03-21T20:26:31.9791034Z [INFO 2025-03-21 20:26:31,959 qnn_preprocess.py:69] Visiting: aten_select_copy_int_283, aten.select_copy.int 2025-03-21T20:26:31.9792429Z [INFO 2025-03-21 20:26:31,959 qnn_preprocess.py:69] Visiting: aten_select_copy_int_285, aten.select_copy.int 2025-03-21T20:26:31.9793811Z [INFO 2025-03-21 20:26:31,960 qnn_preprocess.py:69] Visiting: aten_select_copy_int_287, aten.select_copy.int 2025-03-21T20:26:31.9795144Z [INFO 2025-03-21 20:26:31,960 qnn_preprocess.py:69] Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-03-21T20:26:31.9796413Z [INFO 2025-03-21 20:26:31,960 qnn_preprocess.py:69] Visiting: aten_add_tensor_25, aten.add.Tensor 2025-03-21T20:26:31.9797664Z [INFO 2025-03-21 20:26:31,961 qnn_preprocess.py:69] Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-03-21T20:26:31.9798918Z [INFO 2025-03-21 20:26:31,961 qnn_preprocess.py:69] Visiting: aten_add_tensor_26, aten.add.Tensor 2025-03-21T20:26:31.9800200Z [INFO 2025-03-21 20:26:31,962 qnn_preprocess.py:69] Visiting: aten_cat_default_23, aten.cat.default 2025-03-21T20:26:31.9801506Z [INFO 2025-03-21 20:26:31,963 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_58, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9803101Z [INFO 2025-03-21 20:26:31,964 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_59, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9804700Z [INFO 2025-03-21 20:26:31,964 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_60, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9806289Z [INFO 2025-03-21 20:26:31,964 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_61, aten.unsqueeze_copy.default 2025-03-21T20:26:31.9807688Z [INFO 2025-03-21 20:26:31,965 qnn_preprocess.py:69] Visiting: aten_view_copy_default_100, aten.view_copy.default 2025-03-21T20:26:31.9809060Z [INFO 2025-03-21 20:26:31,965 qnn_preprocess.py:69] Visiting: aten_cat_default_20, aten.cat.default 2025-03-21T20:26:31.9810336Z [INFO 2025-03-21 20:26:31,966 qnn_preprocess.py:69] Visiting: aten_cat_default_21, aten.cat.default 2025-03-21T20:26:31.9811688Z [INFO 2025-03-21 20:26:31,966 qnn_preprocess.py:69] Visiting: aten_view_copy_default_97, aten.view_copy.default 2025-03-21T20:26:31.9813273Z [INFO 2025-03-21 20:26:31,966 qnn_preprocess.py:69] Visiting: aten_view_copy_default_98, aten.view_copy.default 2025-03-21T20:26:31.9814650Z [INFO 2025-03-21 20:26:31,967 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_211, aten.permute_copy.default 2025-03-21T20:26:31.9816135Z [INFO 2025-03-21 20:26:31,967 qnn_preprocess.py:69] Visiting: aten_index_put_default_10, aten.index_put.default 2025-03-21T20:26:31.9817633Z [INFO 2025-03-21 20:26:31,968 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_212, aten.permute_copy.default 2025-03-21T20:26:31.9819167Z [INFO 2025-03-21 20:26:31,969 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_213, aten.permute_copy.default 2025-03-21T20:26:31.9820570Z [INFO 2025-03-21 20:26:31,969 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_214, aten.permute_copy.default 2025-03-21T20:26:31.9822166Z [INFO 2025-03-21 20:26:31,970 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_215, aten.permute_copy.default 2025-03-21T20:26:31.9823719Z [INFO 2025-03-21 20:26:31,971 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_216, aten.permute_copy.default 2025-03-21T20:26:31.9825233Z [INFO 2025-03-21 20:26:31,971 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_217, aten.permute_copy.default 2025-03-21T20:26:32.0320399Z [INFO 2025-03-21 20:26:31,972 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_218, aten.permute_copy.default 2025-03-21T20:26:32.0322095Z [INFO 2025-03-21 20:26:31,973 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_219, aten.permute_copy.default 2025-03-21T20:26:32.0323587Z [INFO 2025-03-21 20:26:31,973 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_220, aten.permute_copy.default 2025-03-21T20:26:32.0325026Z [INFO 2025-03-21 20:26:31,974 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_221, aten.permute_copy.default 2025-03-21T20:26:32.0326505Z [INFO 2025-03-21 20:26:31,975 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_222, aten.permute_copy.default 2025-03-21T20:26:32.0328064Z [INFO 2025-03-21 20:26:31,976 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_223, aten.permute_copy.default 2025-03-21T20:26:32.0329500Z [INFO 2025-03-21 20:26:31,977 qnn_preprocess.py:69] Visiting: aten_select_copy_int_240, aten.select_copy.int 2025-03-21T20:26:32.0330944Z [INFO 2025-03-21 20:26:31,978 qnn_preprocess.py:69] Visiting: aten_select_copy_int_242, aten.select_copy.int 2025-03-21T20:26:32.0332208Z [INFO 2025-03-21 20:26:31,978 qnn_preprocess.py:69] Visiting: aten_select_copy_int_244, aten.select_copy.int 2025-03-21T20:26:32.0333464Z [INFO 2025-03-21 20:26:31,979 qnn_preprocess.py:69] Visiting: aten_select_copy_int_246, aten.select_copy.int 2025-03-21T20:26:32.0334729Z [INFO 2025-03-21 20:26:31,980 qnn_preprocess.py:69] Visiting: aten_select_copy_int_248, aten.select_copy.int 2025-03-21T20:26:32.0336114Z [INFO 2025-03-21 20:26:31,980 qnn_preprocess.py:69] Visiting: aten_select_copy_int_250, aten.select_copy.int 2025-03-21T20:26:32.0337520Z [INFO 2025-03-21 20:26:31,981 qnn_preprocess.py:69] Visiting: aten_select_copy_int_252, aten.select_copy.int 2025-03-21T20:26:32.0338779Z [INFO 2025-03-21 20:26:31,981 qnn_preprocess.py:69] Visiting: aten_select_copy_int_254, aten.select_copy.int 2025-03-21T20:26:32.0340085Z [INFO 2025-03-21 20:26:31,982 qnn_preprocess.py:69] Visiting: aten_select_copy_int_256, aten.select_copy.int 2025-03-21T20:26:32.0341449Z [INFO 2025-03-21 20:26:31,983 qnn_preprocess.py:69] Visiting: aten_select_copy_int_258, aten.select_copy.int 2025-03-21T20:26:32.0342844Z [INFO 2025-03-21 20:26:31,983 qnn_preprocess.py:69] Visiting: aten_select_copy_int_260, aten.select_copy.int 2025-03-21T20:26:32.0344002Z [INFO 2025-03-21 20:26:31,983 qnn_preprocess.py:69] Visiting: aten_select_copy_int_262, aten.select_copy.int 2025-03-21T20:26:32.0345192Z [INFO 2025-03-21 20:26:31,984 qnn_preprocess.py:69] Visiting: aten_select_copy_int_241, aten.select_copy.int 2025-03-21T20:26:32.0346403Z [INFO 2025-03-21 20:26:31,984 qnn_preprocess.py:69] Visiting: aten_select_copy_int_243, aten.select_copy.int 2025-03-21T20:26:32.0348149Z [INFO 2025-03-21 20:26:31,984 qnn_preprocess.py:69] Visiting: aten_select_copy_int_245, aten.select_copy.int 2025-03-21T20:26:32.0349480Z [INFO 2025-03-21 20:26:31,985 qnn_preprocess.py:69] Visiting: aten_select_copy_int_247, aten.select_copy.int 2025-03-21T20:26:32.0350675Z [INFO 2025-03-21 20:26:31,985 qnn_preprocess.py:69] Visiting: aten_select_copy_int_249, aten.select_copy.int 2025-03-21T20:26:32.0351963Z [INFO 2025-03-21 20:26:31,986 qnn_preprocess.py:69] Visiting: aten_select_copy_int_251, aten.select_copy.int 2025-03-21T20:26:32.0353211Z [INFO 2025-03-21 20:26:31,986 qnn_preprocess.py:69] Visiting: aten_select_copy_int_253, aten.select_copy.int 2025-03-21T20:26:32.0354531Z [INFO 2025-03-21 20:26:31,986 qnn_preprocess.py:69] Visiting: aten_select_copy_int_255, aten.select_copy.int 2025-03-21T20:26:32.0355841Z [INFO 2025-03-21 20:26:31,987 qnn_preprocess.py:69] Visiting: aten_select_copy_int_257, aten.select_copy.int 2025-03-21T20:26:32.0357091Z [INFO 2025-03-21 20:26:31,987 qnn_preprocess.py:69] Visiting: aten_select_copy_int_259, aten.select_copy.int 2025-03-21T20:26:32.0358453Z [INFO 2025-03-21 20:26:31,988 qnn_preprocess.py:69] Visiting: aten_select_copy_int_261, aten.select_copy.int 2025-03-21T20:26:32.0359663Z [INFO 2025-03-21 20:26:31,988 qnn_preprocess.py:69] Visiting: aten_select_copy_int_263, aten.select_copy.int 2025-03-21T20:26:32.0361015Z [INFO 2025-03-21 20:26:31,989 qnn_preprocess.py:69] Visiting: aten_cat_default_22, aten.cat.default 2025-03-21T20:26:32.0362235Z [INFO 2025-03-21 20:26:31,990 qnn_preprocess.py:69] Visiting: aten_view_copy_default_99, aten.view_copy.default 2025-03-21T20:26:32.0363628Z [INFO 2025-03-21 20:26:31,990 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_236, aten.permute_copy.default 2025-03-21T20:26:32.0364969Z [INFO 2025-03-21 20:26:31,991 qnn_preprocess.py:69] Visiting: aten_matmul_default_10, aten.matmul.default 2025-03-21T20:26:32.0366187Z [INFO 2025-03-21 20:26:31,991 qnn_preprocess.py:69] Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-03-21T20:26:32.0367404Z [INFO 2025-03-21 20:26:31,992 qnn_preprocess.py:69] Visiting: aten_add_tensor_27, aten.add.Tensor 2025-03-21T20:26:32.0368550Z [INFO 2025-03-21 20:26:31,993 qnn_preprocess.py:69] Visiting: aten__softmax_default_5, aten._softmax.default 2025-03-21T20:26:32.0370026Z [INFO 2025-03-21 20:26:31,993 qnn_preprocess.py:69] Visiting: aten_matmul_default_11, aten.matmul.default 2025-03-21T20:26:32.0371479Z [INFO 2025-03-21 20:26:31,994 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_237, aten.permute_copy.default 2025-03-21T20:26:32.0372939Z [INFO 2025-03-21 20:26:31,994 qnn_preprocess.py:69] Visiting: aten_view_copy_default_107, aten.view_copy.default 2025-03-21T20:26:32.0374354Z [INFO 2025-03-21 20:26:31,994 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_62, aten.unsqueeze_copy.default 2025-03-21T20:26:32.0375993Z [INFO 2025-03-21 20:26:31,995 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_740, aten.permute_copy.default 2025-03-21T20:26:32.0377364Z [INFO 2025-03-21 20:26:31,995 qnn_preprocess.py:69] Visiting: aten_convolution_default_38, aten.convolution.default 2025-03-21T20:26:32.0378806Z [INFO 2025-03-21 20:26:31,999 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_741, aten.permute_copy.default 2025-03-21T20:26:32.0380313Z [INFO 2025-03-21 20:26:31,999 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_62, aten.squeeze_copy.dims 2025-03-21T20:26:32.0381669Z [INFO 2025-03-21 20:26:32,000 qnn_preprocess.py:69] Visiting: aten_add_tensor_28, aten.add.Tensor 2025-03-21T20:26:32.0382958Z [INFO 2025-03-21 20:26:32,000 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-03-21T20:26:32.0384288Z [INFO 2025-03-21 20:26:32,001 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_63, aten.unsqueeze_copy.default 2025-03-21T20:26:32.0385782Z [INFO 2025-03-21 20:26:32,002 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_742, aten.permute_copy.default 2025-03-21T20:26:32.0387399Z [INFO 2025-03-21 20:26:32,002 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_64, aten.unsqueeze_copy.default 2025-03-21T20:26:32.0388782Z [INFO 2025-03-21 20:26:32,003 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_743, aten.permute_copy.default 2025-03-21T20:26:32.0390240Z [INFO 2025-03-21 20:26:32,003 qnn_preprocess.py:69] Visiting: aten_convolution_default_39, aten.convolution.default 2025-03-21T20:26:32.0391732Z [INFO 2025-03-21 20:26:32,011 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_744, aten.permute_copy.default 2025-03-21T20:26:32.0393034Z [INFO 2025-03-21 20:26:32,012 qnn_preprocess.py:69] Visiting: aten_convolution_default_40, aten.convolution.default 2025-03-21T20:26:32.0394456Z [INFO 2025-03-21 20:26:32,018 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_745, aten.permute_copy.default 2025-03-21T20:26:32.0395775Z [INFO 2025-03-21 20:26:32,018 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_63, aten.squeeze_copy.dims 2025-03-21T20:26:32.0397171Z [INFO 2025-03-21 20:26:32,019 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_64, aten.squeeze_copy.dims 2025-03-21T20:26:32.0398417Z [INFO 2025-03-21 20:26:32,019 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-03-21T20:26:32.0399648Z [INFO 2025-03-21 20:26:32,019 qnn_preprocess.py:69] Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-03-21T20:26:32.0400997Z [INFO 2025-03-21 20:26:32,020 qnn_preprocess.py:69] Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-03-21T20:26:32.0402283Z [INFO 2025-03-21 20:26:32,020 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_65, aten.unsqueeze_copy.default 2025-03-21T20:26:32.0403709Z [INFO 2025-03-21 20:26:32,021 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_746, aten.permute_copy.default 2025-03-21T20:26:32.0405042Z [INFO 2025-03-21 20:26:32,021 qnn_preprocess.py:69] Visiting: aten_convolution_default_41, aten.convolution.default 2025-03-21T20:26:32.0406524Z [INFO 2025-03-21 20:26:32,026 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_747, aten.permute_copy.default 2025-03-21T20:26:32.0407878Z [INFO 2025-03-21 20:26:32,027 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_65, aten.squeeze_copy.dims 2025-03-21T20:26:32.0409337Z [INFO 2025-03-21 20:26:32,028 qnn_preprocess.py:69] Visiting: aten_add_tensor_29, aten.add.Tensor 2025-03-21T20:26:32.0410497Z [INFO 2025-03-21 20:26:32,028 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-03-21T20:26:32.0411963Z [INFO 2025-03-21 20:26:32,029 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_66, aten.unsqueeze_copy.default 2025-03-21T20:26:32.0413540Z [INFO 2025-03-21 20:26:32,029 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_748, aten.permute_copy.default 2025-03-21T20:26:32.0415087Z [INFO 2025-03-21 20:26:32,030 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_67, aten.unsqueeze_copy.default 2025-03-21T20:26:32.0416550Z [INFO 2025-03-21 20:26:32,030 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_749, aten.permute_copy.default 2025-03-21T20:26:32.0418002Z [INFO 2025-03-21 20:26:32,031 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_68, aten.unsqueeze_copy.default 2025-03-21T20:26:32.0752200Z [INFO 2025-03-21 20:26:32,031 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_750, aten.permute_copy.default 2025-03-21T20:26:32.0753773Z [INFO 2025-03-21 20:26:32,032 qnn_preprocess.py:69] Visiting: aten_convolution_default_42, aten.convolution.default 2025-03-21T20:26:32.0755235Z [INFO 2025-03-21 20:26:32,035 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_751, aten.permute_copy.default 2025-03-21T20:26:32.0756710Z [INFO 2025-03-21 20:26:32,036 qnn_preprocess.py:69] Visiting: aten_convolution_default_43, aten.convolution.default 2025-03-21T20:26:32.0758251Z [INFO 2025-03-21 20:26:32,039 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_752, aten.permute_copy.default 2025-03-21T20:26:32.0760002Z [INFO 2025-03-21 20:26:32,040 qnn_preprocess.py:69] Visiting: aten_convolution_default_44, aten.convolution.default 2025-03-21T20:26:32.0761461Z [INFO 2025-03-21 20:26:32,044 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_753, aten.permute_copy.default 2025-03-21T20:26:32.0762891Z [INFO 2025-03-21 20:26:32,045 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_66, aten.squeeze_copy.dims 2025-03-21T20:26:32.0764336Z [INFO 2025-03-21 20:26:32,045 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_67, aten.squeeze_copy.dims 2025-03-21T20:26:32.0765766Z [INFO 2025-03-21 20:26:32,046 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_68, aten.squeeze_copy.dims 2025-03-21T20:26:32.0767217Z [INFO 2025-03-21 20:26:32,046 qnn_preprocess.py:69] Visiting: aten_view_copy_default_108, aten.view_copy.default 2025-03-21T20:26:32.0768564Z [INFO 2025-03-21 20:26:32,046 qnn_preprocess.py:69] Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-03-21T20:26:32.0769981Z [INFO 2025-03-21 20:26:32,046 qnn_preprocess.py:69] Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-03-21T20:26:32.0771433Z [INFO 2025-03-21 20:26:32,047 qnn_preprocess.py:69] Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-03-21T20:26:32.0772757Z [INFO 2025-03-21 20:26:32,047 qnn_preprocess.py:69] Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-03-21T20:26:32.0774196Z [INFO 2025-03-21 20:26:32,047 qnn_preprocess.py:69] Visiting: aten_index_put_default_13, aten.index_put.default 2025-03-21T20:26:32.0775931Z [INFO 2025-03-21 20:26:32,048 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-03-21T20:26:32.0777375Z [INFO 2025-03-21 20:26:32,049 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-03-21T20:26:32.0778800Z [INFO 2025-03-21 20:26:32,049 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-03-21T20:26:32.0780146Z [INFO 2025-03-21 20:26:32,049 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-03-21T20:26:32.0781622Z [INFO 2025-03-21 20:26:32,050 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_265, aten.permute_copy.default 2025-03-21T20:26:32.0783150Z [INFO 2025-03-21 20:26:32,050 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_266, aten.permute_copy.default 2025-03-21T20:26:32.0784808Z [INFO 2025-03-21 20:26:32,051 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_267, aten.permute_copy.default 2025-03-21T20:26:32.0786333Z [INFO 2025-03-21 20:26:32,052 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_268, aten.permute_copy.default 2025-03-21T20:26:32.0787875Z [INFO 2025-03-21 20:26:32,052 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_269, aten.permute_copy.default 2025-03-21T20:26:32.0789255Z [INFO 2025-03-21 20:26:32,053 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_270, aten.permute_copy.default 2025-03-21T20:26:32.0790765Z [INFO 2025-03-21 20:26:32,053 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_271, aten.permute_copy.default 2025-03-21T20:26:32.0792319Z [INFO 2025-03-21 20:26:32,054 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_272, aten.permute_copy.default 2025-03-21T20:26:32.0793755Z [INFO 2025-03-21 20:26:32,054 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_273, aten.permute_copy.default 2025-03-21T20:26:32.0795285Z [INFO 2025-03-21 20:26:32,055 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_274, aten.permute_copy.default 2025-03-21T20:26:32.0796839Z [INFO 2025-03-21 20:26:32,056 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_275, aten.permute_copy.default 2025-03-21T20:26:32.0798281Z [INFO 2025-03-21 20:26:32,056 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_276, aten.permute_copy.default 2025-03-21T20:26:32.0799708Z [INFO 2025-03-21 20:26:32,057 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_69, aten.squeeze_copy.dims 2025-03-21T20:26:32.0801019Z [INFO 2025-03-21 20:26:32,057 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_70, aten.squeeze_copy.dims 2025-03-21T20:26:32.0802709Z [INFO 2025-03-21 20:26:32,057 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_71, aten.squeeze_copy.dims 2025-03-21T20:26:32.0804009Z [INFO 2025-03-21 20:26:32,058 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_72, aten.squeeze_copy.dims 2025-03-21T20:26:32.0805378Z [INFO 2025-03-21 20:26:32,058 qnn_preprocess.py:69] Visiting: aten_select_copy_int_312, aten.select_copy.int 2025-03-21T20:26:32.0806600Z [INFO 2025-03-21 20:26:32,059 qnn_preprocess.py:69] Visiting: aten_select_copy_int_314, aten.select_copy.int 2025-03-21T20:26:32.0807981Z [INFO 2025-03-21 20:26:32,059 qnn_preprocess.py:69] Visiting: aten_select_copy_int_316, aten.select_copy.int 2025-03-21T20:26:32.0809357Z [INFO 2025-03-21 20:26:32,059 qnn_preprocess.py:69] Visiting: aten_select_copy_int_318, aten.select_copy.int 2025-03-21T20:26:32.0810744Z [INFO 2025-03-21 20:26:32,060 qnn_preprocess.py:69] Visiting: aten_select_copy_int_320, aten.select_copy.int 2025-03-21T20:26:32.0812099Z [INFO 2025-03-21 20:26:32,060 qnn_preprocess.py:69] Visiting: aten_select_copy_int_322, aten.select_copy.int 2025-03-21T20:26:32.0813503Z [INFO 2025-03-21 20:26:32,060 qnn_preprocess.py:69] Visiting: aten_select_copy_int_324, aten.select_copy.int 2025-03-21T20:26:32.0814698Z [INFO 2025-03-21 20:26:32,061 qnn_preprocess.py:69] Visiting: aten_select_copy_int_326, aten.select_copy.int 2025-03-21T20:26:32.0816064Z [INFO 2025-03-21 20:26:32,061 qnn_preprocess.py:69] Visiting: aten_select_copy_int_328, aten.select_copy.int 2025-03-21T20:26:32.0817303Z [INFO 2025-03-21 20:26:32,061 qnn_preprocess.py:69] Visiting: aten_select_copy_int_330, aten.select_copy.int 2025-03-21T20:26:32.0818616Z [INFO 2025-03-21 20:26:32,062 qnn_preprocess.py:69] Visiting: aten_select_copy_int_332, aten.select_copy.int 2025-03-21T20:26:32.0819886Z [INFO 2025-03-21 20:26:32,062 qnn_preprocess.py:69] Visiting: aten_select_copy_int_334, aten.select_copy.int 2025-03-21T20:26:32.0821271Z [INFO 2025-03-21 20:26:32,063 qnn_preprocess.py:69] Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-03-21T20:26:32.0822530Z [INFO 2025-03-21 20:26:32,063 qnn_preprocess.py:69] Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-03-21T20:26:32.0823715Z [INFO 2025-03-21 20:26:32,063 qnn_preprocess.py:69] Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-03-21T20:26:32.0825005Z [INFO 2025-03-21 20:26:32,064 qnn_preprocess.py:69] Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-03-21T20:26:32.0826262Z [INFO 2025-03-21 20:26:32,064 qnn_preprocess.py:69] Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-03-21T20:26:32.0827352Z [INFO 2025-03-21 20:26:32,065 qnn_preprocess.py:69] Visiting: aten_mul_tensor_98, aten.mul.Tensor 2025-03-21T20:26:32.0828521Z [INFO 2025-03-21 20:26:32,065 qnn_preprocess.py:69] Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-03-21T20:26:32.0829648Z [INFO 2025-03-21 20:26:32,066 qnn_preprocess.py:69] Visiting: aten_mul_tensor_99, aten.mul.Tensor 2025-03-21T20:26:32.0830882Z [INFO 2025-03-21 20:26:32,066 qnn_preprocess.py:69] Visiting: aten_select_copy_int_313, aten.select_copy.int 2025-03-21T20:26:32.0832212Z [INFO 2025-03-21 20:26:32,066 qnn_preprocess.py:69] Visiting: aten_select_copy_int_315, aten.select_copy.int 2025-03-21T20:26:32.0833444Z [INFO 2025-03-21 20:26:32,067 qnn_preprocess.py:69] Visiting: aten_select_copy_int_317, aten.select_copy.int 2025-03-21T20:26:32.0834841Z [INFO 2025-03-21 20:26:32,067 qnn_preprocess.py:69] Visiting: aten_select_copy_int_319, aten.select_copy.int 2025-03-21T20:26:32.0836033Z [INFO 2025-03-21 20:26:32,068 qnn_preprocess.py:69] Visiting: aten_select_copy_int_321, aten.select_copy.int 2025-03-21T20:26:32.0837315Z [INFO 2025-03-21 20:26:32,068 qnn_preprocess.py:69] Visiting: aten_select_copy_int_323, aten.select_copy.int 2025-03-21T20:26:32.0838562Z [INFO 2025-03-21 20:26:32,068 qnn_preprocess.py:69] Visiting: aten_select_copy_int_325, aten.select_copy.int 2025-03-21T20:26:32.0839907Z [INFO 2025-03-21 20:26:32,069 qnn_preprocess.py:69] Visiting: aten_select_copy_int_327, aten.select_copy.int 2025-03-21T20:26:32.0841336Z [INFO 2025-03-21 20:26:32,069 qnn_preprocess.py:69] Visiting: aten_select_copy_int_329, aten.select_copy.int 2025-03-21T20:26:32.0842669Z [INFO 2025-03-21 20:26:32,070 qnn_preprocess.py:69] Visiting: aten_select_copy_int_331, aten.select_copy.int 2025-03-21T20:26:32.0843960Z [INFO 2025-03-21 20:26:32,070 qnn_preprocess.py:69] Visiting: aten_select_copy_int_333, aten.select_copy.int 2025-03-21T20:26:32.0845232Z [INFO 2025-03-21 20:26:32,070 qnn_preprocess.py:69] Visiting: aten_select_copy_int_335, aten.select_copy.int 2025-03-21T20:26:32.0846410Z [INFO 2025-03-21 20:26:32,071 qnn_preprocess.py:69] Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-03-21T20:26:32.0847557Z [INFO 2025-03-21 20:26:32,071 qnn_preprocess.py:69] Visiting: aten_add_tensor_30, aten.add.Tensor 2025-03-21T20:26:32.0848792Z [INFO 2025-03-21 20:26:32,072 qnn_preprocess.py:69] Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-03-21T20:26:32.0849893Z [INFO 2025-03-21 20:26:32,072 qnn_preprocess.py:69] Visiting: aten_add_tensor_31, aten.add.Tensor 2025-03-21T20:26:32.0851134Z [INFO 2025-03-21 20:26:32,073 qnn_preprocess.py:69] Visiting: aten_cat_default_27, aten.cat.default 2025-03-21T20:26:32.0852469Z [INFO 2025-03-21 20:26:32,074 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_69, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1292098Z [INFO 2025-03-21 20:26:32,074 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_70, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1293885Z [INFO 2025-03-21 20:26:32,075 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_71, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1295370Z [INFO 2025-03-21 20:26:32,076 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_72, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1296836Z [INFO 2025-03-21 20:26:32,076 qnn_preprocess.py:69] Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-03-21T20:26:32.1298193Z [INFO 2025-03-21 20:26:32,077 qnn_preprocess.py:69] Visiting: aten_cat_default_24, aten.cat.default 2025-03-21T20:26:32.1299482Z [INFO 2025-03-21 20:26:32,078 qnn_preprocess.py:69] Visiting: aten_cat_default_25, aten.cat.default 2025-03-21T20:26:32.1300854Z [INFO 2025-03-21 20:26:32,078 qnn_preprocess.py:69] Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-03-21T20:26:32.1302398Z [INFO 2025-03-21 20:26:32,079 qnn_preprocess.py:69] Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-03-21T20:26:32.1303884Z [INFO 2025-03-21 20:26:32,079 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-03-21T20:26:32.1305387Z [INFO 2025-03-21 20:26:32,080 qnn_preprocess.py:69] Visiting: aten_index_put_default_12, aten.index_put.default 2025-03-21T20:26:32.1306839Z [INFO 2025-03-21 20:26:32,082 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-03-21T20:26:32.1308388Z [INFO 2025-03-21 20:26:32,083 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-03-21T20:26:32.1309866Z [INFO 2025-03-21 20:26:32,084 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-03-21T20:26:32.1311405Z [INFO 2025-03-21 20:26:32,084 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-03-21T20:26:32.1312935Z [INFO 2025-03-21 20:26:32,085 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-03-21T20:26:32.1314457Z [INFO 2025-03-21 20:26:32,086 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-03-21T20:26:32.1316005Z [INFO 2025-03-21 20:26:32,086 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-03-21T20:26:32.1317496Z [INFO 2025-03-21 20:26:32,087 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-03-21T20:26:32.1318976Z [INFO 2025-03-21 20:26:32,088 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_261, aten.permute_copy.default 2025-03-21T20:26:32.1320697Z [INFO 2025-03-21 20:26:32,088 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_262, aten.permute_copy.default 2025-03-21T20:26:32.1322234Z [INFO 2025-03-21 20:26:32,089 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_263, aten.permute_copy.default 2025-03-21T20:26:32.1323701Z [INFO 2025-03-21 20:26:32,089 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_264, aten.permute_copy.default 2025-03-21T20:26:32.1340621Z [INFO 2025-03-21 20:26:32,090 qnn_preprocess.py:69] Visiting: aten_select_copy_int_288, aten.select_copy.int 2025-03-21T20:26:32.1342011Z [INFO 2025-03-21 20:26:32,090 qnn_preprocess.py:69] Visiting: aten_select_copy_int_290, aten.select_copy.int 2025-03-21T20:26:32.1343423Z [INFO 2025-03-21 20:26:32,091 qnn_preprocess.py:69] Visiting: aten_select_copy_int_292, aten.select_copy.int 2025-03-21T20:26:32.1344746Z [INFO 2025-03-21 20:26:32,091 qnn_preprocess.py:69] Visiting: aten_select_copy_int_294, aten.select_copy.int 2025-03-21T20:26:32.1346076Z [INFO 2025-03-21 20:26:32,092 qnn_preprocess.py:69] Visiting: aten_select_copy_int_296, aten.select_copy.int 2025-03-21T20:26:32.1347470Z [INFO 2025-03-21 20:26:32,092 qnn_preprocess.py:69] Visiting: aten_select_copy_int_298, aten.select_copy.int 2025-03-21T20:26:32.1348855Z [INFO 2025-03-21 20:26:32,092 qnn_preprocess.py:69] Visiting: aten_select_copy_int_300, aten.select_copy.int 2025-03-21T20:26:32.1350319Z [INFO 2025-03-21 20:26:32,093 qnn_preprocess.py:69] Visiting: aten_select_copy_int_302, aten.select_copy.int 2025-03-21T20:26:32.1351714Z [INFO 2025-03-21 20:26:32,093 qnn_preprocess.py:69] Visiting: aten_select_copy_int_304, aten.select_copy.int 2025-03-21T20:26:32.1353118Z [INFO 2025-03-21 20:26:32,093 qnn_preprocess.py:69] Visiting: aten_select_copy_int_306, aten.select_copy.int 2025-03-21T20:26:32.1354498Z [INFO 2025-03-21 20:26:32,094 qnn_preprocess.py:69] Visiting: aten_select_copy_int_308, aten.select_copy.int 2025-03-21T20:26:32.1355908Z [INFO 2025-03-21 20:26:32,094 qnn_preprocess.py:69] Visiting: aten_select_copy_int_310, aten.select_copy.int 2025-03-21T20:26:32.1357338Z [INFO 2025-03-21 20:26:32,095 qnn_preprocess.py:69] Visiting: aten_select_copy_int_289, aten.select_copy.int 2025-03-21T20:26:32.1358744Z [INFO 2025-03-21 20:26:32,095 qnn_preprocess.py:69] Visiting: aten_select_copy_int_291, aten.select_copy.int 2025-03-21T20:26:32.1360227Z [INFO 2025-03-21 20:26:32,095 qnn_preprocess.py:69] Visiting: aten_select_copy_int_293, aten.select_copy.int 2025-03-21T20:26:32.1361642Z [INFO 2025-03-21 20:26:32,096 qnn_preprocess.py:69] Visiting: aten_select_copy_int_295, aten.select_copy.int 2025-03-21T20:26:32.1363054Z [INFO 2025-03-21 20:26:32,096 qnn_preprocess.py:69] Visiting: aten_select_copy_int_297, aten.select_copy.int 2025-03-21T20:26:32.1364436Z [INFO 2025-03-21 20:26:32,097 qnn_preprocess.py:69] Visiting: aten_select_copy_int_299, aten.select_copy.int 2025-03-21T20:26:32.1365838Z [INFO 2025-03-21 20:26:32,097 qnn_preprocess.py:69] Visiting: aten_select_copy_int_301, aten.select_copy.int 2025-03-21T20:26:32.1367222Z [INFO 2025-03-21 20:26:32,097 qnn_preprocess.py:69] Visiting: aten_select_copy_int_303, aten.select_copy.int 2025-03-21T20:26:32.1368508Z [INFO 2025-03-21 20:26:32,098 qnn_preprocess.py:69] Visiting: aten_select_copy_int_305, aten.select_copy.int 2025-03-21T20:26:32.1369839Z [INFO 2025-03-21 20:26:32,098 qnn_preprocess.py:69] Visiting: aten_select_copy_int_307, aten.select_copy.int 2025-03-21T20:26:32.1371196Z [INFO 2025-03-21 20:26:32,099 qnn_preprocess.py:69] Visiting: aten_select_copy_int_309, aten.select_copy.int 2025-03-21T20:26:32.1372250Z [INFO 2025-03-21 20:26:32,099 qnn_preprocess.py:69] Visiting: aten_select_copy_int_311, aten.select_copy.int 2025-03-21T20:26:32.1373328Z [INFO 2025-03-21 20:26:32,099 qnn_preprocess.py:69] Visiting: aten_cat_default_26, aten.cat.default 2025-03-21T20:26:32.1374435Z [INFO 2025-03-21 20:26:32,101 qnn_preprocess.py:69] Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-03-21T20:26:32.1376090Z [INFO 2025-03-21 20:26:32,101 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_277, aten.permute_copy.default 2025-03-21T20:26:32.1377415Z [INFO 2025-03-21 20:26:32,102 qnn_preprocess.py:69] Visiting: aten_matmul_default_12, aten.matmul.default 2025-03-21T20:26:32.1378529Z [INFO 2025-03-21 20:26:32,102 qnn_preprocess.py:69] Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-03-21T20:26:32.1379588Z [INFO 2025-03-21 20:26:32,103 qnn_preprocess.py:69] Visiting: aten_add_tensor_32, aten.add.Tensor 2025-03-21T20:26:32.1380687Z [INFO 2025-03-21 20:26:32,103 qnn_preprocess.py:69] Visiting: aten__softmax_default_6, aten._softmax.default 2025-03-21T20:26:32.1381923Z [INFO 2025-03-21 20:26:32,104 qnn_preprocess.py:69] Visiting: aten_matmul_default_13, aten.matmul.default 2025-03-21T20:26:32.1383108Z [INFO 2025-03-21 20:26:32,104 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_278, aten.permute_copy.default 2025-03-21T20:26:32.1384327Z [INFO 2025-03-21 20:26:32,105 qnn_preprocess.py:69] Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-03-21T20:26:32.1385547Z [INFO 2025-03-21 20:26:32,105 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_73, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1387019Z [INFO 2025-03-21 20:26:32,106 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_754, aten.permute_copy.default 2025-03-21T20:26:32.1388362Z [INFO 2025-03-21 20:26:32,106 qnn_preprocess.py:69] Visiting: aten_convolution_default_45, aten.convolution.default 2025-03-21T20:26:32.1389878Z [INFO 2025-03-21 20:26:32,109 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_755, aten.permute_copy.default 2025-03-21T20:26:32.1391199Z [INFO 2025-03-21 20:26:32,109 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_73, aten.squeeze_copy.dims 2025-03-21T20:26:32.1392453Z [INFO 2025-03-21 20:26:32,110 qnn_preprocess.py:69] Visiting: aten_add_tensor_33, aten.add.Tensor 2025-03-21T20:26:32.1393718Z [INFO 2025-03-21 20:26:32,110 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-03-21T20:26:32.1395034Z [INFO 2025-03-21 20:26:32,111 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_74, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1396576Z [INFO 2025-03-21 20:26:32,111 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_756, aten.permute_copy.default 2025-03-21T20:26:32.1398050Z [INFO 2025-03-21 20:26:32,112 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_75, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1399499Z [INFO 2025-03-21 20:26:32,112 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_757, aten.permute_copy.default 2025-03-21T20:26:32.1400858Z [INFO 2025-03-21 20:26:32,113 qnn_preprocess.py:69] Visiting: aten_convolution_default_46, aten.convolution.default 2025-03-21T20:26:32.1402295Z [INFO 2025-03-21 20:26:32,121 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_758, aten.permute_copy.default 2025-03-21T20:26:32.1403687Z [INFO 2025-03-21 20:26:32,122 qnn_preprocess.py:69] Visiting: aten_convolution_default_47, aten.convolution.default 2025-03-21T20:26:32.1405191Z [INFO 2025-03-21 20:26:32,127 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_759, aten.permute_copy.default 2025-03-21T20:26:32.1406504Z [INFO 2025-03-21 20:26:32,128 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_74, aten.squeeze_copy.dims 2025-03-21T20:26:32.1771471Z [INFO 2025-03-21 20:26:32,128 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_75, aten.squeeze_copy.dims 2025-03-21T20:26:32.1772907Z [INFO 2025-03-21 20:26:32,129 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-03-21T20:26:32.1774243Z [INFO 2025-03-21 20:26:32,130 qnn_preprocess.py:69] Visiting: aten_mul_tensor_103, aten.mul.Tensor 2025-03-21T20:26:32.1775365Z [INFO 2025-03-21 20:26:32,130 qnn_preprocess.py:69] Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-03-21T20:26:32.1776972Z [INFO 2025-03-21 20:26:32,131 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_76, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1778742Z [INFO 2025-03-21 20:26:32,132 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_760, aten.permute_copy.default 2025-03-21T20:26:32.1780276Z [INFO 2025-03-21 20:26:32,133 qnn_preprocess.py:69] Visiting: aten_convolution_default_48, aten.convolution.default 2025-03-21T20:26:32.1781796Z [INFO 2025-03-21 20:26:32,139 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_761, aten.permute_copy.default 2025-03-21T20:26:32.1783203Z [INFO 2025-03-21 20:26:32,140 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_76, aten.squeeze_copy.dims 2025-03-21T20:26:32.1784542Z [INFO 2025-03-21 20:26:32,141 qnn_preprocess.py:69] Visiting: aten_add_tensor_34, aten.add.Tensor 2025-03-21T20:26:32.1785904Z [INFO 2025-03-21 20:26:32,141 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-03-21T20:26:32.1787396Z [INFO 2025-03-21 20:26:32,142 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_77, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1788852Z [INFO 2025-03-21 20:26:32,142 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_762, aten.permute_copy.default 2025-03-21T20:26:32.1790433Z [INFO 2025-03-21 20:26:32,143 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_78, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1792007Z [INFO 2025-03-21 20:26:32,143 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_763, aten.permute_copy.default 2025-03-21T20:26:32.1793693Z [INFO 2025-03-21 20:26:32,144 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_79, aten.unsqueeze_copy.default 2025-03-21T20:26:32.1795104Z [INFO 2025-03-21 20:26:32,144 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_764, aten.permute_copy.default 2025-03-21T20:26:32.1796638Z [INFO 2025-03-21 20:26:32,145 qnn_preprocess.py:69] Visiting: aten_convolution_default_49, aten.convolution.default 2025-03-21T20:26:32.1798176Z [INFO 2025-03-21 20:26:32,147 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_765, aten.permute_copy.default 2025-03-21T20:26:32.1799719Z [INFO 2025-03-21 20:26:32,147 qnn_preprocess.py:69] Visiting: aten_convolution_default_50, aten.convolution.default 2025-03-21T20:26:32.1801174Z [INFO 2025-03-21 20:26:32,150 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_766, aten.permute_copy.default 2025-03-21T20:26:32.1802807Z [INFO 2025-03-21 20:26:32,151 qnn_preprocess.py:69] Visiting: aten_convolution_default_51, aten.convolution.default 2025-03-21T20:26:32.1804341Z [INFO 2025-03-21 20:26:32,153 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_767, aten.permute_copy.default 2025-03-21T20:26:32.1805812Z [INFO 2025-03-21 20:26:32,154 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_77, aten.squeeze_copy.dims 2025-03-21T20:26:32.1807201Z [INFO 2025-03-21 20:26:32,154 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_78, aten.squeeze_copy.dims 2025-03-21T20:26:32.1808546Z [INFO 2025-03-21 20:26:32,155 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_79, aten.squeeze_copy.dims 2025-03-21T20:26:32.1809984Z [INFO 2025-03-21 20:26:32,155 qnn_preprocess.py:69] Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-03-21T20:26:32.1811455Z [INFO 2025-03-21 20:26:32,155 qnn_preprocess.py:69] Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-03-21T20:26:32.1812897Z [INFO 2025-03-21 20:26:32,155 qnn_preprocess.py:69] Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-03-21T20:26:32.1814230Z [INFO 2025-03-21 20:26:32,156 qnn_preprocess.py:69] Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-03-21T20:26:32.1815622Z [INFO 2025-03-21 20:26:32,156 qnn_preprocess.py:69] Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-03-21T20:26:32.1817039Z [INFO 2025-03-21 20:26:32,156 qnn_preprocess.py:69] Visiting: aten_index_put_default_15, aten.index_put.default 2025-03-21T20:26:32.1818463Z [INFO 2025-03-21 20:26:32,157 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-03-21T20:26:32.1819881Z [INFO 2025-03-21 20:26:32,158 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-03-21T20:26:32.1821493Z [INFO 2025-03-21 20:26:32,158 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-03-21T20:26:32.1822947Z [INFO 2025-03-21 20:26:32,159 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-03-21T20:26:32.1824442Z [INFO 2025-03-21 20:26:32,159 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-03-21T20:26:32.1825987Z [INFO 2025-03-21 20:26:32,160 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-03-21T20:26:32.1827365Z [INFO 2025-03-21 20:26:32,160 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-03-21T20:26:32.1828911Z [INFO 2025-03-21 20:26:32,161 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-03-21T20:26:32.1830446Z [INFO 2025-03-21 20:26:32,161 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-03-21T20:26:32.1831989Z [INFO 2025-03-21 20:26:32,162 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-03-21T20:26:32.1833426Z [INFO 2025-03-21 20:26:32,162 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-03-21T20:26:32.1834945Z [INFO 2025-03-21 20:26:32,163 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-03-21T20:26:32.1836573Z [INFO 2025-03-21 20:26:32,164 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_314, aten.permute_copy.default 2025-03-21T20:26:32.1838097Z [INFO 2025-03-21 20:26:32,164 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_315, aten.permute_copy.default 2025-03-21T20:26:32.1839558Z [INFO 2025-03-21 20:26:32,165 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_316, aten.permute_copy.default 2025-03-21T20:26:32.1841028Z [INFO 2025-03-21 20:26:32,165 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_317, aten.permute_copy.default 2025-03-21T20:26:32.1842522Z [INFO 2025-03-21 20:26:32,166 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_80, aten.squeeze_copy.dims 2025-03-21T20:26:32.1843943Z [INFO 2025-03-21 20:26:32,166 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_81, aten.squeeze_copy.dims 2025-03-21T20:26:32.1845484Z [INFO 2025-03-21 20:26:32,167 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_82, aten.squeeze_copy.dims 2025-03-21T20:26:32.1846935Z [INFO 2025-03-21 20:26:32,167 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_83, aten.squeeze_copy.dims 2025-03-21T20:26:32.1848237Z [INFO 2025-03-21 20:26:32,167 qnn_preprocess.py:69] Visiting: aten_select_copy_int_360, aten.select_copy.int 2025-03-21T20:26:32.1849641Z [INFO 2025-03-21 20:26:32,168 qnn_preprocess.py:69] Visiting: aten_select_copy_int_362, aten.select_copy.int 2025-03-21T20:26:32.1851030Z [INFO 2025-03-21 20:26:32,168 qnn_preprocess.py:69] Visiting: aten_select_copy_int_364, aten.select_copy.int 2025-03-21T20:26:32.1852411Z [INFO 2025-03-21 20:26:32,169 qnn_preprocess.py:69] Visiting: aten_select_copy_int_366, aten.select_copy.int 2025-03-21T20:26:32.1853806Z [INFO 2025-03-21 20:26:32,169 qnn_preprocess.py:69] Visiting: aten_select_copy_int_368, aten.select_copy.int 2025-03-21T20:26:32.1855199Z [INFO 2025-03-21 20:26:32,169 qnn_preprocess.py:69] Visiting: aten_select_copy_int_370, aten.select_copy.int 2025-03-21T20:26:32.1856518Z [INFO 2025-03-21 20:26:32,170 qnn_preprocess.py:69] Visiting: aten_select_copy_int_372, aten.select_copy.int 2025-03-21T20:26:32.1857881Z [INFO 2025-03-21 20:26:32,170 qnn_preprocess.py:69] Visiting: aten_select_copy_int_374, aten.select_copy.int 2025-03-21T20:26:32.1859277Z [INFO 2025-03-21 20:26:32,171 qnn_preprocess.py:69] Visiting: aten_select_copy_int_376, aten.select_copy.int 2025-03-21T20:26:32.1860652Z [INFO 2025-03-21 20:26:32,171 qnn_preprocess.py:69] Visiting: aten_select_copy_int_378, aten.select_copy.int 2025-03-21T20:26:32.1862287Z [INFO 2025-03-21 20:26:32,171 qnn_preprocess.py:69] Visiting: aten_select_copy_int_380, aten.select_copy.int 2025-03-21T20:26:32.1863610Z [INFO 2025-03-21 20:26:32,172 qnn_preprocess.py:69] Visiting: aten_select_copy_int_382, aten.select_copy.int 2025-03-21T20:26:32.1864935Z [INFO 2025-03-21 20:26:32,172 qnn_preprocess.py:69] Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-03-21T20:26:32.1866180Z [INFO 2025-03-21 20:26:32,173 qnn_preprocess.py:69] Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-03-21T20:26:32.1867456Z [INFO 2025-03-21 20:26:32,173 qnn_preprocess.py:69] Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-03-21T20:26:32.1868720Z [INFO 2025-03-21 20:26:32,174 qnn_preprocess.py:69] Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-03-21T20:26:32.1869993Z [INFO 2025-03-21 20:26:32,174 qnn_preprocess.py:69] Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-03-21T20:26:32.1871240Z [INFO 2025-03-21 20:26:32,175 qnn_preprocess.py:69] Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-03-21T20:26:32.1872439Z [INFO 2025-03-21 20:26:32,175 qnn_preprocess.py:69] Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-03-21T20:26:32.1873700Z [INFO 2025-03-21 20:26:32,176 qnn_preprocess.py:69] Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-03-21T20:26:32.1875034Z [INFO 2025-03-21 20:26:32,176 qnn_preprocess.py:69] Visiting: aten_select_copy_int_361, aten.select_copy.int 2025-03-21T20:26:32.2162872Z [INFO 2025-03-21 20:26:32,176 qnn_preprocess.py:69] Visiting: aten_select_copy_int_363, aten.select_copy.int 2025-03-21T20:26:32.2164418Z [INFO 2025-03-21 20:26:32,177 qnn_preprocess.py:69] Visiting: aten_select_copy_int_365, aten.select_copy.int 2025-03-21T20:26:32.2165829Z [INFO 2025-03-21 20:26:32,178 qnn_preprocess.py:69] Visiting: aten_select_copy_int_367, aten.select_copy.int 2025-03-21T20:26:32.2167040Z [INFO 2025-03-21 20:26:32,178 qnn_preprocess.py:69] Visiting: aten_select_copy_int_369, aten.select_copy.int 2025-03-21T20:26:32.2168431Z [INFO 2025-03-21 20:26:32,179 qnn_preprocess.py:69] Visiting: aten_select_copy_int_371, aten.select_copy.int 2025-03-21T20:26:32.2169677Z [INFO 2025-03-21 20:26:32,180 qnn_preprocess.py:69] Visiting: aten_select_copy_int_373, aten.select_copy.int 2025-03-21T20:26:32.2170964Z [INFO 2025-03-21 20:26:32,180 qnn_preprocess.py:69] Visiting: aten_select_copy_int_375, aten.select_copy.int 2025-03-21T20:26:32.2172363Z [INFO 2025-03-21 20:26:32,181 qnn_preprocess.py:69] Visiting: aten_select_copy_int_377, aten.select_copy.int 2025-03-21T20:26:32.2173684Z [INFO 2025-03-21 20:26:32,182 qnn_preprocess.py:69] Visiting: aten_select_copy_int_379, aten.select_copy.int 2025-03-21T20:26:32.2174975Z [INFO 2025-03-21 20:26:32,182 qnn_preprocess.py:69] Visiting: aten_select_copy_int_381, aten.select_copy.int 2025-03-21T20:26:32.2176435Z [INFO 2025-03-21 20:26:32,183 qnn_preprocess.py:69] Visiting: aten_select_copy_int_383, aten.select_copy.int 2025-03-21T20:26:32.2177765Z [INFO 2025-03-21 20:26:32,183 qnn_preprocess.py:69] Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-03-21T20:26:32.2179037Z [INFO 2025-03-21 20:26:32,184 qnn_preprocess.py:69] Visiting: aten_add_tensor_35, aten.add.Tensor 2025-03-21T20:26:32.2180258Z [INFO 2025-03-21 20:26:32,185 qnn_preprocess.py:69] Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-03-21T20:26:32.2181509Z [INFO 2025-03-21 20:26:32,186 qnn_preprocess.py:69] Visiting: aten_add_tensor_36, aten.add.Tensor 2025-03-21T20:26:32.2182637Z [INFO 2025-03-21 20:26:32,187 qnn_preprocess.py:69] Visiting: aten_cat_default_31, aten.cat.default 2025-03-21T20:26:32.2183965Z [INFO 2025-03-21 20:26:32,188 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_80, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2185422Z [INFO 2025-03-21 20:26:32,189 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_81, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2187016Z [INFO 2025-03-21 20:26:32,189 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_82, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2188495Z [INFO 2025-03-21 20:26:32,189 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_83, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2190182Z [INFO 2025-03-21 20:26:32,190 qnn_preprocess.py:69] Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-03-21T20:26:32.2191380Z [INFO 2025-03-21 20:26:32,190 qnn_preprocess.py:69] Visiting: aten_cat_default_28, aten.cat.default 2025-03-21T20:26:32.2192611Z [INFO 2025-03-21 20:26:32,190 qnn_preprocess.py:69] Visiting: aten_cat_default_29, aten.cat.default 2025-03-21T20:26:32.2193895Z [INFO 2025-03-21 20:26:32,191 qnn_preprocess.py:69] Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-03-21T20:26:32.2195253Z [INFO 2025-03-21 20:26:32,191 qnn_preprocess.py:69] Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-03-21T20:26:32.2196590Z [INFO 2025-03-21 20:26:32,191 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_293, aten.permute_copy.default 2025-03-21T20:26:32.2197931Z [INFO 2025-03-21 20:26:32,192 qnn_preprocess.py:69] Visiting: aten_index_put_default_14, aten.index_put.default 2025-03-21T20:26:32.2199283Z [INFO 2025-03-21 20:26:32,193 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_294, aten.permute_copy.default 2025-03-21T20:26:32.2200661Z [INFO 2025-03-21 20:26:32,194 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_295, aten.permute_copy.default 2025-03-21T20:26:32.2202056Z [INFO 2025-03-21 20:26:32,194 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_296, aten.permute_copy.default 2025-03-21T20:26:32.2203571Z [INFO 2025-03-21 20:26:32,195 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_297, aten.permute_copy.default 2025-03-21T20:26:32.2204971Z [INFO 2025-03-21 20:26:32,195 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_298, aten.permute_copy.default 2025-03-21T20:26:32.2206326Z [INFO 2025-03-21 20:26:32,196 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_299, aten.permute_copy.default 2025-03-21T20:26:32.2207702Z [INFO 2025-03-21 20:26:32,197 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_300, aten.permute_copy.default 2025-03-21T20:26:32.2209125Z [INFO 2025-03-21 20:26:32,197 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_301, aten.permute_copy.default 2025-03-21T20:26:32.2210647Z [INFO 2025-03-21 20:26:32,198 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-03-21T20:26:32.2212189Z [INFO 2025-03-21 20:26:32,198 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-03-21T20:26:32.2213570Z [INFO 2025-03-21 20:26:32,199 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-03-21T20:26:32.2214993Z [INFO 2025-03-21 20:26:32,200 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-03-21T20:26:32.2216290Z [INFO 2025-03-21 20:26:32,200 qnn_preprocess.py:69] Visiting: aten_select_copy_int_336, aten.select_copy.int 2025-03-21T20:26:32.2217601Z [INFO 2025-03-21 20:26:32,201 qnn_preprocess.py:69] Visiting: aten_select_copy_int_338, aten.select_copy.int 2025-03-21T20:26:32.2218929Z [INFO 2025-03-21 20:26:32,201 qnn_preprocess.py:69] Visiting: aten_select_copy_int_340, aten.select_copy.int 2025-03-21T20:26:32.2220149Z [INFO 2025-03-21 20:26:32,201 qnn_preprocess.py:69] Visiting: aten_select_copy_int_342, aten.select_copy.int 2025-03-21T20:26:32.2221586Z [INFO 2025-03-21 20:26:32,202 qnn_preprocess.py:69] Visiting: aten_select_copy_int_344, aten.select_copy.int 2025-03-21T20:26:32.2222795Z [INFO 2025-03-21 20:26:32,202 qnn_preprocess.py:69] Visiting: aten_select_copy_int_346, aten.select_copy.int 2025-03-21T20:26:32.2224076Z [INFO 2025-03-21 20:26:32,203 qnn_preprocess.py:69] Visiting: aten_select_copy_int_348, aten.select_copy.int 2025-03-21T20:26:32.2225318Z [INFO 2025-03-21 20:26:32,203 qnn_preprocess.py:69] Visiting: aten_select_copy_int_350, aten.select_copy.int 2025-03-21T20:26:32.2226584Z [INFO 2025-03-21 20:26:32,203 qnn_preprocess.py:69] Visiting: aten_select_copy_int_352, aten.select_copy.int 2025-03-21T20:26:32.2228022Z [INFO 2025-03-21 20:26:32,204 qnn_preprocess.py:69] Visiting: aten_select_copy_int_354, aten.select_copy.int 2025-03-21T20:26:32.2229345Z [INFO 2025-03-21 20:26:32,204 qnn_preprocess.py:69] Visiting: aten_select_copy_int_356, aten.select_copy.int 2025-03-21T20:26:32.2230685Z [INFO 2025-03-21 20:26:32,205 qnn_preprocess.py:69] Visiting: aten_select_copy_int_358, aten.select_copy.int 2025-03-21T20:26:32.2231899Z [INFO 2025-03-21 20:26:32,205 qnn_preprocess.py:69] Visiting: aten_select_copy_int_337, aten.select_copy.int 2025-03-21T20:26:32.2233262Z [INFO 2025-03-21 20:26:32,205 qnn_preprocess.py:69] Visiting: aten_select_copy_int_339, aten.select_copy.int 2025-03-21T20:26:32.2234636Z [INFO 2025-03-21 20:26:32,206 qnn_preprocess.py:69] Visiting: aten_select_copy_int_341, aten.select_copy.int 2025-03-21T20:26:32.2236013Z [INFO 2025-03-21 20:26:32,206 qnn_preprocess.py:69] Visiting: aten_select_copy_int_343, aten.select_copy.int 2025-03-21T20:26:32.2237373Z [INFO 2025-03-21 20:26:32,207 qnn_preprocess.py:69] Visiting: aten_select_copy_int_345, aten.select_copy.int 2025-03-21T20:26:32.2238687Z [INFO 2025-03-21 20:26:32,207 qnn_preprocess.py:69] Visiting: aten_select_copy_int_347, aten.select_copy.int 2025-03-21T20:26:32.2240048Z [INFO 2025-03-21 20:26:32,207 qnn_preprocess.py:69] Visiting: aten_select_copy_int_349, aten.select_copy.int 2025-03-21T20:26:32.2241450Z [INFO 2025-03-21 20:26:32,208 qnn_preprocess.py:69] Visiting: aten_select_copy_int_351, aten.select_copy.int 2025-03-21T20:26:32.2242892Z [INFO 2025-03-21 20:26:32,208 qnn_preprocess.py:69] Visiting: aten_select_copy_int_353, aten.select_copy.int 2025-03-21T20:26:32.2244274Z [INFO 2025-03-21 20:26:32,209 qnn_preprocess.py:69] Visiting: aten_select_copy_int_355, aten.select_copy.int 2025-03-21T20:26:32.2245615Z [INFO 2025-03-21 20:26:32,209 qnn_preprocess.py:69] Visiting: aten_select_copy_int_357, aten.select_copy.int 2025-03-21T20:26:32.2246946Z [INFO 2025-03-21 20:26:32,209 qnn_preprocess.py:69] Visiting: aten_select_copy_int_359, aten.select_copy.int 2025-03-21T20:26:32.2248293Z [INFO 2025-03-21 20:26:32,210 qnn_preprocess.py:69] Visiting: aten_cat_default_30, aten.cat.default 2025-03-21T20:26:32.2249662Z [INFO 2025-03-21 20:26:32,211 qnn_preprocess.py:69] Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-03-21T20:26:32.2251203Z [INFO 2025-03-21 20:26:32,211 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_318, aten.permute_copy.default 2025-03-21T20:26:32.2252664Z [INFO 2025-03-21 20:26:32,212 qnn_preprocess.py:69] Visiting: aten_matmul_default_14, aten.matmul.default 2025-03-21T20:26:32.2253931Z [INFO 2025-03-21 20:26:32,212 qnn_preprocess.py:69] Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-03-21T20:26:32.2255069Z [INFO 2025-03-21 20:26:32,213 qnn_preprocess.py:69] Visiting: aten_add_tensor_37, aten.add.Tensor 2025-03-21T20:26:32.2256383Z [INFO 2025-03-21 20:26:32,214 qnn_preprocess.py:69] Visiting: aten__softmax_default_7, aten._softmax.default 2025-03-21T20:26:32.2257766Z [INFO 2025-03-21 20:26:32,214 qnn_preprocess.py:69] Visiting: aten_matmul_default_15, aten.matmul.default 2025-03-21T20:26:32.2259220Z [INFO 2025-03-21 20:26:32,215 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_319, aten.permute_copy.default 2025-03-21T20:26:32.2260599Z [INFO 2025-03-21 20:26:32,215 qnn_preprocess.py:69] Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-03-21T20:26:32.2828148Z [INFO 2025-03-21 20:26:32,216 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_84, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2829805Z [INFO 2025-03-21 20:26:32,216 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_768, aten.permute_copy.default 2025-03-21T20:26:32.2831176Z [INFO 2025-03-21 20:26:32,217 qnn_preprocess.py:69] Visiting: aten_convolution_default_52, aten.convolution.default 2025-03-21T20:26:32.2832685Z [INFO 2025-03-21 20:26:32,221 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_769, aten.permute_copy.default 2025-03-21T20:26:32.2834170Z [INFO 2025-03-21 20:26:32,223 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_84, aten.squeeze_copy.dims 2025-03-21T20:26:32.2835759Z [INFO 2025-03-21 20:26:32,223 qnn_preprocess.py:69] Visiting: aten_add_tensor_38, aten.add.Tensor 2025-03-21T20:26:32.2837038Z [INFO 2025-03-21 20:26:32,224 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-03-21T20:26:32.2838442Z [INFO 2025-03-21 20:26:32,226 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_85, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2840023Z [INFO 2025-03-21 20:26:32,226 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_770, aten.permute_copy.default 2025-03-21T20:26:32.2841573Z [INFO 2025-03-21 20:26:32,227 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_86, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2843145Z [INFO 2025-03-21 20:26:32,227 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_771, aten.permute_copy.default 2025-03-21T20:26:32.2844550Z [INFO 2025-03-21 20:26:32,228 qnn_preprocess.py:69] Visiting: aten_convolution_default_53, aten.convolution.default 2025-03-21T20:26:32.2846071Z [INFO 2025-03-21 20:26:32,236 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_772, aten.permute_copy.default 2025-03-21T20:26:32.2847610Z [INFO 2025-03-21 20:26:32,236 qnn_preprocess.py:69] Visiting: aten_convolution_default_54, aten.convolution.default 2025-03-21T20:26:32.2849128Z [INFO 2025-03-21 20:26:32,242 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_773, aten.permute_copy.default 2025-03-21T20:26:32.2850634Z [INFO 2025-03-21 20:26:32,243 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_85, aten.squeeze_copy.dims 2025-03-21T20:26:32.2852066Z [INFO 2025-03-21 20:26:32,243 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_86, aten.squeeze_copy.dims 2025-03-21T20:26:32.2853467Z [INFO 2025-03-21 20:26:32,243 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-03-21T20:26:32.2854784Z [INFO 2025-03-21 20:26:32,244 qnn_preprocess.py:69] Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-03-21T20:26:32.2856036Z [INFO 2025-03-21 20:26:32,244 qnn_preprocess.py:69] Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-03-21T20:26:32.2857362Z [INFO 2025-03-21 20:26:32,245 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_87, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2859047Z [INFO 2025-03-21 20:26:32,245 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_774, aten.permute_copy.default 2025-03-21T20:26:32.2860577Z [INFO 2025-03-21 20:26:32,246 qnn_preprocess.py:69] Visiting: aten_convolution_default_55, aten.convolution.default 2025-03-21T20:26:32.2862210Z [INFO 2025-03-21 20:26:32,251 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_775, aten.permute_copy.default 2025-03-21T20:26:32.2863536Z [INFO 2025-03-21 20:26:32,252 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_87, aten.squeeze_copy.dims 2025-03-21T20:26:32.2864873Z [INFO 2025-03-21 20:26:32,253 qnn_preprocess.py:69] Visiting: aten_add_tensor_39, aten.add.Tensor 2025-03-21T20:26:32.2866203Z [INFO 2025-03-21 20:26:32,253 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-03-21T20:26:32.2867703Z [INFO 2025-03-21 20:26:32,254 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_88, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2869222Z [INFO 2025-03-21 20:26:32,254 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_776, aten.permute_copy.default 2025-03-21T20:26:32.2870720Z [INFO 2025-03-21 20:26:32,255 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_89, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2872288Z [INFO 2025-03-21 20:26:32,255 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_777, aten.permute_copy.default 2025-03-21T20:26:32.2873845Z [INFO 2025-03-21 20:26:32,256 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_90, aten.unsqueeze_copy.default 2025-03-21T20:26:32.2875383Z [INFO 2025-03-21 20:26:32,256 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_778, aten.permute_copy.default 2025-03-21T20:26:32.2877212Z [INFO 2025-03-21 20:26:32,257 qnn_preprocess.py:69] Visiting: aten_convolution_default_56, aten.convolution.default 2025-03-21T20:26:32.2878755Z [INFO 2025-03-21 20:26:32,259 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_779, aten.permute_copy.default 2025-03-21T20:26:32.2880280Z [INFO 2025-03-21 20:26:32,260 qnn_preprocess.py:69] Visiting: aten_convolution_default_57, aten.convolution.default 2025-03-21T20:26:32.2881813Z [INFO 2025-03-21 20:26:32,262 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_780, aten.permute_copy.default 2025-03-21T20:26:32.2883200Z [INFO 2025-03-21 20:26:32,263 qnn_preprocess.py:69] Visiting: aten_convolution_default_58, aten.convolution.default 2025-03-21T20:26:32.2884713Z [INFO 2025-03-21 20:26:32,266 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_781, aten.permute_copy.default 2025-03-21T20:26:32.2886222Z [INFO 2025-03-21 20:26:32,267 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_88, aten.squeeze_copy.dims 2025-03-21T20:26:32.2887635Z [INFO 2025-03-21 20:26:32,267 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_89, aten.squeeze_copy.dims 2025-03-21T20:26:32.2889084Z [INFO 2025-03-21 20:26:32,267 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_90, aten.squeeze_copy.dims 2025-03-21T20:26:32.2890484Z [INFO 2025-03-21 20:26:32,268 qnn_preprocess.py:69] Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-03-21T20:26:32.2892018Z [INFO 2025-03-21 20:26:32,268 qnn_preprocess.py:69] Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-03-21T20:26:32.2893453Z [INFO 2025-03-21 20:26:32,268 qnn_preprocess.py:69] Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-03-21T20:26:32.2894868Z [INFO 2025-03-21 20:26:32,269 qnn_preprocess.py:69] Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-03-21T20:26:32.2896321Z [INFO 2025-03-21 20:26:32,269 qnn_preprocess.py:69] Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-03-21T20:26:32.2897758Z [INFO 2025-03-21 20:26:32,269 qnn_preprocess.py:69] Visiting: aten_index_put_default_17, aten.index_put.default 2025-03-21T20:26:32.2899110Z [INFO 2025-03-21 20:26:32,270 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-03-21T20:26:32.2900535Z [INFO 2025-03-21 20:26:32,271 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-03-21T20:26:32.2902168Z [INFO 2025-03-21 20:26:32,271 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-03-21T20:26:32.2903582Z [INFO 2025-03-21 20:26:32,271 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-03-21T20:26:32.2905069Z [INFO 2025-03-21 20:26:32,272 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_347, aten.permute_copy.default 2025-03-21T20:26:32.2906519Z [INFO 2025-03-21 20:26:32,272 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_348, aten.permute_copy.default 2025-03-21T20:26:32.2908034Z [INFO 2025-03-21 20:26:32,273 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_349, aten.permute_copy.default 2025-03-21T20:26:32.2909549Z [INFO 2025-03-21 20:26:32,273 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_350, aten.permute_copy.default 2025-03-21T20:26:32.2911069Z [INFO 2025-03-21 20:26:32,274 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_351, aten.permute_copy.default 2025-03-21T20:26:32.2912619Z [INFO 2025-03-21 20:26:32,275 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_352, aten.permute_copy.default 2025-03-21T20:26:32.2914147Z [INFO 2025-03-21 20:26:32,275 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_353, aten.permute_copy.default 2025-03-21T20:26:32.2915619Z [INFO 2025-03-21 20:26:32,276 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_354, aten.permute_copy.default 2025-03-21T20:26:32.2917140Z [INFO 2025-03-21 20:26:32,276 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-03-21T20:26:32.2918631Z [INFO 2025-03-21 20:26:32,277 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-03-21T20:26:32.2920339Z [INFO 2025-03-21 20:26:32,277 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-03-21T20:26:32.2921876Z [INFO 2025-03-21 20:26:32,278 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-03-21T20:26:32.2923277Z [INFO 2025-03-21 20:26:32,279 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_91, aten.squeeze_copy.dims 2025-03-21T20:26:32.2924707Z [INFO 2025-03-21 20:26:32,279 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_92, aten.squeeze_copy.dims 2025-03-21T20:26:32.2926138Z [INFO 2025-03-21 20:26:32,280 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_93, aten.squeeze_copy.dims 2025-03-21T20:26:32.2927544Z [INFO 2025-03-21 20:26:32,280 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_94, aten.squeeze_copy.dims 2025-03-21T20:26:32.2928961Z [INFO 2025-03-21 20:26:32,281 qnn_preprocess.py:69] Visiting: aten_select_copy_int_408, aten.select_copy.int 2025-03-21T20:26:32.2930301Z [INFO 2025-03-21 20:26:32,281 qnn_preprocess.py:69] Visiting: aten_select_copy_int_410, aten.select_copy.int 2025-03-21T20:26:32.2931692Z [INFO 2025-03-21 20:26:32,282 qnn_preprocess.py:69] Visiting: aten_select_copy_int_412, aten.select_copy.int 2025-03-21T20:26:32.3210729Z [INFO 2025-03-21 20:26:32,282 qnn_preprocess.py:69] Visiting: aten_select_copy_int_414, aten.select_copy.int 2025-03-21T20:26:32.3212165Z [INFO 2025-03-21 20:26:32,283 qnn_preprocess.py:69] Visiting: aten_select_copy_int_416, aten.select_copy.int 2025-03-21T20:26:32.3213428Z [INFO 2025-03-21 20:26:32,283 qnn_preprocess.py:69] Visiting: aten_select_copy_int_418, aten.select_copy.int 2025-03-21T20:26:32.3214676Z [INFO 2025-03-21 20:26:32,284 qnn_preprocess.py:69] Visiting: aten_select_copy_int_420, aten.select_copy.int 2025-03-21T20:26:32.3215910Z [INFO 2025-03-21 20:26:32,284 qnn_preprocess.py:69] Visiting: aten_select_copy_int_422, aten.select_copy.int 2025-03-21T20:26:32.3217168Z [INFO 2025-03-21 20:26:32,285 qnn_preprocess.py:69] Visiting: aten_select_copy_int_424, aten.select_copy.int 2025-03-21T20:26:32.3218415Z [INFO 2025-03-21 20:26:32,286 qnn_preprocess.py:69] Visiting: aten_select_copy_int_426, aten.select_copy.int 2025-03-21T20:26:32.3219732Z [INFO 2025-03-21 20:26:32,286 qnn_preprocess.py:69] Visiting: aten_select_copy_int_428, aten.select_copy.int 2025-03-21T20:26:32.3220993Z [INFO 2025-03-21 20:26:32,287 qnn_preprocess.py:69] Visiting: aten_select_copy_int_430, aten.select_copy.int 2025-03-21T20:26:32.3222250Z [INFO 2025-03-21 20:26:32,288 qnn_preprocess.py:69] Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-03-21T20:26:32.3223388Z [INFO 2025-03-21 20:26:32,289 qnn_preprocess.py:69] Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-03-21T20:26:32.3224520Z [INFO 2025-03-21 20:26:32,289 qnn_preprocess.py:69] Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-03-21T20:26:32.3225660Z [INFO 2025-03-21 20:26:32,290 qnn_preprocess.py:69] Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-03-21T20:26:32.3226835Z [INFO 2025-03-21 20:26:32,291 qnn_preprocess.py:69] Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-03-21T20:26:32.3227962Z [INFO 2025-03-21 20:26:32,292 qnn_preprocess.py:69] Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-03-21T20:26:32.3229108Z [INFO 2025-03-21 20:26:32,292 qnn_preprocess.py:69] Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-03-21T20:26:32.3230248Z [INFO 2025-03-21 20:26:32,293 qnn_preprocess.py:69] Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-03-21T20:26:32.3231451Z [INFO 2025-03-21 20:26:32,293 qnn_preprocess.py:69] Visiting: aten_select_copy_int_409, aten.select_copy.int 2025-03-21T20:26:32.3232684Z [INFO 2025-03-21 20:26:32,294 qnn_preprocess.py:69] Visiting: aten_select_copy_int_411, aten.select_copy.int 2025-03-21T20:26:32.3233931Z [INFO 2025-03-21 20:26:32,294 qnn_preprocess.py:69] Visiting: aten_select_copy_int_413, aten.select_copy.int 2025-03-21T20:26:32.3235185Z [INFO 2025-03-21 20:26:32,295 qnn_preprocess.py:69] Visiting: aten_select_copy_int_415, aten.select_copy.int 2025-03-21T20:26:32.3236542Z [INFO 2025-03-21 20:26:32,295 qnn_preprocess.py:69] Visiting: aten_select_copy_int_417, aten.select_copy.int 2025-03-21T20:26:32.3237794Z [INFO 2025-03-21 20:26:32,295 qnn_preprocess.py:69] Visiting: aten_select_copy_int_419, aten.select_copy.int 2025-03-21T20:26:32.3239049Z [INFO 2025-03-21 20:26:32,296 qnn_preprocess.py:69] Visiting: aten_select_copy_int_421, aten.select_copy.int 2025-03-21T20:26:32.3240304Z [INFO 2025-03-21 20:26:32,296 qnn_preprocess.py:69] Visiting: aten_select_copy_int_423, aten.select_copy.int 2025-03-21T20:26:32.3241526Z [INFO 2025-03-21 20:26:32,296 qnn_preprocess.py:69] Visiting: aten_select_copy_int_425, aten.select_copy.int 2025-03-21T20:26:32.3242778Z [INFO 2025-03-21 20:26:32,297 qnn_preprocess.py:69] Visiting: aten_select_copy_int_427, aten.select_copy.int 2025-03-21T20:26:32.3244026Z [INFO 2025-03-21 20:26:32,297 qnn_preprocess.py:69] Visiting: aten_select_copy_int_429, aten.select_copy.int 2025-03-21T20:26:32.3245279Z [INFO 2025-03-21 20:26:32,298 qnn_preprocess.py:69] Visiting: aten_select_copy_int_431, aten.select_copy.int 2025-03-21T20:26:32.3246472Z [INFO 2025-03-21 20:26:32,298 qnn_preprocess.py:69] Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-03-21T20:26:32.3247609Z [INFO 2025-03-21 20:26:32,299 qnn_preprocess.py:69] Visiting: aten_add_tensor_40, aten.add.Tensor 2025-03-21T20:26:32.3248725Z [INFO 2025-03-21 20:26:32,299 qnn_preprocess.py:69] Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-03-21T20:26:32.3249891Z [INFO 2025-03-21 20:26:32,299 qnn_preprocess.py:69] Visiting: aten_add_tensor_41, aten.add.Tensor 2025-03-21T20:26:32.3251035Z [INFO 2025-03-21 20:26:32,300 qnn_preprocess.py:69] Visiting: aten_cat_default_35, aten.cat.default 2025-03-21T20:26:32.3252342Z [INFO 2025-03-21 20:26:32,301 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_91, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3253777Z [INFO 2025-03-21 20:26:32,302 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_92, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3255214Z [INFO 2025-03-21 20:26:32,302 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_93, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3256642Z [INFO 2025-03-21 20:26:32,302 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_94, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3258055Z [INFO 2025-03-21 20:26:32,303 qnn_preprocess.py:69] Visiting: aten_view_copy_default_154, aten.view_copy.default 2025-03-21T20:26:32.3259285Z [INFO 2025-03-21 20:26:32,303 qnn_preprocess.py:69] Visiting: aten_cat_default_32, aten.cat.default 2025-03-21T20:26:32.3260463Z [INFO 2025-03-21 20:26:32,303 qnn_preprocess.py:69] Visiting: aten_cat_default_33, aten.cat.default 2025-03-21T20:26:32.3261731Z [INFO 2025-03-21 20:26:32,304 qnn_preprocess.py:69] Visiting: aten_view_copy_default_151, aten.view_copy.default 2025-03-21T20:26:32.3263028Z [INFO 2025-03-21 20:26:32,304 qnn_preprocess.py:69] Visiting: aten_view_copy_default_152, aten.view_copy.default 2025-03-21T20:26:32.3264382Z [INFO 2025-03-21 20:26:32,304 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_334, aten.permute_copy.default 2025-03-21T20:26:32.3265722Z [INFO 2025-03-21 20:26:32,305 qnn_preprocess.py:69] Visiting: aten_index_put_default_16, aten.index_put.default 2025-03-21T20:26:32.3267065Z [INFO 2025-03-21 20:26:32,306 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_335, aten.permute_copy.default 2025-03-21T20:26:32.3268451Z [INFO 2025-03-21 20:26:32,307 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_336, aten.permute_copy.default 2025-03-21T20:26:32.3269834Z [INFO 2025-03-21 20:26:32,308 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_337, aten.permute_copy.default 2025-03-21T20:26:32.3271205Z [INFO 2025-03-21 20:26:32,308 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_338, aten.permute_copy.default 2025-03-21T20:26:32.3272577Z [INFO 2025-03-21 20:26:32,309 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_339, aten.permute_copy.default 2025-03-21T20:26:32.3274023Z [INFO 2025-03-21 20:26:32,309 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_340, aten.permute_copy.default 2025-03-21T20:26:32.3275409Z [INFO 2025-03-21 20:26:32,310 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_341, aten.permute_copy.default 2025-03-21T20:26:32.3276942Z [INFO 2025-03-21 20:26:32,311 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_342, aten.permute_copy.default 2025-03-21T20:26:32.3278404Z [INFO 2025-03-21 20:26:32,311 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_343, aten.permute_copy.default 2025-03-21T20:26:32.3279788Z [INFO 2025-03-21 20:26:32,312 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_344, aten.permute_copy.default 2025-03-21T20:26:32.3281158Z [INFO 2025-03-21 20:26:32,312 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_345, aten.permute_copy.default 2025-03-21T20:26:32.3282541Z [INFO 2025-03-21 20:26:32,313 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_346, aten.permute_copy.default 2025-03-21T20:26:32.3283864Z [INFO 2025-03-21 20:26:32,313 qnn_preprocess.py:69] Visiting: aten_select_copy_int_384, aten.select_copy.int 2025-03-21T20:26:32.3285122Z [INFO 2025-03-21 20:26:32,314 qnn_preprocess.py:69] Visiting: aten_select_copy_int_386, aten.select_copy.int 2025-03-21T20:26:32.3286385Z [INFO 2025-03-21 20:26:32,314 qnn_preprocess.py:69] Visiting: aten_select_copy_int_388, aten.select_copy.int 2025-03-21T20:26:32.3287710Z [INFO 2025-03-21 20:26:32,315 qnn_preprocess.py:69] Visiting: aten_select_copy_int_390, aten.select_copy.int 2025-03-21T20:26:32.3288963Z [INFO 2025-03-21 20:26:32,315 qnn_preprocess.py:69] Visiting: aten_select_copy_int_392, aten.select_copy.int 2025-03-21T20:26:32.3290191Z [INFO 2025-03-21 20:26:32,316 qnn_preprocess.py:69] Visiting: aten_select_copy_int_394, aten.select_copy.int 2025-03-21T20:26:32.3291436Z [INFO 2025-03-21 20:26:32,316 qnn_preprocess.py:69] Visiting: aten_select_copy_int_396, aten.select_copy.int 2025-03-21T20:26:32.3292691Z [INFO 2025-03-21 20:26:32,316 qnn_preprocess.py:69] Visiting: aten_select_copy_int_398, aten.select_copy.int 2025-03-21T20:26:32.3293937Z [INFO 2025-03-21 20:26:32,317 qnn_preprocess.py:69] Visiting: aten_select_copy_int_400, aten.select_copy.int 2025-03-21T20:26:32.3295231Z [INFO 2025-03-21 20:26:32,317 qnn_preprocess.py:69] Visiting: aten_select_copy_int_402, aten.select_copy.int 2025-03-21T20:26:32.3296482Z [INFO 2025-03-21 20:26:32,318 qnn_preprocess.py:69] Visiting: aten_select_copy_int_404, aten.select_copy.int 2025-03-21T20:26:32.3297719Z [INFO 2025-03-21 20:26:32,318 qnn_preprocess.py:69] Visiting: aten_select_copy_int_406, aten.select_copy.int 2025-03-21T20:26:32.3298958Z [INFO 2025-03-21 20:26:32,318 qnn_preprocess.py:69] Visiting: aten_select_copy_int_385, aten.select_copy.int 2025-03-21T20:26:32.3300207Z [INFO 2025-03-21 20:26:32,319 qnn_preprocess.py:69] Visiting: aten_select_copy_int_387, aten.select_copy.int 2025-03-21T20:26:32.3301509Z [INFO 2025-03-21 20:26:32,319 qnn_preprocess.py:69] Visiting: aten_select_copy_int_389, aten.select_copy.int 2025-03-21T20:26:32.3302764Z [INFO 2025-03-21 20:26:32,320 qnn_preprocess.py:69] Visiting: aten_select_copy_int_391, aten.select_copy.int 2025-03-21T20:26:32.3304009Z [INFO 2025-03-21 20:26:32,320 qnn_preprocess.py:69] Visiting: aten_select_copy_int_393, aten.select_copy.int 2025-03-21T20:26:32.3824367Z [INFO 2025-03-21 20:26:32,320 qnn_preprocess.py:69] Visiting: aten_select_copy_int_395, aten.select_copy.int 2025-03-21T20:26:32.3825675Z [INFO 2025-03-21 20:26:32,321 qnn_preprocess.py:69] Visiting: aten_select_copy_int_397, aten.select_copy.int 2025-03-21T20:26:32.3826933Z [INFO 2025-03-21 20:26:32,321 qnn_preprocess.py:69] Visiting: aten_select_copy_int_399, aten.select_copy.int 2025-03-21T20:26:32.3828178Z [INFO 2025-03-21 20:26:32,322 qnn_preprocess.py:69] Visiting: aten_select_copy_int_401, aten.select_copy.int 2025-03-21T20:26:32.3829424Z [INFO 2025-03-21 20:26:32,322 qnn_preprocess.py:69] Visiting: aten_select_copy_int_403, aten.select_copy.int 2025-03-21T20:26:32.3830999Z [INFO 2025-03-21 20:26:32,322 qnn_preprocess.py:69] Visiting: aten_select_copy_int_405, aten.select_copy.int 2025-03-21T20:26:32.3832250Z [INFO 2025-03-21 20:26:32,323 qnn_preprocess.py:69] Visiting: aten_select_copy_int_407, aten.select_copy.int 2025-03-21T20:26:32.3833451Z [INFO 2025-03-21 20:26:32,323 qnn_preprocess.py:69] Visiting: aten_cat_default_34, aten.cat.default 2025-03-21T20:26:32.3834691Z [INFO 2025-03-21 20:26:32,325 qnn_preprocess.py:69] Visiting: aten_view_copy_default_153, aten.view_copy.default 2025-03-21T20:26:32.3836032Z [INFO 2025-03-21 20:26:32,325 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-03-21T20:26:32.3837326Z [INFO 2025-03-21 20:26:32,326 qnn_preprocess.py:69] Visiting: aten_matmul_default_16, aten.matmul.default 2025-03-21T20:26:32.3838512Z [INFO 2025-03-21 20:26:32,326 qnn_preprocess.py:69] Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-03-21T20:26:32.3839657Z [INFO 2025-03-21 20:26:32,327 qnn_preprocess.py:69] Visiting: aten_add_tensor_42, aten.add.Tensor 2025-03-21T20:26:32.3840863Z [INFO 2025-03-21 20:26:32,327 qnn_preprocess.py:69] Visiting: aten__softmax_default_8, aten._softmax.default 2025-03-21T20:26:32.3842098Z [INFO 2025-03-21 20:26:32,328 qnn_preprocess.py:69] Visiting: aten_matmul_default_17, aten.matmul.default 2025-03-21T20:26:32.3843403Z [INFO 2025-03-21 20:26:32,328 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-03-21T20:26:32.3844806Z [INFO 2025-03-21 20:26:32,329 qnn_preprocess.py:69] Visiting: aten_view_copy_default_161, aten.view_copy.default 2025-03-21T20:26:32.3846167Z [INFO 2025-03-21 20:26:32,329 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_95, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3847576Z [INFO 2025-03-21 20:26:32,330 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_782, aten.permute_copy.default 2025-03-21T20:26:32.3848956Z [INFO 2025-03-21 20:26:32,330 qnn_preprocess.py:69] Visiting: aten_convolution_default_59, aten.convolution.default 2025-03-21T20:26:32.3850346Z [INFO 2025-03-21 20:26:32,333 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_783, aten.permute_copy.default 2025-03-21T20:26:32.3851686Z [INFO 2025-03-21 20:26:32,334 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_95, aten.squeeze_copy.dims 2025-03-21T20:26:32.3852965Z [INFO 2025-03-21 20:26:32,334 qnn_preprocess.py:69] Visiting: aten_add_tensor_43, aten.add.Tensor 2025-03-21T20:26:32.3854180Z [INFO 2025-03-21 20:26:32,335 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-03-21T20:26:32.3855511Z [INFO 2025-03-21 20:26:32,335 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_96, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3856918Z [INFO 2025-03-21 20:26:32,336 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_784, aten.permute_copy.default 2025-03-21T20:26:32.3858318Z [INFO 2025-03-21 20:26:32,336 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_97, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3859731Z [INFO 2025-03-21 20:26:32,337 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_785, aten.permute_copy.default 2025-03-21T20:26:32.3861110Z [INFO 2025-03-21 20:26:32,337 qnn_preprocess.py:69] Visiting: aten_convolution_default_60, aten.convolution.default 2025-03-21T20:26:32.3862546Z [INFO 2025-03-21 20:26:32,345 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_786, aten.permute_copy.default 2025-03-21T20:26:32.3863927Z [INFO 2025-03-21 20:26:32,346 qnn_preprocess.py:69] Visiting: aten_convolution_default_61, aten.convolution.default 2025-03-21T20:26:32.3865284Z [INFO 2025-03-21 20:26:32,351 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_787, aten.permute_copy.default 2025-03-21T20:26:32.3866612Z [INFO 2025-03-21 20:26:32,352 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_96, aten.squeeze_copy.dims 2025-03-21T20:26:32.3867896Z [INFO 2025-03-21 20:26:32,352 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_97, aten.squeeze_copy.dims 2025-03-21T20:26:32.3869232Z [INFO 2025-03-21 20:26:32,353 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-03-21T20:26:32.3870424Z [INFO 2025-03-21 20:26:32,353 qnn_preprocess.py:69] Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-03-21T20:26:32.3871566Z [INFO 2025-03-21 20:26:32,354 qnn_preprocess.py:69] Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-03-21T20:26:32.3872860Z [INFO 2025-03-21 20:26:32,354 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_98, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3874246Z [INFO 2025-03-21 20:26:32,354 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_788, aten.permute_copy.default 2025-03-21T20:26:32.3875761Z [INFO 2025-03-21 20:26:32,355 qnn_preprocess.py:69] Visiting: aten_convolution_default_62, aten.convolution.default 2025-03-21T20:26:32.3877142Z [INFO 2025-03-21 20:26:32,360 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_789, aten.permute_copy.default 2025-03-21T20:26:32.3878486Z [INFO 2025-03-21 20:26:32,361 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_98, aten.squeeze_copy.dims 2025-03-21T20:26:32.3879702Z [INFO 2025-03-21 20:26:32,361 qnn_preprocess.py:69] Visiting: aten_add_tensor_44, aten.add.Tensor 2025-03-21T20:26:32.3880904Z [INFO 2025-03-21 20:26:32,362 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-03-21T20:26:32.3882295Z [INFO 2025-03-21 20:26:32,363 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_99, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3883707Z [INFO 2025-03-21 20:26:32,363 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_790, aten.permute_copy.default 2025-03-21T20:26:32.3885113Z [INFO 2025-03-21 20:26:32,364 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_100, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3886530Z [INFO 2025-03-21 20:26:32,364 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_791, aten.permute_copy.default 2025-03-21T20:26:32.3887945Z [INFO 2025-03-21 20:26:32,365 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_101, aten.unsqueeze_copy.default 2025-03-21T20:26:32.3889365Z [INFO 2025-03-21 20:26:32,365 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_792, aten.permute_copy.default 2025-03-21T20:26:32.3890787Z [INFO 2025-03-21 20:26:32,366 qnn_preprocess.py:69] Visiting: aten_convolution_default_63, aten.convolution.default 2025-03-21T20:26:32.3892160Z [INFO 2025-03-21 20:26:32,368 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_793, aten.permute_copy.default 2025-03-21T20:26:32.3893521Z [INFO 2025-03-21 20:26:32,368 qnn_preprocess.py:69] Visiting: aten_convolution_default_64, aten.convolution.default 2025-03-21T20:26:32.3894900Z [INFO 2025-03-21 20:26:32,371 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_794, aten.permute_copy.default 2025-03-21T20:26:32.3896273Z [INFO 2025-03-21 20:26:32,372 qnn_preprocess.py:69] Visiting: aten_convolution_default_65, aten.convolution.default 2025-03-21T20:26:32.3897656Z [INFO 2025-03-21 20:26:32,374 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_795, aten.permute_copy.default 2025-03-21T20:26:32.3898993Z [INFO 2025-03-21 20:26:32,375 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_99, aten.squeeze_copy.dims 2025-03-21T20:26:32.3900287Z [INFO 2025-03-21 20:26:32,375 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_100, aten.squeeze_copy.dims 2025-03-21T20:26:32.3901657Z [INFO 2025-03-21 20:26:32,375 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_101, aten.squeeze_copy.dims 2025-03-21T20:26:32.3902943Z [INFO 2025-03-21 20:26:32,376 qnn_preprocess.py:69] Visiting: aten_view_copy_default_162, aten.view_copy.default 2025-03-21T20:26:32.3904244Z [INFO 2025-03-21 20:26:32,376 qnn_preprocess.py:69] Visiting: aten_view_copy_default_163, aten.view_copy.default 2025-03-21T20:26:32.3905539Z [INFO 2025-03-21 20:26:32,376 qnn_preprocess.py:69] Visiting: aten_view_copy_default_164, aten.view_copy.default 2025-03-21T20:26:32.3906886Z [INFO 2025-03-21 20:26:32,377 qnn_preprocess.py:69] Visiting: aten_view_copy_default_165, aten.view_copy.default 2025-03-21T20:26:32.3908231Z [INFO 2025-03-21 20:26:32,377 qnn_preprocess.py:69] Visiting: aten_view_copy_default_166, aten.view_copy.default 2025-03-21T20:26:32.3909521Z [INFO 2025-03-21 20:26:32,377 qnn_preprocess.py:69] Visiting: aten_index_put_default_19, aten.index_put.default 2025-03-21T20:26:32.3910800Z [INFO 2025-03-21 20:26:32,378 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-03-21T20:26:32.3912095Z [INFO 2025-03-21 20:26:32,379 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-03-21T20:26:32.3913386Z [INFO 2025-03-21 20:26:32,379 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-03-21T20:26:32.3914671Z [INFO 2025-03-21 20:26:32,379 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-03-21T20:26:32.3916008Z [INFO 2025-03-21 20:26:32,380 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_388, aten.permute_copy.default 2025-03-21T20:26:32.3917397Z [INFO 2025-03-21 20:26:32,380 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_389, aten.permute_copy.default 2025-03-21T20:26:32.3918775Z [INFO 2025-03-21 20:26:32,381 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_390, aten.permute_copy.default 2025-03-21T20:26:32.4182302Z [INFO 2025-03-21 20:26:32,382 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_391, aten.permute_copy.default 2025-03-21T20:26:32.4183892Z [INFO 2025-03-21 20:26:32,382 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_392, aten.permute_copy.default 2025-03-21T20:26:32.4185301Z [INFO 2025-03-21 20:26:32,383 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_393, aten.permute_copy.default 2025-03-21T20:26:32.4186693Z [INFO 2025-03-21 20:26:32,384 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_394, aten.permute_copy.default 2025-03-21T20:26:32.4188078Z [INFO 2025-03-21 20:26:32,384 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_395, aten.permute_copy.default 2025-03-21T20:26:32.4189471Z [INFO 2025-03-21 20:26:32,385 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_396, aten.permute_copy.default 2025-03-21T20:26:32.4190848Z [INFO 2025-03-21 20:26:32,385 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_397, aten.permute_copy.default 2025-03-21T20:26:32.4192290Z [INFO 2025-03-21 20:26:32,386 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_398, aten.permute_copy.default 2025-03-21T20:26:32.4193662Z [INFO 2025-03-21 20:26:32,387 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_399, aten.permute_copy.default 2025-03-21T20:26:32.4195007Z [INFO 2025-03-21 20:26:32,387 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_102, aten.squeeze_copy.dims 2025-03-21T20:26:32.4196302Z [INFO 2025-03-21 20:26:32,388 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_103, aten.squeeze_copy.dims 2025-03-21T20:26:32.4197596Z [INFO 2025-03-21 20:26:32,388 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_104, aten.squeeze_copy.dims 2025-03-21T20:26:32.4198897Z [INFO 2025-03-21 20:26:32,388 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_105, aten.squeeze_copy.dims 2025-03-21T20:26:32.4200173Z [INFO 2025-03-21 20:26:32,389 qnn_preprocess.py:69] Visiting: aten_select_copy_int_456, aten.select_copy.int 2025-03-21T20:26:32.4201433Z [INFO 2025-03-21 20:26:32,389 qnn_preprocess.py:69] Visiting: aten_select_copy_int_458, aten.select_copy.int 2025-03-21T20:26:32.4202671Z [INFO 2025-03-21 20:26:32,390 qnn_preprocess.py:69] Visiting: aten_select_copy_int_460, aten.select_copy.int 2025-03-21T20:26:32.4203920Z [INFO 2025-03-21 20:26:32,390 qnn_preprocess.py:69] Visiting: aten_select_copy_int_462, aten.select_copy.int 2025-03-21T20:26:32.4205174Z [INFO 2025-03-21 20:26:32,390 qnn_preprocess.py:69] Visiting: aten_select_copy_int_464, aten.select_copy.int 2025-03-21T20:26:32.4206427Z [INFO 2025-03-21 20:26:32,391 qnn_preprocess.py:69] Visiting: aten_select_copy_int_466, aten.select_copy.int 2025-03-21T20:26:32.4207787Z [INFO 2025-03-21 20:26:32,391 qnn_preprocess.py:69] Visiting: aten_select_copy_int_468, aten.select_copy.int 2025-03-21T20:26:32.4209034Z [INFO 2025-03-21 20:26:32,392 qnn_preprocess.py:69] Visiting: aten_select_copy_int_470, aten.select_copy.int 2025-03-21T20:26:32.4210314Z [INFO 2025-03-21 20:26:32,392 qnn_preprocess.py:69] Visiting: aten_select_copy_int_472, aten.select_copy.int 2025-03-21T20:26:32.4211574Z [INFO 2025-03-21 20:26:32,392 qnn_preprocess.py:69] Visiting: aten_select_copy_int_474, aten.select_copy.int 2025-03-21T20:26:32.4212818Z [INFO 2025-03-21 20:26:32,393 qnn_preprocess.py:69] Visiting: aten_select_copy_int_476, aten.select_copy.int 2025-03-21T20:26:32.4214075Z [INFO 2025-03-21 20:26:32,393 qnn_preprocess.py:69] Visiting: aten_select_copy_int_478, aten.select_copy.int 2025-03-21T20:26:32.4215274Z [INFO 2025-03-21 20:26:32,394 qnn_preprocess.py:69] Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-03-21T20:26:32.4216430Z [INFO 2025-03-21 20:26:32,394 qnn_preprocess.py:69] Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-03-21T20:26:32.4217583Z [INFO 2025-03-21 20:26:32,395 qnn_preprocess.py:69] Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-03-21T20:26:32.4218733Z [INFO 2025-03-21 20:26:32,395 qnn_preprocess.py:69] Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-03-21T20:26:32.4219863Z [INFO 2025-03-21 20:26:32,396 qnn_preprocess.py:69] Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-03-21T20:26:32.4221054Z [INFO 2025-03-21 20:26:32,396 qnn_preprocess.py:69] Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-03-21T20:26:32.4222278Z [INFO 2025-03-21 20:26:32,396 qnn_preprocess.py:69] Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-03-21T20:26:32.4223422Z [INFO 2025-03-21 20:26:32,397 qnn_preprocess.py:69] Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-03-21T20:26:32.4224639Z [INFO 2025-03-21 20:26:32,397 qnn_preprocess.py:69] Visiting: aten_select_copy_int_457, aten.select_copy.int 2025-03-21T20:26:32.4225905Z [INFO 2025-03-21 20:26:32,398 qnn_preprocess.py:69] Visiting: aten_select_copy_int_459, aten.select_copy.int 2025-03-21T20:26:32.4227163Z [INFO 2025-03-21 20:26:32,398 qnn_preprocess.py:69] Visiting: aten_select_copy_int_461, aten.select_copy.int 2025-03-21T20:26:32.4228405Z [INFO 2025-03-21 20:26:32,399 qnn_preprocess.py:69] Visiting: aten_select_copy_int_463, aten.select_copy.int 2025-03-21T20:26:32.4229704Z [INFO 2025-03-21 20:26:32,399 qnn_preprocess.py:69] Visiting: aten_select_copy_int_465, aten.select_copy.int 2025-03-21T20:26:32.4230956Z [INFO 2025-03-21 20:26:32,399 qnn_preprocess.py:69] Visiting: aten_select_copy_int_467, aten.select_copy.int 2025-03-21T20:26:32.4232217Z [INFO 2025-03-21 20:26:32,400 qnn_preprocess.py:69] Visiting: aten_select_copy_int_469, aten.select_copy.int 2025-03-21T20:26:32.4233469Z [INFO 2025-03-21 20:26:32,400 qnn_preprocess.py:69] Visiting: aten_select_copy_int_471, aten.select_copy.int 2025-03-21T20:26:32.4234717Z [INFO 2025-03-21 20:26:32,400 qnn_preprocess.py:69] Visiting: aten_select_copy_int_473, aten.select_copy.int 2025-03-21T20:26:32.4235974Z [INFO 2025-03-21 20:26:32,401 qnn_preprocess.py:69] Visiting: aten_select_copy_int_475, aten.select_copy.int 2025-03-21T20:26:32.4237215Z [INFO 2025-03-21 20:26:32,401 qnn_preprocess.py:69] Visiting: aten_select_copy_int_477, aten.select_copy.int 2025-03-21T20:26:32.4238469Z [INFO 2025-03-21 20:26:32,402 qnn_preprocess.py:69] Visiting: aten_select_copy_int_479, aten.select_copy.int 2025-03-21T20:26:32.4239660Z [INFO 2025-03-21 20:26:32,402 qnn_preprocess.py:69] Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-03-21T20:26:32.4240796Z [INFO 2025-03-21 20:26:32,402 qnn_preprocess.py:69] Visiting: aten_add_tensor_45, aten.add.Tensor 2025-03-21T20:26:32.4241928Z [INFO 2025-03-21 20:26:32,403 qnn_preprocess.py:69] Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-03-21T20:26:32.4243067Z [INFO 2025-03-21 20:26:32,403 qnn_preprocess.py:69] Visiting: aten_add_tensor_46, aten.add.Tensor 2025-03-21T20:26:32.4244197Z [INFO 2025-03-21 20:26:32,404 qnn_preprocess.py:69] Visiting: aten_cat_default_39, aten.cat.default 2025-03-21T20:26:32.4245580Z [INFO 2025-03-21 20:26:32,405 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_102, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4247029Z [INFO 2025-03-21 20:26:32,406 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_103, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4248481Z [INFO 2025-03-21 20:26:32,406 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_104, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4249929Z [INFO 2025-03-21 20:26:32,406 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_105, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4251299Z [INFO 2025-03-21 20:26:32,407 qnn_preprocess.py:69] Visiting: aten_view_copy_default_172, aten.view_copy.default 2025-03-21T20:26:32.4252527Z [INFO 2025-03-21 20:26:32,407 qnn_preprocess.py:69] Visiting: aten_cat_default_36, aten.cat.default 2025-03-21T20:26:32.4253669Z [INFO 2025-03-21 20:26:32,408 qnn_preprocess.py:69] Visiting: aten_cat_default_37, aten.cat.default 2025-03-21T20:26:32.4254906Z [INFO 2025-03-21 20:26:32,408 qnn_preprocess.py:69] Visiting: aten_view_copy_default_169, aten.view_copy.default 2025-03-21T20:26:32.4256204Z [INFO 2025-03-21 20:26:32,408 qnn_preprocess.py:69] Visiting: aten_view_copy_default_170, aten.view_copy.default 2025-03-21T20:26:32.4257556Z [INFO 2025-03-21 20:26:32,409 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_375, aten.permute_copy.default 2025-03-21T20:26:32.4258936Z [INFO 2025-03-21 20:26:32,409 qnn_preprocess.py:69] Visiting: aten_index_put_default_18, aten.index_put.default 2025-03-21T20:26:32.4260284Z [INFO 2025-03-21 20:26:32,410 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_376, aten.permute_copy.default 2025-03-21T20:26:32.4261743Z [INFO 2025-03-21 20:26:32,411 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_377, aten.permute_copy.default 2025-03-21T20:26:32.4263109Z [INFO 2025-03-21 20:26:32,412 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_378, aten.permute_copy.default 2025-03-21T20:26:32.4264503Z [INFO 2025-03-21 20:26:32,412 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_379, aten.permute_copy.default 2025-03-21T20:26:32.4265895Z [INFO 2025-03-21 20:26:32,413 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_380, aten.permute_copy.default 2025-03-21T20:26:32.4267316Z [INFO 2025-03-21 20:26:32,413 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_381, aten.permute_copy.default 2025-03-21T20:26:32.4268705Z [INFO 2025-03-21 20:26:32,414 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_382, aten.permute_copy.default 2025-03-21T20:26:32.4270087Z [INFO 2025-03-21 20:26:32,414 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_383, aten.permute_copy.default 2025-03-21T20:26:32.4271478Z [INFO 2025-03-21 20:26:32,415 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_384, aten.permute_copy.default 2025-03-21T20:26:32.4272845Z [INFO 2025-03-21 20:26:32,416 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_385, aten.permute_copy.default 2025-03-21T20:26:32.4274260Z [INFO 2025-03-21 20:26:32,416 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_386, aten.permute_copy.default 2025-03-21T20:26:32.4275809Z [INFO 2025-03-21 20:26:32,417 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_387, aten.permute_copy.default 2025-03-21T20:26:32.4796569Z [INFO 2025-03-21 20:26:32,417 qnn_preprocess.py:69] Visiting: aten_select_copy_int_432, aten.select_copy.int 2025-03-21T20:26:32.4797925Z [INFO 2025-03-21 20:26:32,418 qnn_preprocess.py:69] Visiting: aten_select_copy_int_434, aten.select_copy.int 2025-03-21T20:26:32.4799190Z [INFO 2025-03-21 20:26:32,418 qnn_preprocess.py:69] Visiting: aten_select_copy_int_436, aten.select_copy.int 2025-03-21T20:26:32.4800515Z [INFO 2025-03-21 20:26:32,419 qnn_preprocess.py:69] Visiting: aten_select_copy_int_438, aten.select_copy.int 2025-03-21T20:26:32.4801761Z [INFO 2025-03-21 20:26:32,419 qnn_preprocess.py:69] Visiting: aten_select_copy_int_440, aten.select_copy.int 2025-03-21T20:26:32.4803470Z [INFO 2025-03-21 20:26:32,420 qnn_preprocess.py:69] Visiting: aten_select_copy_int_442, aten.select_copy.int 2025-03-21T20:26:32.4804697Z [INFO 2025-03-21 20:26:32,420 qnn_preprocess.py:69] Visiting: aten_select_copy_int_444, aten.select_copy.int 2025-03-21T20:26:32.4806085Z [INFO 2025-03-21 20:26:32,420 qnn_preprocess.py:69] Visiting: aten_select_copy_int_446, aten.select_copy.int 2025-03-21T20:26:32.4807478Z [INFO 2025-03-21 20:26:32,421 qnn_preprocess.py:69] Visiting: aten_select_copy_int_448, aten.select_copy.int 2025-03-21T20:26:32.4808862Z [INFO 2025-03-21 20:26:32,421 qnn_preprocess.py:69] Visiting: aten_select_copy_int_450, aten.select_copy.int 2025-03-21T20:26:32.4810216Z [INFO 2025-03-21 20:26:32,422 qnn_preprocess.py:69] Visiting: aten_select_copy_int_452, aten.select_copy.int 2025-03-21T20:26:32.4811512Z [INFO 2025-03-21 20:26:32,422 qnn_preprocess.py:69] Visiting: aten_select_copy_int_454, aten.select_copy.int 2025-03-21T20:26:32.4812896Z [INFO 2025-03-21 20:26:32,423 qnn_preprocess.py:69] Visiting: aten_select_copy_int_433, aten.select_copy.int 2025-03-21T20:26:32.4814299Z [INFO 2025-03-21 20:26:32,423 qnn_preprocess.py:69] Visiting: aten_select_copy_int_435, aten.select_copy.int 2025-03-21T20:26:32.4815674Z [INFO 2025-03-21 20:26:32,423 qnn_preprocess.py:69] Visiting: aten_select_copy_int_437, aten.select_copy.int 2025-03-21T20:26:32.4816968Z [INFO 2025-03-21 20:26:32,424 qnn_preprocess.py:69] Visiting: aten_select_copy_int_439, aten.select_copy.int 2025-03-21T20:26:32.4818519Z [INFO 2025-03-21 20:26:32,424 qnn_preprocess.py:69] Visiting: aten_select_copy_int_441, aten.select_copy.int 2025-03-21T20:26:32.4819893Z [INFO 2025-03-21 20:26:32,425 qnn_preprocess.py:69] Visiting: aten_select_copy_int_443, aten.select_copy.int 2025-03-21T20:26:32.4821341Z [INFO 2025-03-21 20:26:32,425 qnn_preprocess.py:69] Visiting: aten_select_copy_int_445, aten.select_copy.int 2025-03-21T20:26:32.4822684Z [INFO 2025-03-21 20:26:32,425 qnn_preprocess.py:69] Visiting: aten_select_copy_int_447, aten.select_copy.int 2025-03-21T20:26:32.4824005Z [INFO 2025-03-21 20:26:32,426 qnn_preprocess.py:69] Visiting: aten_select_copy_int_449, aten.select_copy.int 2025-03-21T20:26:32.4825364Z [INFO 2025-03-21 20:26:32,426 qnn_preprocess.py:69] Visiting: aten_select_copy_int_451, aten.select_copy.int 2025-03-21T20:26:32.4826881Z [INFO 2025-03-21 20:26:32,427 qnn_preprocess.py:69] Visiting: aten_select_copy_int_453, aten.select_copy.int 2025-03-21T20:26:32.4828168Z [INFO 2025-03-21 20:26:32,427 qnn_preprocess.py:69] Visiting: aten_select_copy_int_455, aten.select_copy.int 2025-03-21T20:26:32.4829479Z [INFO 2025-03-21 20:26:32,427 qnn_preprocess.py:69] Visiting: aten_cat_default_38, aten.cat.default 2025-03-21T20:26:32.4830876Z [INFO 2025-03-21 20:26:32,429 qnn_preprocess.py:69] Visiting: aten_view_copy_default_171, aten.view_copy.default 2025-03-21T20:26:32.4832277Z [INFO 2025-03-21 20:26:32,429 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_400, aten.permute_copy.default 2025-03-21T20:26:32.4833743Z [INFO 2025-03-21 20:26:32,430 qnn_preprocess.py:69] Visiting: aten_matmul_default_18, aten.matmul.default 2025-03-21T20:26:32.4835044Z [INFO 2025-03-21 20:26:32,430 qnn_preprocess.py:69] Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-03-21T20:26:32.4836257Z [INFO 2025-03-21 20:26:32,431 qnn_preprocess.py:69] Visiting: aten_add_tensor_47, aten.add.Tensor 2025-03-21T20:26:32.4837581Z [INFO 2025-03-21 20:26:32,432 qnn_preprocess.py:69] Visiting: aten__softmax_default_9, aten._softmax.default 2025-03-21T20:26:32.4838951Z [INFO 2025-03-21 20:26:32,432 qnn_preprocess.py:69] Visiting: aten_matmul_default_19, aten.matmul.default 2025-03-21T20:26:32.4840346Z [INFO 2025-03-21 20:26:32,432 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_401, aten.permute_copy.default 2025-03-21T20:26:32.4841799Z [INFO 2025-03-21 20:26:32,433 qnn_preprocess.py:69] Visiting: aten_view_copy_default_179, aten.view_copy.default 2025-03-21T20:26:32.4843326Z [INFO 2025-03-21 20:26:32,433 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_106, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4845010Z [INFO 2025-03-21 20:26:32,434 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_796, aten.permute_copy.default 2025-03-21T20:26:32.4846543Z [INFO 2025-03-21 20:26:32,434 qnn_preprocess.py:69] Visiting: aten_convolution_default_66, aten.convolution.default 2025-03-21T20:26:32.4848069Z [INFO 2025-03-21 20:26:32,437 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_797, aten.permute_copy.default 2025-03-21T20:26:32.4849564Z [INFO 2025-03-21 20:26:32,438 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_106, aten.squeeze_copy.dims 2025-03-21T20:26:32.4850875Z [INFO 2025-03-21 20:26:32,439 qnn_preprocess.py:69] Visiting: aten_add_tensor_48, aten.add.Tensor 2025-03-21T20:26:32.4852218Z [INFO 2025-03-21 20:26:32,439 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-03-21T20:26:32.4853480Z [INFO 2025-03-21 20:26:32,440 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_107, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4854924Z [INFO 2025-03-21 20:26:32,440 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_798, aten.permute_copy.default 2025-03-21T20:26:32.4856345Z [INFO 2025-03-21 20:26:32,441 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_108, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4857824Z [INFO 2025-03-21 20:26:32,441 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_799, aten.permute_copy.default 2025-03-21T20:26:32.4859348Z [INFO 2025-03-21 20:26:32,442 qnn_preprocess.py:69] Visiting: aten_convolution_default_67, aten.convolution.default 2025-03-21T20:26:32.4860859Z [INFO 2025-03-21 20:26:32,450 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_800, aten.permute_copy.default 2025-03-21T20:26:32.4862420Z [INFO 2025-03-21 20:26:32,451 qnn_preprocess.py:69] Visiting: aten_convolution_default_68, aten.convolution.default 2025-03-21T20:26:32.4863809Z [INFO 2025-03-21 20:26:32,456 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_801, aten.permute_copy.default 2025-03-21T20:26:32.4865304Z [INFO 2025-03-21 20:26:32,457 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_107, aten.squeeze_copy.dims 2025-03-21T20:26:32.4866756Z [INFO 2025-03-21 20:26:32,457 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_108, aten.squeeze_copy.dims 2025-03-21T20:26:32.4868268Z [INFO 2025-03-21 20:26:32,458 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-03-21T20:26:32.4869492Z [INFO 2025-03-21 20:26:32,458 qnn_preprocess.py:69] Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-03-21T20:26:32.4870689Z [INFO 2025-03-21 20:26:32,459 qnn_preprocess.py:69] Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-03-21T20:26:32.4872126Z [INFO 2025-03-21 20:26:32,459 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_109, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4873696Z [INFO 2025-03-21 20:26:32,459 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_802, aten.permute_copy.default 2025-03-21T20:26:32.4875237Z [INFO 2025-03-21 20:26:32,460 qnn_preprocess.py:69] Visiting: aten_convolution_default_69, aten.convolution.default 2025-03-21T20:26:32.4876861Z [INFO 2025-03-21 20:26:32,465 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_803, aten.permute_copy.default 2025-03-21T20:26:32.4878350Z [INFO 2025-03-21 20:26:32,466 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_109, aten.squeeze_copy.dims 2025-03-21T20:26:32.4879709Z [INFO 2025-03-21 20:26:32,467 qnn_preprocess.py:69] Visiting: aten_add_tensor_49, aten.add.Tensor 2025-03-21T20:26:32.4881039Z [INFO 2025-03-21 20:26:32,467 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-03-21T20:26:32.4882461Z [INFO 2025-03-21 20:26:32,468 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_110, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4883993Z [INFO 2025-03-21 20:26:32,468 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_804, aten.permute_copy.default 2025-03-21T20:26:32.4885777Z [INFO 2025-03-21 20:26:32,469 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_111, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4887345Z [INFO 2025-03-21 20:26:32,469 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_805, aten.permute_copy.default 2025-03-21T20:26:32.4888832Z [INFO 2025-03-21 20:26:32,470 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_112, aten.unsqueeze_copy.default 2025-03-21T20:26:32.4890357Z [INFO 2025-03-21 20:26:32,470 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_806, aten.permute_copy.default 2025-03-21T20:26:32.4891723Z [INFO 2025-03-21 20:26:32,471 qnn_preprocess.py:69] Visiting: aten_convolution_default_70, aten.convolution.default 2025-03-21T20:26:32.4893127Z [INFO 2025-03-21 20:26:32,473 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_807, aten.permute_copy.default 2025-03-21T20:26:32.4894480Z [INFO 2025-03-21 20:26:32,474 qnn_preprocess.py:69] Visiting: aten_convolution_default_71, aten.convolution.default 2025-03-21T20:26:32.4895953Z [INFO 2025-03-21 20:26:32,476 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_808, aten.permute_copy.default 2025-03-21T20:26:32.4897344Z [INFO 2025-03-21 20:26:32,476 qnn_preprocess.py:69] Visiting: aten_convolution_default_72, aten.convolution.default 2025-03-21T20:26:32.5162542Z [INFO 2025-03-21 20:26:32,479 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_809, aten.permute_copy.default 2025-03-21T20:26:32.5164138Z [INFO 2025-03-21 20:26:32,480 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_110, aten.squeeze_copy.dims 2025-03-21T20:26:32.5165532Z [INFO 2025-03-21 20:26:32,481 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_111, aten.squeeze_copy.dims 2025-03-21T20:26:32.5166963Z [INFO 2025-03-21 20:26:32,481 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_112, aten.squeeze_copy.dims 2025-03-21T20:26:32.5168486Z [INFO 2025-03-21 20:26:32,482 qnn_preprocess.py:69] Visiting: aten_view_copy_default_180, aten.view_copy.default 2025-03-21T20:26:32.5169888Z [INFO 2025-03-21 20:26:32,482 qnn_preprocess.py:69] Visiting: aten_view_copy_default_181, aten.view_copy.default 2025-03-21T20:26:32.5171234Z [INFO 2025-03-21 20:26:32,483 qnn_preprocess.py:69] Visiting: aten_view_copy_default_182, aten.view_copy.default 2025-03-21T20:26:32.5172672Z [INFO 2025-03-21 20:26:32,483 qnn_preprocess.py:69] Visiting: aten_view_copy_default_183, aten.view_copy.default 2025-03-21T20:26:32.5173974Z [INFO 2025-03-21 20:26:32,484 qnn_preprocess.py:69] Visiting: aten_view_copy_default_184, aten.view_copy.default 2025-03-21T20:26:32.5175259Z [INFO 2025-03-21 20:26:32,484 qnn_preprocess.py:69] Visiting: aten_index_put_default_21, aten.index_put.default 2025-03-21T20:26:32.5176890Z [INFO 2025-03-21 20:26:32,486 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-03-21T20:26:32.5178146Z [INFO 2025-03-21 20:26:32,486 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-03-21T20:26:32.5179571Z [INFO 2025-03-21 20:26:32,487 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-03-21T20:26:32.5181013Z [INFO 2025-03-21 20:26:32,488 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-03-21T20:26:32.5182568Z [INFO 2025-03-21 20:26:32,488 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_429, aten.permute_copy.default 2025-03-21T20:26:32.5184088Z [INFO 2025-03-21 20:26:32,489 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_430, aten.permute_copy.default 2025-03-21T20:26:32.5185617Z [INFO 2025-03-21 20:26:32,490 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_431, aten.permute_copy.default 2025-03-21T20:26:32.5186958Z [INFO 2025-03-21 20:26:32,490 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_432, aten.permute_copy.default 2025-03-21T20:26:32.5188329Z [INFO 2025-03-21 20:26:32,491 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_433, aten.permute_copy.default 2025-03-21T20:26:32.5189916Z [INFO 2025-03-21 20:26:32,492 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_434, aten.permute_copy.default 2025-03-21T20:26:32.5191398Z [INFO 2025-03-21 20:26:32,492 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_435, aten.permute_copy.default 2025-03-21T20:26:32.5192892Z [INFO 2025-03-21 20:26:32,493 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_436, aten.permute_copy.default 2025-03-21T20:26:32.5194435Z [INFO 2025-03-21 20:26:32,493 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_437, aten.permute_copy.default 2025-03-21T20:26:32.5195811Z [INFO 2025-03-21 20:26:32,494 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_438, aten.permute_copy.default 2025-03-21T20:26:32.5197261Z [INFO 2025-03-21 20:26:32,494 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_439, aten.permute_copy.default 2025-03-21T20:26:32.5198672Z [INFO 2025-03-21 20:26:32,495 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_440, aten.permute_copy.default 2025-03-21T20:26:32.5200065Z [INFO 2025-03-21 20:26:32,496 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_113, aten.squeeze_copy.dims 2025-03-21T20:26:32.5201360Z [INFO 2025-03-21 20:26:32,496 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_114, aten.squeeze_copy.dims 2025-03-21T20:26:32.5202745Z [INFO 2025-03-21 20:26:32,496 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_115, aten.squeeze_copy.dims 2025-03-21T20:26:32.5204081Z [INFO 2025-03-21 20:26:32,497 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_116, aten.squeeze_copy.dims 2025-03-21T20:26:32.5205562Z [INFO 2025-03-21 20:26:32,497 qnn_preprocess.py:69] Visiting: aten_select_copy_int_504, aten.select_copy.int 2025-03-21T20:26:32.5206847Z [INFO 2025-03-21 20:26:32,497 qnn_preprocess.py:69] Visiting: aten_select_copy_int_506, aten.select_copy.int 2025-03-21T20:26:32.5208115Z [INFO 2025-03-21 20:26:32,498 qnn_preprocess.py:69] Visiting: aten_select_copy_int_508, aten.select_copy.int 2025-03-21T20:26:32.5209378Z [INFO 2025-03-21 20:26:32,498 qnn_preprocess.py:69] Visiting: aten_select_copy_int_510, aten.select_copy.int 2025-03-21T20:26:32.5210657Z [INFO 2025-03-21 20:26:32,499 qnn_preprocess.py:69] Visiting: aten_select_copy_int_512, aten.select_copy.int 2025-03-21T20:26:32.5212005Z [INFO 2025-03-21 20:26:32,499 qnn_preprocess.py:69] Visiting: aten_select_copy_int_514, aten.select_copy.int 2025-03-21T20:26:32.5213381Z [INFO 2025-03-21 20:26:32,499 qnn_preprocess.py:69] Visiting: aten_select_copy_int_516, aten.select_copy.int 2025-03-21T20:26:32.5214762Z [INFO 2025-03-21 20:26:32,500 qnn_preprocess.py:69] Visiting: aten_select_copy_int_518, aten.select_copy.int 2025-03-21T20:26:32.5215940Z [INFO 2025-03-21 20:26:32,500 qnn_preprocess.py:69] Visiting: aten_select_copy_int_520, aten.select_copy.int 2025-03-21T20:26:32.5217234Z [INFO 2025-03-21 20:26:32,500 qnn_preprocess.py:69] Visiting: aten_select_copy_int_522, aten.select_copy.int 2025-03-21T20:26:32.5218486Z [INFO 2025-03-21 20:26:32,501 qnn_preprocess.py:69] Visiting: aten_select_copy_int_524, aten.select_copy.int 2025-03-21T20:26:32.5219838Z [INFO 2025-03-21 20:26:32,501 qnn_preprocess.py:69] Visiting: aten_select_copy_int_526, aten.select_copy.int 2025-03-21T20:26:32.5221068Z [INFO 2025-03-21 20:26:32,501 qnn_preprocess.py:69] Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-03-21T20:26:32.5222335Z [INFO 2025-03-21 20:26:32,502 qnn_preprocess.py:69] Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-03-21T20:26:32.5223563Z [INFO 2025-03-21 20:26:32,502 qnn_preprocess.py:69] Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-03-21T20:26:32.5224667Z [INFO 2025-03-21 20:26:32,503 qnn_preprocess.py:69] Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-03-21T20:26:32.5225838Z [INFO 2025-03-21 20:26:32,503 qnn_preprocess.py:69] Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-03-21T20:26:32.5226980Z [INFO 2025-03-21 20:26:32,504 qnn_preprocess.py:69] Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-03-21T20:26:32.5228168Z [INFO 2025-03-21 20:26:32,504 qnn_preprocess.py:69] Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-03-21T20:26:32.5229519Z [INFO 2025-03-21 20:26:32,505 qnn_preprocess.py:69] Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-03-21T20:26:32.5230751Z [INFO 2025-03-21 20:26:32,505 qnn_preprocess.py:69] Visiting: aten_select_copy_int_505, aten.select_copy.int 2025-03-21T20:26:32.5232111Z [INFO 2025-03-21 20:26:32,505 qnn_preprocess.py:69] Visiting: aten_select_copy_int_507, aten.select_copy.int 2025-03-21T20:26:32.5233342Z [INFO 2025-03-21 20:26:32,506 qnn_preprocess.py:69] Visiting: aten_select_copy_int_509, aten.select_copy.int 2025-03-21T20:26:32.5234635Z [INFO 2025-03-21 20:26:32,506 qnn_preprocess.py:69] Visiting: aten_select_copy_int_511, aten.select_copy.int 2025-03-21T20:26:32.5235868Z [INFO 2025-03-21 20:26:32,506 qnn_preprocess.py:69] Visiting: aten_select_copy_int_513, aten.select_copy.int 2025-03-21T20:26:32.5237218Z [INFO 2025-03-21 20:26:32,507 qnn_preprocess.py:69] Visiting: aten_select_copy_int_515, aten.select_copy.int 2025-03-21T20:26:32.5238459Z [INFO 2025-03-21 20:26:32,507 qnn_preprocess.py:69] Visiting: aten_select_copy_int_517, aten.select_copy.int 2025-03-21T20:26:32.5239794Z [INFO 2025-03-21 20:26:32,508 qnn_preprocess.py:69] Visiting: aten_select_copy_int_519, aten.select_copy.int 2025-03-21T20:26:32.5241090Z [INFO 2025-03-21 20:26:32,508 qnn_preprocess.py:69] Visiting: aten_select_copy_int_521, aten.select_copy.int 2025-03-21T20:26:32.5242370Z [INFO 2025-03-21 20:26:32,509 qnn_preprocess.py:69] Visiting: aten_select_copy_int_523, aten.select_copy.int 2025-03-21T20:26:32.5243731Z [INFO 2025-03-21 20:26:32,509 qnn_preprocess.py:69] Visiting: aten_select_copy_int_525, aten.select_copy.int 2025-03-21T20:26:32.5245015Z [INFO 2025-03-21 20:26:32,509 qnn_preprocess.py:69] Visiting: aten_select_copy_int_527, aten.select_copy.int 2025-03-21T20:26:32.5246295Z [INFO 2025-03-21 20:26:32,510 qnn_preprocess.py:69] Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-03-21T20:26:32.5247410Z [INFO 2025-03-21 20:26:32,510 qnn_preprocess.py:69] Visiting: aten_add_tensor_50, aten.add.Tensor 2025-03-21T20:26:32.5248663Z [INFO 2025-03-21 20:26:32,511 qnn_preprocess.py:69] Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-03-21T20:26:32.5249785Z [INFO 2025-03-21 20:26:32,511 qnn_preprocess.py:69] Visiting: aten_add_tensor_51, aten.add.Tensor 2025-03-21T20:26:32.5251075Z [INFO 2025-03-21 20:26:32,512 qnn_preprocess.py:69] Visiting: aten_cat_default_43, aten.cat.default 2025-03-21T20:26:32.5252368Z [INFO 2025-03-21 20:26:32,513 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_113, aten.unsqueeze_copy.default 2025-03-21T20:26:32.5253899Z [INFO 2025-03-21 20:26:32,513 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_114, aten.unsqueeze_copy.default 2025-03-21T20:26:32.5255368Z [INFO 2025-03-21 20:26:32,514 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_115, aten.unsqueeze_copy.default 2025-03-21T20:26:32.5256906Z [INFO 2025-03-21 20:26:32,514 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_116, aten.unsqueeze_copy.default 2025-03-21T20:26:32.5258285Z [INFO 2025-03-21 20:26:32,514 qnn_preprocess.py:69] Visiting: aten_view_copy_default_190, aten.view_copy.default 2025-03-21T20:26:32.5259553Z [INFO 2025-03-21 20:26:32,515 qnn_preprocess.py:69] Visiting: aten_cat_default_40, aten.cat.default 2025-03-21T20:26:32.5260702Z [INFO 2025-03-21 20:26:32,515 qnn_preprocess.py:69] Visiting: aten_cat_default_41, aten.cat.default 2025-03-21T20:26:32.5701803Z [INFO 2025-03-21 20:26:32,516 qnn_preprocess.py:69] Visiting: aten_view_copy_default_187, aten.view_copy.default 2025-03-21T20:26:32.5703282Z [INFO 2025-03-21 20:26:32,516 qnn_preprocess.py:69] Visiting: aten_view_copy_default_188, aten.view_copy.default 2025-03-21T20:26:32.5704621Z [INFO 2025-03-21 20:26:32,516 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-03-21T20:26:32.5706004Z [INFO 2025-03-21 20:26:32,517 qnn_preprocess.py:69] Visiting: aten_index_put_default_20, aten.index_put.default 2025-03-21T20:26:32.5707313Z [INFO 2025-03-21 20:26:32,519 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-03-21T20:26:32.5709111Z [INFO 2025-03-21 20:26:32,520 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-03-21T20:26:32.5710644Z [INFO 2025-03-21 20:26:32,521 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-03-21T20:26:32.5712123Z [INFO 2025-03-21 20:26:32,522 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_420, aten.permute_copy.default 2025-03-21T20:26:32.5713737Z [INFO 2025-03-21 20:26:32,522 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_421, aten.permute_copy.default 2025-03-21T20:26:32.5715342Z [INFO 2025-03-21 20:26:32,523 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_422, aten.permute_copy.default 2025-03-21T20:26:32.5717014Z [INFO 2025-03-21 20:26:32,524 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_423, aten.permute_copy.default 2025-03-21T20:26:32.5718691Z [INFO 2025-03-21 20:26:32,525 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_424, aten.permute_copy.default 2025-03-21T20:26:32.5720317Z [INFO 2025-03-21 20:26:32,526 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_425, aten.permute_copy.default 2025-03-21T20:26:32.5721913Z [INFO 2025-03-21 20:26:32,526 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_426, aten.permute_copy.default 2025-03-21T20:26:32.5723567Z [INFO 2025-03-21 20:26:32,527 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_427, aten.permute_copy.default 2025-03-21T20:26:32.5725315Z [INFO 2025-03-21 20:26:32,528 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_428, aten.permute_copy.default 2025-03-21T20:26:32.5726728Z [INFO 2025-03-21 20:26:32,528 qnn_preprocess.py:69] Visiting: aten_select_copy_int_480, aten.select_copy.int 2025-03-21T20:26:32.5727967Z [INFO 2025-03-21 20:26:32,529 qnn_preprocess.py:69] Visiting: aten_select_copy_int_482, aten.select_copy.int 2025-03-21T20:26:32.5729261Z [INFO 2025-03-21 20:26:32,529 qnn_preprocess.py:69] Visiting: aten_select_copy_int_484, aten.select_copy.int 2025-03-21T20:26:32.5730644Z [INFO 2025-03-21 20:26:32,529 qnn_preprocess.py:69] Visiting: aten_select_copy_int_486, aten.select_copy.int 2025-03-21T20:26:32.5731879Z [INFO 2025-03-21 20:26:32,530 qnn_preprocess.py:69] Visiting: aten_select_copy_int_488, aten.select_copy.int 2025-03-21T20:26:32.5733267Z [INFO 2025-03-21 20:26:32,530 qnn_preprocess.py:69] Visiting: aten_select_copy_int_490, aten.select_copy.int 2025-03-21T20:26:32.5734544Z [INFO 2025-03-21 20:26:32,530 qnn_preprocess.py:69] Visiting: aten_select_copy_int_492, aten.select_copy.int 2025-03-21T20:26:32.5735821Z [INFO 2025-03-21 20:26:32,531 qnn_preprocess.py:69] Visiting: aten_select_copy_int_494, aten.select_copy.int 2025-03-21T20:26:32.5737079Z [INFO 2025-03-21 20:26:32,531 qnn_preprocess.py:69] Visiting: aten_select_copy_int_496, aten.select_copy.int 2025-03-21T20:26:32.5738349Z [INFO 2025-03-21 20:26:32,532 qnn_preprocess.py:69] Visiting: aten_select_copy_int_498, aten.select_copy.int 2025-03-21T20:26:32.5739598Z [INFO 2025-03-21 20:26:32,532 qnn_preprocess.py:69] Visiting: aten_select_copy_int_500, aten.select_copy.int 2025-03-21T20:26:32.5740891Z [INFO 2025-03-21 20:26:32,532 qnn_preprocess.py:69] Visiting: aten_select_copy_int_502, aten.select_copy.int 2025-03-21T20:26:32.5742262Z [INFO 2025-03-21 20:26:32,533 qnn_preprocess.py:69] Visiting: aten_select_copy_int_481, aten.select_copy.int 2025-03-21T20:26:32.5743527Z [INFO 2025-03-21 20:26:32,533 qnn_preprocess.py:69] Visiting: aten_select_copy_int_483, aten.select_copy.int 2025-03-21T20:26:32.5744798Z [INFO 2025-03-21 20:26:32,534 qnn_preprocess.py:69] Visiting: aten_select_copy_int_485, aten.select_copy.int 2025-03-21T20:26:32.5746062Z [INFO 2025-03-21 20:26:32,534 qnn_preprocess.py:69] Visiting: aten_select_copy_int_487, aten.select_copy.int 2025-03-21T20:26:32.5747329Z [INFO 2025-03-21 20:26:32,534 qnn_preprocess.py:69] Visiting: aten_select_copy_int_489, aten.select_copy.int 2025-03-21T20:26:32.5748575Z [INFO 2025-03-21 20:26:32,535 qnn_preprocess.py:69] Visiting: aten_select_copy_int_491, aten.select_copy.int 2025-03-21T20:26:32.5749986Z [INFO 2025-03-21 20:26:32,535 qnn_preprocess.py:69] Visiting: aten_select_copy_int_493, aten.select_copy.int 2025-03-21T20:26:32.5751270Z [INFO 2025-03-21 20:26:32,535 qnn_preprocess.py:69] Visiting: aten_select_copy_int_495, aten.select_copy.int 2025-03-21T20:26:32.5752687Z [INFO 2025-03-21 20:26:32,536 qnn_preprocess.py:69] Visiting: aten_select_copy_int_497, aten.select_copy.int 2025-03-21T20:26:32.5753967Z [INFO 2025-03-21 20:26:32,536 qnn_preprocess.py:69] Visiting: aten_select_copy_int_499, aten.select_copy.int 2025-03-21T20:26:32.5755206Z [INFO 2025-03-21 20:26:32,537 qnn_preprocess.py:69] Visiting: aten_select_copy_int_501, aten.select_copy.int 2025-03-21T20:26:32.5756483Z [INFO 2025-03-21 20:26:32,537 qnn_preprocess.py:69] Visiting: aten_select_copy_int_503, aten.select_copy.int 2025-03-21T20:26:32.5757675Z [INFO 2025-03-21 20:26:32,537 qnn_preprocess.py:69] Visiting: aten_cat_default_42, aten.cat.default 2025-03-21T20:26:32.5758912Z [INFO 2025-03-21 20:26:32,539 qnn_preprocess.py:69] Visiting: aten_view_copy_default_189, aten.view_copy.default 2025-03-21T20:26:32.5760257Z [INFO 2025-03-21 20:26:32,539 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_441, aten.permute_copy.default 2025-03-21T20:26:32.5761577Z [INFO 2025-03-21 20:26:32,540 qnn_preprocess.py:69] Visiting: aten_matmul_default_20, aten.matmul.default 2025-03-21T20:26:32.5762852Z [INFO 2025-03-21 20:26:32,540 qnn_preprocess.py:69] Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-03-21T20:26:32.5764024Z [INFO 2025-03-21 20:26:32,541 qnn_preprocess.py:69] Visiting: aten_add_tensor_52, aten.add.Tensor 2025-03-21T20:26:32.5765212Z [INFO 2025-03-21 20:26:32,541 qnn_preprocess.py:69] Visiting: aten__softmax_default_10, aten._softmax.default 2025-03-21T20:26:32.5766463Z [INFO 2025-03-21 20:26:32,542 qnn_preprocess.py:69] Visiting: aten_matmul_default_21, aten.matmul.default 2025-03-21T20:26:32.5767782Z [INFO 2025-03-21 20:26:32,542 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_442, aten.permute_copy.default 2025-03-21T20:26:32.5769145Z [INFO 2025-03-21 20:26:32,543 qnn_preprocess.py:69] Visiting: aten_view_copy_default_197, aten.view_copy.default 2025-03-21T20:26:32.5770532Z [INFO 2025-03-21 20:26:32,543 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_117, aten.unsqueeze_copy.default 2025-03-21T20:26:32.5771948Z [INFO 2025-03-21 20:26:32,544 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_810, aten.permute_copy.default 2025-03-21T20:26:32.5773233Z [INFO 2025-03-21 20:26:32,544 qnn_preprocess.py:69] Visiting: aten_convolution_default_73, aten.convolution.default 2025-03-21T20:26:32.5774469Z [INFO 2025-03-21 20:26:32,547 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_811, aten.permute_copy.default 2025-03-21T20:26:32.5775933Z [INFO 2025-03-21 20:26:32,547 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_117, aten.squeeze_copy.dims 2025-03-21T20:26:32.5777092Z [INFO 2025-03-21 20:26:32,548 qnn_preprocess.py:69] Visiting: aten_add_tensor_53, aten.add.Tensor 2025-03-21T20:26:32.5778241Z [INFO 2025-03-21 20:26:32,548 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-03-21T20:26:32.5779500Z [INFO 2025-03-21 20:26:32,549 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_118, aten.unsqueeze_copy.default 2025-03-21T20:26:32.5780798Z [INFO 2025-03-21 20:26:32,549 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_812, aten.permute_copy.default 2025-03-21T20:26:32.5782174Z [INFO 2025-03-21 20:26:32,550 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_119, aten.unsqueeze_copy.default 2025-03-21T20:26:32.5783675Z [INFO 2025-03-21 20:26:32,550 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_813, aten.permute_copy.default 2025-03-21T20:26:32.5784947Z [INFO 2025-03-21 20:26:32,551 qnn_preprocess.py:69] Visiting: aten_convolution_default_74, aten.convolution.default 2025-03-21T20:26:32.5786355Z [INFO 2025-03-21 20:26:32,560 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_814, aten.permute_copy.default 2025-03-21T20:26:32.5787956Z [INFO 2025-03-21 20:26:32,560 qnn_preprocess.py:69] Visiting: aten_convolution_default_75, aten.convolution.default 2025-03-21T20:26:32.5789456Z [INFO 2025-03-21 20:26:32,566 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_815, aten.permute_copy.default 2025-03-21T20:26:32.5790726Z [INFO 2025-03-21 20:26:32,566 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_118, aten.squeeze_copy.dims 2025-03-21T20:26:32.5792483Z [INFO 2025-03-21 20:26:32,567 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_119, aten.squeeze_copy.dims 2025-03-21T20:26:32.5793721Z [INFO 2025-03-21 20:26:32,567 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-03-21T20:26:32.5794965Z [INFO 2025-03-21 20:26:32,568 qnn_preprocess.py:69] Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-03-21T20:26:32.5796100Z [INFO 2025-03-21 20:26:32,568 qnn_preprocess.py:69] Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-03-21T20:26:32.5797407Z [INFO 2025-03-21 20:26:32,568 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_120, aten.unsqueeze_copy.default 2025-03-21T20:26:32.5798903Z [INFO 2025-03-21 20:26:32,569 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_816, aten.permute_copy.default 2025-03-21T20:26:32.6194625Z [INFO 2025-03-21 20:26:32,569 qnn_preprocess.py:69] Visiting: aten_convolution_default_76, aten.convolution.default 2025-03-21T20:26:32.6196330Z [INFO 2025-03-21 20:26:32,579 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_817, aten.permute_copy.default 2025-03-21T20:26:32.6197736Z [INFO 2025-03-21 20:26:32,580 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_120, aten.squeeze_copy.dims 2025-03-21T20:26:32.6198990Z [INFO 2025-03-21 20:26:32,580 qnn_preprocess.py:69] Visiting: aten_add_tensor_54, aten.add.Tensor 2025-03-21T20:26:32.6200323Z [INFO 2025-03-21 20:26:32,581 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-03-21T20:26:32.6201860Z [INFO 2025-03-21 20:26:32,581 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_121, aten.unsqueeze_copy.default 2025-03-21T20:26:32.6203451Z [INFO 2025-03-21 20:26:32,582 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_818, aten.permute_copy.default 2025-03-21T20:26:32.6205005Z [INFO 2025-03-21 20:26:32,582 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_122, aten.unsqueeze_copy.default 2025-03-21T20:26:32.6206578Z [INFO 2025-03-21 20:26:32,583 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_819, aten.permute_copy.default 2025-03-21T20:26:32.6208163Z [INFO 2025-03-21 20:26:32,583 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_123, aten.unsqueeze_copy.default 2025-03-21T20:26:32.6209718Z [INFO 2025-03-21 20:26:32,584 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_820, aten.permute_copy.default 2025-03-21T20:26:32.6211111Z [INFO 2025-03-21 20:26:32,584 qnn_preprocess.py:69] Visiting: aten_convolution_default_77, aten.convolution.default 2025-03-21T20:26:32.6212656Z [INFO 2025-03-21 20:26:32,587 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_821, aten.permute_copy.default 2025-03-21T20:26:32.6214182Z [INFO 2025-03-21 20:26:32,587 qnn_preprocess.py:69] Visiting: aten_convolution_default_78, aten.convolution.default 2025-03-21T20:26:32.6215703Z [INFO 2025-03-21 20:26:32,589 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_822, aten.permute_copy.default 2025-03-21T20:26:32.6217140Z [INFO 2025-03-21 20:26:32,590 qnn_preprocess.py:69] Visiting: aten_convolution_default_79, aten.convolution.default 2025-03-21T20:26:32.6218658Z [INFO 2025-03-21 20:26:32,593 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_823, aten.permute_copy.default 2025-03-21T20:26:32.6220143Z [INFO 2025-03-21 20:26:32,594 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_121, aten.squeeze_copy.dims 2025-03-21T20:26:32.6221667Z [INFO 2025-03-21 20:26:32,595 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_122, aten.squeeze_copy.dims 2025-03-21T20:26:32.6223268Z [INFO 2025-03-21 20:26:32,595 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_123, aten.squeeze_copy.dims 2025-03-21T20:26:32.6224631Z [INFO 2025-03-21 20:26:32,595 qnn_preprocess.py:69] Visiting: aten_view_copy_default_198, aten.view_copy.default 2025-03-21T20:26:32.6226071Z [INFO 2025-03-21 20:26:32,596 qnn_preprocess.py:69] Visiting: aten_view_copy_default_199, aten.view_copy.default 2025-03-21T20:26:32.6227491Z [INFO 2025-03-21 20:26:32,596 qnn_preprocess.py:69] Visiting: aten_view_copy_default_200, aten.view_copy.default 2025-03-21T20:26:32.6228935Z [INFO 2025-03-21 20:26:32,596 qnn_preprocess.py:69] Visiting: aten_view_copy_default_201, aten.view_copy.default 2025-03-21T20:26:32.6230209Z [INFO 2025-03-21 20:26:32,596 qnn_preprocess.py:69] Visiting: aten_view_copy_default_202, aten.view_copy.default 2025-03-21T20:26:32.6231641Z [INFO 2025-03-21 20:26:32,597 qnn_preprocess.py:69] Visiting: aten_index_put_default_23, aten.index_put.default 2025-03-21T20:26:32.6233067Z [INFO 2025-03-21 20:26:32,598 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-03-21T20:26:32.6234490Z [INFO 2025-03-21 20:26:32,598 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-03-21T20:26:32.6235925Z [INFO 2025-03-21 20:26:32,599 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-03-21T20:26:32.6237444Z [INFO 2025-03-21 20:26:32,599 qnn_preprocess.py:69] Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-03-21T20:26:32.6238863Z [INFO 2025-03-21 20:26:32,599 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-03-21T20:26:32.6240384Z [INFO 2025-03-21 20:26:32,600 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-03-21T20:26:32.6241903Z [INFO 2025-03-21 20:26:32,601 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-03-21T20:26:32.6243455Z [INFO 2025-03-21 20:26:32,601 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_473, aten.permute_copy.default 2025-03-21T20:26:32.6244998Z [INFO 2025-03-21 20:26:32,602 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_474, aten.permute_copy.default 2025-03-21T20:26:32.6246526Z [INFO 2025-03-21 20:26:32,602 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_475, aten.permute_copy.default 2025-03-21T20:26:32.6248052Z [INFO 2025-03-21 20:26:32,603 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_476, aten.permute_copy.default 2025-03-21T20:26:32.6249587Z [INFO 2025-03-21 20:26:32,604 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_477, aten.permute_copy.default 2025-03-21T20:26:32.6251109Z [INFO 2025-03-21 20:26:32,604 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_478, aten.permute_copy.default 2025-03-21T20:26:32.6252647Z [INFO 2025-03-21 20:26:32,605 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_479, aten.permute_copy.default 2025-03-21T20:26:32.6254110Z [INFO 2025-03-21 20:26:32,605 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_480, aten.permute_copy.default 2025-03-21T20:26:32.6255641Z [INFO 2025-03-21 20:26:32,606 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_481, aten.permute_copy.default 2025-03-21T20:26:32.6257144Z [INFO 2025-03-21 20:26:32,607 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_124, aten.squeeze_copy.dims 2025-03-21T20:26:32.6258568Z [INFO 2025-03-21 20:26:32,607 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_125, aten.squeeze_copy.dims 2025-03-21T20:26:32.6260020Z [INFO 2025-03-21 20:26:32,607 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_126, aten.squeeze_copy.dims 2025-03-21T20:26:32.6261470Z [INFO 2025-03-21 20:26:32,608 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_127, aten.squeeze_copy.dims 2025-03-21T20:26:32.6262971Z [INFO 2025-03-21 20:26:32,608 qnn_preprocess.py:69] Visiting: aten_select_copy_int_552, aten.select_copy.int 2025-03-21T20:26:32.6264458Z [INFO 2025-03-21 20:26:32,608 qnn_preprocess.py:69] Visiting: aten_select_copy_int_554, aten.select_copy.int 2025-03-21T20:26:32.6265903Z [INFO 2025-03-21 20:26:32,609 qnn_preprocess.py:69] Visiting: aten_select_copy_int_556, aten.select_copy.int 2025-03-21T20:26:32.6267295Z [INFO 2025-03-21 20:26:32,609 qnn_preprocess.py:69] Visiting: aten_select_copy_int_558, aten.select_copy.int 2025-03-21T20:26:32.6268700Z [INFO 2025-03-21 20:26:32,610 qnn_preprocess.py:69] Visiting: aten_select_copy_int_560, aten.select_copy.int 2025-03-21T20:26:32.6270102Z [INFO 2025-03-21 20:26:32,610 qnn_preprocess.py:69] Visiting: aten_select_copy_int_562, aten.select_copy.int 2025-03-21T20:26:32.6271486Z [INFO 2025-03-21 20:26:32,610 qnn_preprocess.py:69] Visiting: aten_select_copy_int_564, aten.select_copy.int 2025-03-21T20:26:32.6272884Z [INFO 2025-03-21 20:26:32,611 qnn_preprocess.py:69] Visiting: aten_select_copy_int_566, aten.select_copy.int 2025-03-21T20:26:32.6274285Z [INFO 2025-03-21 20:26:32,611 qnn_preprocess.py:69] Visiting: aten_select_copy_int_568, aten.select_copy.int 2025-03-21T20:26:32.6275844Z [INFO 2025-03-21 20:26:32,612 qnn_preprocess.py:69] Visiting: aten_select_copy_int_570, aten.select_copy.int 2025-03-21T20:26:32.6277250Z [INFO 2025-03-21 20:26:32,612 qnn_preprocess.py:69] Visiting: aten_select_copy_int_572, aten.select_copy.int 2025-03-21T20:26:32.6278653Z [INFO 2025-03-21 20:26:32,612 qnn_preprocess.py:69] Visiting: aten_select_copy_int_574, aten.select_copy.int 2025-03-21T20:26:32.6280110Z [INFO 2025-03-21 20:26:32,613 qnn_preprocess.py:69] Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-03-21T20:26:32.6281372Z [INFO 2025-03-21 20:26:32,613 qnn_preprocess.py:69] Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-03-21T20:26:32.6282653Z [INFO 2025-03-21 20:26:32,614 qnn_preprocess.py:69] Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-03-21T20:26:32.6283920Z [INFO 2025-03-21 20:26:32,614 qnn_preprocess.py:69] Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-03-21T20:26:32.6285280Z [INFO 2025-03-21 20:26:32,615 qnn_preprocess.py:69] Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-03-21T20:26:32.6286732Z [INFO 2025-03-21 20:26:32,615 qnn_preprocess.py:69] Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-03-21T20:26:32.6288042Z [INFO 2025-03-21 20:26:32,615 qnn_preprocess.py:69] Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-03-21T20:26:32.6306777Z [INFO 2025-03-21 20:26:32,616 qnn_preprocess.py:69] Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-03-21T20:26:32.6308241Z [INFO 2025-03-21 20:26:32,616 qnn_preprocess.py:69] Visiting: aten_select_copy_int_553, aten.select_copy.int 2025-03-21T20:26:32.6309627Z [INFO 2025-03-21 20:26:32,617 qnn_preprocess.py:69] Visiting: aten_select_copy_int_555, aten.select_copy.int 2025-03-21T20:26:32.6310938Z [INFO 2025-03-21 20:26:32,617 qnn_preprocess.py:69] Visiting: aten_select_copy_int_557, aten.select_copy.int 2025-03-21T20:26:32.6312221Z [INFO 2025-03-21 20:26:32,618 qnn_preprocess.py:69] Visiting: aten_select_copy_int_559, aten.select_copy.int 2025-03-21T20:26:32.6313605Z [INFO 2025-03-21 20:26:32,618 qnn_preprocess.py:69] Visiting: aten_select_copy_int_561, aten.select_copy.int 2025-03-21T20:26:32.6315004Z [INFO 2025-03-21 20:26:32,618 qnn_preprocess.py:69] Visiting: aten_select_copy_int_563, aten.select_copy.int 2025-03-21T20:26:32.6621062Z [INFO 2025-03-21 20:26:32,619 qnn_preprocess.py:69] Visiting: aten_select_copy_int_565, aten.select_copy.int 2025-03-21T20:26:32.6622417Z [INFO 2025-03-21 20:26:32,619 qnn_preprocess.py:69] Visiting: aten_select_copy_int_567, aten.select_copy.int 2025-03-21T20:26:32.6623698Z [INFO 2025-03-21 20:26:32,620 qnn_preprocess.py:69] Visiting: aten_select_copy_int_569, aten.select_copy.int 2025-03-21T20:26:32.6624953Z [INFO 2025-03-21 20:26:32,621 qnn_preprocess.py:69] Visiting: aten_select_copy_int_571, aten.select_copy.int 2025-03-21T20:26:32.6626195Z [INFO 2025-03-21 20:26:32,621 qnn_preprocess.py:69] Visiting: aten_select_copy_int_573, aten.select_copy.int 2025-03-21T20:26:32.6627440Z [INFO 2025-03-21 20:26:32,622 qnn_preprocess.py:69] Visiting: aten_select_copy_int_575, aten.select_copy.int 2025-03-21T20:26:32.6628828Z [INFO 2025-03-21 20:26:32,622 qnn_preprocess.py:69] Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-03-21T20:26:32.6629967Z [INFO 2025-03-21 20:26:32,623 qnn_preprocess.py:69] Visiting: aten_add_tensor_55, aten.add.Tensor 2025-03-21T20:26:32.6631105Z [INFO 2025-03-21 20:26:32,624 qnn_preprocess.py:69] Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-03-21T20:26:32.6632244Z [INFO 2025-03-21 20:26:32,625 qnn_preprocess.py:69] Visiting: aten_add_tensor_56, aten.add.Tensor 2025-03-21T20:26:32.6633391Z [INFO 2025-03-21 20:26:32,626 qnn_preprocess.py:69] Visiting: aten_cat_default_47, aten.cat.default 2025-03-21T20:26:32.6634685Z [INFO 2025-03-21 20:26:32,628 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_124, aten.unsqueeze_copy.default 2025-03-21T20:26:32.6636137Z [INFO 2025-03-21 20:26:32,629 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_125, aten.unsqueeze_copy.default 2025-03-21T20:26:32.6637598Z [INFO 2025-03-21 20:26:32,629 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_126, aten.unsqueeze_copy.default 2025-03-21T20:26:32.6639041Z [INFO 2025-03-21 20:26:32,630 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_127, aten.unsqueeze_copy.default 2025-03-21T20:26:32.6640421Z [INFO 2025-03-21 20:26:32,631 qnn_preprocess.py:69] Visiting: aten_view_copy_default_208, aten.view_copy.default 2025-03-21T20:26:32.6641707Z [INFO 2025-03-21 20:26:32,631 qnn_preprocess.py:69] Visiting: aten_cat_default_44, aten.cat.default 2025-03-21T20:26:32.6642868Z [INFO 2025-03-21 20:26:32,632 qnn_preprocess.py:69] Visiting: aten_cat_default_45, aten.cat.default 2025-03-21T20:26:32.6644087Z [INFO 2025-03-21 20:26:32,632 qnn_preprocess.py:69] Visiting: aten_view_copy_default_205, aten.view_copy.default 2025-03-21T20:26:32.6645391Z [INFO 2025-03-21 20:26:32,632 qnn_preprocess.py:69] Visiting: aten_view_copy_default_206, aten.view_copy.default 2025-03-21T20:26:32.6646741Z [INFO 2025-03-21 20:26:32,633 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_457, aten.permute_copy.default 2025-03-21T20:26:32.6648097Z [INFO 2025-03-21 20:26:32,633 qnn_preprocess.py:69] Visiting: aten_index_put_default_22, aten.index_put.default 2025-03-21T20:26:32.6649443Z [INFO 2025-03-21 20:26:32,634 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_458, aten.permute_copy.default 2025-03-21T20:26:32.6650873Z [INFO 2025-03-21 20:26:32,635 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_459, aten.permute_copy.default 2025-03-21T20:26:32.6652268Z [INFO 2025-03-21 20:26:32,636 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_460, aten.permute_copy.default 2025-03-21T20:26:32.6653642Z [INFO 2025-03-21 20:26:32,636 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-03-21T20:26:32.6655030Z [INFO 2025-03-21 20:26:32,637 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-03-21T20:26:32.6656416Z [INFO 2025-03-21 20:26:32,637 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-03-21T20:26:32.6657800Z [INFO 2025-03-21 20:26:32,638 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-03-21T20:26:32.6659190Z [INFO 2025-03-21 20:26:32,639 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-03-21T20:26:32.6660576Z [INFO 2025-03-21 20:26:32,639 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-03-21T20:26:32.6662034Z [INFO 2025-03-21 20:26:32,640 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-03-21T20:26:32.6663425Z [INFO 2025-03-21 20:26:32,640 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-03-21T20:26:32.6664934Z [INFO 2025-03-21 20:26:32,641 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-03-21T20:26:32.6666412Z [INFO 2025-03-21 20:26:32,641 qnn_preprocess.py:69] Visiting: aten_select_copy_int_528, aten.select_copy.int 2025-03-21T20:26:32.6667830Z [INFO 2025-03-21 20:26:32,642 qnn_preprocess.py:69] Visiting: aten_select_copy_int_530, aten.select_copy.int 2025-03-21T20:26:32.6669197Z [INFO 2025-03-21 20:26:32,642 qnn_preprocess.py:69] Visiting: aten_select_copy_int_532, aten.select_copy.int 2025-03-21T20:26:32.6670548Z [INFO 2025-03-21 20:26:32,643 qnn_preprocess.py:69] Visiting: aten_select_copy_int_534, aten.select_copy.int 2025-03-21T20:26:32.6671920Z [INFO 2025-03-21 20:26:32,643 qnn_preprocess.py:69] Visiting: aten_select_copy_int_536, aten.select_copy.int 2025-03-21T20:26:32.6673275Z [INFO 2025-03-21 20:26:32,644 qnn_preprocess.py:69] Visiting: aten_select_copy_int_538, aten.select_copy.int 2025-03-21T20:26:32.6674619Z [INFO 2025-03-21 20:26:32,644 qnn_preprocess.py:69] Visiting: aten_select_copy_int_540, aten.select_copy.int 2025-03-21T20:26:32.6676131Z [INFO 2025-03-21 20:26:32,644 qnn_preprocess.py:69] Visiting: aten_select_copy_int_542, aten.select_copy.int 2025-03-21T20:26:32.6677515Z [INFO 2025-03-21 20:26:32,645 qnn_preprocess.py:69] Visiting: aten_select_copy_int_544, aten.select_copy.int 2025-03-21T20:26:32.6678857Z [INFO 2025-03-21 20:26:32,645 qnn_preprocess.py:69] Visiting: aten_select_copy_int_546, aten.select_copy.int 2025-03-21T20:26:32.6680234Z [INFO 2025-03-21 20:26:32,645 qnn_preprocess.py:69] Visiting: aten_select_copy_int_548, aten.select_copy.int 2025-03-21T20:26:32.6681790Z [INFO 2025-03-21 20:26:32,646 qnn_preprocess.py:69] Visiting: aten_select_copy_int_550, aten.select_copy.int 2025-03-21T20:26:32.6683141Z [INFO 2025-03-21 20:26:32,646 qnn_preprocess.py:69] Visiting: aten_select_copy_int_529, aten.select_copy.int 2025-03-21T20:26:32.6684549Z [INFO 2025-03-21 20:26:32,647 qnn_preprocess.py:69] Visiting: aten_select_copy_int_531, aten.select_copy.int 2025-03-21T20:26:32.6685978Z [INFO 2025-03-21 20:26:32,647 qnn_preprocess.py:69] Visiting: aten_select_copy_int_533, aten.select_copy.int 2025-03-21T20:26:32.6687355Z [INFO 2025-03-21 20:26:32,647 qnn_preprocess.py:69] Visiting: aten_select_copy_int_535, aten.select_copy.int 2025-03-21T20:26:32.6688619Z [INFO 2025-03-21 20:26:32,648 qnn_preprocess.py:69] Visiting: aten_select_copy_int_537, aten.select_copy.int 2025-03-21T20:26:32.6689977Z [INFO 2025-03-21 20:26:32,648 qnn_preprocess.py:69] Visiting: aten_select_copy_int_539, aten.select_copy.int 2025-03-21T20:26:32.6691228Z [INFO 2025-03-21 20:26:32,649 qnn_preprocess.py:69] Visiting: aten_select_copy_int_541, aten.select_copy.int 2025-03-21T20:26:32.6692467Z [INFO 2025-03-21 20:26:32,649 qnn_preprocess.py:69] Visiting: aten_select_copy_int_543, aten.select_copy.int 2025-03-21T20:26:32.6693714Z [INFO 2025-03-21 20:26:32,649 qnn_preprocess.py:69] Visiting: aten_select_copy_int_545, aten.select_copy.int 2025-03-21T20:26:32.6694970Z [INFO 2025-03-21 20:26:32,650 qnn_preprocess.py:69] Visiting: aten_select_copy_int_547, aten.select_copy.int 2025-03-21T20:26:32.6696234Z [INFO 2025-03-21 20:26:32,650 qnn_preprocess.py:69] Visiting: aten_select_copy_int_549, aten.select_copy.int 2025-03-21T20:26:32.6697488Z [INFO 2025-03-21 20:26:32,651 qnn_preprocess.py:69] Visiting: aten_select_copy_int_551, aten.select_copy.int 2025-03-21T20:26:32.6698697Z [INFO 2025-03-21 20:26:32,651 qnn_preprocess.py:69] Visiting: aten_cat_default_46, aten.cat.default 2025-03-21T20:26:32.6699915Z [INFO 2025-03-21 20:26:32,652 qnn_preprocess.py:69] Visiting: aten_view_copy_default_207, aten.view_copy.default 2025-03-21T20:26:32.6701335Z [INFO 2025-03-21 20:26:32,653 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_482, aten.permute_copy.default 2025-03-21T20:26:32.6702645Z [INFO 2025-03-21 20:26:32,653 qnn_preprocess.py:69] Visiting: aten_matmul_default_22, aten.matmul.default 2025-03-21T20:26:32.6703838Z [INFO 2025-03-21 20:26:32,654 qnn_preprocess.py:69] Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-03-21T20:26:32.6704982Z [INFO 2025-03-21 20:26:32,655 qnn_preprocess.py:69] Visiting: aten_add_tensor_57, aten.add.Tensor 2025-03-21T20:26:32.6706308Z [INFO 2025-03-21 20:26:32,655 qnn_preprocess.py:69] Visiting: aten__softmax_default_11, aten._softmax.default 2025-03-21T20:26:32.6707564Z [INFO 2025-03-21 20:26:32,655 qnn_preprocess.py:69] Visiting: aten_matmul_default_23, aten.matmul.default 2025-03-21T20:26:32.6708851Z [INFO 2025-03-21 20:26:32,656 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_483, aten.permute_copy.default 2025-03-21T20:26:32.6710204Z [INFO 2025-03-21 20:26:32,656 qnn_preprocess.py:69] Visiting: aten_view_copy_default_215, aten.view_copy.default 2025-03-21T20:26:32.6711593Z [INFO 2025-03-21 20:26:32,657 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_128, aten.unsqueeze_copy.default 2025-03-21T20:26:32.6713021Z [INFO 2025-03-21 20:26:32,657 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_824, aten.permute_copy.default 2025-03-21T20:26:32.6714405Z [INFO 2025-03-21 20:26:32,658 qnn_preprocess.py:69] Visiting: aten_convolution_default_80, aten.convolution.default 2025-03-21T20:26:32.6715796Z [INFO 2025-03-21 20:26:32,660 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_825, aten.permute_copy.default 2025-03-21T20:26:32.6717145Z [INFO 2025-03-21 20:26:32,661 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_128, aten.squeeze_copy.dims 2025-03-21T20:26:49.5801211Z [INFO 2025-03-21 20:26:32,661 qnn_preprocess.py:69] Visiting: aten_add_tensor_58, aten.add.Tensor 2025-03-21T20:26:49.5802366Z [INFO 2025-03-21 20:26:32,662 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-03-21T20:26:49.5804077Z [INFO 2025-03-21 20:26:32,663 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_129, aten.unsqueeze_copy.default 2025-03-21T20:26:49.5805617Z [INFO 2025-03-21 20:26:32,663 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_826, aten.permute_copy.default 2025-03-21T20:26:49.5806963Z [INFO 2025-03-21 20:26:32,664 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_130, aten.unsqueeze_copy.default 2025-03-21T20:26:49.5808374Z [INFO 2025-03-21 20:26:32,664 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_827, aten.permute_copy.default 2025-03-21T20:26:49.5809850Z [INFO 2025-03-21 20:26:32,665 qnn_preprocess.py:69] Visiting: aten_convolution_default_81, aten.convolution.default 2025-03-21T20:26:49.5811350Z [INFO 2025-03-21 20:26:32,673 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_828, aten.permute_copy.default 2025-03-21T20:26:49.5812613Z [INFO 2025-03-21 20:26:32,674 qnn_preprocess.py:69] Visiting: aten_convolution_default_82, aten.convolution.default 2025-03-21T20:26:49.5813872Z [INFO 2025-03-21 20:26:32,679 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_829, aten.permute_copy.default 2025-03-21T20:26:49.5815105Z [INFO 2025-03-21 20:26:32,680 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_129, aten.squeeze_copy.dims 2025-03-21T20:26:49.5816291Z [INFO 2025-03-21 20:26:32,681 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_130, aten.squeeze_copy.dims 2025-03-21T20:26:49.5817428Z [INFO 2025-03-21 20:26:32,681 qnn_preprocess.py:69] Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-03-21T20:26:49.5818524Z [INFO 2025-03-21 20:26:32,681 qnn_preprocess.py:69] Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-03-21T20:26:49.5819502Z [INFO 2025-03-21 20:26:32,682 qnn_preprocess.py:69] Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-03-21T20:26:49.5820687Z [INFO 2025-03-21 20:26:32,682 qnn_preprocess.py:69] Visiting: aten_unsqueeze_copy_default_131, aten.unsqueeze_copy.default 2025-03-21T20:26:49.5822088Z [INFO 2025-03-21 20:26:32,683 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_830, aten.permute_copy.default 2025-03-21T20:26:49.5823653Z [INFO 2025-03-21 20:26:32,683 qnn_preprocess.py:69] Visiting: aten_convolution_default_83, aten.convolution.default 2025-03-21T20:26:49.5825233Z [INFO 2025-03-21 20:26:32,691 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_831, aten.permute_copy.default 2025-03-21T20:26:49.5826424Z [INFO 2025-03-21 20:26:32,692 qnn_preprocess.py:69] Visiting: aten_squeeze_copy_dims_131, aten.squeeze_copy.dims 2025-03-21T20:26:49.5827780Z [INFO 2025-03-21 20:26:32,692 qnn_preprocess.py:69] Visiting: aten_add_tensor_59, aten.add.Tensor 2025-03-21T20:26:49.5828832Z [INFO 2025-03-21 20:26:32,693 qnn_preprocess.py:69] Visiting: aten_select_copy_int_576, aten.select_copy.int 2025-03-21T20:26:49.5829994Z [INFO 2025-03-21 20:26:32,693 qnn_preprocess.py:69] Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-03-21T20:26:49.5831209Z [INFO 2025-03-21 20:26:32,694 qnn_preprocess.py:69] Visiting: aten_view_copy_default_216, aten.view_copy.default 2025-03-21T20:26:49.5832521Z [INFO 2025-03-21 20:26:32,694 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_832, aten.permute_copy.default 2025-03-21T20:26:49.5833787Z [INFO 2025-03-21 20:26:32,695 qnn_preprocess.py:69] Visiting: aten_convolution_default_84, aten.convolution.default 2025-03-21T20:26:49.5835066Z [INFO 2025-03-21 20:26:32,828 qnn_preprocess.py:69] Visiting: aten_permute_copy_default_833, aten.permute_copy.default 2025-03-21T20:26:49.5836304Z [INFO 2025-03-21 20:26:32,830 qnn_preprocess.py:69] Visiting: aten_view_copy_default_217, aten.view_copy.default 2025-03-21T20:26:49.5837216Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:26:49.5837802Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:26:49.5838352Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:26:49.5838869Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:26:49.5839545Z [INFO 2025-03-21 20:26:49,579 builder.py:443] graph(): 2025-03-21T20:26:49.5840576Z %b_layers_0_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_0_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5842119Z %b_layers_0_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_0_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5843566Z %b_layers_1_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_1_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5845025Z %b_layers_1_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_1_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5846575Z %b_layers_2_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_2_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5848084Z %b_layers_2_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_2_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5849485Z %b_layers_3_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_3_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5850532Z %b_layers_3_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_3_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5851738Z %b_layers_4_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_4_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5852695Z %b_layers_4_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_4_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5853684Z %b_layers_5_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_5_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5854728Z %b_layers_5_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_5_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5855709Z %b_layers_6_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_6_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5856684Z %b_layers_6_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_6_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5857681Z %b_layers_7_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_7_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5858686Z %b_layers_7_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_7_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5859687Z %b_layers_8_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_8_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5860661Z %b_layers_8_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_8_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5861647Z %b_layers_9_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_9_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5862563Z %b_layers_9_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_9_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5863484Z %b_layers_10_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_10_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5864468Z %b_layers_10_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_10_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5865390Z %b_layers_11_attention_kv_cache_past_k_caches : [num_users=2] = placeholder[target=b_layers_11_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5866304Z %b_layers_11_attention_kv_cache_past_v_caches : [num_users=2] = placeholder[target=b_layers_11_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5866964Z %tokens : [num_users=1] = placeholder[target=tokens] 2025-03-21T20:26:49.5867479Z %attn_options_input_pos : [num_users=1] = placeholder[target=attn_options_input_pos] 2025-03-21T20:26:49.5868100Z %lowered_module_0 : [num_users=1] = get_attr[target=lowered_module_0] 2025-03-21T20:26:49.5868546Z backend_id: QnnBackend 2025-03-21T20:26:49.5868829Z lowered graph(): 2025-03-21T20:26:49.5869248Z %p_tok_embeddings_weight : [num_users=1] = placeholder[target=p_tok_embeddings_weight] 2025-03-21T20:26:49.5869971Z %p_layers_0_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_0_attention_norm_weight] 2025-03-21T20:26:49.5870769Z %p_layers_0_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wq_conv_weight] 2025-03-21T20:26:49.5871673Z %p_layers_0_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wk_conv_weight] 2025-03-21T20:26:49.5872478Z %p_layers_0_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wv_conv_weight] 2025-03-21T20:26:49.5873323Z %p_layers_0_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_0_attention_wo_conv_weight] 2025-03-21T20:26:49.5874062Z %p_layers_0_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_0_ffn_norm_weight] 2025-03-21T20:26:49.5874809Z %p_layers_0_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_0_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5875816Z %p_layers_0_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_0_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5876663Z %p_layers_0_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_0_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5877476Z %p_layers_1_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_1_attention_norm_weight] 2025-03-21T20:26:49.5878419Z %p_layers_1_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wq_conv_weight] 2025-03-21T20:26:49.5879260Z %p_layers_1_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wk_conv_weight] 2025-03-21T20:26:49.5880208Z %p_layers_1_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wv_conv_weight] 2025-03-21T20:26:49.5880996Z %p_layers_1_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_1_attention_wo_conv_weight] 2025-03-21T20:26:49.5881836Z %p_layers_1_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_1_ffn_norm_weight] 2025-03-21T20:26:49.5882598Z %p_layers_1_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_1_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5883723Z %p_layers_1_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_1_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5884654Z %p_layers_1_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_1_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5885484Z %p_layers_2_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_2_attention_norm_weight] 2025-03-21T20:26:49.5886381Z %p_layers_2_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wq_conv_weight] 2025-03-21T20:26:49.5887172Z %p_layers_2_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wk_conv_weight] 2025-03-21T20:26:49.5888109Z %p_layers_2_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wv_conv_weight] 2025-03-21T20:26:49.5888918Z %p_layers_2_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_2_attention_wo_conv_weight] 2025-03-21T20:26:49.5889765Z %p_layers_2_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_2_ffn_norm_weight] 2025-03-21T20:26:49.5890524Z %p_layers_2_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_2_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5891365Z %p_layers_2_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_2_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5892256Z %p_layers_2_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_2_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5893047Z %p_layers_3_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_3_attention_norm_weight] 2025-03-21T20:26:49.5893831Z %p_layers_3_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wq_conv_weight] 2025-03-21T20:26:49.5894632Z %p_layers_3_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wk_conv_weight] 2025-03-21T20:26:49.5895441Z %p_layers_3_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wv_conv_weight] 2025-03-21T20:26:49.5896240Z %p_layers_3_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_3_attention_wo_conv_weight] 2025-03-21T20:26:49.5897016Z %p_layers_3_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_3_ffn_norm_weight] 2025-03-21T20:26:49.5897844Z %p_layers_3_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_3_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5898672Z %p_layers_3_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_3_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5899511Z %p_layers_3_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_3_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5900318Z %p_layers_4_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_4_attention_norm_weight] 2025-03-21T20:26:49.5901107Z %p_layers_4_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wq_conv_weight] 2025-03-21T20:26:49.5901985Z %p_layers_4_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wk_conv_weight] 2025-03-21T20:26:49.5902794Z %p_layers_4_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wv_conv_weight] 2025-03-21T20:26:49.5903598Z %p_layers_4_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_4_attention_wo_conv_weight] 2025-03-21T20:26:49.5904325Z %p_layers_4_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_4_ffn_norm_weight] 2025-03-21T20:26:49.5905080Z %p_layers_4_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_4_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5905915Z %p_layers_4_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_4_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5906910Z %p_layers_4_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_4_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5907719Z %p_layers_5_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_5_attention_norm_weight] 2025-03-21T20:26:49.5908505Z %p_layers_5_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wq_conv_weight] 2025-03-21T20:26:49.5909310Z %p_layers_5_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wk_conv_weight] 2025-03-21T20:26:49.5910097Z %p_layers_5_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wv_conv_weight] 2025-03-21T20:26:49.5910897Z %p_layers_5_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_5_attention_wo_conv_weight] 2025-03-21T20:26:49.5911634Z %p_layers_5_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_5_ffn_norm_weight] 2025-03-21T20:26:49.5912394Z %p_layers_5_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_5_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5913235Z %p_layers_5_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_5_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5914078Z %p_layers_5_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_5_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5914909Z %p_layers_6_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_6_attention_norm_weight] 2025-03-21T20:26:49.5915686Z %p_layers_6_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wq_conv_weight] 2025-03-21T20:26:49.5916488Z %p_layers_6_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wk_conv_weight] 2025-03-21T20:26:49.5917289Z %p_layers_6_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wv_conv_weight] 2025-03-21T20:26:49.5918091Z %p_layers_6_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_6_attention_wo_conv_weight] 2025-03-21T20:26:49.5918825Z %p_layers_6_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_6_ffn_norm_weight] 2025-03-21T20:26:49.5919607Z %p_layers_6_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_6_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5920444Z %p_layers_6_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_6_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5921264Z %p_layers_6_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_6_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5922064Z %p_layers_7_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_7_attention_norm_weight] 2025-03-21T20:26:49.5922853Z %p_layers_7_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wq_conv_weight] 2025-03-21T20:26:49.5923658Z %p_layers_7_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wk_conv_weight] 2025-03-21T20:26:49.5924455Z %p_layers_7_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wv_conv_weight] 2025-03-21T20:26:49.5925250Z %p_layers_7_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_7_attention_wo_conv_weight] 2025-03-21T20:26:49.5926060Z %p_layers_7_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_7_ffn_norm_weight] 2025-03-21T20:26:49.5926804Z %p_layers_7_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_7_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5927643Z %p_layers_7_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_7_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5928478Z %p_layers_7_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_7_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5929339Z %p_layers_8_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_8_attention_norm_weight] 2025-03-21T20:26:49.5930120Z %p_layers_8_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wq_conv_weight] 2025-03-21T20:26:49.5930920Z %p_layers_8_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wk_conv_weight] 2025-03-21T20:26:49.5931727Z %p_layers_8_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wv_conv_weight] 2025-03-21T20:26:49.5932512Z %p_layers_8_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_8_attention_wo_conv_weight] 2025-03-21T20:26:49.5933243Z %p_layers_8_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_8_ffn_norm_weight] 2025-03-21T20:26:49.5933995Z %p_layers_8_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_8_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5934831Z %p_layers_8_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_8_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5935736Z %p_layers_8_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_8_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5936598Z %p_layers_9_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_9_attention_norm_weight] 2025-03-21T20:26:49.5937536Z %p_layers_9_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wq_conv_weight] 2025-03-21T20:26:49.5938333Z %p_layers_9_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wk_conv_weight] 2025-03-21T20:26:49.5939141Z %p_layers_9_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wv_conv_weight] 2025-03-21T20:26:49.5939946Z %p_layers_9_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_9_attention_wo_conv_weight] 2025-03-21T20:26:49.5940682Z %p_layers_9_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_9_ffn_norm_weight] 2025-03-21T20:26:49.5941548Z %p_layers_9_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_9_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5942392Z %p_layers_9_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_9_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5943274Z %p_layers_9_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_9_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5944069Z %p_layers_10_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_10_attention_norm_weight] 2025-03-21T20:26:49.5944864Z %p_layers_10_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wq_conv_weight] 2025-03-21T20:26:49.5945677Z %p_layers_10_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wk_conv_weight] 2025-03-21T20:26:49.5946490Z %p_layers_10_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wv_conv_weight] 2025-03-21T20:26:49.5947307Z %p_layers_10_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_10_attention_wo_conv_weight] 2025-03-21T20:26:49.5948206Z %p_layers_10_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_10_ffn_norm_weight] 2025-03-21T20:26:49.5948991Z %p_layers_10_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_10_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5949905Z %p_layers_10_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_10_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5950752Z %p_layers_10_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_10_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5951567Z %p_layers_11_attention_norm_weight : [num_users=1] = placeholder[target=p_layers_11_attention_norm_weight] 2025-03-21T20:26:49.5952881Z %p_layers_11_attention_wq_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wq_conv_weight] 2025-03-21T20:26:49.5953737Z %p_layers_11_attention_wk_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wk_conv_weight] 2025-03-21T20:26:49.5954553Z %p_layers_11_attention_wv_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wv_conv_weight] 2025-03-21T20:26:49.5955368Z %p_layers_11_attention_wo_conv_weight : [num_users=1] = placeholder[target=p_layers_11_attention_wo_conv_weight] 2025-03-21T20:26:49.5956103Z %p_layers_11_ffn_norm_weight : [num_users=1] = placeholder[target=p_layers_11_ffn_norm_weight] 2025-03-21T20:26:49.5956874Z %p_layers_11_feed_forward_w1_conv_weight : [num_users=1] = placeholder[target=p_layers_11_feed_forward_w1_conv_weight] 2025-03-21T20:26:49.5957730Z %p_layers_11_feed_forward_w3_conv_weight : [num_users=1] = placeholder[target=p_layers_11_feed_forward_w3_conv_weight] 2025-03-21T20:26:49.5958583Z %p_layers_11_feed_forward_w2_conv_weight : [num_users=1] = placeholder[target=p_layers_11_feed_forward_w2_conv_weight] 2025-03-21T20:26:49.5959277Z %p_norm_weight : [num_users=1] = placeholder[target=p_norm_weight] 2025-03-21T20:26:49.5959842Z %p_output_conv_weight : [num_users=1] = placeholder[target=p_output_conv_weight] 2025-03-21T20:26:49.5960482Z %b_layers_0_attention_mask : [num_users=1] = placeholder[target=b_layers_0_attention_mask] 2025-03-21T20:26:49.5961166Z %b_layers_1_attention_mask : [num_users=1] = placeholder[target=b_layers_1_attention_mask] 2025-03-21T20:26:49.5961828Z %b_layers_2_attention_mask : [num_users=1] = placeholder[target=b_layers_2_attention_mask] 2025-03-21T20:26:49.5962483Z %b_layers_3_attention_mask : [num_users=1] = placeholder[target=b_layers_3_attention_mask] 2025-03-21T20:26:49.5963139Z %b_layers_4_attention_mask : [num_users=1] = placeholder[target=b_layers_4_attention_mask] 2025-03-21T20:26:49.5963798Z %b_layers_5_attention_mask : [num_users=1] = placeholder[target=b_layers_5_attention_mask] 2025-03-21T20:26:49.5964460Z %b_layers_6_attention_mask : [num_users=1] = placeholder[target=b_layers_6_attention_mask] 2025-03-21T20:26:49.5965102Z %b_layers_7_attention_mask : [num_users=1] = placeholder[target=b_layers_7_attention_mask] 2025-03-21T20:26:49.5965784Z %b_layers_8_attention_mask : [num_users=1] = placeholder[target=b_layers_8_attention_mask] 2025-03-21T20:26:49.5966438Z %b_layers_9_attention_mask : [num_users=1] = placeholder[target=b_layers_9_attention_mask] 2025-03-21T20:26:49.5967101Z %b_layers_10_attention_mask : [num_users=1] = placeholder[target=b_layers_10_attention_mask] 2025-03-21T20:26:49.5967770Z %b_layers_11_attention_mask : [num_users=1] = placeholder[target=b_layers_11_attention_mask] 2025-03-21T20:26:49.5968513Z %b_layers_11_attention_rope_freqs_cos : [num_users=1] = placeholder[target=b_layers_11_attention_rope_freqs_cos] 2025-03-21T20:26:49.5969324Z %b_layers_11_attention_rope_freqs_sin : [num_users=1] = placeholder[target=b_layers_11_attention_rope_freqs_sin] 2025-03-21T20:26:49.5970056Z %_lifted_tensor_constant38 : [num_users=1] = placeholder[target=_lifted_tensor_constant38] 2025-03-21T20:26:49.5970734Z %_lifted_tensor_constant39 : [num_users=1] = placeholder[target=_lifted_tensor_constant39] 2025-03-21T20:26:49.5971410Z %_lifted_tensor_constant40 : [num_users=1] = placeholder[target=_lifted_tensor_constant40] 2025-03-21T20:26:49.5972082Z %_lifted_tensor_constant41 : [num_users=1] = placeholder[target=_lifted_tensor_constant41] 2025-03-21T20:26:49.5972751Z %_lifted_tensor_constant42 : [num_users=1] = placeholder[target=_lifted_tensor_constant42] 2025-03-21T20:26:49.5973426Z %_lifted_tensor_constant43 : [num_users=1] = placeholder[target=_lifted_tensor_constant43] 2025-03-21T20:26:49.5974086Z %_lifted_tensor_constant44 : [num_users=1] = placeholder[target=_lifted_tensor_constant44] 2025-03-21T20:26:49.5974761Z %_lifted_tensor_constant45 : [num_users=1] = placeholder[target=_lifted_tensor_constant45] 2025-03-21T20:26:49.5975485Z %_lifted_tensor_constant46 : [num_users=1] = placeholder[target=_lifted_tensor_constant46] 2025-03-21T20:26:49.5976377Z %_lifted_tensor_constant47 : [num_users=1] = placeholder[target=_lifted_tensor_constant47] 2025-03-21T20:26:49.5977050Z %_lifted_tensor_constant48 : [num_users=1] = placeholder[target=_lifted_tensor_constant48] 2025-03-21T20:26:49.5977720Z %_lifted_tensor_constant49 : [num_users=1] = placeholder[target=_lifted_tensor_constant49] 2025-03-21T20:26:49.5978519Z %b_layers_0_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_0_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5979424Z %b_layers_0_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_0_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5980334Z %b_layers_1_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_1_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5981311Z %b_layers_1_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_1_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5982229Z %b_layers_2_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_2_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5983220Z %b_layers_2_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_2_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5984139Z %b_layers_3_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_3_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5985053Z %b_layers_3_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_3_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5985954Z %b_layers_4_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_4_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5986873Z %b_layers_4_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_4_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5987786Z %b_layers_5_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_5_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5988744Z %b_layers_5_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_5_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5989655Z %b_layers_6_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_6_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5990568Z %b_layers_6_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_6_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5991481Z %b_layers_7_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_7_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5992392Z %b_layers_7_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_7_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5993288Z %b_layers_8_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_8_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5994196Z %b_layers_8_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_8_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5995105Z %b_layers_9_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_9_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5996015Z %b_layers_9_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_9_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5996933Z %b_layers_10_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_10_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5997851Z %b_layers_10_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_10_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.5998840Z %b_layers_11_attention_kv_cache_past_v_caches : [num_users=1] = placeholder[target=b_layers_11_attention_kv_cache_past_v_caches] 2025-03-21T20:26:49.5999760Z %b_layers_11_attention_kv_cache_past_k_caches : [num_users=1] = placeholder[target=b_layers_11_attention_kv_cache_past_k_caches] 2025-03-21T20:26:49.6000428Z %tokens : [num_users=1] = placeholder[target=tokens] 2025-03-21T20:26:49.6000956Z %attn_options_input_pos : [num_users=1] = placeholder[target=attn_options_input_pos] 2025-03-21T20:26:49.6001899Z %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-03-21T20:26:49.6003205Z %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-03-21T20:26:49.6004626Z %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-03-21T20:26:49.6006103Z %aten_index_tensor : [num_users=12] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_11_attention_rope_freqs_cos, [%aten__to_copy_default_1]), kwargs = {}) 2025-03-21T20:26:49.6007607Z %aten_index_tensor_1 : [num_users=12] = call_function[target=executorch.exir.dialects.edge._ops.aten.index.Tensor](args = (%b_layers_11_attention_rope_freqs_sin, [%aten__to_copy_default_1]), kwargs = {}) 2025-03-21T20:26:49.6009048Z %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-03-21T20:26:49.6010445Z %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-03-21T20:26:49.6011824Z %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-03-21T20:26:49.6013243Z %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-03-21T20:26:49.6014641Z %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-03-21T20:26:49.6016038Z %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-03-21T20:26:49.6017440Z %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-03-21T20:26:49.6018840Z %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-03-21T20:26:49.6020251Z %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-03-21T20:26:49.6021998Z %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-03-21T20:26:49.6023899Z %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-03-21T20:26:49.6025585Z %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-03-21T20:26:49.6027139Z %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-03-21T20:26:49.6028748Z %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-03-21T20:26:49.6030076Z %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-03-21T20:26:49.6031411Z %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-03-21T20:26:49.6032747Z %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-03-21T20:26:49.6034104Z %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-03-21T20:26:49.6035430Z %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-03-21T20:26:49.6036843Z %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-03-21T20:26:49.6038188Z %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-03-21T20:26:49.6039563Z %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-03-21T20:26:49.6040900Z %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-03-21T20:26:49.6042240Z %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-03-21T20:26:49.6043576Z %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-03-21T20:26:49.6044910Z %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-03-21T20:26:49.6046252Z %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-03-21T20:26:49.6047590Z %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-03-21T20:26:49.6048913Z %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-03-21T20:26:49.6050360Z %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-03-21T20:26:49.6051694Z %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-03-21T20:26:49.6053089Z %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-03-21T20:26:49.6054435Z %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-03-21T20:26:49.6055777Z %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-03-21T20:26:49.6057120Z %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-03-21T20:26:49.6058482Z %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-03-21T20:26:49.6059818Z %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-03-21T20:26:49.6061274Z %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-03-21T20:26:49.6062667Z %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-03-21T20:26:49.6064042Z %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-03-21T20:26:49.6065496Z %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-03-21T20:26:49.6066952Z %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-03-21T20:26:49.6068414Z %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-03-21T20:26:49.6070103Z %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-03-21T20:26:49.6072016Z %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-03-21T20:26:49.6073907Z %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-03-21T20:26:49.6075871Z %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-03-21T20:26:49.6077364Z %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-03-21T20:26:49.6078807Z %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-03-21T20:26:49.6080197Z %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-03-21T20:26:49.6081541Z %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-03-21T20:26:49.6082880Z %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-03-21T20:26:49.6084231Z %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-03-21T20:26:49.6085635Z %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-03-21T20:26:49.6087004Z %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-03-21T20:26:49.6088380Z %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-03-21T20:26:49.6089764Z %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-03-21T20:26:49.6091408Z %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-03-21T20:26:49.6092980Z %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-03-21T20:26:49.6094314Z %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-03-21T20:26:49.6095653Z %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-03-21T20:26:49.6097005Z %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-03-21T20:26:49.6098388Z %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-03-21T20:26:49.6099815Z %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-03-21T20:26:49.6101331Z %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-03-21T20:26:49.6102779Z %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-03-21T20:26:49.6104207Z %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-03-21T20:26:49.6105636Z %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-03-21T20:26:49.6107059Z %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-03-21T20:26:49.6108487Z %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-03-21T20:26:49.6109906Z %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-03-21T20:26:49.6111355Z %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-03-21T20:26:49.6112777Z %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-03-21T20:26:49.6114195Z %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-03-21T20:26:49.6115561Z %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-03-21T20:26:49.6116898Z %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-03-21T20:26:49.6118215Z %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-03-21T20:26:49.6119515Z %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-03-21T20:26:49.6120827Z %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-03-21T20:26:49.6122132Z %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-03-21T20:26:49.6123438Z %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-03-21T20:26:49.6124739Z %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-03-21T20:26:49.6126032Z %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-03-21T20:26:49.6127379Z %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-03-21T20:26:49.6128677Z %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-03-21T20:26:49.6129982Z %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-03-21T20:26:49.6131287Z %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-03-21T20:26:49.6132572Z %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-03-21T20:26:49.6133874Z %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-03-21T20:26:49.6135190Z %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-03-21T20:26:49.6136549Z %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-03-21T20:26:49.6137899Z %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-03-21T20:26:49.6139254Z %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-03-21T20:26:49.6140609Z %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-03-21T20:26:49.6142039Z %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-03-21T20:26:49.6143387Z %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-03-21T20:26:49.6144737Z %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-03-21T20:26:49.6146082Z %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-03-21T20:26:49.6147393Z %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-03-21T20:26:49.6148660Z %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-03-21T20:26:49.6149938Z %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-03-21T20:26:49.6151357Z %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-03-21T20:26:49.6152721Z %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-03-21T20:26:49.6153999Z %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-03-21T20:26:49.6155287Z %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-03-21T20:26:49.6156561Z %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-03-21T20:26:49.6157839Z %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-03-21T20:26:49.6159120Z %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-03-21T20:26:49.6160400Z %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-03-21T20:26:49.6161700Z %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-03-21T20:26:49.6162965Z %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-03-21T20:26:49.6164217Z %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-03-21T20:26:49.6165470Z %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-03-21T20:26:49.6166746Z %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-03-21T20:26:49.6168847Z %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-03-21T20:26:49.6171013Z %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-03-21T20:26:49.6172361Z %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-03-21T20:26:49.6173714Z %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-03-21T20:26:49.6175071Z %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-03-21T20:26:49.6176583Z %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-03-21T20:26:49.6178114Z %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-03-21T20:26:49.6179599Z %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-03-21T20:26:49.6180996Z %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-03-21T20:26:49.6182404Z %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-03-21T20:26:49.6183793Z %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-03-21T20:26:49.6185414Z %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-03-21T20:26:49.6187065Z %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-03-21T20:26:49.6188471Z %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-03-21T20:26:49.6189876Z %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-03-21T20:26:49.6191290Z %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-03-21T20:26:49.6192731Z %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-03-21T20:26:49.6194136Z %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-03-21T20:26:49.6195543Z %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-03-21T20:26:49.6196950Z %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-03-21T20:26:49.6198349Z %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-03-21T20:26:49.6199767Z %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-03-21T20:26:49.6201181Z %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-03-21T20:26:49.6202592Z %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-03-21T20:26:49.6204055Z %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-03-21T20:26:49.6205350Z %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-03-21T20:26:49.6206653Z %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-03-21T20:26:49.6207956Z %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-03-21T20:26:49.6209257Z %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-03-21T20:26:49.6210561Z %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-03-21T20:26:49.6211865Z %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-03-21T20:26:49.6213193Z %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-03-21T20:26:49.6214484Z %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-03-21T20:26:49.6215788Z %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-03-21T20:26:49.6217091Z %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-03-21T20:26:49.6218421Z %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-03-21T20:26:49.6219699Z %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-03-21T20:26:49.6220955Z %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-03-21T20:26:49.6222274Z %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-03-21T20:26:49.6223545Z %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-03-21T20:26:49.6224815Z %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-03-21T20:26:49.6226089Z %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-03-21T20:26:49.6227345Z %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-03-21T20:26:49.6228668Z %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-03-21T20:26:49.6229940Z %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-03-21T20:26:49.6231210Z %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-03-21T20:26:49.6232483Z %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-03-21T20:26:49.6233753Z %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-03-21T20:26:49.6235872Z %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-03-21T20:26:49.6238037Z %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-03-21T20:26:49.6239515Z %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-03-21T20:26:49.6240975Z %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-03-21T20:26:49.6242447Z %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-03-21T20:26:49.6243798Z %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-03-21T20:26:49.6245083Z %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-03-21T20:26:49.6246432Z %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-03-21T20:26:49.6247851Z %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-03-21T20:26:49.6249377Z %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-03-21T20:26:49.6250786Z %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-03-21T20:26:49.6252228Z %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-03-21T20:26:49.6253958Z %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-03-21T20:26:49.6255661Z %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-03-21T20:26:49.6257058Z %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-03-21T20:26:49.6258409Z %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-03-21T20:26:49.6259865Z %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-03-21T20:26:49.6261405Z %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-03-21T20:26:49.6262818Z %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-03-21T20:26:49.6264293Z %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-03-21T20:26:49.6265748Z %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-03-21T20:26:49.6267453Z %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-03-21T20:26:49.6269402Z %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-03-21T20:26:49.6271084Z %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-03-21T20:26:49.6272525Z %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-03-21T20:26:49.6273917Z %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-03-21T20:26:49.6275261Z %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-03-21T20:26:49.6276741Z %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-03-21T20:26:49.6278057Z %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-03-21T20:26:49.6279381Z %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-03-21T20:26:49.6280850Z %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-03-21T20:26:49.6282282Z %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-03-21T20:26:49.6283996Z %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-03-21T20:26:49.6285664Z %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-03-21T20:26:49.6287073Z %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-03-21T20:26:49.6288409Z %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-03-21T20:26:49.6289914Z %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-03-21T20:26:49.6291436Z %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-03-21T20:26:49.6292847Z %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-03-21T20:26:49.6294252Z %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-03-21T20:26:49.6295731Z %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-03-21T20:26:49.6297213Z %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-03-21T20:26:49.6298693Z %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-03-21T20:26:49.6300476Z %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-03-21T20:26:49.6302457Z %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-03-21T20:26:49.6304365Z %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-03-21T20:26:49.6306081Z %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-03-21T20:26:49.6307555Z %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-03-21T20:26:49.6308993Z %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-03-21T20:26:49.6310393Z %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-03-21T20:26:49.6311841Z %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-03-21T20:26:49.6313187Z %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-03-21T20:26:49.6314542Z %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-03-21T20:26:49.6315952Z %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-03-21T20:26:49.6317333Z %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-03-21T20:26:49.6318722Z %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-03-21T20:26:49.6320119Z %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-03-21T20:26:49.6321766Z %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-03-21T20:26:49.6323347Z %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-03-21T20:26:49.6324684Z %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-03-21T20:26:49.6326017Z %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-03-21T20:26:49.6327357Z %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-03-21T20:26:49.6328745Z %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-03-21T20:26:49.6330176Z %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-03-21T20:26:49.6331628Z %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-03-21T20:26:49.6333075Z %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-03-21T20:26:49.6334501Z %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-03-21T20:26:49.6335921Z %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-03-21T20:26:49.6337340Z %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-03-21T20:26:49.6338762Z %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-03-21T20:26:49.6340190Z %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-03-21T20:26:49.6341705Z %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-03-21T20:26:49.6343192Z %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-03-21T20:26:49.6344623Z %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-03-21T20:26:49.6346002Z %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-03-21T20:26:49.6347351Z %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-03-21T20:26:49.6348666Z %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-03-21T20:26:49.6349981Z %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-03-21T20:26:49.6351292Z %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-03-21T20:26:49.6352596Z %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-03-21T20:26:49.6353903Z %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-03-21T20:26:49.6355203Z %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-03-21T20:26:49.6356504Z %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-03-21T20:26:49.6357844Z %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-03-21T20:26:49.6359143Z %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-03-21T20:26:49.6360439Z %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-03-21T20:26:49.6361733Z %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-03-21T20:26:49.6363029Z %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-03-21T20:26:49.6364333Z %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-03-21T20:26:49.6365660Z %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-03-21T20:26:49.6367000Z %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-03-21T20:26:49.6368363Z %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-03-21T20:26:49.6369728Z %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-03-21T20:26:49.6371086Z %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-03-21T20:26:49.6372471Z %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-03-21T20:26:49.6373830Z %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-03-21T20:26:49.6375188Z %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-03-21T20:26:49.6376714Z %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-03-21T20:26:49.6378030Z %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-03-21T20:26:49.6379306Z %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-03-21T20:26:49.6380578Z %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-03-21T20:26:49.6381967Z %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-03-21T20:26:49.6383277Z %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-03-21T20:26:49.6384555Z %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-03-21T20:26:49.6385831Z %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-03-21T20:26:49.6387088Z %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-03-21T20:26:49.6388364Z %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-03-21T20:26:49.6389640Z %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-03-21T20:26:49.6390947Z %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-03-21T20:26:49.6392223Z %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-03-21T20:26:49.6393486Z %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-03-21T20:26:49.6394749Z %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-03-21T20:26:49.6396010Z %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-03-21T20:26:49.6397305Z %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-03-21T20:26:49.6399423Z %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-03-21T20:26:49.6401585Z %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-03-21T20:26:49.6402969Z %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-03-21T20:26:49.6404330Z %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-03-21T20:26:49.6405676Z %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-03-21T20:26:49.6407052Z %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-03-21T20:26:49.6408507Z %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-03-21T20:26:49.6410007Z %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-03-21T20:26:49.6411423Z %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-03-21T20:26:49.6412761Z %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-03-21T20:26:49.6414155Z %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-03-21T20:26:49.6415786Z %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-03-21T20:26:49.6417448Z %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-03-21T20:26:49.6418882Z %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-03-21T20:26:49.6420316Z %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-03-21T20:26:49.6421820Z %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-03-21T20:26:49.6423259Z %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-03-21T20:26:49.6424688Z %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-03-21T20:26:49.6426110Z %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-03-21T20:26:49.6427534Z %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-03-21T20:26:49.6428956Z %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-03-21T20:26:49.6430378Z %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-03-21T20:26:49.6431801Z %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-03-21T20:26:49.6433242Z %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-03-21T20:26:49.6434632Z %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-03-21T20:26:49.6435940Z %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-03-21T20:26:49.6437241Z %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-03-21T20:26:49.6438545Z %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-03-21T20:26:49.6439834Z %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-03-21T20:26:49.6441141Z %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-03-21T20:26:49.6442469Z %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-03-21T20:26:49.6443768Z %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-03-21T20:26:49.6445064Z %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-03-21T20:26:49.6446370Z %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-03-21T20:26:49.6447704Z %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-03-21T20:26:49.6449017Z %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-03-21T20:26:49.6450303Z %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-03-21T20:26:49.6451576Z %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-03-21T20:26:49.6452850Z %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-03-21T20:26:49.6454110Z %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-03-21T20:26:49.6455375Z %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-03-21T20:26:49.6456645Z %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-03-21T20:26:49.6457944Z %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-03-21T20:26:49.6459237Z %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-03-21T20:26:49.6460509Z %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-03-21T20:26:49.6461828Z %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-03-21T20:26:49.6463104Z %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-03-21T20:26:49.6464386Z %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-03-21T20:26:49.6466555Z %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-03-21T20:26:49.6468699Z %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-03-21T20:26:49.6470088Z %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-03-21T20:26:49.6471552Z %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-03-21T20:26:49.6473009Z %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-03-21T20:26:49.6474321Z %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-03-21T20:26:49.6475765Z %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-03-21T20:26:49.6477148Z %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-03-21T20:26:49.6478575Z %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-03-21T20:26:49.6479979Z %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-03-21T20:26:49.6481378Z %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-03-21T20:26:49.6482822Z %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-03-21T20:26:49.6484625Z %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-03-21T20:26:49.6486316Z %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-03-21T20:26:49.6487717Z %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-03-21T20:26:49.6489040Z %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-03-21T20:26:49.6490456Z %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-03-21T20:26:49.6491945Z %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-03-21T20:26:49.6493388Z %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-03-21T20:26:49.6494817Z %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-03-21T20:26:49.6496287Z %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-03-21T20:26:49.6497984Z %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-03-21T20:26:49.6499947Z %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-03-21T20:26:49.6501676Z %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-03-21T20:26:49.6503129Z %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-03-21T20:26:49.6504531Z %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-03-21T20:26:49.6505884Z %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-03-21T20:26:49.6507203Z %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-03-21T20:26:49.6508529Z %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-03-21T20:26:49.6509902Z %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-03-21T20:26:49.6511250Z %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-03-21T20:26:49.6512685Z %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-03-21T20:26:49.6514394Z %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-03-21T20:26:49.6516097Z %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-03-21T20:26:49.6517495Z %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-03-21T20:26:49.6518850Z %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-03-21T20:26:49.6520305Z %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-03-21T20:26:49.6521809Z %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-03-21T20:26:49.6523208Z %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-03-21T20:26:49.6524631Z %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-03-21T20:26:49.6526064Z %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-03-21T20:26:49.6527541Z %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-03-21T20:26:49.6529004Z %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-03-21T20:26:49.6530706Z %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-03-21T20:26:49.6532621Z %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-03-21T20:26:49.6534542Z %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-03-21T20:26:49.6536246Z %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-03-21T20:26:49.6537705Z %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-03-21T20:26:49.6539162Z %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-03-21T20:26:49.6540565Z %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-03-21T20:26:49.6542007Z %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-03-21T20:26:49.6543359Z %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-03-21T20:26:49.6544756Z %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-03-21T20:26:49.6546139Z %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-03-21T20:26:49.6547521Z %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-03-21T20:26:49.6548912Z %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-03-21T20:26:49.6550329Z %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-03-21T20:26:49.6551943Z %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-03-21T20:26:49.6553523Z %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-03-21T20:26:49.6554867Z %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-03-21T20:26:49.6556204Z %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-03-21T20:26:49.6557542Z %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-03-21T20:26:49.6558929Z %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-03-21T20:26:49.6560446Z %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-03-21T20:26:49.6562240Z %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-03-21T20:26:49.6563729Z %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-03-21T20:26:49.6565249Z %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-03-21T20:26:49.6588014Z %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-03-21T20:26:49.6589490Z %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-03-21T20:26:49.6590923Z %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-03-21T20:26:49.6592465Z %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-03-21T20:26:49.6593891Z %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-03-21T20:26:49.6595321Z %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-03-21T20:26:49.6596748Z %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-03-21T20:26:49.6598163Z %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-03-21T20:26:49.6599478Z %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-03-21T20:26:49.6600778Z %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-03-21T20:26:49.6602098Z %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-03-21T20:26:49.6603410Z %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-03-21T20:26:49.6604730Z %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-03-21T20:26:49.6606038Z %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-03-21T20:26:49.6607350Z %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-03-21T20:26:49.6608735Z %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-03-21T20:26:49.6610058Z %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-03-21T20:26:49.6611381Z %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-03-21T20:26:49.6612700Z %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-03-21T20:26:49.6613999Z %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-03-21T20:26:49.6615317Z %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-03-21T20:26:49.6616663Z %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-03-21T20:26:49.6617984Z %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-03-21T20:26:49.6619329Z %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-03-21T20:26:49.6620699Z %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-03-21T20:26:49.6622160Z %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-03-21T20:26:49.6623561Z %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-03-21T20:26:49.6624921Z %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-03-21T20:26:49.6626286Z %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-03-21T20:26:49.6627655Z %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-03-21T20:26:49.6629007Z %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-03-21T20:26:49.6630339Z %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-03-21T20:26:49.6631631Z %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-03-21T20:26:49.6632949Z %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-03-21T20:26:49.6634264Z %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-03-21T20:26:49.6635555Z %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-03-21T20:26:49.6636840Z %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-03-21T20:26:49.6638127Z %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-03-21T20:26:49.6639414Z %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-03-21T20:26:49.6640704Z %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-03-21T20:26:49.6642016Z %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-03-21T20:26:49.6643291Z %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-03-21T20:26:49.6644581Z %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-03-21T20:26:49.6645863Z %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-03-21T20:26:49.6647132Z %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-03-21T20:26:49.6648419Z %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-03-21T20:26:49.6649994Z %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-03-21T20:26:49.6652172Z %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-03-21T20:26:49.6654412Z %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-03-21T20:26:49.6655777Z %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-03-21T20:26:49.6657139Z %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-03-21T20:26:49.6658535Z %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-03-21T20:26:49.6659912Z %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-03-21T20:26:49.6661415Z %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-03-21T20:26:49.6662896Z %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-03-21T20:26:49.6664312Z %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-03-21T20:26:49.6665650Z %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-03-21T20:26:49.6667035Z %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-03-21T20:26:49.6668691Z %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-03-21T20:26:49.6670320Z %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-03-21T20:26:49.6671752Z %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-03-21T20:26:49.6673175Z %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-03-21T20:26:49.6674626Z %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-03-21T20:26:49.6676236Z %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-03-21T20:26:49.6677664Z %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-03-21T20:26:49.6679096Z %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-03-21T20:26:49.6680523Z %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-03-21T20:26:49.6681930Z %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-03-21T20:26:49.6683354Z %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-03-21T20:26:49.6684886Z %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-03-21T20:26:49.6686327Z %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-03-21T20:26:49.6687703Z %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-03-21T20:26:49.6689015Z %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-03-21T20:26:49.6690331Z %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-03-21T20:26:49.6691646Z %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-03-21T20:26:49.6692963Z %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-03-21T20:26:49.6694308Z %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-03-21T20:26:49.6695627Z %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-03-21T20:26:49.6696941Z %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-03-21T20:26:49.6698237Z %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-03-21T20:26:49.6699588Z %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-03-21T20:26:49.6700903Z %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-03-21T20:26:49.6702273Z %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-03-21T20:26:49.6703579Z %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-03-21T20:26:49.6704857Z %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-03-21T20:26:49.6706145Z %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-03-21T20:26:49.6707435Z %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-03-21T20:26:49.6708725Z %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-03-21T20:26:49.6710068Z %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-03-21T20:26:49.6711346Z %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-03-21T20:26:49.6712637Z %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-03-21T20:26:49.6713927Z %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-03-21T20:26:49.6715217Z %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-03-21T20:26:49.6716516Z %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-03-21T20:26:49.6717812Z %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-03-21T20:26:49.6720033Z %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-03-21T20:26:49.6722233Z %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-03-21T20:26:49.6723636Z %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-03-21T20:26:49.6725142Z %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-03-21T20:26:49.6726571Z %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-03-21T20:26:49.6727878Z %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-03-21T20:26:49.6729169Z %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-03-21T20:26:49.6730546Z %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-03-21T20:26:49.6731965Z %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-03-21T20:26:49.6733370Z %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-03-21T20:26:49.6734812Z %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-03-21T20:26:49.6736302Z %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-03-21T20:26:49.6738011Z %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-03-21T20:26:49.6739707Z %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-03-21T20:26:49.6741124Z %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-03-21T20:26:49.6742551Z %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-03-21T20:26:49.6744027Z %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-03-21T20:26:49.6745510Z %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-03-21T20:26:49.6746911Z %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-03-21T20:26:49.6748363Z %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-03-21T20:26:49.6749873Z %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-03-21T20:26:49.6751572Z %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-03-21T20:26:49.6753504Z %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-03-21T20:26:49.6755206Z %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-03-21T20:26:49.6756674Z %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-03-21T20:26:49.6758079Z %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-03-21T20:26:49.6759427Z %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-03-21T20:26:49.6760772Z %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-03-21T20:26:49.6762123Z %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-03-21T20:26:49.6763459Z %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-03-21T20:26:49.6764801Z %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-03-21T20:26:49.6766236Z %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-03-21T20:26:49.6767949Z %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-03-21T20:26:49.6769671Z %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-03-21T20:26:49.6771082Z %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-03-21T20:26:49.6772407Z %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-03-21T20:26:49.6773877Z %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-03-21T20:26:49.6775426Z %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-03-21T20:26:49.6776971Z %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-03-21T20:26:49.6778375Z %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-03-21T20:26:49.6779828Z %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-03-21T20:26:49.6781380Z %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-03-21T20:26:49.6782876Z %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-03-21T20:26:49.6784575Z %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-03-21T20:26:49.6786539Z %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-03-21T20:26:49.6788491Z %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-03-21T20:26:49.6790185Z %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-03-21T20:26:49.6791649Z %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-03-21T20:26:49.6793107Z %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-03-21T20:26:49.6794503Z %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-03-21T20:26:49.6795885Z %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-03-21T20:26:49.6797224Z %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-03-21T20:26:49.6798585Z %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-03-21T20:26:49.6799960Z %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-03-21T20:26:49.6801462Z %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-03-21T20:26:49.6802841Z %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-03-21T20:26:49.6804225Z %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-03-21T20:26:49.6805835Z %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-03-21T20:26:49.6807412Z %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-03-21T20:26:49.6808746Z %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-03-21T20:26:49.6810070Z %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-03-21T20:26:49.6811461Z %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-03-21T20:26:49.6813067Z %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-03-21T20:26:49.6814500Z %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-03-21T20:26:49.6815923Z %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-03-21T20:26:49.6817350Z %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-03-21T20:26:49.6818767Z %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-03-21T20:26:49.6820192Z %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-03-21T20:26:49.6821696Z %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-03-21T20:26:49.6823121Z %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-03-21T20:26:49.6824548Z %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-03-21T20:26:49.6825957Z %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-03-21T20:26:49.6827410Z %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-03-21T20:26:49.6828828Z %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-03-21T20:26:49.6830198Z %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-03-21T20:26:49.6831521Z %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-03-21T20:26:49.6832828Z %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-03-21T20:26:49.6834146Z %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-03-21T20:26:49.6835471Z %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-03-21T20:26:49.6836779Z %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-03-21T20:26:49.6838158Z %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-03-21T20:26:49.6839466Z %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-03-21T20:26:49.6840778Z %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-03-21T20:26:49.6842086Z %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-03-21T20:26:49.6843393Z %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-03-21T20:26:49.6844711Z %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-03-21T20:26:49.6846008Z %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-03-21T20:26:49.6847340Z %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-03-21T20:26:49.6848649Z %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-03-21T20:26:49.6849963Z %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-03-21T20:26:49.6851294Z %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-03-21T20:26:49.6852683Z %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-03-21T20:26:49.6854042Z %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-03-21T20:26:49.6855395Z %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-03-21T20:26:49.6856752Z %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-03-21T20:26:49.6858107Z %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-03-21T20:26:49.6859457Z %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-03-21T20:26:49.6860798Z %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-03-21T20:26:49.6862179Z %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-03-21T20:26:49.6863519Z %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-03-21T20:26:49.6864795Z %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-03-21T20:26:49.6866082Z %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-03-21T20:26:49.6867356Z %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-03-21T20:26:49.6868628Z %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-03-21T20:26:49.6869902Z %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-03-21T20:26:49.6871224Z %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-03-21T20:26:49.6872499Z %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-03-21T20:26:49.6873776Z %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-03-21T20:26:49.6875047Z %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-03-21T20:26:49.6876515Z %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-03-21T20:26:49.6877854Z %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-03-21T20:26:49.6879109Z %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-03-21T20:26:49.6880359Z %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-03-21T20:26:49.6881613Z %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-03-21T20:26:49.6883784Z %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-03-21T20:26:49.6886003Z %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-03-21T20:26:49.6887358Z %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-03-21T20:26:49.6888847Z %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-03-21T20:26:49.6890206Z %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-03-21T20:26:49.6891553Z %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-03-21T20:26:49.6892972Z %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-03-21T20:26:49.6894460Z %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-03-21T20:26:49.6895873Z %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-03-21T20:26:49.6897241Z %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-03-21T20:26:49.6898623Z %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-03-21T20:26:49.6900256Z %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-03-21T20:26:49.6901937Z %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-03-21T20:26:49.6903402Z %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-03-21T20:26:49.6904830Z %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-03-21T20:26:49.6906253Z %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-03-21T20:26:49.6907684Z %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-03-21T20:26:49.6909113Z %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-03-21T20:26:49.6910537Z %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-03-21T20:26:49.6912038Z %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-03-21T20:26:49.6913484Z %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-03-21T20:26:49.6914942Z %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-03-21T20:26:49.6916366Z %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-03-21T20:26:49.6917791Z %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-03-21T20:26:49.6919155Z %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-03-21T20:26:49.6920477Z %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-03-21T20:26:49.6921791Z %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-03-21T20:26:49.6923153Z %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-03-21T20:26:49.6924466Z %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-03-21T20:26:49.6925773Z %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-03-21T20:26:49.6927072Z %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-03-21T20:26:49.6928407Z %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-03-21T20:26:49.6929700Z %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-03-21T20:26:49.6931013Z %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-03-21T20:26:49.6932319Z %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-03-21T20:26:49.6933696Z %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-03-21T20:26:49.6934985Z %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-03-21T20:26:49.6936319Z %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-03-21T20:26:49.6937597Z %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-03-21T20:26:49.6938936Z %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-03-21T20:26:49.6940214Z %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-03-21T20:26:49.6941547Z %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-03-21T20:26:49.6942818Z %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-03-21T20:26:49.6944287Z %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-03-21T20:26:49.6945576Z %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-03-21T20:26:49.6946853Z %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-03-21T20:26:49.6948169Z %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-03-21T20:26:49.6949449Z %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-03-21T20:26:49.6951633Z %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-03-21T20:26:49.6953864Z %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-03-21T20:26:49.6955255Z %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-03-21T20:26:49.6956729Z %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-03-21T20:26:49.6958162Z %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-03-21T20:26:49.6959468Z %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-03-21T20:26:49.6960759Z %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-03-21T20:26:49.6962129Z %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-03-21T20:26:49.6963569Z %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-03-21T20:26:49.6965008Z %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-03-21T20:26:49.6966411Z %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-03-21T20:26:49.6967861Z %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-03-21T20:26:49.6969562Z %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-03-21T20:26:49.6971251Z %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-03-21T20:26:49.6972659Z %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-03-21T20:26:49.6974014Z %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-03-21T20:26:49.6975447Z %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-03-21T20:26:49.6977081Z %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-03-21T20:26:49.6978474Z %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-03-21T20:26:49.6979973Z %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-03-21T20:26:49.6981522Z %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-03-21T20:26:49.6983224Z %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-03-21T20:26:49.6985152Z %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-03-21T20:26:49.6986845Z %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-03-21T20:26:49.6988305Z %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-03-21T20:26:49.6989745Z %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-03-21T20:26:49.6991121Z %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-03-21T20:26:49.6992431Z %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-03-21T20:26:49.6993742Z %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-03-21T20:26:49.6995064Z %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-03-21T20:26:49.6996403Z %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-03-21T20:26:49.6997823Z %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-03-21T20:26:49.6999558Z %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-03-21T20:26:49.7001247Z %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-03-21T20:26:49.7002648Z %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-03-21T20:26:49.7003964Z %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-03-21T20:26:49.7005450Z %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-03-21T20:26:49.7006950Z %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-03-21T20:26:49.7008347Z %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-03-21T20:26:49.7009742Z %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-03-21T20:26:49.7011173Z %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-03-21T20:26:49.7012654Z %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-03-21T20:26:49.7014124Z %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-03-21T20:26:49.7015841Z %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-03-21T20:26:49.7017770Z %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-03-21T20:26:49.7019673Z %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-03-21T20:26:49.7021390Z %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-03-21T20:26:49.7022844Z %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-03-21T20:26:49.7024342Z %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-03-21T20:26:49.7025738Z %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-03-21T20:26:49.7027082Z %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-03-21T20:26:49.7028430Z %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-03-21T20:26:49.7029788Z %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-03-21T20:26:49.7031195Z %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-03-21T20:26:49.7032565Z %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-03-21T20:26:49.7033946Z %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-03-21T20:26:49.7035338Z %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-03-21T20:26:49.7037021Z %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-03-21T20:26:49.7038598Z %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-03-21T20:26:49.7039933Z %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-03-21T20:26:49.7041330Z %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-03-21T20:26:49.7042650Z %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-03-21T20:26:49.7044037Z %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-03-21T20:26:49.7045456Z %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-03-21T20:26:49.7046888Z %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-03-21T20:26:49.7048316Z %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-03-21T20:26:49.7049770Z %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-03-21T20:26:49.7051195Z %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-03-21T20:26:49.7052622Z %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-03-21T20:26:49.7054041Z %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-03-21T20:26:49.7055490Z %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-03-21T20:26:49.7056917Z %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-03-21T20:26:49.7058336Z %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-03-21T20:26:49.7059747Z %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-03-21T20:26:49.7061118Z %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-03-21T20:26:49.7062498Z %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-03-21T20:26:49.7063820Z %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-03-21T20:26:49.7065134Z %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-03-21T20:26:49.7066532Z %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-03-21T20:26:49.7067842Z %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-03-21T20:26:49.7069167Z %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-03-21T20:26:49.7070476Z %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-03-21T20:26:49.7071786Z %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-03-21T20:26:49.7073098Z %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-03-21T20:26:49.7074393Z %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-03-21T20:26:49.7075921Z %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-03-21T20:26:49.7077240Z %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-03-21T20:26:49.7078553Z %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-03-21T20:26:49.7079870Z %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-03-21T20:26:49.7081214Z %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-03-21T20:26:49.7082559Z %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-03-21T20:26:49.7083934Z %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-03-21T20:26:49.7085300Z %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-03-21T20:26:49.7086671Z %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-03-21T20:26:49.7088040Z %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-03-21T20:26:49.7089400Z %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-03-21T20:26:49.7090745Z %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-03-21T20:26:49.7092187Z %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-03-21T20:26:49.7093516Z %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-03-21T20:26:49.7094818Z %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-03-21T20:26:49.7096109Z %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-03-21T20:26:49.7097398Z %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-03-21T20:26:49.7098685Z %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-03-21T20:26:49.7099975Z %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-03-21T20:26:49.7101367Z %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-03-21T20:26:49.7102662Z %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-03-21T20:26:49.7103952Z %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-03-21T20:26:49.7105232Z %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-03-21T20:26:49.7106557Z %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-03-21T20:26:49.7107852Z %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-03-21T20:26:49.7109130Z %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-03-21T20:26:49.7110387Z %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-03-21T20:26:49.7111646Z %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-03-21T20:26:49.7112908Z %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-03-21T20:26:49.7115076Z %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-03-21T20:26:49.7117348Z %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-03-21T20:26:49.7118716Z %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-03-21T20:26:49.7120078Z %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-03-21T20:26:49.7121437Z %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-03-21T20:26:49.7122794Z %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-03-21T20:26:49.7124202Z %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-03-21T20:26:49.7125724Z %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-03-21T20:26:49.7127144Z %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-03-21T20:26:49.7128478Z %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-03-21T20:26:49.7129871Z %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-03-21T20:26:49.7131538Z %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-03-21T20:26:49.7133167Z %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-03-21T20:26:49.7134593Z %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-03-21T20:26:49.7136026Z %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-03-21T20:26:49.7137453Z %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-03-21T20:26:49.7138882Z %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-03-21T20:26:49.7140311Z %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-03-21T20:26:49.7141910Z %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-03-21T20:26:49.7143372Z %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-03-21T20:26:49.7144814Z %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-03-21T20:26:49.7146249Z %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-03-21T20:26:49.7147681Z %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-03-21T20:26:49.7149111Z %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-03-21T20:26:49.7150488Z %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-03-21T20:26:49.7151836Z %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-03-21T20:26:49.7153151Z %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-03-21T20:26:49.7154466Z %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-03-21T20:26:49.7155788Z %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-03-21T20:26:49.7157140Z %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-03-21T20:26:49.7158442Z %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-03-21T20:26:49.7159755Z %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-03-21T20:26:49.7161072Z %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-03-21T20:26:49.7161681Z %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-03-21T20:26:49.7162285Z %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-03-21T20:26:49.7162897Z %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-03-21T20:26:49.7163482Z %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-03-21T20:26:49.7164106Z %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-03-21T20:26:49.7164714Z %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-03-21T20:26:49.7165311Z %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-03-21T20:26:49.7165994Z %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-03-21T20:26:49.7166588Z %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-03-21T20:26:49.7167171Z %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-03-21T20:26:49.7167766Z %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-03-21T20:26:49.7168376Z %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-03-21T20:26:49.7168973Z %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-03-21T20:26:49.7169555Z %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-03-21T20:26:49.7170155Z %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-03-21T20:26:49.7171679Z %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-03-21T20:26:49.7172305Z %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-03-21T20:26:49.7172970Z %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-03-21T20:26:49.7173681Z %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-03-21T20:26:49.7174292Z %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-03-21T20:26:49.7174879Z %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-03-21T20:26:49.7175475Z %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-03-21T20:26:49.7176434Z %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-03-21T20:26:49.7177089Z %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-03-21T20:26:49.7177743Z %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-03-21T20:26:49.7178394Z %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-03-21T20:26:49.7179086Z %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-03-21T20:26:49.7179991Z %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-03-21T20:26:49.7180712Z %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-03-21T20:26:49.7181390Z %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-03-21T20:26:49.7181997Z %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-03-21T20:26:49.7182719Z %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-03-21T20:26:49.7183415Z %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-03-21T20:26:49.7184057Z %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-03-21T20:26:49.7184756Z %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-03-21T20:26:49.7185440Z %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-03-21T20:26:49.7186368Z %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-03-21T20:26:49.7187270Z %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-03-21T20:26:49.7187946Z %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-03-21T20:26:49.7188675Z %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-03-21T20:26:49.7189309Z %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-03-21T20:26:49.7189925Z %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-03-21T20:26:49.7190523Z %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-03-21T20:26:49.7191138Z %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-03-21T20:26:49.7191745Z %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-03-21T20:26:49.7192395Z %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-03-21T20:26:49.7193088Z %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-03-21T20:26:49.7193994Z %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-03-21T20:26:49.7194673Z %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-03-21T20:26:49.7195313Z %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-03-21T20:26:49.7195914Z %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-03-21T20:26:49.7196662Z %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-03-21T20:26:49.7197322Z %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-03-21T20:26:49.7197965Z %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-03-21T20:26:49.7198621Z %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-03-21T20:26:49.7199304Z %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-03-21T20:26:49.7200022Z %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-03-21T20:26:49.7200724Z %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-03-21T20:26:49.7201635Z %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-03-21T20:26:49.7202528Z %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-03-21T20:26:49.7203433Z %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-03-21T20:26:49.7204108Z %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-03-21T20:26:49.7204826Z %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-03-21T20:26:49.7205491Z %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-03-21T20:26:49.7206127Z %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-03-21T20:26:49.7206743Z %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-03-21T20:26:49.7207398Z %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-03-21T20:26:49.7208031Z %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-03-21T20:26:49.7208675Z %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-03-21T20:26:49.7209307Z %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-03-21T20:26:49.7209959Z %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-03-21T20:26:49.7210602Z %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-03-21T20:26:49.7211466Z %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-03-21T20:26:49.7212131Z %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-03-21T20:26:49.7212755Z %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-03-21T20:26:49.7213369Z %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-03-21T20:26:49.7213989Z %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-03-21T20:26:49.7214650Z %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-03-21T20:26:49.7215328Z %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-03-21T20:26:49.7215988Z %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-03-21T20:26:49.7216691Z %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-03-21T20:26:49.7217349Z %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-03-21T20:26:49.7218020Z %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-03-21T20:26:49.7218679Z %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-03-21T20:26:49.7219374Z %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-03-21T20:26:49.7220028Z %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-03-21T20:26:49.7220706Z %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-03-21T20:26:49.7221431Z %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-03-21T20:26:49.7222104Z %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-03-21T20:26:49.7222708Z %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-03-21T20:26:49.7223311Z %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-03-21T20:26:49.7224021Z %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-03-21T20:26:49.7224649Z %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-03-21T20:26:49.7225273Z %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-03-21T20:26:49.7225873Z %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-03-21T20:26:49.7226486Z %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-03-21T20:26:49.7227089Z %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-03-21T20:26:49.7227699Z %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-03-21T20:26:49.7228330Z %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-03-21T20:26:49.7228940Z %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-03-21T20:26:49.7229538Z %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-03-21T20:26:49.7230155Z %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-03-21T20:26:49.7230781Z %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-03-21T20:26:49.7231390Z %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-03-21T20:26:49.7231988Z %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-03-21T20:26:49.7232622Z %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-03-21T20:26:49.7233245Z %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-03-21T20:26:49.7233880Z %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-03-21T20:26:49.7234499Z %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-03-21T20:26:49.7235134Z %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-03-21T20:26:49.7235802Z %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-03-21T20:26:49.7236435Z %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-03-21T20:26:49.7237057Z %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-03-21T20:26:49.7237653Z %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-03-21T20:26:49.7238235Z %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-03-21T20:26:49.7238832Z %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-03-21T20:26:49.7239416Z %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-03-21T20:26:49.7240033Z %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-03-21T20:26:49.7240617Z %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-03-21T20:26:49.7241214Z %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-03-21T20:26:49.7241793Z %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-03-21T20:26:49.7242412Z %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-03-21T20:26:49.7242995Z %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-03-21T20:26:49.7243589Z %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-03-21T20:26:49.7244175Z %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-03-21T20:26:49.7244762Z %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-03-21T20:26:49.7245338Z %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-03-21T20:26:49.7245920Z %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-03-21T20:26:49.7246487Z %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-03-21T20:26:49.7248043Z %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-03-21T20:26:49.7248675Z %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-03-21T20:26:49.7249312Z %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-03-21T20:26:49.7249937Z %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-03-21T20:26:49.7250566Z %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-03-21T20:26:49.7251211Z %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-03-21T20:26:49.7251914Z %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-03-21T20:26:49.7252600Z %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-03-21T20:26:49.7253222Z %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-03-21T20:26:49.7253828Z %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-03-21T20:26:49.7254529Z %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-03-21T20:26:49.7255387Z %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-03-21T20:26:49.7256062Z %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-03-21T20:26:49.7256722Z %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-03-21T20:26:49.7257390Z %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-03-21T20:26:49.7258044Z %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-03-21T20:26:49.7258711Z %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-03-21T20:26:49.7259417Z %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-03-21T20:26:49.7260091Z %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-03-21T20:26:49.7260751Z %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-03-21T20:26:49.7261495Z %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-03-21T20:26:49.7262154Z %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-03-21T20:26:49.7262828Z %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-03-21T20:26:49.7263519Z %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-03-21T20:26:49.7264139Z %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-03-21T20:26:49.7264738Z %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-03-21T20:26:49.7265341Z %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-03-21T20:26:49.7265973Z %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-03-21T20:26:49.7266572Z %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-03-21T20:26:49.7267176Z %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-03-21T20:26:49.7267772Z %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-03-21T20:26:49.7268379Z %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-03-21T20:26:49.7268978Z %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-03-21T20:26:49.7269579Z %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-03-21T20:26:49.7270177Z %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-03-21T20:26:49.7270838Z %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-03-21T20:26:49.7271420Z %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-03-21T20:26:49.7272017Z %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-03-21T20:26:49.7272596Z %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-03-21T20:26:49.7273189Z %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-03-21T20:26:49.7273773Z %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-03-21T20:26:49.7274366Z %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-03-21T20:26:49.7274971Z %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-03-21T20:26:49.7275563Z %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-03-21T20:26:49.7276337Z %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-03-21T20:26:49.7276942Z %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-03-21T20:26:49.7277596Z %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-03-21T20:26:49.7278196Z %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-03-21T20:26:49.7279678Z %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-03-21T20:26:49.7280310Z %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-03-21T20:26:49.7280978Z %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-03-21T20:26:49.7281690Z %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-03-21T20:26:49.7282305Z %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-03-21T20:26:49.7282962Z %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-03-21T20:26:49.7283557Z %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-03-21T20:26:49.7284239Z %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-03-21T20:26:49.7284890Z %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-03-21T20:26:49.7285543Z %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-03-21T20:26:49.7286201Z %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-03-21T20:26:49.7286934Z %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-03-21T20:26:49.7287833Z %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-03-21T20:26:49.7288515Z %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-03-21T20:26:49.7289132Z %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-03-21T20:26:49.7289766Z %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-03-21T20:26:49.7290489Z %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-03-21T20:26:49.7291143Z %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-03-21T20:26:49.7291792Z %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-03-21T20:26:49.7292483Z %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-03-21T20:26:49.7293167Z %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-03-21T20:26:49.7294082Z %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-03-21T20:26:49.7295049Z %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-03-21T20:26:49.7295732Z %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-03-21T20:26:49.7296403Z %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-03-21T20:26:49.7297030Z %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-03-21T20:26:49.7297647Z %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-03-21T20:26:49.7298244Z %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-03-21T20:26:49.7298890Z %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-03-21T20:26:49.7299497Z %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-03-21T20:26:49.7300125Z %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-03-21T20:26:49.7300825Z %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-03-21T20:26:49.7301814Z %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-03-21T20:26:49.7302501Z %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-03-21T20:26:49.7303115Z %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-03-21T20:26:49.7303724Z %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-03-21T20:26:49.7304478Z %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-03-21T20:26:49.7305140Z %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-03-21T20:26:49.7305787Z %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-03-21T20:26:49.7306476Z %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-03-21T20:26:49.7307194Z %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-03-21T20:26:49.7307892Z %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-03-21T20:26:49.7308564Z %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-03-21T20:26:49.7309481Z %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-03-21T20:26:49.7310376Z %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-03-21T20:26:49.7311302Z %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-03-21T20:26:49.7311967Z %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-03-21T20:26:49.7312724Z %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-03-21T20:26:49.7313394Z %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-03-21T20:26:49.7314061Z %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-03-21T20:26:49.7314674Z %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-03-21T20:26:49.7315299Z %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-03-21T20:26:49.7315936Z %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-03-21T20:26:49.7316579Z %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-03-21T20:26:49.7317218Z %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-03-21T20:26:49.7317874Z %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-03-21T20:26:49.7318544Z %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-03-21T20:26:49.7319442Z %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-03-21T20:26:49.7320061Z %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-03-21T20:26:49.7320681Z %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-03-21T20:26:49.7321290Z %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-03-21T20:26:49.7321921Z %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-03-21T20:26:49.7322585Z %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-03-21T20:26:49.7323287Z %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-03-21T20:26:49.7323947Z %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-03-21T20:26:49.7324616Z %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-03-21T20:26:49.7325275Z %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-03-21T20:26:49.7325974Z %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-03-21T20:26:49.7326625Z %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-03-21T20:26:49.7327294Z %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-03-21T20:26:49.7327957Z %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-03-21T20:26:49.7328634Z %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-03-21T20:26:49.7329291Z %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-03-21T20:26:49.7329960Z %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-03-21T20:26:49.7330614Z %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-03-21T20:26:49.7331233Z %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-03-21T20:26:49.7331836Z %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-03-21T20:26:49.7332446Z %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-03-21T20:26:49.7333044Z %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-03-21T20:26:49.7333656Z %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-03-21T20:26:49.7334254Z %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-03-21T20:26:49.7334890Z %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-03-21T20:26:49.7335485Z %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-03-21T20:26:49.7336101Z %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-03-21T20:26:49.7336702Z %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-03-21T20:26:49.7337347Z %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-03-21T20:26:49.7337942Z %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-03-21T20:26:49.7338542Z %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-03-21T20:26:49.7339152Z %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-03-21T20:26:49.7339748Z %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-03-21T20:26:49.7340390Z %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-03-21T20:26:49.7341014Z %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-03-21T20:26:49.7341695Z %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-03-21T20:26:49.7342372Z %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-03-21T20:26:49.7343009Z %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-03-21T20:26:49.7343637Z %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-03-21T20:26:49.7344271Z %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-03-21T20:26:49.7344891Z %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-03-21T20:26:49.7345484Z %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-03-21T20:26:49.7346095Z %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-03-21T20:26:49.7346690Z %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-03-21T20:26:49.7347270Z %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-03-21T20:26:49.7347866Z %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-03-21T20:26:49.7348448Z %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-03-21T20:26:49.7349073Z %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-03-21T20:26:49.7349656Z %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-03-21T20:26:49.7350248Z %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-03-21T20:26:49.7350833Z %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-03-21T20:26:49.7351425Z %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-03-21T20:26:49.7352010Z %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-03-21T20:26:49.7352596Z %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-03-21T20:26:49.7353168Z %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-03-21T20:26:49.7353806Z %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-03-21T20:26:49.7354373Z %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-03-21T20:26:49.7355866Z %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-03-21T20:26:49.7356497Z %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-03-21T20:26:49.7357135Z %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-03-21T20:26:49.7357781Z %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-03-21T20:26:49.7358412Z %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-03-21T20:26:49.7359029Z %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-03-21T20:26:49.7359735Z %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-03-21T20:26:49.7360423Z %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-03-21T20:26:49.7361079Z %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-03-21T20:26:49.7361690Z %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-03-21T20:26:49.7362366Z %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-03-21T20:26:49.7363227Z %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-03-21T20:26:49.7363905Z %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-03-21T20:26:49.7364564Z %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-03-21T20:26:49.7365232Z %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-03-21T20:26:49.7365933Z %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-03-21T20:26:49.7366603Z %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-03-21T20:26:49.7367259Z %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-03-21T20:26:49.7367921Z %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-03-21T20:26:49.7368582Z %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-03-21T20:26:49.7369246Z %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-03-21T20:26:49.7369931Z %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-03-21T20:26:49.7370598Z %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-03-21T20:26:49.7371257Z %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-03-21T20:26:49.7371868Z %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-03-21T20:26:49.7372495Z %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-03-21T20:26:49.7373107Z %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-03-21T20:26:49.7373705Z %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-03-21T20:26:49.7374318Z %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-03-21T20:26:49.7374917Z %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-03-21T20:26:49.7375529Z %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-03-21T20:26:49.7376362Z %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-03-21T20:26:49.7376979Z %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-03-21T20:26:49.7377674Z %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-03-21T20:26:49.7378285Z %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-03-21T20:26:49.7378891Z %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-03-21T20:26:49.7379487Z %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-03-21T20:26:49.7380069Z %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-03-21T20:26:49.7380654Z %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-03-21T20:26:49.7381306Z %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-03-21T20:26:49.7381939Z %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-03-21T20:26:49.7382538Z %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-03-21T20:26:49.7383121Z %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-03-21T20:26:49.7383713Z %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-03-21T20:26:49.7384323Z %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-03-21T20:26:49.7384916Z %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-03-21T20:26:49.7385498Z %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-03-21T20:26:49.7386092Z %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-03-21T20:26:49.7387562Z %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-03-21T20:26:49.7388194Z %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-03-21T20:26:49.7388854Z %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-03-21T20:26:49.7389608Z %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-03-21T20:26:49.7390225Z %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-03-21T20:26:49.7390814Z %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-03-21T20:26:49.7391410Z %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-03-21T20:26:49.7392084Z %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-03-21T20:26:49.7392734Z %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-03-21T20:26:49.7393403Z %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-03-21T20:26:49.7394055Z %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-03-21T20:26:49.7394744Z %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-03-21T20:26:49.7395642Z %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-03-21T20:26:49.7396345Z %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-03-21T20:26:49.7396957Z %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-03-21T20:26:49.7397557Z %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-03-21T20:26:49.7398278Z %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-03-21T20:26:49.7398931Z %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-03-21T20:26:49.7399572Z %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-03-21T20:26:49.7400262Z %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-03-21T20:26:49.7400965Z %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-03-21T20:26:49.7401903Z %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-03-21T20:26:49.7402806Z %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-03-21T20:26:49.7403484Z %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-03-21T20:26:49.7404150Z %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-03-21T20:26:49.7404772Z %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-03-21T20:26:49.7405415Z %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-03-21T20:26:49.7406012Z %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-03-21T20:26:49.7406629Z %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-03-21T20:26:49.7407243Z %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-03-21T20:26:49.7407957Z %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-03-21T20:26:49.7408643Z %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-03-21T20:26:49.7409544Z %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-03-21T20:26:49.7410229Z %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-03-21T20:26:49.7410841Z %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-03-21T20:26:49.7411444Z %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-03-21T20:26:49.7412188Z %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-03-21T20:26:49.7412875Z %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-03-21T20:26:49.7413625Z %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-03-21T20:26:49.7414285Z %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-03-21T20:26:49.7414964Z %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-03-21T20:26:49.7415653Z %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-03-21T20:26:49.7416334Z %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-03-21T20:26:49.7417286Z %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-03-21T20:26:49.7418182Z %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-03-21T20:26:49.7419087Z %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-03-21T20:26:49.7419758Z %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-03-21T20:26:49.7420474Z %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-03-21T20:26:49.7421136Z %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-03-21T20:26:49.7421830Z %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-03-21T20:26:49.7422448Z %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-03-21T20:26:49.7423072Z %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-03-21T20:26:49.7423705Z %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-03-21T20:26:49.7424348Z %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-03-21T20:26:49.7425009Z %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-03-21T20:26:49.7425707Z %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-03-21T20:26:49.7426349Z %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-03-21T20:26:49.7427215Z %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-03-21T20:26:49.7427826Z %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-03-21T20:26:49.7428447Z %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-03-21T20:26:49.7429090Z %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-03-21T20:26:49.7429708Z %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-03-21T20:26:49.7430368Z %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-03-21T20:26:49.7431037Z %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-03-21T20:26:49.7431690Z %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-03-21T20:26:49.7432390Z %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-03-21T20:26:49.7433041Z %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-03-21T20:26:49.7433713Z %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-03-21T20:26:49.7434369Z %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-03-21T20:26:49.7435043Z %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-03-21T20:26:49.7435699Z %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-03-21T20:26:49.7436369Z %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-03-21T20:26:49.7437079Z %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-03-21T20:26:49.7437744Z %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-03-21T20:26:49.7438350Z %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-03-21T20:26:49.7438966Z %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-03-21T20:26:49.7439562Z %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-03-21T20:26:49.7440177Z %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-03-21T20:26:49.7440778Z %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-03-21T20:26:49.7441416Z %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-03-21T20:26:49.7442009Z %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-03-21T20:26:49.7442617Z %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-03-21T20:26:49.7443215Z %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-03-21T20:26:49.7443848Z %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-03-21T20:26:49.7444439Z %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-03-21T20:26:49.7445047Z %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-03-21T20:26:49.7445645Z %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-03-21T20:26:49.7446253Z %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-03-21T20:26:49.7446853Z %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-03-21T20:26:49.7447459Z %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-03-21T20:26:49.7448090Z %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-03-21T20:26:49.7448787Z %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-03-21T20:26:49.7449415Z %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-03-21T20:26:49.7450052Z %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-03-21T20:26:49.7450677Z %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-03-21T20:26:49.7451315Z %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-03-21T20:26:49.7451939Z %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-03-21T20:26:49.7452611Z %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-03-21T20:26:49.7453192Z %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-03-21T20:26:49.7453782Z %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-03-21T20:26:49.7454362Z %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-03-21T20:26:49.7454950Z %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-03-21T20:26:49.7455562Z %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-03-21T20:26:49.7456138Z %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-03-21T20:26:49.7456727Z %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-03-21T20:26:49.7457306Z %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-03-21T20:26:49.7457896Z %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-03-21T20:26:49.7458474Z %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-03-21T20:26:49.7459068Z %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-03-21T20:26:49.7459679Z %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-03-21T20:26:49.7460313Z %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-03-21T20:26:49.7460885Z %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-03-21T20:26:49.7461541Z %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-03-21T20:26:49.7462111Z %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-03-21T20:26:49.7463600Z %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-03-21T20:26:49.7464256Z %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-03-21T20:26:49.7464893Z %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-03-21T20:26:49.7465513Z %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-03-21T20:26:49.7466149Z %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-03-21T20:26:49.7466784Z %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-03-21T20:26:49.7467488Z %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-03-21T20:26:49.7468175Z %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-03-21T20:26:49.7468800Z %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-03-21T20:26:49.7469411Z %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-03-21T20:26:49.7470086Z %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-03-21T20:26:49.7470940Z %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-03-21T20:26:49.7471648Z %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-03-21T20:26:49.7472326Z %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-03-21T20:26:49.7472996Z %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-03-21T20:26:49.7473649Z %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-03-21T20:26:49.7474315Z %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-03-21T20:26:49.7474974Z %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-03-21T20:26:49.7475787Z %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-03-21T20:26:49.7476502Z %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-03-21T20:26:49.7477172Z %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-03-21T20:26:49.7477828Z %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-03-21T20:26:49.7478494Z %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-03-21T20:26:49.7479186Z %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-03-21T20:26:49.7479795Z %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-03-21T20:26:49.7480391Z %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-03-21T20:26:49.7481001Z %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-03-21T20:26:49.7481596Z %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-03-21T20:26:49.7482206Z %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-03-21T20:26:49.7482798Z %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-03-21T20:26:49.7483403Z %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-03-21T20:26:49.7484064Z %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-03-21T20:26:49.7484674Z %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-03-21T20:26:49.7485270Z %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-03-21T20:26:49.7485877Z %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-03-21T20:26:49.7486471Z %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-03-21T20:26:49.7487064Z %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-03-21T20:26:49.7487669Z %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-03-21T20:26:49.7488265Z %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-03-21T20:26:49.7488844Z %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-03-21T20:26:49.7489436Z %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-03-21T20:26:49.7490012Z %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-03-21T20:26:49.7490633Z %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-03-21T20:26:49.7491211Z %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-03-21T20:26:49.7491802Z %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-03-21T20:26:49.7492381Z %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-03-21T20:26:49.7492977Z %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-03-21T20:26:49.7493560Z %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-03-21T20:26:49.7495073Z %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-03-21T20:26:49.7495717Z %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-03-21T20:26:49.7496390Z %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-03-21T20:26:49.7497083Z %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-03-21T20:26:49.7497712Z %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-03-21T20:26:49.7498299Z %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-03-21T20:26:49.7498896Z %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-03-21T20:26:49.7499585Z %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-03-21T20:26:49.7500245Z %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-03-21T20:26:49.7500882Z %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-03-21T20:26:49.7501622Z %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-03-21T20:26:49.7502354Z %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-03-21T20:26:49.7503265Z %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-03-21T20:26:49.7503931Z %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-03-21T20:26:49.7504562Z %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-03-21T20:26:49.7505153Z %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-03-21T20:26:49.7505887Z %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-03-21T20:26:49.7506527Z %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-03-21T20:26:49.7507212Z %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-03-21T20:26:49.7507920Z %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-03-21T20:26:49.7508614Z %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-03-21T20:26:49.7509519Z %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-03-21T20:26:49.7510430Z %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-03-21T20:26:49.7511100Z %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-03-21T20:26:49.7511803Z %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-03-21T20:26:49.7512420Z %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-03-21T20:26:49.7513042Z %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-03-21T20:26:49.7513624Z %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-03-21T20:26:49.7514289Z %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-03-21T20:26:49.7514886Z %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-03-21T20:26:49.7515520Z %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-03-21T20:26:49.7516198Z %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-03-21T20:26:49.7517112Z %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-03-21T20:26:49.7517784Z %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-03-21T20:26:49.7518409Z %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-03-21T20:26:49.7519023Z %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-03-21T20:26:49.7519805Z %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-03-21T20:26:49.7520452Z %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-03-21T20:26:49.7521097Z %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-03-21T20:26:49.7521737Z %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-03-21T20:26:49.7522435Z %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-03-21T20:26:49.7523137Z %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-03-21T20:26:49.7523827Z %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-03-21T20:26:49.7524725Z %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-03-21T20:26:49.7525637Z %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-03-21T20:26:49.7526551Z %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-03-21T20:26:49.7527229Z %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-03-21T20:26:49.7527894Z %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-03-21T20:26:49.7528573Z %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-03-21T20:26:49.7529188Z %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-03-21T20:26:49.7529813Z %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-03-21T20:26:49.7530422Z %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-03-21T20:26:49.7531091Z %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-03-21T20:26:49.7531747Z %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-03-21T20:26:49.7532392Z %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-03-21T20:26:49.7533032Z %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-03-21T20:26:49.7533684Z %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-03-21T20:26:49.7534540Z %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-03-21T20:26:49.7535190Z %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-03-21T20:26:49.7535796Z %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-03-21T20:26:49.7536414Z %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-03-21T20:26:49.7537025Z %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-03-21T20:26:49.7537695Z %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-03-21T20:26:49.7538376Z %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-03-21T20:26:49.7539041Z %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-03-21T20:26:49.7539694Z %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-03-21T20:26:49.7540359Z %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-03-21T20:26:49.7541011Z %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-03-21T20:26:49.7541741Z %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-03-21T20:26:49.7542398Z %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-03-21T20:26:49.7543108Z %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-03-21T20:26:49.7543789Z %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-03-21T20:26:49.7544445Z %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-03-21T20:26:49.7545114Z %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-03-21T20:26:49.7545713Z %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-03-21T20:26:49.7546325Z %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-03-21T20:26:49.7546954Z %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-03-21T20:26:49.7547568Z %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-03-21T20:26:49.7548165Z %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-03-21T20:26:49.7548782Z %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-03-21T20:26:49.7549380Z %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-03-21T20:26:49.7550021Z %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-03-21T20:26:49.7550616Z %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-03-21T20:26:49.7551221Z %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-03-21T20:26:49.7551817Z %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-03-21T20:26:49.7552428Z %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-03-21T20:26:49.7553027Z %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-03-21T20:26:49.7553637Z %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-03-21T20:26:49.7554256Z %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-03-21T20:26:49.7554889Z %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-03-21T20:26:49.7555522Z %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-03-21T20:26:49.7556164Z %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-03-21T20:26:49.7556789Z %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-03-21T20:26:49.7557432Z %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-03-21T20:26:49.7558056Z %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-03-21T20:26:49.7558728Z %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-03-21T20:26:49.7559353Z %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-03-21T20:26:49.7559991Z %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-03-21T20:26:49.7560575Z %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-03-21T20:26:49.7561193Z %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-03-21T20:26:49.7561775Z %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-03-21T20:26:49.7562366Z %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-03-21T20:26:49.7562944Z %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-03-21T20:26:49.7563534Z %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-03-21T20:26:49.7564116Z %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-03-21T20:26:49.7564708Z %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-03-21T20:26:49.7565284Z %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-03-21T20:26:49.7565901Z %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-03-21T20:26:49.7566501Z %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-03-21T20:26:49.7567092Z %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-03-21T20:26:49.7567668Z %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-03-21T20:26:49.7568251Z %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-03-21T20:26:49.7568826Z %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-03-21T20:26:49.7569408Z %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-03-21T20:26:49.7570901Z %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-03-21T20:26:49.7571538Z %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-03-21T20:26:49.7572160Z %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-03-21T20:26:49.7572818Z %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-03-21T20:26:49.7573433Z %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-03-21T20:26:49.7574059Z %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-03-21T20:26:49.7574748Z %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-03-21T20:26:49.7575448Z %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-03-21T20:26:49.7576187Z %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-03-21T20:26:49.7576808Z %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-03-21T20:26:49.7577469Z %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-03-21T20:26:49.7578416Z %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-03-21T20:26:49.7579079Z %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-03-21T20:26:49.7579745Z %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-03-21T20:26:49.7580394Z %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-03-21T20:26:49.7581058Z %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-03-21T20:26:49.7581756Z %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-03-21T20:26:49.7582461Z %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-03-21T20:26:49.7583114Z %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-03-21T20:26:49.7583783Z %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-03-21T20:26:49.7584438Z %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-03-21T20:26:49.7585134Z %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-03-21T20:26:49.7585787Z %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-03-21T20:26:49.7586453Z %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-03-21T20:26:49.7587056Z %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-03-21T20:26:49.7587652Z %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-03-21T20:26:49.7588265Z %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-03-21T20:26:49.7588857Z %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-03-21T20:26:49.7589485Z %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-03-21T20:26:49.7590107Z %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-03-21T20:26:49.7590718Z %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-03-21T20:26:49.7591307Z %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-03-21T20:26:49.7591910Z %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-03-21T20:26:49.7592507Z %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-03-21T20:26:49.7593111Z %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-03-21T20:26:49.7593807Z %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-03-21T20:26:49.7594394Z %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-03-21T20:26:49.7594976Z %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-03-21T20:26:49.7595571Z %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-03-21T20:26:49.7596173Z %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-03-21T20:26:49.7596768Z %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-03-21T20:26:49.7597343Z %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-03-21T20:26:49.7597939Z %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-03-21T20:26:49.7598520Z %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-03-21T20:26:49.7599116Z %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-03-21T20:26:49.7599696Z %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-03-21T20:26:49.7600291Z %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-03-21T20:26:49.7600895Z %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-03-21T20:26:49.7602422Z %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-03-21T20:26:49.7603042Z %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-03-21T20:26:49.7603711Z %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-03-21T20:26:49.7604409Z %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-03-21T20:26:49.7605040Z %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-03-21T20:26:49.7605643Z %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-03-21T20:26:49.7606252Z %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-03-21T20:26:49.7606912Z %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-03-21T20:26:49.7607568Z %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-03-21T20:26:49.7608231Z %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-03-21T20:26:49.7608892Z %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-03-21T20:26:49.7609567Z %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-03-21T20:26:49.7610480Z %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-03-21T20:26:49.7611148Z %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-03-21T20:26:49.7611771Z %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-03-21T20:26:49.7612362Z %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-03-21T20:26:49.7613115Z %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-03-21T20:26:49.7613779Z %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-03-21T20:26:49.7614432Z %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-03-21T20:26:49.7615111Z %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-03-21T20:26:49.7615796Z %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-03-21T20:26:49.7616705Z %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-03-21T20:26:49.7617645Z %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-03-21T20:26:49.7618312Z %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-03-21T20:26:49.7618994Z %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-03-21T20:26:49.7619609Z %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-03-21T20:26:49.7620259Z %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-03-21T20:26:49.7620843Z %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-03-21T20:26:49.7621521Z %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-03-21T20:26:49.7622125Z %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-03-21T20:26:49.7622765Z %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-03-21T20:26:49.7623444Z %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-03-21T20:26:49.7624364Z %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-03-21T20:26:49.7625081Z %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-03-21T20:26:49.7625709Z %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-03-21T20:26:49.7626303Z %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-03-21T20:26:49.7627066Z %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-03-21T20:26:49.7627711Z %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-03-21T20:26:49.7628368Z %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-03-21T20:26:49.7629032Z %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-03-21T20:26:49.7629722Z %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-03-21T20:26:49.7630401Z %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-03-21T20:26:49.7631094Z %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-03-21T20:26:49.7632008Z %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-03-21T20:26:49.7632908Z %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-03-21T20:26:49.7633801Z %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-03-21T20:26:49.7634479Z %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-03-21T20:26:49.7635147Z %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-03-21T20:26:49.7635827Z %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-03-21T20:26:49.7636440Z %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-03-21T20:26:49.7637120Z %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-03-21T20:26:49.7637735Z %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-03-21T20:26:49.7638375Z %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-03-21T20:26:49.7639010Z %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-03-21T20:26:49.7639655Z %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-03-21T20:26:49.7640299Z %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-03-21T20:26:49.7640985Z %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-03-21T20:26:49.7641836Z %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-03-21T20:26:49.7642459Z %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-03-21T20:26:49.7643070Z %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-03-21T20:26:49.7643714Z %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-03-21T20:26:49.7644322Z %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-03-21T20:26:49.7644991Z %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-03-21T20:26:49.7645648Z %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-03-21T20:26:49.7646318Z %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-03-21T20:26:49.7646974Z %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-03-21T20:26:49.7647639Z %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-03-21T20:26:49.7648289Z %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-03-21T20:26:49.7649016Z %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-03-21T20:26:49.7649673Z %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-03-21T20:26:49.7659520Z %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-03-21T20:26:49.7660304Z %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-03-21T20:26:49.7660997Z %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-03-21T20:26:49.7661744Z %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-03-21T20:26:49.7662468Z %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-03-21T20:26:49.7663073Z %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-03-21T20:26:49.7663688Z %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-03-21T20:26:49.7664298Z %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-03-21T20:26:49.7664927Z %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-03-21T20:26:49.7665537Z %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-03-21T20:26:49.7666130Z %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-03-21T20:26:49.7666739Z %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-03-21T20:26:49.7667334Z %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-03-21T20:26:49.7667943Z %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-03-21T20:26:49.7668538Z %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-03-21T20:26:49.7669147Z %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-03-21T20:26:49.7669770Z %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-03-21T20:26:49.7670409Z %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-03-21T20:26:49.7671006Z %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-03-21T20:26:49.7671611Z %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-03-21T20:26:49.7672249Z %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-03-21T20:26:49.7672896Z %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-03-21T20:26:49.7673524Z %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-03-21T20:26:49.7674191Z %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-03-21T20:26:49.7674815Z %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-03-21T20:26:49.7675455Z %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-03-21T20:26:49.7676269Z %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-03-21T20:26:49.7676976Z %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-03-21T20:26:49.7677559Z %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-03-21T20:26:49.7678138Z %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-03-21T20:26:49.7678737Z %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-03-21T20:26:49.7679313Z %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-03-21T20:26:49.7679907Z %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-03-21T20:26:49.7680483Z %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-03-21T20:26:49.7681073Z %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-03-21T20:26:49.7681722Z %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-03-21T20:26:49.7682320Z %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-03-21T20:26:49.7682902Z %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-03-21T20:26:49.7683500Z %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-03-21T20:26:49.7684084Z %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-03-21T20:26:49.7684677Z %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-03-21T20:26:49.7685253Z %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-03-21T20:26:49.7685870Z %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-03-21T20:26:49.7686441Z %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-03-21T20:26:49.7687937Z %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-03-21T20:26:49.7688597Z %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-03-21T20:26:49.7689232Z %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-03-21T20:26:49.7689856Z %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-03-21T20:26:49.7690495Z %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-03-21T20:26:49.7691107Z %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-03-21T20:26:49.7691825Z %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-03-21T20:26:49.7692517Z %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-03-21T20:26:49.7693166Z %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-03-21T20:26:49.7693798Z %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-03-21T20:26:49.7694476Z %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-03-21T20:26:49.7695331Z %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-03-21T20:26:49.7696005Z %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-03-21T20:26:49.7696659Z %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-03-21T20:26:49.7697351Z %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-03-21T20:26:49.7698002Z %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-03-21T20:26:49.7698664Z %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-03-21T20:26:49.7699325Z %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-03-21T20:26:49.7699992Z %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-03-21T20:26:49.7700675Z %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-03-21T20:26:49.7701411Z %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-03-21T20:26:49.7702069Z %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-03-21T20:26:49.7702738Z %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-03-21T20:26:49.7703395Z %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-03-21T20:26:49.7704010Z %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-03-21T20:26:49.7704604Z %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-03-21T20:26:49.7705279Z %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-03-21T20:26:49.7705876Z %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-03-21T20:26:49.7706487Z %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-03-21T20:26:49.7707110Z %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-03-21T20:26:49.7707717Z %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-03-21T20:26:49.7708312Z %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-03-21T20:26:49.7708919Z %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-03-21T20:26:49.7709538Z %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-03-21T20:26:49.7710148Z %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-03-21T20:26:49.7710742Z %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-03-21T20:26:49.7711345Z %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-03-21T20:26:49.7711954Z %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-03-21T20:26:49.7712548Z %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-03-21T20:26:49.7713126Z %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-03-21T20:26:49.7713720Z %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-03-21T20:26:49.7714303Z %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-03-21T20:26:49.7714892Z %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-03-21T20:26:49.7715470Z %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-03-21T20:26:49.7716052Z %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-03-21T20:26:49.7716680Z %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-03-21T20:26:49.7717274Z %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-03-21T20:26:49.7717859Z %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-03-21T20:26:49.7719344Z %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-03-21T20:26:49.7719962Z %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-03-21T20:26:49.7720662Z %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-03-21T20:26:49.7721357Z %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-03-21T20:26:49.7721986Z %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-03-21T20:26:49.7722571Z %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-03-21T20:26:49.7723179Z %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-03-21T20:26:49.7723870Z %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-03-21T20:26:49.7724534Z %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-03-21T20:26:49.7725171Z %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-03-21T20:26:49.7725840Z %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-03-21T20:26:49.7726520Z %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-03-21T20:26:49.7727434Z %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-03-21T20:26:49.7728098Z %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-03-21T20:26:49.7728773Z %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-03-21T20:26:49.7729371Z %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-03-21T20:26:49.7730106Z %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-03-21T20:26:49.7730755Z %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-03-21T20:26:49.7731412Z %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-03-21T20:26:49.7732095Z %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-03-21T20:26:49.7732809Z %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-03-21T20:26:49.7733716Z %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-03-21T20:26:49.7734634Z %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-03-21T20:26:49.7735332Z %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-03-21T20:26:49.7736012Z %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-03-21T20:26:49.7736629Z %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-03-21T20:26:49.7737260Z %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-03-21T20:26:49.7737844Z %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-03-21T20:26:49.7738478Z %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-03-21T20:26:49.7739080Z %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-03-21T20:26:49.7739723Z %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-03-21T20:26:49.7740432Z %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-03-21T20:26:49.7741431Z %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-03-21T20:26:49.7742227Z %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-03-21T20:26:49.7742862Z %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-03-21T20:26:49.7743457Z %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-03-21T20:26:49.7744222Z %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-03-21T20:26:49.7744915Z %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-03-21T20:26:49.7745576Z %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-03-21T20:26:49.7746218Z %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-03-21T20:26:49.7746918Z %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-03-21T20:26:49.7747643Z %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-03-21T20:26:49.7748340Z %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-03-21T20:26:49.7749237Z %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-03-21T20:26:49.7750155Z %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-03-21T20:26:49.7751049Z %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-03-21T20:26:49.7751727Z %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-03-21T20:26:49.7752421Z %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-03-21T20:26:49.7753125Z %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-03-21T20:26:49.7753746Z %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-03-21T20:26:49.7754376Z %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-03-21T20:26:49.7754988Z %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-03-21T20:26:49.7755642Z %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-03-21T20:26:49.7756277Z %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-03-21T20:26:49.7756949Z %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-03-21T20:26:49.7757590Z %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-03-21T20:26:49.7758247Z %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-03-21T20:26:49.7759107Z %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-03-21T20:26:49.7759759Z %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-03-21T20:26:49.7760365Z %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-03-21T20:26:49.7760987Z %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-03-21T20:26:49.7761598Z %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-03-21T20:26:49.7762273Z %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-03-21T20:26:49.7762930Z %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-03-21T20:26:49.7763597Z %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-03-21T20:26:49.7764271Z %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-03-21T20:26:49.7764951Z %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-03-21T20:26:49.7765622Z %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-03-21T20:26:49.7766276Z %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-03-21T20:26:49.7766943Z %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-03-21T20:26:49.7767598Z %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-03-21T20:26:49.7768270Z %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-03-21T20:26:49.7768946Z %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-03-21T20:26:49.7769614Z %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-03-21T20:26:49.7770219Z %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-03-21T20:26:49.7770836Z %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-03-21T20:26:49.7771466Z %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-03-21T20:26:49.7772083Z %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-03-21T20:26:49.7772681Z %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-03-21T20:26:49.7773293Z %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-03-21T20:26:49.7773888Z %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-03-21T20:26:49.7774497Z %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-03-21T20:26:49.7775090Z %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-03-21T20:26:49.7776094Z %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-03-21T20:26:49.7776981Z %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-03-21T20:26:49.7777594Z %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-03-21T20:26:49.7778191Z %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-03-21T20:26:49.7778803Z %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-03-21T20:26:49.7779399Z %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-03-21T20:26:49.7780012Z %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-03-21T20:26:49.7780685Z %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-03-21T20:26:49.7781408Z %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-03-21T20:26:49.7782041Z %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-03-21T20:26:49.7782691Z %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-03-21T20:26:49.7783356Z %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-03-21T20:26:49.7784002Z %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-03-21T20:26:49.7784629Z %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-03-21T20:26:49.7785272Z %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-03-21T20:26:49.7785862Z %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-03-21T20:26:49.7787183Z %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-03-21T20:26:49.7788469Z %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-03-21T20:26:49.7789758Z %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-03-21T20:26:49.7791071Z %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-03-21T20:26:49.7792374Z %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-03-21T20:26:49.7793664Z %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-03-21T20:26:49.7794990Z %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-03-21T20:26:49.7796257Z %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-03-21T20:26:49.7797538Z %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-03-21T20:26:49.7798819Z %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-03-21T20:26:49.7800275Z %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-03-21T20:26:49.7801553Z %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-03-21T20:26:49.7803009Z %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-03-21T20:26:49.7804278Z %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-03-21T20:26:49.7805580Z %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-03-21T20:26:49.7807740Z %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-03-21T20:26:49.7809970Z %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-03-21T20:26:49.7811345Z %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-03-21T20:26:49.7812761Z %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-03-21T20:26:49.7814127Z %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-03-21T20:26:49.7815545Z %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-03-21T20:26:49.7817107Z %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-03-21T20:26:49.7818698Z %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-03-21T20:26:49.7820129Z %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-03-21T20:26:49.7821547Z %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-03-21T20:26:49.7822940Z %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-03-21T20:26:49.7824584Z %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-03-21T20:26:49.7826300Z %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-03-21T20:26:49.7827739Z %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-03-21T20:26:49.7829206Z %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-03-21T20:26:49.7830648Z %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-03-21T20:26:49.7832186Z %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-03-21T20:26:49.7833633Z %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-03-21T20:26:49.7835065Z %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-03-21T20:26:49.7836494Z %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-03-21T20:26:49.7837917Z %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-03-21T20:26:49.7839341Z %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-03-21T20:26:49.7840763Z %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-03-21T20:26:49.7842219Z %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-03-21T20:26:49.7843720Z %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-03-21T20:26:49.7845043Z %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-03-21T20:26:49.7846343Z %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-03-21T20:26:49.7847654Z %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-03-21T20:26:49.7848970Z %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-03-21T20:26:49.7850279Z %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-03-21T20:26:49.7851643Z %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-03-21T20:26:49.7852954Z %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-03-21T20:26:49.7854263Z %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-03-21T20:26:49.7855579Z %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-03-21T20:26:49.7856917Z %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-03-21T20:26:49.7858219Z %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-03-21T20:26:49.7859520Z %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-03-21T20:26:49.7860805Z %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-03-21T20:26:49.7862144Z %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-03-21T20:26:49.7863435Z %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-03-21T20:26:49.7864710Z %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-03-21T20:26:49.7865989Z %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-03-21T20:26:49.7867327Z %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-03-21T20:26:49.7868645Z %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-03-21T20:26:49.7869934Z %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-03-21T20:26:49.7871226Z %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-03-21T20:26:49.7872518Z %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-03-21T20:26:49.7873812Z %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-03-21T20:26:49.7876263Z %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-03-21T20:26:49.7878493Z %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-03-21T20:26:49.7879896Z %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-03-21T20:26:49.7881383Z %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-03-21T20:26:49.7882865Z %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-03-21T20:26:49.7884175Z %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-03-21T20:26:49.7885457Z %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-03-21T20:26:49.7886838Z %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-03-21T20:26:49.7888278Z %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-03-21T20:26:49.7889679Z %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-03-21T20:26:49.7891092Z %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-03-21T20:26:49.7892550Z %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-03-21T20:26:49.7894339Z %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-03-21T20:26:49.7896028Z %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-03-21T20:26:49.7897432Z %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-03-21T20:26:49.7898765Z %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-03-21T20:26:49.7900200Z %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-03-21T20:26:49.7901736Z %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-03-21T20:26:49.7903197Z %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-03-21T20:26:49.7904647Z %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-03-21T20:26:49.7906135Z %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-03-21T20:26:49.7907840Z %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-03-21T20:26:49.7909793Z %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-03-21T20:26:49.7911484Z %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-03-21T20:26:49.7912945Z %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-03-21T20:26:49.7914346Z %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-03-21T20:26:49.7915702Z %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-03-21T20:26:49.7917027Z %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-03-21T20:26:49.7918385Z %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-03-21T20:26:49.7919755Z %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-03-21T20:26:49.7921107Z %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-03-21T20:26:49.7922544Z %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-03-21T20:26:49.7924245Z %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-03-21T20:26:49.7925942Z %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-03-21T20:26:49.7927340Z %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-03-21T20:26:49.7928701Z %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-03-21T20:26:49.7930152Z %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-03-21T20:26:49.7931658Z %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-03-21T20:26:49.7933063Z %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-03-21T20:26:49.7934496Z %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-03-21T20:26:49.7935934Z %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-03-21T20:26:49.7937410Z %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-03-21T20:26:49.7938890Z %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-03-21T20:26:49.7940582Z %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-03-21T20:26:49.7942553Z %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-03-21T20:26:49.7944497Z %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-03-21T20:26:49.7946209Z %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-03-21T20:26:49.7947655Z %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-03-21T20:26:49.7949108Z %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-03-21T20:26:49.7950510Z %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-03-21T20:26:49.7951860Z %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-03-21T20:26:49.7953235Z %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-03-21T20:26:49.7954597Z %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-03-21T20:26:49.7955979Z %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-03-21T20:26:49.7957366Z %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-03-21T20:26:49.7958755Z %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-03-21T20:26:49.7960177Z %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-03-21T20:26:49.7961797Z %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-03-21T20:26:49.7963373Z %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-03-21T20:26:49.7964707Z %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-03-21T20:26:49.7966029Z %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-03-21T20:26:49.7967355Z %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-03-21T20:26:49.7968735Z %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-03-21T20:26:49.7970217Z %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-03-21T20:26:49.7971647Z %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-03-21T20:26:49.7973074Z %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-03-21T20:26:49.7974496Z %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-03-21T20:26:49.7976084Z %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-03-21T20:26:49.7977511Z %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-03-21T20:26:49.7978995Z %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-03-21T20:26:49.7980416Z %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-03-21T20:26:49.7981882Z %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-03-21T20:26:49.7983292Z %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-03-21T20:26:49.7984749Z %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-03-21T20:26:49.7986125Z %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-03-21T20:26:49.7987453Z %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-03-21T20:26:49.7988777Z %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-03-21T20:26:49.7990103Z %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-03-21T20:26:49.7991433Z %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-03-21T20:26:49.7992743Z %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-03-21T20:26:49.7994053Z %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-03-21T20:26:49.7995432Z %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-03-21T20:26:49.7996736Z %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-03-21T20:26:49.7998032Z %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-03-21T20:26:49.7999336Z %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-03-21T20:26:49.8000646Z %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-03-21T20:26:49.8001961Z %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-03-21T20:26:49.8003268Z %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-03-21T20:26:49.8004599Z %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-03-21T20:26:49.8005906Z %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-03-21T20:26:49.8007248Z %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-03-21T20:26:49.8008633Z %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-03-21T20:26:49.8010031Z %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-03-21T20:26:49.8011401Z %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-03-21T20:26:49.8012775Z %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-03-21T20:26:49.8014140Z %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-03-21T20:26:49.8015510Z %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-03-21T20:26:49.8016881Z %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-03-21T20:26:49.8018208Z %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-03-21T20:26:49.8019479Z %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-03-21T20:26:49.8020799Z %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-03-21T20:26:49.8022155Z %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-03-21T20:26:49.8023432Z %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-03-21T20:26:49.8024698Z %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-03-21T20:26:49.8025972Z %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-03-21T20:26:49.8027240Z %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-03-21T20:26:49.8028542Z %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-03-21T20:26:49.8029815Z %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-03-21T20:26:49.8031085Z %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-03-21T20:26:49.8032367Z %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-03-21T20:26:49.8033635Z %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-03-21T20:26:49.8034921Z %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-03-21T20:26:49.8036174Z %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-03-21T20:26:49.8037428Z %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-03-21T20:26:49.8039582Z %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-03-21T20:26:49.8041801Z %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-03-21T20:26:49.8043164Z %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-03-21T20:26:49.8044564Z %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-03-21T20:26:49.8045947Z %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-03-21T20:26:49.8047293Z %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-03-21T20:26:49.8048715Z %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-03-21T20:26:49.8050218Z %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-03-21T20:26:49.8051648Z %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-03-21T20:26:49.8052981Z %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-03-21T20:26:49.8054382Z %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-03-21T20:26:49.8056013Z %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-03-21T20:26:49.8057636Z %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-03-21T20:26:49.8059063Z %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-03-21T20:26:49.8060513Z %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-03-21T20:26:49.8061975Z %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-03-21T20:26:49.8063401Z %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-03-21T20:26:49.8064829Z %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-03-21T20:26:49.8066245Z %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-03-21T20:26:49.8067667Z %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-03-21T20:26:49.8069085Z %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-03-21T20:26:49.8070560Z %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-03-21T20:26:49.8071977Z %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-03-21T20:26:49.8073408Z %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-03-21T20:26:49.8074772Z %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-03-21T20:26:49.8076264Z %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-03-21T20:26:49.8077574Z %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-03-21T20:26:49.8078880Z %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-03-21T20:26:49.8080254Z %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-03-21T20:26:49.8081555Z %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-03-21T20:26:49.8082845Z %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-03-21T20:26:49.8084150Z %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-03-21T20:26:49.8085490Z %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-03-21T20:26:49.8086796Z %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-03-21T20:26:49.8088098Z %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-03-21T20:26:49.8089399Z %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-03-21T20:26:49.8090684Z %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-03-21T20:26:49.8091958Z %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-03-21T20:26:49.8093233Z %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-03-21T20:26:49.8094503Z %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-03-21T20:26:49.8095845Z %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-03-21T20:26:49.8097105Z %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-03-21T20:26:49.8098369Z %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-03-21T20:26:49.8099630Z %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-03-21T20:26:49.8100898Z %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-03-21T20:26:49.8102229Z %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-03-21T20:26:49.8103505Z %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-03-21T20:26:49.8104809Z %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-03-21T20:26:49.8106999Z %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-03-21T20:26:49.8109195Z %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-03-21T20:26:49.8110624Z %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-03-21T20:26:49.8112103Z %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-03-21T20:26:49.8113536Z %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-03-21T20:26:49.8114856Z %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-03-21T20:26:49.8116141Z %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-03-21T20:26:49.8117523Z %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-03-21T20:26:49.8118963Z %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-03-21T20:26:49.8120403Z %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-03-21T20:26:49.8121840Z %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-03-21T20:26:49.8123303Z %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-03-21T20:26:49.8125019Z %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-03-21T20:26:49.8126707Z %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-03-21T20:26:49.8128123Z %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-03-21T20:26:49.8129486Z %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-03-21T20:26:49.8130921Z %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-03-21T20:26:49.8132411Z %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-03-21T20:26:49.8133825Z %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-03-21T20:26:49.8135302Z %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-03-21T20:26:49.8136785Z %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-03-21T20:26:49.8138493Z %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-03-21T20:26:49.8140422Z %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-03-21T20:26:49.8142159Z %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-03-21T20:26:49.8143612Z %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-03-21T20:26:49.8145020Z %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-03-21T20:26:49.8146427Z %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-03-21T20:26:49.8147748Z %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-03-21T20:26:49.8149083Z %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-03-21T20:26:49.8150427Z %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-03-21T20:26:49.8151780Z %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-03-21T20:26:49.8153219Z %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-03-21T20:26:49.8154943Z %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-03-21T20:26:49.8156627Z %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-03-21T20:26:49.8158033Z %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-03-21T20:26:49.8159370Z %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-03-21T20:26:49.8160748Z %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-03-21T20:26:49.8162136Z %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-03-21T20:26:49.8163571Z %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-03-21T20:26:49.8164979Z %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-03-21T20:26:49.8166604Z %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-03-21T20:26:49.8168234Z %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-03-21T20:26:49.8169650Z %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-03-21T20:26:49.8172622Z 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-03-21T20:26:49.8179552Z %executorch_call_delegate : [num_users=25] = call_function[target=torch.ops.higher_order.executorch_call_delegate](args = (%lowered_module_0, %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, %tokens, %attn_options_input_pos), kwargs = {}) 2025-03-21T20:26:49.8184685Z %getitem : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 0), kwargs = {}) 2025-03-21T20:26:49.8185555Z %getitem_1 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 1), kwargs = {}) 2025-03-21T20:26:49.8186420Z %getitem_2 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 2), kwargs = {}) 2025-03-21T20:26:49.8187323Z %getitem_3 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 3), kwargs = {}) 2025-03-21T20:26:49.8188182Z %getitem_4 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 4), kwargs = {}) 2025-03-21T20:26:49.8189036Z %getitem_5 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 5), kwargs = {}) 2025-03-21T20:26:49.8189877Z %getitem_6 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 6), kwargs = {}) 2025-03-21T20:26:49.8190727Z %getitem_7 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 7), kwargs = {}) 2025-03-21T20:26:49.8191586Z %getitem_8 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 8), kwargs = {}) 2025-03-21T20:26:49.8192440Z %getitem_9 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 9), kwargs = {}) 2025-03-21T20:26:49.8193299Z %getitem_10 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 10), kwargs = {}) 2025-03-21T20:26:49.8194165Z %getitem_11 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 11), kwargs = {}) 2025-03-21T20:26:49.8195030Z %getitem_12 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 12), kwargs = {}) 2025-03-21T20:26:49.8195880Z %getitem_13 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 13), kwargs = {}) 2025-03-21T20:26:49.8196744Z %getitem_14 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 14), kwargs = {}) 2025-03-21T20:26:49.8197674Z %getitem_15 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 15), kwargs = {}) 2025-03-21T20:26:49.8198543Z %getitem_16 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 16), kwargs = {}) 2025-03-21T20:26:49.8199407Z %getitem_17 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 17), kwargs = {}) 2025-03-21T20:26:49.8200268Z %getitem_18 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 18), kwargs = {}) 2025-03-21T20:26:49.8201130Z %getitem_19 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 19), kwargs = {}) 2025-03-21T20:26:49.8201978Z %getitem_20 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 20), kwargs = {}) 2025-03-21T20:26:49.8202843Z %getitem_21 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 21), kwargs = {}) 2025-03-21T20:26:49.8203703Z %getitem_22 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 22), kwargs = {}) 2025-03-21T20:26:49.8204567Z %getitem_23 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 23), kwargs = {}) 2025-03-21T20:26:49.8205456Z %getitem_24 : [num_users=1] = call_function[target=operator.getitem](args = (%executorch_call_delegate, 24), kwargs = {}) 2025-03-21T20:26:49.8206592Z %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-03-21T20:26:49.8207998Z %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-03-21T20:26:49.8209414Z %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-03-21T20:26:49.8210853Z %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-03-21T20:26:49.8212253Z %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-03-21T20:26:49.8213669Z %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-03-21T20:26:49.8215084Z %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-03-21T20:26:49.8216503Z %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-03-21T20:26:49.8217919Z %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-03-21T20:26:49.8219332Z %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-03-21T20:26:49.8220750Z %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-03-21T20:26:49.8222277Z %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-03-21T20:26:49.8223701Z %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-03-21T20:26:49.8225130Z %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-03-21T20:26:49.8226547Z %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-03-21T20:26:49.8227998Z %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-03-21T20:26:49.8229407Z %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-03-21T20:26:49.8230867Z %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-03-21T20:26:49.8232288Z %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-03-21T20:26:49.8233714Z %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-03-21T20:26:49.8235149Z %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-03-21T20:26:49.8236581Z %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-03-21T20:26:49.8238037Z %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-03-21T20:26:49.8239467Z %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-03-21T20:26:49.8241990Z 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-03-21T20:26:49.8243846Z 2025-03-21T20:26:49.8244445Z [INFO 2025-03-21 20:26:49,584 builder.py:448] Applied partitioners: 2025-03-21T20:26:49.8245268Z Total delegated subgraphs: 1 2025-03-21T20:26:49.8245589Z Number of delegated nodes: 1992 2025-03-21T20:26:49.8245899Z Number of non-delegated nodes: 49 2025-03-21T20:26:49.8246121Z 2025-03-21T20:26:49.8246671Z ╒════╤═════════════════════════════╤═══════════════════════════════════╤═══════════════════════════════════════╕ 2025-03-21T20:26:49.8247463Z │ │ op_type │ occurrences_in_delegated_graphs │ occurrences_in_non_delegated_graphs │ 2025-03-21T20:26:49.8248258Z ╞════╪═════════════════════════════╪═══════════════════════════════════╪═══════════════════════════════════════╡ 2025-03-21T20:26:49.8248913Z │ 0 │ aten__softmax_default │ 12 │ 0 │ 2025-03-21T20:26:49.8249623Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8250253Z │ 1 │ aten__to_copy_default │ 2 │ 0 │ 2025-03-21T20:26:49.8250930Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8251537Z │ 2 │ aten_add_tensor │ 60 │ 0 │ 2025-03-21T20:26:49.8252220Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8252844Z │ 3 │ aten_cat_default │ 48 │ 0 │ 2025-03-21T20:26:49.8253560Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8254238Z │ 4 │ aten_convolution_default │ 85 │ 0 │ 2025-03-21T20:26:49.8254947Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8255549Z │ 5 │ aten_copy_default │ 0 │ 24 │ 2025-03-21T20:26:49.8256224Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8256857Z │ 6 │ aten_embedding_default │ 1 │ 0 │ 2025-03-21T20:26:49.8257632Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8258263Z │ 7 │ aten_index_put_default │ 24 │ 0 │ 2025-03-21T20:26:49.8258976Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8259607Z │ 8 │ aten_index_tensor │ 14 │ 0 │ 2025-03-21T20:26:49.8260276Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8260903Z │ 9 │ aten_matmul_default │ 24 │ 0 │ 2025-03-21T20:26:49.8261662Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8262307Z │ 10 │ aten_mul_tensor │ 132 │ 0 │ 2025-03-21T20:26:49.8262986Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8263651Z │ 11 │ aten_permute_copy_default │ 494 │ 0 │ 2025-03-21T20:26:49.8264409Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8265028Z │ 12 │ aten_rms_norm_default │ 25 │ 0 │ 2025-03-21T20:26:49.8265718Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8266345Z │ 13 │ aten_select_copy_int │ 577 │ 0 │ 2025-03-21T20:26:49.8267119Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8267750Z │ 14 │ aten_sigmoid_default │ 12 │ 0 │ 2025-03-21T20:26:49.8268485Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:49.8269117Z │ 15 │ aten_slice_copy_tensor │ 48 │ 0 │ 2025-03-21T20:26:49.8269816Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:59.0575550Z │ 16 │ aten_squeeze_copy_dims │ 132 │ 0 │ 2025-03-21T20:26:59.0577155Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:59.0578400Z │ 17 │ aten_sub_tensor │ 24 │ 0 │ 2025-03-21T20:26:59.0579680Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:59.0580910Z │ 18 │ aten_unsqueeze_copy_default │ 132 │ 0 │ 2025-03-21T20:26:59.0582475Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:59.0583658Z │ 19 │ aten_view_copy_default │ 146 │ 0 │ 2025-03-21T20:26:59.0584727Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:59.0585638Z │ 20 │ getitem │ 0 │ 25 │ 2025-03-21T20:26:59.0586675Z ├────┼─────────────────────────────┼───────────────────────────────────┼───────────────────────────────────────┤ 2025-03-21T20:26:59.0587296Z │ 21 │ Total │ 1992 │ 49 │ 2025-03-21T20:26:59.0588033Z ╘════╧═════════════════════════════╧═══════════════════════════════════╧═══════════════════════════════════════╛ 2025-03-21T20:26:59.0589613Z /pytorch/executorch/exir/emit/_emitter.py:1592: 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-03-21T20:26:59.0591337Z warnings.warn( 2025-03-21T20:26:59.0591786Z [INFO 2025-03-21 20:26:52,971 builder.py:507] Required memory for activation in bytes: [0, 19395584] 2025-03-21T20:26:59.0592309Z modelname: tinyllama_qnn_fp32 2025-03-21T20:26:59.0592689Z output_file: tinyllama_qnn_fp32.pte 2025-03-21T20:26:59.0593178Z [INFO 2025-03-21 20:26:53,064 utils.py:141] Saved exported program to tinyllama_qnn_fp32.pte 2025-03-21T20:26:59.0593670Z + echo 'Creating tokenizer.bin' 2025-03-21T20:26:59.0593979Z Creating tokenizer.bin 2025-03-21T20:26:59.0594455Z + python -m extension.llm.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin 2025-03-21T20:26:59.0595321Z + RUNTIME_ARGS='--model_path=tinyllama_qnn_fp32.pte --tokenizer_path=tokenizer.bin --prompt=Once --temperature=0 --seq_len=10 --warmup=1' 2025-03-21T20:26:59.0596081Z + echo 'Running tinyllama_qnn_fp32.pte in portable mode' 2025-03-21T20:26:59.0596508Z Running tinyllama_qnn_fp32.pte in portable mode 2025-03-21T20:26:59.0596876Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:26:59.0597159Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:26:59.0597447Z + cmake_install_executorch_libraries 2025-03-21T20:26:59.0597946Z + echo 'Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a' 2025-03-21T20:26:59.0598594Z Installing libexecutorch.a, libextension_module.so, libportable_ops_lib.a 2025-03-21T20:26:59.0599065Z + rm -rf cmake-out 2025-03-21T20:26:59.0601153Z + retry cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=OFF -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=OFF -DEXECUTORCH_BUILD_MPS=OFF -DEXECUTORCH_BUILD_COREML=OFF -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:26:59.0605007Z + cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=OFF -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=OFF -DEXECUTORCH_BUILD_MPS=OFF -DEXECUTORCH_BUILD_COREML=OFF -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DPYTHON_EXECUTABLE=python -Bcmake-out . 2025-03-21T20:26:59.0607119Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:26:59.0607567Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:26:59.0607954Z -- Detecting C compiler ABI info 2025-03-21T20:26:59.0608286Z -- Detecting C compiler ABI info - done 2025-03-21T20:26:59.0608688Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:26:59.0609096Z -- Detecting C compile features 2025-03-21T20:26:59.0609423Z -- Detecting C compile features - done 2025-03-21T20:26:59.0609772Z -- Detecting CXX compiler ABI info 2025-03-21T20:26:59.0610111Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:26:59.0610523Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:26:59.0610939Z -- Detecting CXX compile features 2025-03-21T20:26:59.0611270Z -- Detecting CXX compile features - done 2025-03-21T20:26:59.0612101Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:59.0612853Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:59.0613301Z CMake. 2025-03-21T20:26:59.0613425Z 2025-03-21T20:26:59.0613658Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:59.0614238Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:59.0614747Z to work with policies introduced by or earlier. 2025-03-21T20:26:59.0615012Z 2025-03-21T20:26:59.0615139Z  2025-03-21T20:26:59.0615771Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:59.0616521Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:59.0616947Z CMake. 2025-03-21T20:26:59.0617081Z 2025-03-21T20:26:59.0617314Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:59.0617888Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:59.0618393Z to work with policies introduced by or earlier. 2025-03-21T20:26:59.0618658Z 2025-03-21T20:26:59.0618778Z  2025-03-21T20:26:59.0619018Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:26:59.0619415Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:26:59.0619793Z -- Found Threads: TRUE 2025-03-21T20:26:59.0620490Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:26:59.0621386Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:26:59.0621830Z CMake. 2025-03-21T20:26:59.0621952Z 2025-03-21T20:26:59.0622182Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:26:59.0622759Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:26:59.0623273Z to work with policies introduced by or earlier. 2025-03-21T20:26:59.0623539Z 2025-03-21T20:26:59.0623665Z  2025-03-21T20:26:59.0623912Z -- Using python executable 'python' 2025-03-21T20:26:59.0624232Z -- Resolved buck2 as buck2. 2025-03-21T20:26:59.0624526Z -- Killing buck2 daemon 2025-03-21T20:26:59.0624799Z 'buck2 killall' 2025-03-21T20:26:59.0625071Z -- executorch: Generating source lists 2025-03-21T20:26:59.0625660Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:26:59.0626357Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:26:59.0626883Z -- executorch: Using PAL default 'posix' 2025-03-21T20:26:59.0627231Z -- Generating operator lib: 2025-03-21T20:26:59.0627536Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:59.0627964Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:26:59.0628398Z -- ROOT_OPS: 2025-03-21T20:26:59.0628653Z -- INCLUDE_ALL_OPS: 2025-03-21T20:26:59.0629924Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:26:59.0631092Z -- Generating kernel bindings: 2025-03-21T20:26:59.0631406Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:26:59.0631841Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:26:59.0632279Z -- CUSTOM_OPS_YAML: 2025-03-21T20:26:59.0632571Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:26:59.0634284Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:27:01.5191746Z -- Generating operator lib: 2025-03-21T20:27:01.5192617Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:27:01.5193163Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:27:01.5193681Z -- DEPS: executorch 2025-03-21T20:27:01.5194565Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T20:27:01.5195579Z -- Generating operator lib: 2025-03-21T20:27:01.5196071Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:27:01.5196816Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:27:01.5197590Z -- ROOT_OPS: 2025-03-21T20:27:01.5197999Z -- INCLUDE_ALL_OPS: 2025-03-21T20:27:01.5200534Z 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-03-21T20:27:01.5202695Z -- Generating kernel bindings: 2025-03-21T20:27:01.5203230Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:27:01.5203979Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T20:27:01.5204771Z -- CUSTOM_OPS_YAML: 2025-03-21T20:27:01.5205222Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:27:01.5208455Z 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-03-21T20:27:01.5211277Z -- Generating operator lib: 2025-03-21T20:27:01.5211802Z -- LIB_NAME: optimized_ops_lib 2025-03-21T20:27:01.5212363Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T20:27:01.5212863Z -- DEPS: executorch 2025-03-21T20:27:01.5213315Z -- Merging kernel yaml files: 2025-03-21T20:27:01.5214216Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T20:27:01.5215535Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T20:27:01.5216599Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T20:27:01.5217327Z -- Generating operator lib: 2025-03-21T20:27:01.5217823Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:27:01.5218664Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:27:01.5219427Z -- ROOT_OPS: 2025-03-21T20:27:01.5220044Z -- INCLUDE_ALL_OPS: 2025-03-21T20:27:01.5222677Z 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-03-21T20:27:01.5224979Z -- Generating kernel bindings: 2025-03-21T20:27:01.5225515Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:27:01.5226362Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T20:27:01.5227198Z -- CUSTOM_OPS_YAML: 2025-03-21T20:27:01.5227667Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T20:27:01.5231054Z 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-03-21T20:27:01.5234238Z -- Generating operator lib: 2025-03-21T20:27:01.5234757Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T20:27:01.5235452Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T20:27:01.5236125Z -- DEPS: executorch 2025-03-21T20:27:01.5237153Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:27:01.5238322Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:27:01.5239069Z CMake. 2025-03-21T20:27:01.5239449Z 2025-03-21T20:27:01.5239938Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:27:01.5241009Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:27:01.5241888Z to work with policies introduced by or earlier. 2025-03-21T20:27:01.5242350Z 2025-03-21T20:27:01.5242590Z  2025-03-21T20:27:01.5242974Z -- Looking for C++ include unistd.h 2025-03-21T20:27:01.5243550Z -- Looking for C++ include unistd.h - found 2025-03-21T20:27:01.5244153Z -- Looking for C++ include stdint.h 2025-03-21T20:27:01.5244738Z -- Looking for C++ include stdint.h - found 2025-03-21T20:27:01.5245342Z -- Looking for C++ include inttypes.h 2025-03-21T20:27:01.5245903Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:27:01.5246468Z -- Looking for C++ include sys/types.h 2025-03-21T20:27:01.5247066Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:27:01.5247664Z -- Looking for C++ include sys/stat.h 2025-03-21T20:27:01.5248234Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:27:01.5248870Z -- Looking for C++ include fnmatch.h 2025-03-21T20:27:01.5249484Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:27:01.5250093Z -- Looking for C++ include stddef.h 2025-03-21T20:27:01.5250710Z -- Looking for C++ include stddef.h - found 2025-03-21T20:27:01.5251297Z -- Check size of uint32_t 2025-03-21T20:27:01.5251790Z -- Check size of uint32_t - done 2025-03-21T20:27:01.5252299Z -- Looking for strtoll 2025-03-21T20:27:01.5252788Z -- Looking for strtoll - found 2025-03-21T20:27:01.5253357Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:27:01.5254044Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:27:01.5255351Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:27:01.5256583Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:27:01.5257357Z CMake. 2025-03-21T20:27:01.5257594Z 2025-03-21T20:27:01.5258008Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:27:01.5258983Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:27:01.5259821Z to work with policies introduced by or earlier. 2025-03-21T20:27:01.5260295Z 2025-03-21T20:27:01.5260580Z  2025-03-21T20:27:01.5260936Z -- pybind11 v2.13.6 2025-03-21T20:27:01.5261963Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:27:01.5263069Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:27:01.5263857Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:27:01.5264465Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:27:01.5265095Z -- Generating operator lib: 2025-03-21T20:27:01.5265621Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:27:01.5266411Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:27:01.5267226Z -- ROOT_OPS: 2025-03-21T20:27:01.5267662Z -- INCLUDE_ALL_OPS: 2025-03-21T20:27:01.5270148Z 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-03-21T20:27:01.5272485Z -- Generating kernel bindings: 2025-03-21T20:27:01.5273051Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:27:01.5273598Z -- FUNCTIONS_YAML: 2025-03-21T20:27:01.5274224Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:27:01.5274974Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:27:01.5281125Z 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-03-21T20:27:01.5286689Z -- Generating operator lib: 2025-03-21T20:27:01.5287222Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:27:01.5287753Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:27:01.5288265Z -- DEPS: executorch 2025-03-21T20:27:01.5288682Z -- 2025-03-21T20:27:01.5289060Z -- ******** Summary ******** 2025-03-21T20:27:01.5289571Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:27:01.5290165Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:27:01.5290739Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:27:01.5291335Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:27:01.5291889Z -- BUCK2 : buck2 2025-03-21T20:27:01.5292426Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:27:01.5293282Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:27:01.5294166Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:27:01.5294796Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:27:01.5295443Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:27:01.5296092Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:27:01.5296682Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:27:01.5297279Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:27:01.5297919Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:27:01.5298543Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:27:01.5299157Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:27:01.5299795Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:27:01.5300464Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:27:01.5301080Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:27:01.5301790Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:27:01.5302382Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:27:01.5303010Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:27:01.5303704Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:27:01.5304392Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:27:01.5305025Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:27:01.5305730Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:27:01.5306311Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:27:01.5306941Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:27:01.5307605Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:27:01.5308246Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:27:01.5308898Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:27:01.5309510Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:27:01.5310057Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:27:01.5310444Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:27:01.5310828Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:27:01.5311312Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:27:01.5311688Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:27:01.5312053Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:27:01.5312432Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:27:01.5312805Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:27:01.5313159Z -- Configuring done (5.7s) 2025-03-21T20:27:01.5313458Z -- Generating done (0.2s) 2025-03-21T20:27:01.5313832Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:27:01.5314348Z + cmake --build cmake-out -j9 --target install --config Release 2025-03-21T20:27:01.5314932Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:27:01.5315832Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:27:02.3667726Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:27:02.3669509Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:27:02.3671153Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:27:02.3672321Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:27:02.3673325Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:27:02.3674352Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:27:02.3675450Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:27:02.3676732Z [ 3%] No download step for 'flatbuffers' 2025-03-21T20:27:02.3677205Z [ 3%] No update step for 'flatbuffers' 2025-03-21T20:27:02.3677730Z [ 3%] No patch step for 'flatbuffers' 2025-03-21T20:27:02.3678361Z [ 3%] Performing configure step for 'flatbuffers' 2025-03-21T20:27:02.3678788Z CMake Warning: 2025-03-21T20:27:02.3679240Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:27:02.3679689Z 2025-03-21T20:27:02.3679870Z  2025-03-21T20:27:02.3680274Z fatal: No names found, cannot describe anything. 2025-03-21T20:27:02.3680996Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:27:02.3689800Z git describe failed with exit code: 128 2025-03-21T20:27:02.3690346Z 2025-03-21T20:27:02.3690564Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:27:02.3691043Z Call Stack (most recent call first): 2025-03-21T20:27:02.3691377Z CMakeLists.txt:5 (include) 2025-03-21T20:27:02.3691613Z 2025-03-21T20:27:02.3691808Z  2025-03-21T20:27:02.3692066Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:27:02.3692840Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:27:02.3694012Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:27:02.3694986Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:27:02.3695999Z [ 3%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:27:02.3697066Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:27:02.3698132Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:27:02.3699173Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:27:02.3700262Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:27:02.3700946Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:27:02.3701414Z -- Detecting CXX compiler ABI info 2025-03-21T20:27:02.3702147Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:27:02.3702914Z [ 4%] Linking C static library libpthreadpool.a 2025-03-21T20:27:02.3703644Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:27:02.3704610Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:27:02.3705357Z [ 5%] Built target pthreadpool 2025-03-21T20:27:02.3706311Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:27:02.3708024Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:27:02.3709522Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:27:02.3710913Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:27:02.3712382Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:27:02.3713804Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:27:02.3714887Z [ 5%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:27:02.3716046Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:27:02.3717576Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:27:02.3718585Z [ 6%] Built target gflags_nothreads_static 2025-03-21T20:27:02.3719679Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:27:02.3721354Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:27:02.3722942Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:27:02.3724503Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:27:02.3726237Z [ 8%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:27:02.3727199Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:27:02.3727825Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:27:02.3728452Z -- Detecting CXX compile features 2025-03-21T20:27:02.3728952Z -- Detecting CXX compile features - done 2025-03-21T20:27:02.3729436Z -- Looking for strtof_l 2025-03-21T20:27:02.3730684Z [ 8%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:27:02.3732263Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:27:02.3733895Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:27:02.3735402Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:27:02.3736846Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:27:02.3738416Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:27:02.3740293Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:27:02.3742260Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:27:02.3743984Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:27:02.3745740Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:27:02.3747908Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:27:02.3750262Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:27:02.3752362Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:27:02.3754482Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:27:02.3756510Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:27:02.3758469Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:27:02.3760353Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:27:02.3762235Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:27:02.3764131Z [ 10%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:27:02.3765959Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:27:02.3767070Z -- Looking for strtof_l - found 2025-03-21T20:27:02.3767554Z -- Looking for strtoull_l 2025-03-21T20:27:02.3768753Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:27:02.3770611Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:27:02.3772477Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:27:02.3774306Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:27:02.3776294Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:27:02.3778105Z [ 11%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:27:02.3780189Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:27:02.3782218Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:27:04.9250106Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:27:04.9252280Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:27:04.9254213Z [ 12%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:27:04.9256114Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:27:04.9258261Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:27:04.9260197Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:27:04.9262188Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:27:04.9264107Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:27:04.9265477Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:27:04.9266439Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:27:04.9268135Z [ 13%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:27:04.9269338Z -- Looking for strtoull_l - found 2025-03-21T20:27:04.9269891Z -- Looking for realpath 2025-03-21T20:27:04.9271160Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:27:04.9272326Z [ 14%] Built target cpuinfo 2025-03-21T20:27:04.9273686Z [ 14%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:27:04.9274935Z [ 14%] Built target cpuinfo_internals 2025-03-21T20:27:04.9275920Z [ 14%] Linking CXX static library libeigen_blas.a 2025-03-21T20:27:04.9276627Z -- Looking for realpath - found 2025-03-21T20:27:04.9277272Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:27:04.9277958Z -- Configuring done (1.1s) 2025-03-21T20:27:04.9278478Z [ 14%] Built target eigen_blas 2025-03-21T20:27:04.9279009Z -- Generating done (0.0s) 2025-03-21T20:27:04.9279857Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:27:04.9281024Z [ 14%] Performing build step for 'flatbuffers' 2025-03-21T20:27:04.9282037Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:27:04.9283264Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:27:04.9284478Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:27:04.9285636Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:27:04.9286805Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:27:04.9288058Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:27:04.9289335Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:27:04.9290604Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:27:04.9291869Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:27:04.9293175Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:27:04.9294455Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:27:04.9296489Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:27:04.9297655Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:27:04.9298824Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:27:04.9300067Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:27:04.9301395Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:27:04.9302677Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:27:04.9303930Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:27:04.9305168Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:27:04.9306594Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:27:04.9307865Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:27:04.9309239Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:27:04.9310600Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:27:04.9311870Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:27:04.9313131Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:27:04.9314280Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:27:04.9315718Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:27:04.9317075Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:27:04.9318406Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:27:04.9319645Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:27:04.9320935Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:27:04.9322349Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:27:04.9323809Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:27:04.9325253Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:27:04.9326770Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:27:04.9328290Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:27:04.9329781Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:27:04.9330904Z [100%] Linking CXX executable flatc 2025-03-21T20:27:04.9331512Z [100%] Built target flatc 2025-03-21T20:27:04.9332174Z [ 14%] No install step for 'flatbuffers' 2025-03-21T20:27:04.9332956Z [ 14%] Completed 'flatbuffers' 2025-03-21T20:27:04.9333577Z [ 14%] Built target flatbuffers 2025-03-21T20:27:04.9334279Z [ 14%] Generating common_schema headers 2025-03-21T20:27:04.9335115Z [ 14%] Generating qualcomm ir schema headers 2025-03-21T20:27:04.9335919Z [ 14%] Generating qnn_schema headers 2025-03-21T20:27:04.9336739Z [ 14%] Generating scalar_type_schema headers 2025-03-21T20:27:04.9337421Z [ 14%] Built target common_schema 2025-03-21T20:27:04.9337992Z [ 14%] Built target scalar_type_schema 2025-03-21T20:27:04.9338574Z [ 14%] Built target qcir 2025-03-21T20:27:04.9339053Z [ 14%] Built target qnn_schema 2025-03-21T20:27:04.9339760Z [ 14%] Generating program_schema headers 2025-03-21T20:27:04.9340605Z [ 14%] Generating flat_tensor_schema headers 2025-03-21T20:27:04.9342030Z [ 15%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:27:04.9343961Z [ 15%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:27:04.9345159Z [ 15%] Built target flat_tensor_schema 2025-03-21T20:27:04.9345745Z [ 15%] Built target program_schema 2025-03-21T20:27:04.9346915Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:27:04.9348413Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:27:04.9350204Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:27:04.9352177Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:27:04.9354126Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:27:04.9355844Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:27:04.9357381Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:27:04.9359165Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:27:04.9360503Z [ 16%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:27:04.9361327Z [ 16%] Built target qnn_executorch_logging 2025-03-21T20:27:04.9362661Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:27:04.9364649Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:27:04.9366567Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:27:04.9367820Z [ 16%] Linking CXX static library libqcir_utils.a 2025-03-21T20:27:04.9368520Z [ 16%] Built target qcir_utils 2025-03-21T20:27:04.9369688Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:27:04.9371733Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:27:04.9373849Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:27:04.9375893Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:27:04.9377716Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:27:04.9379360Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:27:04.9380659Z [ 18%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:27:04.9382041Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:27:06.4381372Z [ 18%] Built target qnn_implementation 2025-03-21T20:27:06.4382812Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:27:06.4384567Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:27:06.4386046Z [ 19%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:27:06.4387337Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:27:06.4388268Z [ 20%] Built target qnn_sys_implementation 2025-03-21T20:27:06.4389334Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:27:06.4390754Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:27:06.4392557Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:27:06.4394043Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:27:06.4395584Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:27:06.4397216Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:27:06.4398817Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:27:06.4400390Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:27:06.4401693Z [ 20%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:27:06.4402585Z [ 21%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:27:06.4403233Z [ 21%] Built target executorch_core 2025-03-21T20:27:06.4404215Z [ 21%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:27:06.4405803Z [ 21%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:27:06.4406927Z [ 21%] Built target qnn_custom_protocol 2025-03-21T20:27:06.4407675Z [ 21%] Linking CXX static library libutils.a 2025-03-21T20:27:06.4409270Z [ 21%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:27:06.4411113Z [ 21%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:27:06.4412199Z [ 21%] Built target utils 2025-03-21T20:27:06.4413305Z [ 22%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:27:06.4414910Z [ 22%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:27:06.4416102Z [ 23%] Linking CXX static library libshared_buffer.a 2025-03-21T20:27:06.4416860Z [ 24%] Linking CXX static library libwrappers.a 2025-03-21T20:27:06.4417676Z [ 24%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:27:06.4418999Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:27:06.4420048Z [ 25%] Built target shared_buffer 2025-03-21T20:27:06.4420549Z [ 25%] Built target qnn_profiler 2025-03-21T20:27:06.4420995Z [ 25%] Built target wrappers 2025-03-21T20:27:06.4422192Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:27:06.4423950Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:27:06.4425524Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:27:06.4427064Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:27:06.4428979Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:27:06.4430926Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:27:06.4432770Z [ 26%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:27:06.4433673Z [ 26%] Built target extension_threadpool 2025-03-21T20:27:06.4435342Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:27:06.4437315Z [ 27%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:27:06.4438909Z [ 27%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:27:06.4440153Z [ 27%] Linking CXX static library libqnn_logger.a 2025-03-21T20:27:06.4440895Z [ 27%] Built target qnn_logger 2025-03-21T20:27:06.4442284Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:27:06.4443777Z [ 27%] Linking CXX static library libextension_tensor.a 2025-03-21T20:27:06.4445151Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:27:06.4446420Z [ 27%] Linking CXX static library libexecutorch.a 2025-03-21T20:27:06.4447044Z [ 27%] Built target extension_tensor 2025-03-21T20:27:06.4447625Z [ 27%] Built target executorch 2025-03-21T20:27:06.4448863Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:27:06.4450557Z [ 27%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:27:06.4451760Z [ 28%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:27:06.4452384Z [ 28%] Built target qnn_backend_cache 2025-03-21T20:27:06.4453414Z [ 28%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:27:06.4454993Z [ 28%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:27:06.4457341Z [ 28%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:27:06.4458547Z [ 28%] Linking CXX static library libcpublas.a 2025-03-21T20:27:06.4459372Z [ 28%] Linking CXX static library libqnn_backend.a 2025-03-21T20:27:06.4459989Z [ 28%] Built target cpublas 2025-03-21T20:27:06.4461592Z [ 28%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:27:06.4462935Z [ 28%] Built target qnn_backend 2025-03-21T20:27:06.4464158Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:27:06.4466041Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:27:06.4467711Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:27:06.4469628Z [ 29%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:27:06.4471418Z [ 29%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:27:06.4472827Z [ 29%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:27:06.4474352Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:27:06.4476201Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:27:06.4477860Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:27:06.4479466Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:27:06.4480682Z [ 29%] Linking CXX static library libqnn_device.a 2025-03-21T20:27:06.4481276Z [ 29%] Built target qnn_device 2025-03-21T20:27:06.4482396Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:27:06.4484045Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:27:06.4485868Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:27:06.4487568Z [ 29%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:27:06.4489199Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:27:06.4490844Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:27:06.4492414Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:27:06.4493901Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:27:06.4495562Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:27:06.4496828Z [ 31%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:27:06.4497542Z [ 31%] Built target extension_data_loader 2025-03-21T20:27:06.4498781Z [ 31%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:27:06.4500404Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:27:06.4502069Z [ 32%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:27:06.4503846Z [ 32%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:27:09.8525350Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:27:09.8527284Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:27:09.8529247Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:27:09.8531395Z [ 32%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-03-21T20:27:09.8533185Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:27:09.8535001Z [ 33%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-03-21T20:27:09.8537020Z [ 33%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-03-21T20:27:09.8539000Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:27:09.8540971Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:27:09.8543318Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:27:09.8544991Z [ 34%] Linking CXX static library libextension_flat_tensor.a 2025-03-21T20:27:09.8546416Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:27:09.8547809Z [ 34%] Linking CXX static library libquantized_kernels.a 2025-03-21T20:27:09.8548615Z [ 34%] Built target extension_flat_tensor 2025-03-21T20:27:09.8549213Z [ 34%] Built target quantized_kernels 2025-03-21T20:27:09.8550684Z [ 34%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:27:09.8552781Z [ 34%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:27:09.8555181Z [ 34%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:27:09.8557232Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:27:09.8558620Z [ 34%] Linking CXX static library libqnn_context.a 2025-03-21T20:27:09.8559882Z [ 35%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-03-21T20:27:09.8560862Z [ 35%] Built target qnn_context 2025-03-21T20:27:09.8561761Z [ 35%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T20:27:09.8563288Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:27:09.8565079Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:27:09.8567293Z [ 35%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:27:09.8569388Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:27:09.8571228Z [ 35%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-03-21T20:27:09.8572598Z [ 35%] Linking CXX shared library libextension_module.so 2025-03-21T20:27:09.8573553Z [ 36%] Generating code for kernel registration 2025-03-21T20:27:09.8574891Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:27:09.8577021Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:27:09.8578175Z [ 36%] Built target extension_module 2025-03-21T20:27:09.8579552Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:27:09.8581506Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:27:09.8582959Z [ 37%] Linking CXX static library libextension_module_static.a 2025-03-21T20:27:09.8583771Z [ 37%] Built target extension_module_static 2025-03-21T20:27:09.8585050Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:27:09.8586809Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:27:09.8588643Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:27:09.8590620Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:27:09.8592545Z [ 38%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:27:09.8594851Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:27:09.8596677Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:27:09.8598663Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:27:09.8600726Z [ 39%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:27:09.8602285Z [ 39%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:27:09.8603052Z [ 39%] Built target qnn_mem_manager 2025-03-21T20:27:09.8605205Z [ 39%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:27:09.8607383Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:27:09.8609590Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:27:09.8611458Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:27:09.8612723Z [ 40%] Linking CXX static library libqnn_graph.a 2025-03-21T20:27:09.8613404Z [ 40%] Built target qnn_graph 2025-03-21T20:27:09.8614730Z [ 40%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:27:09.8616695Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:27:09.8618560Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:27:09.8620483Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:27:09.8622416Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:27:09.8623737Z [ 40%] Linking CXX static library libqnn_factory.a 2025-03-21T20:27:09.8624439Z [ 40%] Built target qnn_factory 2025-03-21T20:27:09.8625622Z [ 40%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:27:09.8627414Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:27:09.8629414Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:27:09.8631246Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:27:09.8633112Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:27:09.8634987Z [ 40%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:27:09.8636861Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:27:09.8638200Z [ 40%] Linking CXX static library libqnn_manager.a 2025-03-21T20:27:09.8639647Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:27:09.8641975Z [ 41%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:27:09.8643548Z [ 41%] Built target qnn_manager 2025-03-21T20:27:09.8644852Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:27:09.8646650Z [ 42%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:27:09.8648601Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-03-21T20:27:09.8650135Z [ 43%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T20:27:09.8651726Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:27:09.8652961Z [ 43%] Built target quantized_ops_lib 2025-03-21T20:27:09.8654338Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:27:09.8656438Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:27:09.8658408Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:27:09.8660171Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:27:09.8661638Z [ 44%] Linking CXX shared library libqnn_executorch_backend.so 2025-03-21T20:27:13.8293525Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:27:13.8295646Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:27:13.8298664Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:27:13.8299743Z [ 44%] Built target qnn_executorch_backend 2025-03-21T20:27:13.8301016Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:27:13.8302693Z [ 44%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:27:13.8304571Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:27:13.8306435Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:27:13.8308159Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:27:13.8309896Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:27:13.8311633Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:27:13.8313337Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:27:13.8315363Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:27:13.8317044Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:27:13.8318885Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:27:13.8320700Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:27:13.8322430Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:27:13.8324231Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:27:13.8326050Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:27:13.8327824Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:27:13.8329467Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:27:13.8331262Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:27:13.8333034Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:27:13.8335113Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:27:13.8336827Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:27:13.8338694Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:27:13.8340580Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:27:13.8342369Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:27:13.8343982Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:27:13.8345699Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:27:13.8347435Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:27:13.8349059Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:27:13.8350619Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:27:13.8352297Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:27:13.8354040Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:27:13.8355801Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:27:13.8357405Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:27:13.8358976Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:27:13.8360739Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:27:13.8362579Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:27:13.8364426Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:27:13.8366431Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:27:13.8368267Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:27:13.8370086Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:27:13.8371699Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:27:13.8373781Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:27:13.8376045Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:27:13.8377647Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:27:13.8379265Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:27:13.8380946Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:27:13.8382693Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:27:13.8384439Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:27:13.8386075Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:27:13.8387093Z [ 52%] Built target PyQnnWrapperAdaptor 2025-03-21T20:27:13.8388302Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:27:13.8389944Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:27:13.8391228Z [ 52%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:27:13.8392450Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:27:13.8393956Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:27:13.8395537Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:27:13.8397370Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:27:13.8398483Z [ 54%] Built target optimized_kernels 2025-03-21T20:27:13.8399764Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:27:13.8401439Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:27:13.8403048Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:27:13.8404678Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:27:13.8406294Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:27:13.8408124Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:27:13.8409942Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:27:13.8411638Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:27:13.8413249Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:27:13.8414696Z [ 55%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T20:27:13.8417920Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:27:13.8419651Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:27:13.8421288Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:27:13.8422838Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:27:13.8424461Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:27:16.0083895Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:27:16.0085228Z [ 56%] Generating code for kernel registration 2025-03-21T20:27:16.0086534Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:27:16.0088316Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:27:16.0090093Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:27:16.0092003Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:27:16.0093948Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:27:16.0095759Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:27:16.0097495Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:27:16.0099177Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:27:16.0100273Z [ 57%] Built target PyQnnManagerAdaptor 2025-03-21T20:27:16.0101566Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:27:16.0103321Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:27:16.0105230Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:27:16.0107359Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:27:16.0109288Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:27:16.0111224Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:27:16.0113105Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:27:16.0114914Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:27:16.0116736Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:27:16.0118560Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:27:16.0122027Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:27:16.0123764Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:27:16.0125662Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:27:16.0127632Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:27:16.0129509Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:27:16.0131641Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:27:16.0133533Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:27:16.0135362Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:27:16.0137290Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:27:16.0139256Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:27:16.0141149Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:27:16.0143085Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:27:16.0144861Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:27:16.0146702Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:27:16.0148447Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:27:16.0150105Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:27:16.0151884Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:27:16.0153737Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:27:16.0155607Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:27:16.0157509Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:27:16.0159386Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:27:16.0161315Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:27:16.0163143Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:27:16.0165090Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:27:16.0167057Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:27:16.0169099Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:27:16.0171062Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:27:16.0172790Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:27:16.0174665Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:27:16.0176842Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:27:16.0178493Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:27:16.0180167Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:27:16.0181955Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:27:16.0183770Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:27:16.0185888Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:27:16.0187792Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:27:16.0189569Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:27:16.0191445Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:27:16.0193383Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:27:16.0195287Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:27:16.0197225Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:27:16.0199249Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:27:16.0201438Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:27:16.0203423Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:27:16.0205359Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:27:16.0207203Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:27:16.0208950Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:27:16.0211153Z [ 66%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:27:16.0213321Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:27:16.0215125Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:27:16.0217057Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:27:16.0219015Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:27:16.0220905Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:27:17.8096855Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:27:17.8098824Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:27:17.8100739Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:27:17.8102293Z [ 68%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T20:27:17.8103068Z [ 68%] Built target optimized_ops_lib 2025-03-21T20:27:17.8104696Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:27:17.8106680Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:27:17.8108647Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:27:17.8110656Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:27:17.8112634Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:27:17.8114679Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:27:17.8116699Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:27:17.8118522Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:27:17.8120329Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:27:17.8122292Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:27:17.8124380Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:27:17.8126483Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:27:17.8128386Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:27:17.8130222Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:27:17.8132354Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:27:17.8134414Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:27:17.8136330Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:27:17.8138304Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:27:17.8140517Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:27:17.8142824Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:27:17.8144775Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:27:17.8146741Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:27:17.8148671Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:27:17.8150617Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:27:17.8152433Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:27:17.8154237Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:27:17.8156138Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:27:17.8158123Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:27:17.8160050Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:27:17.8162031Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:27:17.8164011Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:27:17.8166038Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:27:17.8168028Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:27:17.8170115Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:27:17.8172304Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:27:17.8174160Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:27:17.8176307Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:27:17.8178499Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:27:17.8180484Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:27:17.8182440Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:27:17.8184383Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:27:17.8186260Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:27:17.8187998Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:27:17.8189840Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:27:17.8191642Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:27:17.8193565Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:27:17.8195555Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:27:17.8197405Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:27:17.8199371Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:27:17.8201433Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:27:17.8203413Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:27:17.8205540Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:27:17.8207541Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:27:17.8209460Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:27:17.8211350Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:27:17.8213238Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:27:17.8215029Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:27:17.8217110Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:27:17.8218977Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:27:17.8220944Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:27:17.8222962Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:27:17.8224906Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:27:17.8226831Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:27:17.8228808Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:27:17.8230690Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:27:17.8232525Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:27:17.8234350Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:27:19.6512888Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:27:19.6514729Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:27:19.6516466Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:27:19.6518449Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:27:19.6520317Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:27:19.6521957Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:27:19.6523561Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:27:19.6525327Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:27:19.6526925Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:27:19.6528625Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:27:19.6530307Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:27:19.6531970Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:27:19.6533694Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:27:19.6535568Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:27:19.6537542Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:27:19.6539167Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:27:19.6540835Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:27:19.6542771Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:27:19.6544733Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:27:19.6546805Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:27:19.6548910Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:27:19.6550941Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:27:19.6552987Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:27:19.6554967Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:27:19.6556986Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:27:19.6559039Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:27:19.6560804Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:27:19.6562807Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:27:19.6564968Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:27:19.6566993Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:27:19.6568782Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:27:19.6570510Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:27:19.6572424Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:27:19.6574601Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:27:19.6577137Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:27:19.6579238Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:27:19.6581204Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:27:19.6583096Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:27:19.6585074Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:27:19.6587148Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:27:19.6589134Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:27:19.6591058Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:27:19.6593106Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:27:19.6595054Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:27:19.6596970Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:27:19.6598938Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:27:19.6600908Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:27:19.6602769Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:27:19.6604849Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:27:19.6606800Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:27:19.6608719Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:27:19.6610758Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:27:19.6612767Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:27:19.6614985Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:27:19.6616988Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:27:19.6618873Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:27:19.6620819Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:27:19.6622837Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:27:19.6624767Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:27:19.6626700Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:27:19.6628594Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:27:19.6630484Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:27:19.6632397Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:27:19.6634312Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:27:19.6636264Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:27:19.6638329Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:27:19.6640351Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:27:19.6642367Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:27:19.6644462Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:27:19.6646499Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:27:19.6648052Z [ 90%] Linking CXX static library libportable_kernels.a 2025-03-21T20:27:23.7596761Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:27:23.7597945Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:27:23.7598944Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:27:23.7599959Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:27:23.7600958Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:27:23.7601598Z [ 91%] Built target portable_kernels 2025-03-21T20:27:23.7602501Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:27:23.7603497Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:27:23.7604503Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:27:23.7605510Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:27:23.7606415Z [ 91%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:27:23.7607378Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:27:23.7608455Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:27:23.7609451Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:27:23.7610486Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:27:23.7611543Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:27:23.7612616Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:27:23.7613738Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:27:23.7614882Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:27:23.7615926Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:27:23.7616944Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:27:23.7617786Z [ 94%] Generating code for kernel registration 2025-03-21T20:27:23.7618702Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:27:23.7619758Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:27:23.7621018Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:27:23.7622462Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:27:23.7623776Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:27:23.7625049Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:27:23.7626293Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:27:23.7627431Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:27:23.7628535Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:27:23.7629644Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:27:23.7630775Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:27:23.7631860Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:27:23.7632952Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:27:23.7634046Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:27:23.7635160Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:27:23.7636317Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:27:23.7637435Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:27:23.7638577Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:27:23.7639844Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:27:23.7640967Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:27:23.7642066Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:27:23.7643145Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:27:23.7644007Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:27:23.7644482Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:27:23.7644908Z [ 98%] Merging kernel yaml files 2025-03-21T20:27:23.7645498Z [ 98%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:27:23.7646109Z [ 98%] Generating code for kernel registration 2025-03-21T20:27:23.7647083Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:27:23.7648031Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:27:23.7648442Z [ 98%] Built target portable_ops_lib 2025-03-21T20:27:23.7649443Z [ 98%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:27:23.7650516Z [ 99%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:27:23.7651007Z [ 99%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:27:23.7651793Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:27:23.7652819Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:27:23.7653733Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:27:23.7654692Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:27:23.7655701Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:27:23.7656920Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:27:23.7657810Z [100%] Linking CXX executable executor_runner 2025-03-21T20:27:23.7658244Z [100%] Built target executor_runner 2025-03-21T20:27:23.7658674Z Install the project... 2025-03-21T20:27:23.7659094Z -- Install configuration: "Release" 2025-03-21T20:27:23.7659592Z -- Installing: /pytorch/executorch/cmake-out/include/fxdiv.h 2025-03-21T20:27:23.7660246Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:27:23.7660994Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpuinfo.a 2025-03-21T20:27:23.7661712Z -- Installing: /pytorch/executorch/cmake-out/include/cpuinfo.h 2025-03-21T20:27:23.7662372Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:27:23.7663235Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T20:27:23.7664028Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:27:23.7664682Z -- Installing: /pytorch/executorch/cmake-out/include/pthreadpool.h 2025-03-21T20:27:23.7665391Z -- Installing: /pytorch/executorch/cmake-out/lib/libpthreadpool.a 2025-03-21T20:27:23.7666201Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_portable_kernels.a 2025-03-21T20:27:23.7667000Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_kernels.a 2025-03-21T20:27:23.7667692Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_ops_lib.a 2025-03-21T20:27:23.7668495Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/Functions.h 2025-03-21T20:27:23.7669442Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:27:23.7670282Z -- Installing: /pytorch/executorch/cmake-out/lib/libeigen_blas.a 2025-03-21T20:27:23.7670854Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-03-21T20:27:23.7671552Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_kernels.a 2025-03-21T20:27:23.7736089Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_ops_lib.a 2025-03-21T20:27:23.7737234Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/Functions.h 2025-03-21T20:27:23.7738573Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/NativeFunctions.h 2025-03-21T20:27:23.7739582Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-03-21T20:27:23.7740228Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_native_cpu_ops_lib.a 2025-03-21T20:27:23.7740811Z -- Installing: /pytorch/executorch/cmake-out/lib/Functions.h 2025-03-21T20:27:23.7741452Z -- Installing: /pytorch/executorch/cmake-out/lib/NativeFunctions.h 2025-03-21T20:27:23.7742036Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core 2025-03-21T20:27:23.7742824Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/array_ref.h 2025-03-21T20:27:23.7743674Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/data_loader.h 2025-03-21T20:27:23.7744477Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/defines.h 2025-03-21T20:27:23.7745277Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/error.h 2025-03-21T20:27:23.7746075Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/evalue.h 2025-03-21T20:27:23.7746844Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:27:23.7747672Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:27:23.7748920Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:27:23.7749784Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten 2025-03-21T20:27:23.7750659Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:27:23.7751586Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:27:23.7752536Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:27:23.7753657Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:27:23.7754618Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:27:23.7755622Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:27:23.7756621Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:27:23.7757843Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:27:23.7759000Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:27:23.7760153Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:27:23.7761477Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:27:23.7762504Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:27:23.7763298Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:27:23.7770887Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:27:23.7771792Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:27:23.7772681Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:27:23.7773679Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type 2025-03-21T20:27:23.7774491Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:27:23.7775387Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:27:23.7776538Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:27:23.7777374Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:27:23.7778170Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:27:23.7779026Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:27:23.7779966Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:27:23.7781142Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:27:23.7782069Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:27:23.7783018Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:27:23.7784023Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:27:23.7785021Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:27:23.7786103Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:27:23.7787060Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:27:23.7788202Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:27:23.7789562Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:27:23.7791220Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:27:23.7792722Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:27:23.7794497Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:27:23.7795941Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:27:23.7797016Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:27:23.7797863Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:27:23.7798729Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:27:23.7799714Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:27:23.7800564Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:27:23.7801455Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:27:23.7802317Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:27:23.7803184Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:27:23.7804087Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:27:23.7804945Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/test 2025-03-21T20:27:23.7805681Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/result.h 2025-03-21T20:27:23.7806377Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/span.h 2025-03-21T20:27:23.7807057Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tag.h 2025-03-21T20:27:23.7807770Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:27:23.7808574Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:27:23.7809405Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/test 2025-03-21T20:27:23.7810173Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel 2025-03-21T20:27:23.7810935Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:27:23.7811774Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:27:23.7812675Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:27:23.7813508Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test 2025-03-21T20:27:23.7814242Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:27:23.7815083Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:27:23.7815898Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform 2025-03-21T20:27:23.7816715Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/abort.h 2025-03-21T20:27:23.7817527Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/assert.h 2025-03-21T20:27:23.7818253Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/clock.h 2025-03-21T20:27:23.7819012Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:27:23.7819793Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compiler.h 2025-03-21T20:27:25.0772277Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/default 2025-03-21T20:27:25.0773912Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/log.h 2025-03-21T20:27:25.0775282Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/platform.h 2025-03-21T20:27:25.0776915Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/profiler.h 2025-03-21T20:27:25.0778340Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/runtime.h 2025-03-21T20:27:25.0779730Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/system.h 2025-03-21T20:27:25.0781150Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test 2025-03-21T20:27:25.0782641Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:27:25.0784360Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/types.h 2025-03-21T20:27:25.0785734Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util 2025-03-21T20:27:25.0787391Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:27:25.0789237Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:27:25.0790806Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/test 2025-03-21T20:27:25.0792292Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:27:25.0793701Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor 2025-03-21T20:27:25.0794994Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor.h 2025-03-21T20:27:25.0796484Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:27:25.0798016Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:27:25.0799555Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:27:25.0800832Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/test 2025-03-21T20:27:25.0802004Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool 2025-03-21T20:27:25.0803295Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:27:25.0804770Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/test 2025-03-21T20:27:25.0806173Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:27:25.0807742Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:27:25.0809030Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch.a 2025-03-21T20:27:25.0810016Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch_core.a 2025-03-21T20:27:25.0811199Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:27:25.0812579Z -- Installing: /pytorch/executorch/cmake-out/lib/libqnn_executorch_backend.so 2025-03-21T20:27:25.0813719Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_data_loader.a 2025-03-21T20:27:25.0814834Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_flat_tensor.a 2025-03-21T20:27:25.0815913Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module.so 2025-03-21T20:27:25.0817017Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module_static.a 2025-03-21T20:27:25.0818105Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_tensor.a 2025-03-21T20:27:25.0819195Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_threadpool.a 2025-03-21T20:27:25.0820273Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_kernels.a 2025-03-21T20:27:25.0821477Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_ops_lib.a 2025-03-21T20:27:25.0822737Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-03-21T20:27:25.0824259Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T20:27:25.0825340Z + cmake_build_llama_runner 2025-03-21T20:27:25.0825850Z + echo 'Building llama runner' 2025-03-21T20:27:25.0826362Z Building llama runner 2025-03-21T20:27:25.0826848Z + pushd extension/llm/tokenizers 2025-03-21T20:27:25.0827605Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch 2025-03-21T20:27:25.0828424Z + echo 'Updating tokenizers submodule' 2025-03-21T20:27:25.0829005Z Updating tokenizers submodule 2025-03-21T20:27:25.0829573Z + git submodule update --init 2025-03-21T20:27:25.0830100Z + popd 2025-03-21T20:27:25.0830486Z /pytorch/executorch 2025-03-21T20:27:25.0830926Z + dir=examples/models/llama 2025-03-21T20:27:25.0833106Z + retry cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_KERNELS_CUSTOM=OFF -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_XNNPACK=OFF -DPYTHON_EXECUTABLE=python -Bcmake-out/examples/models/llama examples/models/llama 2025-03-21T20:27:25.0837134Z + cmake -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_KERNELS_CUSTOM=OFF -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_XNNPACK=OFF -DPYTHON_EXECUTABLE=python -Bcmake-out/examples/models/llama examples/models/llama 2025-03-21T20:27:25.0839436Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:27:25.0840167Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:27:25.0840821Z -- Detecting C compiler ABI info 2025-03-21T20:27:25.0841398Z -- Detecting C compiler ABI info - done 2025-03-21T20:27:25.0842122Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:27:25.0842813Z -- Detecting C compile features 2025-03-21T20:27:25.0843367Z -- Detecting C compile features - done 2025-03-21T20:27:25.0843966Z -- Detecting CXX compiler ABI info 2025-03-21T20:27:25.0844559Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:27:25.0845330Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:27:25.0846094Z -- Detecting CXX compile features 2025-03-21T20:27:25.0846677Z -- Detecting CXX compile features - done 2025-03-21T20:27:25.0847746Z CMake Warning (dev) at CMakeLists.txt:82 (find_package): 2025-03-21T20:27:25.0848711Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:27:25.0849755Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:27:25.0850796Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:27:25.0851385Z 2025-03-21T20:27:25.0851588Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:27:25.0851987Z 2025-03-21T20:27:25.0852252Z /pytorch/executorch/examples/models/llama/../../.. 2025-03-21T20:27:25.0852757Z 2025-03-21T20:27:25.0853022Z Environment variable EXECUTORCH_ROOT is set to: 2025-03-21T20:27:25.0853501Z 2025-03-21T20:27:25.0853689Z /pytorch/executorch/.ci 2025-03-21T20:27:25.0854018Z 2025-03-21T20:27:25.0854560Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:27:25.0855435Z .cmake module might still use it. 2025-03-21T20:27:25.0856187Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:27:25.0857049Z  2025-03-21T20:27:25.0857538Z etdump library is not found. 2025-03-21T20:27:25.0858414Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0859292Z bundled_program library is not found. 2025-03-21T20:27:25.0860165Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0861000Z flatccrt library is not found. 2025-03-21T20:27:25.0861969Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0862927Z coremldelegate library is not found. 2025-03-21T20:27:25.0863779Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0864621Z mpsdelegate library is not found. 2025-03-21T20:27:25.0865475Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0866324Z neuron_backend library is not found. 2025-03-21T20:27:25.0867205Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0868044Z custom_ops library is not found. 2025-03-21T20:27:25.0868917Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0869804Z extension_runner_util library is not found. 2025-03-21T20:27:25.0870871Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0871770Z extension_training library is not found. 2025-03-21T20:27:25.0872681Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0873556Z xnnpack_backend library is not found. 2025-03-21T20:27:25.0874459Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0875305Z XNNPACK library is not found. 2025-03-21T20:27:25.0876356Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0877258Z microkernels-prod library is not found. 2025-03-21T20:27:25.0878177Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0879004Z kleidiai library is not found. 2025-03-21T20:27:25.0879862Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0880719Z vulkan_backend library is not found. 2025-03-21T20:27:25.0881642Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0882563Z quantized_ops_aot_lib library is not found. 2025-03-21T20:27:25.0883505Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:27:25.0884916Z -- executorch: Using source file list /pytorch/executorch/cmake-out/examples/models/llama/runner/../../../../executorch_srcs.cmake 2025-03-21T20:27:25.0886241Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-03-21T20:27:25.0886961Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-03-21T20:27:25.0887726Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-03-21T20:27:25.0888479Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-03-21T20:27:25.0889204Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:27:25.0889903Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:27:25.0890582Z -- Found Threads: TRUE 2025-03-21T20:27:25.0891032Z -- 2025-03-21T20:27:25.0891421Z -- ******** Summary ******** 2025-03-21T20:27:25.0891961Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:27:25.0892568Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:27:25.0893154Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:27:25.0893767Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:27:25.0894339Z -- BUCK2 : 2025-03-21T20:27:25.0894926Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:27:25.0895691Z -- FLATC_EXECUTABLE : 2025-03-21T20:27:25.0896293Z -- EXECUTORCH_ENABLE_LOGGING : 2025-03-21T20:27:25.0896964Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : 2025-03-21T20:27:25.0897631Z -- EXECUTORCH_LOG_LEVEL : 2025-03-21T20:27:25.0898286Z -- EXECUTORCH_BUILD_ANDROID_JNI : 2025-03-21T20:27:26.0971110Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : 2025-03-21T20:27:26.0971853Z -- EXECUTORCH_BUILD_CADENCE : 2025-03-21T20:27:26.0972515Z -- EXECUTORCH_BUILD_COREML : 2025-03-21T20:27:26.0973189Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:27:26.0973853Z -- EXECUTORCH_BUILD_DEVTOOLS : 2025-03-21T20:27:26.0974524Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : 2025-03-21T20:27:26.0975398Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : 2025-03-21T20:27:26.0976237Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : 2025-03-21T20:27:26.0976881Z -- EXECUTORCH_BUILD_EXTENSION_LLM : 2025-03-21T20:27:26.0977516Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : 2025-03-21T20:27:26.0978205Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : 2025-03-21T20:27:26.0978885Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : 2025-03-21T20:27:26.0979565Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : 2025-03-21T20:27:26.0980228Z -- EXECUTORCH_BUILD_FLATC : 2025-03-21T20:27:26.0980863Z -- EXECUTORCH_BUILD_GFLAGS : 2025-03-21T20:27:26.0981597Z -- EXECUTORCH_BUILD_HOST_TARGETS : 2025-03-21T20:27:26.0982579Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:27:26.0983288Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : 2025-03-21T20:27:26.0983966Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T20:27:26.0984663Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : 2025-03-21T20:27:26.0985303Z -- EXECUTORCH_BUILD_MPS : 2025-03-21T20:27:26.0985943Z -- EXECUTORCH_BUILD_NEURON : 2025-03-21T20:27:26.0986614Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:27:26.0987282Z -- EXECUTORCH_BUILD_PYBIND : 2025-03-21T20:27:26.0987930Z -- EXECUTORCH_BUILD_QNN : 2025-03-21T20:27:26.0988563Z -- EXECUTORCH_BUILD_SIZE_TEST : 2025-03-21T20:27:26.0989204Z -- EXECUTORCH_BUILD_TESTS : 2025-03-21T20:27:26.0989845Z -- EXECUTORCH_BUILD_VULKAN : 2025-03-21T20:27:26.0990515Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:27:26.0991165Z -- Configuring done (1.2s) 2025-03-21T20:27:26.0991659Z -- Generating done (0.3s) 2025-03-21T20:27:26.0992436Z -- Build files have been written to: /pytorch/executorch/cmake-out/examples/models/llama 2025-03-21T20:27:26.0993491Z + cmake --build cmake-out/examples/models/llama -j9 --config Release 2025-03-21T20:27:26.0995169Z [ 0%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-03-21T20:27:26.0996992Z [ 0%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-03-21T20:27:26.0998955Z [ 0%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-03-21T20:27:26.1001026Z [ 0%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-03-21T20:27:26.1003217Z [ 0%] Building CXX object runner/abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-03-21T20:27:26.1005685Z [ 0%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-03-21T20:27:26.1007727Z [ 0%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-03-21T20:27:26.1009454Z [ 1%] Building CXX object runner/abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-03-21T20:27:26.1011530Z [ 2%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-03-21T20:27:26.1013184Z [ 2%] Linking CXX static library libabsl_spinlock_wait.a 2025-03-21T20:27:26.1014266Z [ 3%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-03-21T20:27:26.1015332Z [ 4%] Linking CXX static library libabsl_leak_check.a 2025-03-21T20:27:26.1016078Z [ 4%] Built target spinlock_wait 2025-03-21T20:27:26.1016657Z [ 4%] Built target utf8_for_code_point 2025-03-21T20:27:26.1017258Z [ 4%] Built target leak_check 2025-03-21T20:27:26.1018814Z [ 4%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-03-21T20:27:26.1020646Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-03-21T20:27:26.1022271Z [ 4%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-03-21T20:27:26.1024431Z [ 5%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-03-21T20:27:26.1025702Z [ 5%] Built target strerror 2025-03-21T20:27:26.1027205Z [ 6%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-03-21T20:27:26.1028849Z [ 7%] Linking CXX static library libabsl_log_severity.a 2025-03-21T20:27:26.1030030Z [ 7%] Linking CXX static library libabsl_civil_time.a 2025-03-21T20:27:26.1031615Z [ 8%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-03-21T20:27:26.1032898Z [ 8%] Built target log_severity 2025-03-21T20:27:26.1033436Z [ 8%] Built target civil_time 2025-03-21T20:27:26.1034818Z [ 9%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-03-21T20:27:26.1037113Z [ 10%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-03-21T20:27:26.1038824Z [ 11%] Linking CXX static library libabsl_exponential_biased.a 2025-03-21T20:27:26.1040072Z [ 12%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-03-21T20:27:26.1040984Z [ 12%] Built target exponential_biased 2025-03-21T20:27:26.1041949Z [ 12%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-03-21T20:27:26.1043584Z [ 12%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-03-21T20:27:26.1044880Z [ 12%] Built target flags_commandlineflag_internal 2025-03-21T20:27:26.1045927Z [ 12%] Linking CXX static library libabsl_random_internal_platform.a 2025-03-21T20:27:26.1046806Z [ 12%] Built target log_internal_nullguard 2025-03-21T20:27:26.1048286Z [ 12%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-03-21T20:27:26.1050426Z [ 12%] Building CXX object runner/abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-03-21T20:27:26.1051985Z [ 12%] Linking CXX static library libabsl_int128.a 2025-03-21T20:27:26.1053073Z [ 12%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-03-21T20:27:26.1053958Z [ 12%] Built target random_internal_platform 2025-03-21T20:27:26.1054571Z [ 12%] Built target int128 2025-03-21T20:27:26.1056118Z [ 12%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-03-21T20:27:26.1057561Z [ 12%] Built target random_seed_gen_exception 2025-03-21T20:27:26.1059228Z [ 12%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-03-21T20:27:26.1061529Z [ 13%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-03-21T20:27:26.1063110Z [ 13%] Linking CXX static library libabsl_periodic_sampler.a 2025-03-21T20:27:26.1064251Z [ 13%] Linking CXX static library libabsl_raw_logging_internal.a 2025-03-21T20:27:26.1065415Z [ 13%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-03-21T20:27:26.1066244Z [ 13%] Built target periodic_sampler 2025-03-21T20:27:26.1067624Z [ 13%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-03-21T20:27:26.1069732Z [ 13%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-03-21T20:27:26.1071109Z [ 13%] Built target raw_logging_internal 2025-03-21T20:27:26.1071707Z [ 13%] Built target decode_rust_punycode 2025-03-21T20:27:26.1073149Z [ 13%] Building CXX object runner/abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-03-21T20:27:26.1075022Z [ 13%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-03-21T20:27:26.1080806Z [ 13%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-03-21T20:27:26.1082951Z [ 14%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-03-21T20:27:26.1085317Z [ 14%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-03-21T20:27:26.1087041Z [ 15%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-03-21T20:27:26.1088256Z [ 16%] Linking CXX static library libabsl_bad_variant_access.a 2025-03-21T20:27:26.1089746Z [ 16%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-03-21T20:27:26.1090903Z [ 16%] Built target random_internal_randen_slow 2025-03-21T20:27:26.1092199Z [ 17%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-03-21T20:27:26.1094277Z [ 17%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-03-21T20:27:26.1095689Z [ 17%] Built target bad_variant_access 2025-03-21T20:27:26.1097040Z [ 17%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-03-21T20:27:26.1098675Z [ 18%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-03-21T20:27:26.1100397Z [ 18%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-03-21T20:27:26.1101996Z [ 19%] Linking CXX static library libabsl_throw_delegate.a 2025-03-21T20:27:26.1103663Z [ 19%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-03-21T20:27:26.1104998Z [ 19%] Built target random_internal_randen_hwaes_impl 2025-03-21T20:27:27.3054319Z [ 20%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-03-21T20:27:27.3055579Z [ 20%] Built target throw_delegate 2025-03-21T20:27:27.3056152Z [ 20%] Linking CXX static library libabsl_time_zone.a 2025-03-21T20:27:27.3057133Z [ 21%] Building CXX object runner/abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-03-21T20:27:27.3057887Z [ 21%] Built target time_zone 2025-03-21T20:27:27.3058759Z [ 21%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-03-21T20:27:27.3060158Z [ 21%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-03-21T20:27:27.3061458Z [ 21%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-03-21T20:27:27.3062725Z [ 22%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-03-21T20:27:27.3063893Z [ 22%] Building CXX object runner/abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-03-21T20:27:27.3065057Z [ 23%] Linking CXX static library libabsl_base.a 2025-03-21T20:27:27.3065711Z [ 23%] Built target base 2025-03-21T20:27:27.3066429Z [ 24%] Linking CXX static library libabsl_demangle_rust.a 2025-03-21T20:27:27.3068181Z [ 24%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-03-21T20:27:27.3070217Z [ 25%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-03-21T20:27:27.3071771Z [ 25%] Linking CXX static library libabsl_bad_optional_access.a 2025-03-21T20:27:27.3072557Z [ 25%] Built target demangle_rust 2025-03-21T20:27:27.3073925Z [ 26%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-03-21T20:27:27.3075111Z [ 26%] Built target bad_optional_access 2025-03-21T20:27:27.3076843Z [ 26%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-03-21T20:27:27.3078566Z [ 26%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-03-21T20:27:27.3079687Z [ 26%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-03-21T20:27:27.3080466Z [ 26%] Built target bad_any_cast_impl 2025-03-21T20:27:27.3081058Z [ 26%] Built target random_internal_randen_hwaes 2025-03-21T20:27:27.3081958Z [ 26%] Linking CXX static library libabsl_debugging_internal.a 2025-03-21T20:27:27.3083043Z [ 27%] Linking CXX static library libabsl_scoped_set_env.a 2025-03-21T20:27:27.3084469Z [ 28%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-03-21T20:27:27.3086310Z [ 29%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-03-21T20:27:27.3087777Z [ 29%] Linking CXX static library libabsl_tracing_internal.a 2025-03-21T20:27:27.3088526Z [ 29%] Built target scoped_set_env 2025-03-21T20:27:27.3089055Z [ 29%] Built target debugging_internal 2025-03-21T20:27:27.3089617Z [ 29%] Built target tracing_internal 2025-03-21T20:27:27.3090777Z [ 29%] Building CXX object runner/abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-03-21T20:27:27.3092507Z [ 30%] Building CXX object runner/abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-03-21T20:27:27.3094394Z [ 31%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-03-21T20:27:27.3095942Z [ 32%] Linking CXX static library libabsl_cordz_functions.a 2025-03-21T20:27:27.3096732Z [ 32%] Built target cordz_functions 2025-03-21T20:27:27.3098055Z [ 32%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-03-21T20:27:27.3099400Z [ 33%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-03-21T20:27:27.3100614Z [ 33%] Linking CXX static library libabsl_demangle_internal.a 2025-03-21T20:27:27.3101389Z [ 34%] Linking CXX static library libabsl_malloc_internal.a 2025-03-21T20:27:27.3101923Z [ 34%] Built target demangle_internal 2025-03-21T20:27:27.3102263Z [ 34%] Built target malloc_internal 2025-03-21T20:27:27.3103073Z [ 35%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-03-21T20:27:27.3103852Z [ 35%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-03-21T20:27:27.3104470Z [ 35%] Linking CXX static library libabsl_log_internal_conditions.a 2025-03-21T20:27:27.3105767Z [ 35%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-03-21T20:27:27.3106881Z [ 35%] Built target crc_cpu_detect 2025-03-21T20:27:27.3107314Z [ 35%] Built target log_internal_conditions 2025-03-21T20:27:27.3108094Z [ 35%] Linking CXX static library libabsl_string_view.a 2025-03-21T20:27:27.3109333Z [ 35%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-03-21T20:27:27.3111127Z [ 36%] Building CXX object runner/abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-03-21T20:27:27.3112220Z [ 36%] Built target string_view 2025-03-21T20:27:27.3113575Z [ 37%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-03-21T20:27:27.3115675Z [ 37%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-03-21T20:27:27.3117124Z [ 37%] Linking CXX static library libabsl_city.a 2025-03-21T20:27:27.3117793Z [ 37%] Built target city 2025-03-21T20:27:27.3118534Z [ 37%] Linking CXX static library libabsl_low_level_hash.a 2025-03-21T20:27:27.3119738Z [ 37%] Linking CXX static library libabsl_random_internal_randen.a 2025-03-21T20:27:27.3120526Z [ 37%] Built target low_level_hash 2025-03-21T20:27:27.3121319Z [ 37%] Linking CXX static library libabsl_stacktrace.a 2025-03-21T20:27:27.3122069Z [ 37%] Built target random_internal_randen 2025-03-21T20:27:27.3122639Z [ 37%] Built target stacktrace 2025-03-21T20:27:27.3123368Z [ 37%] Linking CXX static library libabsl_poison.a 2025-03-21T20:27:27.3123973Z [ 37%] Built target poison 2025-03-21T20:27:27.3124804Z [ 38%] Linking CXX static library libabsl_graphcycles_internal.a 2025-03-21T20:27:27.3125601Z [ 38%] Built target graphcycles_internal 2025-03-21T20:27:27.3126468Z [ 38%] Linking CXX static library libabsl_crc_internal.a 2025-03-21T20:27:27.3127507Z [ 39%] Linking CXX static library libabsl_strings_internal.a 2025-03-21T20:27:27.3128249Z [ 39%] Built target crc_internal 2025-03-21T20:27:27.3128796Z [ 39%] Built target strings_internal 2025-03-21T20:27:27.3129954Z [ 40%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-03-21T20:27:27.3131596Z [ 40%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-03-21T20:27:27.3133146Z [ 40%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-03-21T20:27:27.3134825Z [ 41%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-03-21T20:27:27.3136865Z [ 41%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-03-21T20:27:27.3138859Z [ 41%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-03-21T20:27:27.3140834Z [ 41%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-03-21T20:27:27.3142539Z [ 41%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-03-21T20:27:27.3144224Z [ 42%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-03-21T20:27:27.3145923Z [ 43%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-03-21T20:27:27.3147555Z [ 43%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-03-21T20:27:27.3149037Z [ 43%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-03-21T20:27:27.3150588Z [ 44%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-03-21T20:27:27.3152179Z [ 44%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-03-21T20:27:27.3153498Z [ 44%] Linking CXX static library libabsl_strings.a 2025-03-21T20:27:27.3154172Z [ 44%] Built target strings 2025-03-21T20:27:27.3155340Z [ 44%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-03-21T20:27:27.3157029Z [ 44%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-03-21T20:27:27.3158670Z [ 44%] Building CXX object runner/abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-03-21T20:27:27.3160745Z [ 45%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-03-21T20:27:27.3164277Z [ 46%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-03-21T20:27:27.3165783Z [ 46%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-03-21T20:27:27.3167878Z [ 46%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-03-21T20:27:27.3169941Z [ 47%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-03-21T20:27:27.3172030Z [ 48%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-03-21T20:27:28.4989215Z [ 48%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-03-21T20:27:28.4990442Z [ 48%] Linking CXX static library libabsl_log_internal_proto.a 2025-03-21T20:27:28.4991617Z [ 49%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-03-21T20:27:28.4992465Z [ 49%] Built target flags_commandlineflag 2025-03-21T20:27:28.4993823Z [ 49%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-03-21T20:27:28.4995071Z [ 50%] Linking CXX static library libabsl_symbolize.a 2025-03-21T20:27:28.4995770Z [ 50%] Built target log_internal_proto 2025-03-21T20:27:28.4996335Z [ 50%] Built target log_internal_fnmatch 2025-03-21T20:27:28.4997801Z [ 50%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-03-21T20:27:28.5000153Z [ 51%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-03-21T20:27:28.5002024Z [ 51%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-03-21T20:27:28.5002947Z [ 51%] Built target symbolize 2025-03-21T20:27:28.5004322Z [ 51%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-03-21T20:27:28.5006387Z [ 51%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-03-21T20:27:28.5008029Z [ 51%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-03-21T20:27:28.5009751Z [ 51%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-03-21T20:27:28.5011101Z [ 51%] Built target random_internal_seed_material 2025-03-21T20:27:28.5012956Z [ 51%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-03-21T20:27:28.5014562Z [ 51%] Linking CXX static library libabsl_hash.a 2025-03-21T20:27:28.5015225Z [ 51%] Built target hash 2025-03-21T20:27:28.5016272Z [ 52%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-03-21T20:27:28.5018009Z [ 52%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-03-21T20:27:28.5019746Z [ 52%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-03-21T20:27:28.5021182Z [ 52%] Linking CXX static library libabsl_random_distributions.a 2025-03-21T20:27:28.5022515Z [ 53%] Building CXX object runner/abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-03-21T20:27:28.5023612Z [ 53%] Built target random_distributions 2025-03-21T20:27:28.5025112Z [ 54%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-03-21T20:27:28.5026728Z [ 55%] Linking CXX static library libabsl_str_format_internal.a 2025-03-21T20:27:28.5027531Z [ 55%] Built target str_format_internal 2025-03-21T20:27:28.5028512Z [ 55%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-03-21T20:27:28.5029886Z [ 55%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-03-21T20:27:28.5031497Z [ 55%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-03-21T20:27:28.5033978Z [ 56%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-03-21T20:27:28.5035467Z [ 56%] Built target flags_private_handle_accessor 2025-03-21T20:27:28.5037395Z [ 56%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-03-21T20:27:28.5039396Z [ 57%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-03-21T20:27:28.5041061Z [ 57%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-03-21T20:27:28.5042318Z [ 57%] Built target random_internal_pool_urbg 2025-03-21T20:27:28.5043764Z [ 57%] Building CXX object runner/abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-03-21T20:27:28.5045796Z [ 58%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-03-21T20:27:28.5047201Z [ 58%] Linking CXX static library libabsl_examine_stack.a 2025-03-21T20:27:28.5048147Z [ 58%] Linking CXX static library libabsl_time.a 2025-03-21T20:27:28.5048823Z [ 58%] Built target examine_stack 2025-03-21T20:27:28.5049298Z [ 58%] Built target time 2025-03-21T20:27:28.5050759Z [ 59%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-03-21T20:27:28.5053099Z [ 59%] Building CXX object runner/abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-03-21T20:27:28.5055234Z [ 59%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-03-21T20:27:28.5056945Z [ 59%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-03-21T20:27:28.5058193Z [ 60%] Linking CXX static library libabsl_flags_marshalling.a 2025-03-21T20:27:28.5059684Z [ 61%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-03-21T20:27:28.5060920Z [ 61%] Built target random_internal_distribution_test_util 2025-03-21T20:27:28.5061693Z [ 61%] Built target flags_marshalling 2025-03-21T20:27:28.5062938Z [ 61%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-03-21T20:27:28.5064270Z [ 62%] Linking CXX static library libabsl_random_seed_sequences.a 2025-03-21T20:27:28.5065066Z [ 62%] Built target random_seed_sequences 2025-03-21T20:27:28.5066003Z [ 62%] Linking CXX static library libabsl_failure_signal_handler.a 2025-03-21T20:27:28.5066900Z [ 62%] Built target failure_signal_handler 2025-03-21T20:27:28.5067798Z [ 62%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-03-21T20:27:28.5068644Z [ 62%] Built target kernel_timeout_internal 2025-03-21T20:27:28.5069980Z [ 62%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-03-21T20:27:28.5072103Z [ 62%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-03-21T20:27:28.5074242Z [ 63%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-03-21T20:27:28.5076636Z [ 63%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-03-21T20:27:28.5078919Z [ 63%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-03-21T20:27:28.5081090Z [ 64%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-03-21T20:27:28.5082977Z [ 64%] Linking CXX static library libabsl_log_internal_globals.a 2025-03-21T20:27:28.5083898Z [ 65%] Linking CXX static library libabsl_log_entry.a 2025-03-21T20:27:28.5084322Z [ 65%] Built target log_internal_globals 2025-03-21T20:27:28.5085101Z [ 65%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-03-21T20:27:28.5085755Z [ 65%] Built target log_entry 2025-03-21T20:27:28.5086172Z [ 66%] Linking CXX static library libabsl_crc32c.a 2025-03-21T20:27:28.5086873Z [ 66%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-03-21T20:27:28.5087441Z [ 66%] Built target crc32c 2025-03-21T20:27:28.5088142Z [ 66%] Building CXX object runner/abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-03-21T20:27:28.5089270Z [ 66%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-03-21T20:27:28.5090487Z [ 66%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-03-21T20:27:28.5091701Z [ 67%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-03-21T20:27:28.5092890Z [ 67%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-03-21T20:27:28.5094058Z [ 67%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-03-21T20:27:28.5095143Z [ 68%] Building CXX object runner/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-03-21T20:27:28.5095962Z [ 68%] Linking CXX static library libabsl_log_internal_format.a 2025-03-21T20:27:28.5096415Z [ 68%] Built target log_internal_format 2025-03-21T20:27:28.5096885Z [ 68%] Linking CXX static library libabsl_log_sink.a 2025-03-21T20:27:28.5097269Z [ 68%] Built target log_sink 2025-03-21T20:27:28.5097719Z [ 68%] Linking CXX static library libabsl_crc_cord_state.a 2025-03-21T20:27:28.5098148Z [ 68%] Built target crc_cord_state 2025-03-21T20:27:28.5098894Z [ 68%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-03-21T20:27:28.5100065Z [ 68%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-03-21T20:27:28.5101294Z [ 69%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-03-21T20:27:28.5102458Z [ 69%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-03-21T20:27:30.6527175Z [ 69%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-03-21T20:27:30.6529296Z [ 70%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-03-21T20:27:30.6531021Z [ 70%] Linking CXX static library libabsl_synchronization.a 2025-03-21T20:27:30.6531765Z [ 70%] Built target synchronization 2025-03-21T20:27:30.6533283Z [ 71%] Building CXX object runner/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-03-21T20:27:30.6535305Z [ 71%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-03-21T20:27:30.6537198Z [ 72%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-03-21T20:27:30.6539708Z [ 72%] Building CXX object runner/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-03-21T20:27:30.6542431Z [ 72%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-03-21T20:27:30.6543917Z [ 72%] Linking CXX static library libabsl_cord_internal.a 2025-03-21T20:27:30.6544696Z [ 72%] Built target cord_internal 2025-03-21T20:27:30.6545563Z [ 72%] Linking CXX static library libabsl_flags_program_name.a 2025-03-21T20:27:30.6546382Z [ 72%] Built target flags_program_name 2025-03-21T20:27:30.6547621Z [ 72%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-03-21T20:27:30.6549147Z [ 72%] Linking CXX static library libabsl_cordz_handle.a 2025-03-21T20:27:30.6549852Z [ 72%] Built target cordz_handle 2025-03-21T20:27:30.6551104Z [ 73%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-03-21T20:27:30.6552556Z [ 73%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-03-21T20:27:30.6553712Z [ 74%] Linking CXX static library libabsl_vlog_config_internal.a 2025-03-21T20:27:30.6554521Z [ 74%] Built target hashtablez_sampler 2025-03-21T20:27:30.6555100Z [ 74%] Built target vlog_config_internal 2025-03-21T20:27:30.6556244Z [ 75%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-03-21T20:27:30.6557500Z [ 75%] Linking CXX static library libabsl_flags_config.a 2025-03-21T20:27:30.6558201Z [ 75%] Built target flags_config 2025-03-21T20:27:30.6559399Z [ 76%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-03-21T20:27:30.6560802Z [ 76%] Linking CXX static library libabsl_cordz_info.a 2025-03-21T20:27:30.6561508Z [ 76%] Built target cordz_info 2025-03-21T20:27:30.6562568Z [ 76%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-03-21T20:27:30.6564149Z [ 77%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-03-21T20:27:30.6565643Z [ 77%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-03-21T20:27:30.6567505Z [ 77%] Building CXX object runner/abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-03-21T20:27:30.6569136Z [ 77%] Linking CXX static library libabsl_log_globals.a 2025-03-21T20:27:30.6569839Z [ 77%] Built target log_globals 2025-03-21T20:27:30.6571285Z [ 78%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-03-21T20:27:30.6573181Z [ 78%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-03-21T20:27:30.6574506Z [ 78%] Linking CXX static library libabsl_flags_internal.a 2025-03-21T20:27:30.6575219Z [ 78%] Built target flags_internal 2025-03-21T20:27:30.6577073Z [ 79%] Linking CXX static library libabsl_log_initialize.a 2025-03-21T20:27:30.6577813Z [ 79%] Built target log_initialize 2025-03-21T20:27:30.6578658Z [ 80%] Linking CXX static library libabsl_cordz_sample_token.a 2025-03-21T20:27:30.6579566Z [ 80%] Built target cordz_sample_token 2025-03-21T20:27:30.6580401Z [ 81%] Linking CXX static library libabsl_cord.a 2025-03-21T20:27:30.6581544Z [ 81%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-03-21T20:27:30.6582360Z [ 81%] Built target cord 2025-03-21T20:27:30.6582866Z [ 81%] Built target log_internal_log_sink_set 2025-03-21T20:27:30.6584292Z [ 81%] Building CXX object runner/abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-03-21T20:27:30.6586062Z [ 81%] Building CXX object runner/abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-03-21T20:27:30.6587882Z [ 82%] Building CXX object runner/abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-03-21T20:27:30.6589917Z [ 82%] Building CXX object runner/abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-03-21T20:27:30.6591921Z [ 82%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-03-21T20:27:30.6593514Z [ 83%] Linking CXX static library libabsl_log_internal_message.a 2025-03-21T20:27:30.6594348Z [ 83%] Built target log_internal_message 2025-03-21T20:27:30.6595729Z [ 83%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-03-21T20:27:30.6597568Z [ 83%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-03-21T20:27:30.6598804Z [ 84%] Linking CXX static library libabsl_status.a 2025-03-21T20:27:30.6599782Z [ 84%] Linking CXX static library libabsl_raw_hash_set.a 2025-03-21T20:27:30.6600540Z [ 84%] Built target status 2025-03-21T20:27:30.6601662Z [ 84%] Building CXX object runner/abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-03-21T20:27:30.6602754Z [ 84%] Built target raw_hash_set 2025-03-21T20:27:30.6604071Z [ 84%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-03-21T20:27:30.6605541Z [ 84%] Linking CXX static library libabsl_die_if_null.a 2025-03-21T20:27:30.6606672Z [ 84%] Linking CXX static library libabsl_log_internal_check_op.a 2025-03-21T20:27:30.6607485Z [ 84%] Built target die_if_null 2025-03-21T20:27:30.6608049Z [ 84%] Built target log_internal_check_op 2025-03-21T20:27:30.6608939Z [ 84%] Linking CXX static library libabsl_statusor.a 2025-03-21T20:27:30.6609671Z [ 84%] Built target statusor 2025-03-21T20:27:30.6610500Z [ 85%] Linking CXX static library libabsl_flags_reflection.a 2025-03-21T20:27:30.6611224Z [ 85%] Built target flags_reflection 2025-03-21T20:27:30.6612490Z [ 86%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-03-21T20:27:30.6614182Z [ 86%] Building CXX object runner/abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-03-21T20:27:30.6615542Z [ 86%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-03-21T20:27:30.6616934Z [ 87%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-03-21T20:27:30.6618203Z [ 87%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-03-21T20:27:30.6619459Z [ 87%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-03-21T20:27:30.6620772Z [ 88%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-03-21T20:27:30.6622205Z [ 88%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-03-21T20:27:30.6623460Z [ 88%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-03-21T20:27:30.6624680Z [ 89%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-03-21T20:27:30.6625916Z [ 89%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-03-21T20:27:30.6627080Z [ 89%] Linking CXX static library libabsl_log_flags.a 2025-03-21T20:27:30.6628064Z [ 89%] Linking CXX static library libabsl_flags_usage_internal.a 2025-03-21T20:27:30.6629268Z [ 90%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-03-21T20:27:30.6630154Z [ 90%] Built target log_flags 2025-03-21T20:27:30.6631097Z [ 90%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-03-21T20:27:30.6632435Z [ 90%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-03-21T20:27:30.6633364Z [ 90%] Built target flags_usage_internal 2025-03-21T20:27:30.6634468Z [ 91%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-03-21T20:27:30.6635611Z [ 91%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-03-21T20:27:30.6636715Z [ 91%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-03-21T20:27:30.6637865Z [ 92%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-03-21T20:27:30.6639033Z [ 92%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-03-21T20:27:30.6640237Z [ 92%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-03-21T20:27:30.6641516Z [ 93%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-03-21T20:27:30.6642969Z [ 93%] Building CXX object runner/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-03-21T20:27:30.6644265Z [ 93%] Building CXX object runner/re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-03-21T20:27:30.6645481Z [ 94%] Building CXX object runner/re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-03-21T20:27:30.6646927Z [ 94%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-03-21T20:27:30.6648108Z [ 94%] Linking CXX static library libre2.a 2025-03-21T20:27:30.6648708Z [ 94%] Built target re2 2025-03-21T20:27:30.6649769Z [ 94%] Building CXX object runner/CMakeFiles/llama_runner.dir/__/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:27:30.6651726Z [ 94%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:27:30.6653472Z [ 95%] Building CXX object runner/CMakeFiles/llama_runner.dir/runner.cpp.o 2025-03-21T20:49:32.9308390Z [ 96%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/runner/text_decoder_runner.cpp.o 2025-03-21T20:49:32.9309662Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:49:32.9310868Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/runner/text_prefiller.cpp.o 2025-03-21T20:49:32.9312026Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:49:32.9313478Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:49:32.9314399Z [ 97%] Linking CXX static library libabsl_flags_usage.a 2025-03-21T20:49:32.9314807Z [ 97%] Built target flags_usage 2025-03-21T20:49:32.9315663Z [ 97%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:49:32.9316915Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:49:32.9318062Z [ 98%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:49:32.9319056Z [ 98%] Building CXX object runner/abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-03-21T20:49:32.9320163Z [ 99%] Building CXX object runner/CMakeFiles/llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:49:32.9320976Z [ 99%] Linking CXX shared library libllama_runner.so 2025-03-21T20:49:32.9321559Z [100%] Linking CXX static library libabsl_flags_parse.a 2025-03-21T20:49:32.9321970Z [100%] Built target flags_parse 2025-03-21T20:49:32.9322287Z [100%] Built target llama_runner 2025-03-21T20:49:32.9322781Z [100%] Building CXX object CMakeFiles/llama_main.dir/main.cpp.o 2025-03-21T20:49:32.9323329Z [100%] Linking CXX executable llama_main 2025-03-21T20:49:32.9323705Z [100%] Built target llama_main 2025-03-21T20:49:32.9324055Z ++ date +%H:%M:%S 2025-03-21T20:49:32.9324375Z + NOW=20:27:31 2025-03-21T20:49:32.9324666Z + echo 'Starting to run llama runner at 20:27:31' 2025-03-21T20:49:32.9325049Z Starting to run llama runner at 20:27:31 2025-03-21T20:49:32.9325918Z + 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-03-21T20:49:32.9326937Z [INFO] [Qnn ExecuTorch]: Deserializing processed data using QnnContextCustomProtocol 2025-03-21T20:49:32.9327504Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:49:32.9327999Z [WARNING] [Qnn ExecuTorch]: QnnDsp Initializing HtpProvider 2025-03-21T20:49:32.9328320Z 2025-03-21T20:49:32.9328618Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:49:32.9329219Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in RESTORE MODE. 2025-03-21T20:49:32.9329872Z [INFO] [Qnn ExecuTorch]: QnnContextCustomProtocol expected magic number: 0x5678abcd but get: 0x2000000 2025-03-21T20:49:32.9330580Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:49:32.9330918Z 2025-03-21T20:49:32.9331362Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:49:32.9331929Z 2025-03-21T20:49:32.9332117Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:49:32.9332597Z invalid char[INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:49:32.9333047Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:49:32.9333417Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:49:32.9333782Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:49:32.9334118Z ++ date +%H:%M:%S 2025-03-21T20:49:32.9334351Z + NOW=20:49:32 2025-03-21T20:49:32.9334608Z + echo 'Finished at 20:49:32' 2025-03-21T20:49:32.9334898Z Finished at 20:49:32 2025-03-21T20:49:32.9335160Z ++ cat result.txt 2025-03-21T20:49:32.9335446Z + RESULT='Once upon a time, there was a little girl 2025-03-21T20:49:32.9336843Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1742588851776,"model_load_end_ms":1742588852123,"inference_start_ms":1742589534114,"inference_end_ms":1742590172862,"prompt_eval_end_ms":1742589656973,"first_token_ms":1742589656973,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000}' 2025-03-21T20:49:32.9338299Z + EXPECTED_PREFIX='Once upon a time,' 2025-03-21T20:49:32.9338661Z + [[ Once upon a time, there was a little girl 2025-03-21T20:49:32.9340170Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1742588851776,"model_load_end_ms":1742588852123,"inference_start_ms":1742589534114,"inference_end_ms":1742590172862,"prompt_eval_end_ms":1742589656973,"first_token_ms":1742589656973,"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-03-21T20:49:32.9341817Z + echo 'Expected result prefix: Once upon a time,' 2025-03-21T20:49:32.9342215Z Expected result prefix: Once upon a time, 2025-03-21T20:49:32.9342646Z + echo 'Actual result: Once upon a time, there was a little girl 2025-03-21T20:49:32.9344133Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1742588851776,"model_load_end_ms":1742588852123,"inference_start_ms":1742589534114,"inference_end_ms":1742590172862,"prompt_eval_end_ms":1742589656973,"first_token_ms":1742589656973,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000}' 2025-03-21T20:49:32.9345551Z Actual result: Once upon a time, there was a little girl 2025-03-21T20:49:32.9346956Z PyTorchObserver {"prompt_tokens":1,"generated_tokens":8,"model_load_start_ms":1742588851776,"model_load_end_ms":1742588852123,"inference_start_ms":1742589534114,"inference_end_ms":1742590172862,"prompt_eval_end_ms":1742589656973,"first_token_ms":1742589656973,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000} 2025-03-21T20:49:32.9348358Z + echo Success 2025-03-21T20:49:32.9348600Z Success 2025-03-21T20:49:32.9348842Z + prepare_artifacts_upload 2025-03-21T20:49:32.9349128Z + '[' -n '' ']' 2025-03-21T20:49:32.9349361Z + cleanup_files 2025-03-21T20:49:32.9349652Z + echo 'Deleting downloaded and generated files' 2025-03-21T20:49:32.9350037Z Deleting downloaded and generated files 2025-03-21T20:49:32.9350374Z + rm stories110M.pt 2025-03-21T20:49:32.9350638Z + rm tokenizer.model 2025-03-21T20:49:32.9350893Z + rm tokenizer.bin 2025-03-21T20:49:32.9351155Z + rm tinyllama_qnn_fp32.pte 2025-03-21T20:49:32.9351437Z + rm result.txt 2025-03-21T20:49:32.9351682Z + rm params.json 2025-03-21T20:49:32.9402704Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T20:49:32.9403100Z with: 2025-03-21T20:49:32.9403413Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:32.9403843Z fail-on-empty: false 2025-03-21T20:49:32.9404105Z env: 2025-03-21T20:49:32.9404395Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:49:32.9404776Z REPOSITORY: pytorch/executorch 2025-03-21T20:49:32.9405067Z PR_NUMBER: 2025-03-21T20:49:32.9408178Z 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-03-21T20:49:32.9411487Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:49:32.9412097Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:32.9412802Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:49:32.9413220Z ##[endgroup] 2025-03-21T20:49:33.0000325Z Prepare all required actions 2025-03-21T20:49:33.0037841Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:49:33.0038239Z with: 2025-03-21T20:49:33.0038610Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:49:33.0039194Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:49:33.0039640Z env: 2025-03-21T20:49:33.0039911Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:49:33.0040295Z REPOSITORY: pytorch/executorch 2025-03-21T20:49:33.0040604Z PR_NUMBER: 2025-03-21T20:49:33.0043710Z 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-03-21T20:49:33.0047082Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:49:33.0047689Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:33.0048259Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:49:33.0048722Z ##[endgroup] 2025-03-21T20:49:33.0071468Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:49:33.0072198Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:49:33.0079913Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:49:33.0080314Z env: 2025-03-21T20:49:33.0080599Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:49:33.0080981Z REPOSITORY: pytorch/executorch 2025-03-21T20:49:33.0081283Z PR_NUMBER: 2025-03-21T20:49:33.0084357Z 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-03-21T20:49:33.0087640Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:49:33.0088244Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:33.0088811Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:49:33.0089352Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:49:33.0089917Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T20:49:33.0090362Z ##[endgroup] 2025-03-21T20:49:33.0259869Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T20:49:33.2315835Z latest: Pulling from tool/alpine 2025-03-21T20:49:33.2319127Z 540db60ca938: Pulling fs layer 2025-03-21T20:49:33.3327285Z 540db60ca938: Download complete 2025-03-21T20:49:33.4097849Z 540db60ca938: Pull complete 2025-03-21T20:49:33.4209316Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:49:33.4247930Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:49:34.7286292Z Prepare all required actions 2025-03-21T20:49:34.7312793Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T20:49:34.7313183Z with: 2025-03-21T20:49:34.7313485Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:49:34.7313995Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:49:34.7314448Z env: 2025-03-21T20:49:34.7314733Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:49:34.7315097Z REPOSITORY: pytorch/executorch 2025-03-21T20:49:34.7315397Z PR_NUMBER: 2025-03-21T20:49:34.7318525Z 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-03-21T20:49:34.7321947Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:49:34.7322577Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:34.7323153Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:49:34.7323555Z ##[endgroup] 2025-03-21T20:49:34.7362629Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:49:34.7363357Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T20:49:34.7374656Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:49:34.7375062Z env: 2025-03-21T20:49:34.7375352Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:49:34.7375942Z REPOSITORY: pytorch/executorch 2025-03-21T20:49:34.7376236Z PR_NUMBER: 2025-03-21T20:49:34.7379335Z 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-03-21T20:49:34.7382685Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:49:34.7383292Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:34.7383858Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:49:34.7384390Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T20:49:34.7384904Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T20:49:34.7385275Z ##[endgroup] 2025-03-21T20:49:35.6659984Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T20:49:35.6660620Z # Only do these steps if we actually want to upload an artifact 2025-03-21T20:49:35.6661108Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T20:49:35.6661800Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T20:49:35.6662441Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T20:49:35.6662966Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T20:49:35.6663423Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:49:35.6663786Z  fi 2025-03-21T20:49:35.6664085Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T20:49:35.6664563Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T20:49:35.6664985Z  fi 2025-03-21T20:49:35.6665268Z fi 2025-03-21T20:49:35.6665581Z  2025-03-21T20:49:35.6665825Z upload_docs=0 2025-03-21T20:49:35.6666252Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T20:49:35.6666738Z # empty folders do not count 2025-03-21T20:49:35.6667220Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T20:49:35.6667832Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T20:49:35.6668348Z  # upload will probably not work correctly 2025-03-21T20:49:35.6668716Z  upload_docs=1 2025-03-21T20:49:35.6668991Z fi 2025-03-21T20:49:35.6669326Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:49:35.6675173Z shell: /usr/bin/bash -e {0} 2025-03-21T20:49:35.6675477Z env: 2025-03-21T20:49:35.6675990Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:49:35.6676388Z REPOSITORY: pytorch/executorch 2025-03-21T20:49:35.6676700Z PR_NUMBER: 2025-03-21T20:49:35.6679801Z 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-03-21T20:49:35.6683268Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:49:35.6683881Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:35.6684451Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:49:35.6684876Z UPLOAD_ARTIFACT_NAME: 2025-03-21T20:49:35.6685157Z ##[endgroup] 2025-03-21T20:49:35.6778108Z Prepare all required actions 2025-03-21T20:49:35.6810054Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T20:49:35.6810438Z with: 2025-03-21T20:49:35.6810663Z env: 2025-03-21T20:49:35.6810940Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:49:35.6811309Z REPOSITORY: pytorch/executorch 2025-03-21T20:49:35.6811611Z PR_NUMBER: 2025-03-21T20:49:35.6814713Z 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-03-21T20:49:35.6817995Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:49:35.6818599Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:35.6819168Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:49:35.6819580Z ##[endgroup] 2025-03-21T20:49:35.6842074Z ##[group]Run set -eou pipefail 2025-03-21T20:49:35.6842422Z set -eou pipefail 2025-03-21T20:49:35.6842722Z  2025-03-21T20:49:35.6843200Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T20:49:35.6843678Z for _ in $(seq 1440); do 2025-03-21T20:49:35.6844040Z  # Break if no ssh session exists anymore 2025-03-21T20:49:35.6844424Z  if [ "$(who)" = "" ]; then 2025-03-21T20:49:35.6844744Z  break 2025-03-21T20:49:35.6845005Z  fi 2025-03-21T20:49:35.6845243Z  echo "." 2025-03-21T20:49:35.6845515Z  sleep 5 2025-03-21T20:49:35.6845779Z done 2025-03-21T20:49:35.6851419Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:49:35.6851821Z env: 2025-03-21T20:49:35.6852105Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:49:35.6852551Z REPOSITORY: pytorch/executorch 2025-03-21T20:49:35.6852862Z PR_NUMBER: 2025-03-21T20:49:35.6855926Z 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-03-21T20:49:35.6859226Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:49:35.6859824Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:35.6860396Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:49:35.6860806Z ##[endgroup] 2025-03-21T20:49:35.6883467Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T20:49:35.6943896Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:49:35.6944631Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:49:35.6945080Z # shellcheck disable=SC2046 2025-03-21T20:49:35.6945427Z docker stop $(docker ps -q) || true 2025-03-21T20:49:35.6945797Z # Prune all of the docker images 2025-03-21T20:49:35.6946146Z docker system prune -af 2025-03-21T20:49:35.6951196Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:49:35.6951593Z env: 2025-03-21T20:49:35.6951880Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:49:35.6952253Z REPOSITORY: pytorch/executorch 2025-03-21T20:49:35.6952561Z PR_NUMBER: 2025-03-21T20:49:35.6955636Z 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-03-21T20:49:35.6958907Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:49:35.6959506Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:35.6960078Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:49:35.6960555Z ##[endgroup] 2025-03-21T20:49:46.5457607Z ce7081190560 2025-03-21T20:49:47.3393950Z Deleted Containers: 2025-03-21T20:49:47.3394430Z ce7081190560c5ea5639acb9a57ed937ae4b583bd122851e980827b9949374f8 2025-03-21T20:49:47.3394787Z 2025-03-21T20:49:50.0513762Z Deleted Images: 2025-03-21T20:49:50.0514541Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:49:50.0515843Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk@sha256:d38559c98aeb82552e009bbb7b17d76adfa19c8f3fb874ea99a5e76d87757f76 2025-03-21T20:49:50.0516899Z deleted: sha256:a30343f4b72f0dce49d6d4823ed055cd99145a3bc06228740f811eb1decc1863 2025-03-21T20:49:50.0517767Z deleted: sha256:dcbb28d0046263c2430b67be3aa47d5eeae988406651c479166a85d1f2dc5352 2025-03-21T20:49:50.0518424Z deleted: sha256:9eb84eff28220b78ca23a97d30406ba503bed179b002ea84bf7374f638729e3d 2025-03-21T20:49:50.0519099Z deleted: sha256:1e08d848f7a107eb88f5b1a9b4514efc7f1c8dcd0851dd1522bf5910c9a64b6e 2025-03-21T20:49:50.0519752Z deleted: sha256:338177c78bc0a768d9773592fdf8b7b0698a67566a991a8b485100213ca9fbc4 2025-03-21T20:49:50.0520402Z deleted: sha256:1735d6e22433f10e5a460ac53455294f66b52df308d6b6be04dd20bba3bc489b 2025-03-21T20:49:50.0521080Z deleted: sha256:e916ccba91a2ab63063cc7db425ff08ff4285196cf9b87316350e73b07ee4a38 2025-03-21T20:49:50.0521748Z deleted: sha256:50076809f40f30d632e24ddc5aed1a5bd9a9865dd2866c1ab23c86bf633e7962 2025-03-21T20:49:50.0522422Z deleted: sha256:f9be2a6a76147aff49d05a4ea9ab782cc03d178fcdc373fd1823e47d21271049 2025-03-21T20:49:50.0523103Z deleted: sha256:bcff32a2d3890e40a7d4fbff9b5e94b9990921f0d31050cc14aed0fbce2bdabc 2025-03-21T20:49:50.0523764Z deleted: sha256:d109d4f8538bf72481f92b4c500c92c077bca0bc829e607b2641e0012f982281 2025-03-21T20:49:50.0524423Z deleted: sha256:5a0315aad41e328783b21378a977b58eeafc0b12176c2a92ce6261d80cdb9f8a 2025-03-21T20:49:50.0525083Z deleted: sha256:953c2404ccf647ae6e90833a37a6d33d737a6db8d7654ba8673e7b27869c69d6 2025-03-21T20:49:50.0525754Z deleted: sha256:e3927df9fd6d09d5eec7a59563f028e532d8a8c26857d96d10c4ddb6d653d53c 2025-03-21T20:49:50.0526564Z deleted: sha256:6bf53b8ff77bb357c14b6f6bed501f1faaff14318f94a6c4266d4d490a3085d9 2025-03-21T20:49:50.0527240Z deleted: sha256:e35d013dc9b6638d165d3f99a5c52f826f791f536f8f6242b265fbc67198c58f 2025-03-21T20:49:50.0527884Z deleted: sha256:9056d4457c2cf08797efc71f8cd27c48415253e4b8f43b5f5229881a048ae27a 2025-03-21T20:49:50.0528554Z deleted: sha256:11466fda95e0deac6f947a330c64148f8b0901ed5a5aafacb4beff8f8a3eee77 2025-03-21T20:49:50.0529232Z deleted: sha256:af1d6fff7fd2699d5467ebd83e5684a43ec168b096cff174e142bb765c8aabed 2025-03-21T20:49:50.0529914Z deleted: sha256:d19e5d441e9eb9eb6a2f7e2087900b02fe702f38a119aa24f8302fbf0c6d21c0 2025-03-21T20:49:50.0530594Z deleted: sha256:2eedf60c8f92b92c908ecdb9ab484b4fafbd3e58496f78811a34b47b64563a6b 2025-03-21T20:49:50.0531281Z deleted: sha256:a9978fc0edbcd2becaca7b1bc439a65f8d08deb93a495259e35e44b80aa1fbbe 2025-03-21T20:49:50.0531964Z deleted: sha256:aca89b930d690a03dce5a887ffaba51a668ebfc78e187c476b2ef4d0fd155f42 2025-03-21T20:49:50.0532635Z deleted: sha256:0e562d3843f56b21d2a87df5932a674a1c3da44b539183db41db607ee862817c 2025-03-21T20:49:50.0533305Z deleted: sha256:5bb4fc3398f4c242cdf92cd40e1381d1ff68b7167fc08d3d889ce557e50631d0 2025-03-21T20:49:50.0533964Z deleted: sha256:27624496153d316bfdc2939bf156e557c1513ecf739d17b1e5d3a750d68951b8 2025-03-21T20:49:50.0534614Z deleted: sha256:06d9bc783b214f17c850d3800e14a626f030ed2e0bdbecba98bf84129643b204 2025-03-21T20:49:50.0535287Z deleted: sha256:b4c64f2492fcc5ffd8ecb88e3dc75478d137ed1c9b2f629b94ce38ce3a5da7b8 2025-03-21T20:49:50.0535941Z deleted: sha256:39f0c825984bef7310d3c956fa942850179360a59ef4db07a36b1379624fff28 2025-03-21T20:49:50.0536594Z deleted: sha256:8309096811fc40ec15e13afb5f2a7bd53ba41cdfb537065276e069a989fe0224 2025-03-21T20:49:50.0537258Z deleted: sha256:5dff339fb9ea5cfce15eaa54001cae3192a999789f66f4b950961082706b004b 2025-03-21T20:49:50.0537979Z deleted: sha256:21f790bc6db4d962af416145b9dba556aaff3c063b5c0f6cc14d14b053296c3c 2025-03-21T20:49:50.0538639Z deleted: sha256:56efc65dc265db39000751855e04b0ca0e56235bdfd19e74c9831a26e9548135 2025-03-21T20:49:50.0539279Z deleted: sha256:30b5876aa699f37563aa1e3f719d1e7866d1496062d1583c55ab4c59038ac044 2025-03-21T20:49:50.0539932Z deleted: sha256:8a672d95f0bde22559bbc58ae56f509b8c988c5af6e6fcd3442a6478126ad730 2025-03-21T20:49:50.0540595Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T20:49:50.0541324Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T20:49:50.0541958Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T20:49:50.0542886Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T20:49:50.0543797Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T20:49:50.0544465Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T20:49:50.0544872Z 2025-03-21T20:49:50.0564294Z Total reclaimed space: 17.78GB 2025-03-21T20:49:50.0621331Z ##[group]Run set +e 2025-03-21T20:49:50.0621837Z set +e 2025-03-21T20:49:50.0622293Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:49:50.0623032Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:49:50.0623690Z else 2025-03-21T20:49:50.0624162Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T20:49:50.0624750Z fi 2025-03-21T20:49:50.0625111Z set -e 2025-03-21T20:49:50.0632946Z shell: /usr/bin/bash -e {0} 2025-03-21T20:49:50.0633450Z env: 2025-03-21T20:49:50.0633920Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:49:50.0634593Z REPOSITORY: pytorch/executorch 2025-03-21T20:49:50.0635107Z PR_NUMBER: 2025-03-21T20:49:50.0640805Z 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-03-21T20:49:50.0646744Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:49:50.0647835Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:49:50.0648801Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:49:50.0649506Z NO_SUDO: false 2025-03-21T20:49:50.0649886Z ##[endgroup] 2025-03-21T20:49:51.2212307Z Post job cleanup. 2025-03-21T20:49:51.3219344Z Post job cleanup. 2025-03-21T20:49:51.4135514Z [command]/usr/bin/git version 2025-03-21T20:49:51.4186247Z git version 2.47.1 2025-03-21T20:49:51.4225624Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/7aba494c-3118-4575-8f3f-f147d3e570c6' before making global git config changes 2025-03-21T20:49:51.4226595Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:49:51.4230511Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:49:51.4258993Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:49:51.4294173Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:49:51.4556550Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:49:51.4573334Z http.https://github.com/.extraheader 2025-03-21T20:49:51.4582947Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T20:49:51.4607556Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:49:51.4907133Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T20:49:51.4933670Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T20:49:51.4939251Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:49:51.4939662Z ##[endgroup] 2025-03-21T20:49:57.0593926Z Cleaning up orphan processes