2025-03-21T20:17:43.9160052Z Current runner version: '2.323.0' 2025-03-21T20:17:43.9167271Z Runner name: 'i-02aa3908ebaa1b4cd' 2025-03-21T20:17:43.9168160Z Runner group name: 'Default' 2025-03-21T20:17:43.9169153Z Machine name: 'ip-10-0-8-209' 2025-03-21T20:17:43.9172299Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:43.9174674Z Contents: read 2025-03-21T20:17:43.9175364Z Metadata: read 2025-03-21T20:17:43.9175985Z ##[endgroup] 2025-03-21T20:17:43.9179230Z Secret source: Actions 2025-03-21T20:17:43.9180342Z Prepare workflow directory 2025-03-21T20:17:44.3190770Z Prepare all required actions 2025-03-21T20:17:44.3236652Z Getting action download info 2025-03-21T20:17:44.5380150Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:44.8568326Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:17:59.1622216Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:17:59.4783844Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:17:59.5917382Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:18:00.0157158Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:18:00.2773020Z Getting action download info 2025-03-21T20:18:00.4448470Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:00.4450550Z ##[group] Inputs 2025-03-21T20:18:00.4452951Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:00.4456500Z timeout: 90 2025-03-21T20:18:00.4456820Z runner: linux.24xlarge 2025-03-21T20:18:00.4457166Z upload-artifact: 2025-03-21T20:18:00.4457820Z upload-artifact-to-s3: false 2025-03-21T20:18:00.4458181Z download-artifact: 2025-03-21T20:18:00.4458504Z repository: 2025-03-21T20:18:00.4458825Z fetch-depth: 1 2025-03-21T20:18:00.4459128Z submodules: true 2025-03-21T20:18:00.4459507Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:00.4459942Z test-infra-repository: pytorch/test-infra 2025-03-21T20:18:00.4460358Z test-infra-ref: 2025-03-21T20:18:00.4460724Z docker-image: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:00.4461166Z docker-build-dir: .ci/docker 2025-03-21T20:18:00.4461557Z gpu-arch-type: cpu 2025-03-21T20:18:00.4461871Z gpu-arch-version: 2025-03-21T20:18:00.4462191Z job-name: linux-job 2025-03-21T20:18:00.4462523Z continue-on-error: false 2025-03-21T20:18:00.4462886Z binary-matrix: 2025-03-21T20:18:00.4463236Z run-with-docker: true 2025-03-21T20:18:00.4463526Z secrets-env: 2025-03-21T20:18:00.4463813Z no-sudo: false 2025-03-21T20:18:00.4464125Z ##[endgroup] 2025-03-21T20:18:00.4464499Z Complete job name: test-llava-runner-linux / linux-job 2025-03-21T20:18:00.5355924Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:18:00.5460192Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:18:00.5468834Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:00.5469486Z ##[endgroup] 2025-03-21T20:18:01.6543641Z Runner Type: linux.24xlarge 2025-03-21T20:18:01.6544067Z Instance Type: c5.24xlarge 2025-03-21T20:18:01.6544345Z AMI Name: unknown 2025-03-21T20:18:01.6569162Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:06.6246867Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:06.6247312Z set -euxo pipefail 2025-03-21T20:18:06.6247834Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:06.6248269Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:06.6248692Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:06.6249048Z else 2025-03-21T20:18:06.6249347Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:06.6249749Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:06.6250078Z fi 2025-03-21T20:18:06.6250315Z  2025-03-21T20:18:06.6250590Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:06.6250927Z echo "::endgroup::" 2025-03-21T20:18:06.6261187Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:06.6261541Z env: 2025-03-21T20:18:06.6261844Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:06.6262255Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.6262633Z PR_NUMBER: 2025-03-21T20:18:06.6265020Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:06.6267532Z NO_SUDO: false 2025-03-21T20:18:06.6267791Z ##[endgroup] 2025-03-21T20:18:06.6300106Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:06.6314529Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:06.6318432Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:06.6318992Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:06.7617314Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/branches' 2025-03-21T20:18:06.7618367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/applypatch-msg.sample' 2025-03-21T20:18:06.7619534Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/commit-msg.sample' 2025-03-21T20:18:06.7620509Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/post-update.sample' 2025-03-21T20:18:06.7621505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-applypatch.sample' 2025-03-21T20:18:06.7622504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-commit.sample' 2025-03-21T20:18:06.7623482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-merge-commit.sample' 2025-03-21T20:18:06.7624482Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-push.sample' 2025-03-21T20:18:06.7625444Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-receive.sample' 2025-03-21T20:18:06.7626543Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/push-to-checkout.sample' 2025-03-21T20:18:06.7627598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/sendemail-validate.sample' 2025-03-21T20:18:06.7628583Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/update.sample' 2025-03-21T20:18:06.7629668Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/fsmonitor-watchman.sample' 2025-03-21T20:18:06.7630847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/pre-rebase.sample' 2025-03-21T20:18:06.7632309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks/prepare-commit-msg.sample' 2025-03-21T20:18:06.7633455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/hooks' 2025-03-21T20:18:06.7634319Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info/exclude' 2025-03-21T20:18:06.7635172Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/info' 2025-03-21T20:18:06.7636015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/description' 2025-03-21T20:18:06.7636822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config' 2025-03-21T20:18:06.7637654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads/main' 2025-03-21T20:18:06.7638528Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/heads' 2025-03-21T20:18:06.7639550Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/tags' 2025-03-21T20:18:06.7640460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin/main' 2025-03-21T20:18:06.7641430Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes/origin' 2025-03-21T20:18:06.7642394Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs/remotes' 2025-03-21T20:18:06.7643273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/refs' 2025-03-21T20:18:06.7644339Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/HEAD' 2025-03-21T20:18:06.7645383Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.pack' 2025-03-21T20:18:06.7646938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.rev' 2025-03-21T20:18:06.7648286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack/pack-e4a8484e98aad66fbff9be8ff7ebca9a8cd44ed9.idx' 2025-03-21T20:18:06.7649420Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/pack' 2025-03-21T20:18:06.7650335Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects/info' 2025-03-21T20:18:06.7651242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/objects' 2025-03-21T20:18:06.7652091Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/FETCH_HEAD' 2025-03-21T20:18:06.7652894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/shallow' 2025-03-21T20:18:06.7654002Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin/main' 2025-03-21T20:18:06.7655064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes/origin' 2025-03-21T20:18:06.7656094Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/remotes' 2025-03-21T20:18:06.7657060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads/main' 2025-03-21T20:18:06.7658005Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs/heads' 2025-03-21T20:18:06.7658942Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/refs' 2025-03-21T20:18:06.7659803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs/HEAD' 2025-03-21T20:18:06.7660623Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/logs' 2025-03-21T20:18:06.7661636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/config.worktree' 2025-03-21T20:18:06.7662565Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/index' 2025-03-21T20:18:06.7663372Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git' 2025-03-21T20:18:06.7664156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.flake8' 2025-03-21T20:18:06.7664991Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git-blame-ignore-revs' 2025-03-21T20:18:06.7665836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitattributes' 2025-03-21T20:18:06.7666820Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actionlint.yaml' 2025-03-21T20:18:06.7667757Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint/action.yml' 2025-03-21T20:18:06.7668849Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/bc-lint' 2025-03-21T20:18:06.7669807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload/action.yml' 2025-03-21T20:18:06.7670800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/binary-upload' 2025-03-21T20:18:06.7671835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image/action.yml' 2025-03-21T20:18:06.7673225Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/calculate-docker-image' 2025-03-21T20:18:06.7674354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space/action.yml' 2025-03-21T20:18:06.7675444Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/check-disk-space' 2025-03-21T20:18:06.7676539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory/action.yml' 2025-03-21T20:18:06.7677634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/chown-directory' 2025-03-21T20:18:06.7678732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload/action.yml' 2025-03-21T20:18:06.7679829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/clang-tidy-upload' 2025-03-21T20:18:06.7680894Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner/action.yml' 2025-03-21T20:18:06.7681960Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/cleanup-runner' 2025-03-21T20:18:06.7683078Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables/action.yml' 2025-03-21T20:18:06.7684240Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/export-matrix-variables' 2025-03-21T20:18:06.7685495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id/action.yml' 2025-03-21T20:18:06.7686581Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/get-workflow-job-id' 2025-03-21T20:18:06.7687662Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image/action.yml' 2025-03-21T20:18:06.7688939Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/pull-docker-image' 2025-03-21T20:18:06.7690052Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache/action.yml' 2025-03-21T20:18:06.7691447Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/run-script-with-cache' 2025-03-21T20:18:06.7692650Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel/action.yml' 2025-03-21T20:18:06.7693692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/set-channel' 2025-03-21T20:18:06.7694770Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds/action.yml' 2025-03-21T20:18:06.7695895Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-builds' 2025-03-21T20:18:06.7697011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload/action.yml' 2025-03-21T20:18:06.7698142Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-binary-upload' 2025-03-21T20:18:06.7699252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test/action.yml' 2025-03-21T20:18:06.7700442Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-build-test' 2025-03-21T20:18:06.7701486Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux/action.yml' 2025-03-21T20:18:06.7702498Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-linux' 2025-03-21T20:18:06.7703526Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/README.md' 2025-03-21T20:18:06.7704585Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda/action.yml' 2025-03-21T20:18:06.7705640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-miniconda' 2025-03-21T20:18:06.7706684Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia/action.yml' 2025-03-21T20:18:06.7707689Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-nvidia' 2025-03-21T20:18:06.7708693Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/action.yml' 2025-03-21T20:18:06.7709685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh/index.js' 2025-03-21T20:18:06.7710673Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-ssh' 2025-03-21T20:18:06.7711689Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows/action.yml' 2025-03-21T20:18:06.7712807Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/setup-windows' 2025-03-21T20:18:06.7714159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux/action.yml' 2025-03-21T20:18:06.7715214Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-linux' 2025-03-21T20:18:06.7716297Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows/action.yml' 2025-03-21T20:18:06.7717390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/teardown-windows' 2025-03-21T20:18:06.7718480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly/action.yml' 2025-03-21T20:18:06.7719569Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/trigger-nightly' 2025-03-21T20:18:06.7720665Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash/action.yml' 2025-03-21T20:18:06.7721879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-commit-hash' 2025-03-21T20:18:06.7723045Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict/action.yml' 2025-03-21T20:18:06.7724167Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/update-viablestrict' 2025-03-21T20:18:06.7725322Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results/action.yml' 2025-03-21T20:18:06.7726488Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions/upload-benchmark-results' 2025-03-21T20:18:06.7727527Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/actions' 2025-03-21T20:18:06.7728460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-node-config.yaml' 2025-03-21T20:18:06.7729431Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/arc-runner-config.yaml' 2025-03-21T20:18:06.7730408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/canary-scale-config.yml' 2025-03-21T20:18:06.7731331Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/dependabot.yml' 2025-03-21T20:18:06.7732284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-canary-scale-config.yml' 2025-03-21T20:18:06.7733263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/lf-scale-config.yml' 2025-03-21T20:18:06.7734198Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scale-config.yml' 2025-03-21T20:18:06.7735431Z 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:06.7736979Z 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:06.7738482Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v2' 2025-03-21T20:18:06.7739783Z 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:06.7741191Z 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:06.7742651Z 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:06.7744085Z 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:06.7745406Z 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:06.7746662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing/v3' 2025-03-21T20:18:06.7747903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmark-results-dir-for-testing' 2025-03-21T20:18:06.7749069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks/gather_metadata.py' 2025-03-21T20:18:06.7750298Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/benchmarks' 2025-03-21T20:18:06.7751419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/export_matrix_variables.py' 2025-03-21T20:18:06.7752619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_tutorials_stats.py' 2025-03-21T20:18:06.7753824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/get_workflow_job_id.py' 2025-03-21T20:18:06.7754854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_torch.sh' 2025-03-21T20:18:06.7755847Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/install_xpu.bat' 2025-03-21T20:18:06.7756879Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_clickhouse_format.sh' 2025-03-21T20:18:06.7757931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py' 2025-03-21T20:18:06.7759027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/test_update_disabled_issues.py' 2025-03-21T20:18:06.7760125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_commit_hashes.py' 2025-03-21T20:18:06.7761193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/update_disabled_issues.py' 2025-03-21T20:18:06.7762282Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/upload_benchmark_results.py' 2025-03-21T20:18:06.7763343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_binaries.sh' 2025-03-21T20:18:06.7764355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_pipy.sh' 2025-03-21T20:18:06.7765365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_poetry.sh' 2025-03-21T20:18:06.7766392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_scale_config.py' 2025-03-21T20:18:06.7767437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/validate_test_ops.sh' 2025-03-21T20:18:06.7768460Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/xpu_env_helper.bat' 2025-03-21T20:18:06.7769421Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts' 2025-03-21T20:18:06.7770387Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_binary_upload.yml' 2025-03-21T20:18:06.7771401Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/_upload_docs.yml' 2025-03-21T20:18:06.7772549Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/backfill-workflow-job.yml' 2025-03-21T20:18:06.7773603Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build-windows-ami.yml' 2025-03-21T20:18:06.7774636Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_linux.yml' 2025-03-21T20:18:06.7775660Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_macos.yml' 2025-03-21T20:18:06.7776699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_conda_windows.yml' 2025-03-21T20:18:06.7777740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_linux.yml' 2025-03-21T20:18:06.7778777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_macos.yml' 2025-03-21T20:18:06.7779824Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/build_wheels_windows.yml' 2025-03-21T20:18:06.7780955Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/check-alerts.yml' 2025-03-21T20:18:06.7782237Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-linux.yml' 2025-03-21T20:18:06.7783303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clang-tidy-macos.yml' 2025-03-21T20:18:06.7784461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-dynamo-lambda.yml' 2025-03-21T20:18:06.7785698Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/clickhouse-replicator-s3-lambda.yml' 2025-03-21T20:18:06.7786950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/deploy_lambda_whl_metadata_upload_pep658.yml' 2025-03-21T20:18:06.7788299Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/disable-flaky-tests.yml' 2025-03-21T20:18:06.7789403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_binary_build_matrix.yml' 2025-03-21T20:18:06.7790581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_docker_release_matrix.yml' 2025-03-21T20:18:06.7791726Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/generate_release_matrix.yml' 2025-03-21T20:18:06.7792906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/gha-artifacts-lambda.yml' 2025-03-21T20:18:06.7794032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/github-status-test-lambda.yml' 2025-03-21T20:18:06.7795183Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-do-release-runners.yml' 2025-03-21T20:18:06.7796340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-release-tag-runners.yml' 2025-03-21T20:18:06.7797514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runner-binaries-syncer.yml' 2025-03-21T20:18:06.7798605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-runners.yml' 2025-03-21T20:18:06.7799633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lambda-webhook.yml' 2025-03-21T20:18:06.7800612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/lint.yml' 2025-03-21T20:18:06.7801559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job.yml' 2025-03-21T20:18:06.7802551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/linux_job_v2.yml' 2025-03-21T20:18:06.7803619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/log-classifier-lambda.yml' 2025-03-21T20:18:06.7804644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/macos_job.yml' 2025-03-21T20:18:06.7805730Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/mobile_job.yml' 2025-03-21T20:18:06.7806777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/opensearch-gha-jobs-lambda.yml' 2025-03-21T20:18:06.7807883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/pr-dependencies-check.yml' 2025-03-21T20:18:06.7808924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/revert-tracker.yml' 2025-03-21T20:18:06.7809978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/scale_config_validation.yml' 2025-03-21T20:18:06.7811159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/servicelab-ingestor-lambda.yml' 2025-03-21T20:18:06.7812364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-binary-size-validation.yml' 2025-03-21T20:18:06.7813480Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-export-matrix-variables.yml' 2025-03-21T20:18:06.7814605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-env-file' 2025-03-21T20:18:06.7815797Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda-pip-requirements-file' 2025-03-21T20:18:06.7816970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-miniconda.yml' 2025-03-21T20:18:06.7818019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-nvidia.yml' 2025-03-21T20:18:06.7819234Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-setup-ssh.yml' 2025-03-21T20:18:06.7820337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test-validate-domain-library.yml' 2025-03-21T20:18:06.7821558Z 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:06.7822846Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_python_versions.yml' 2025-03-21T20:18:06.7824081Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_with_cuda.yml' 2025-03-21T20:18:06.7825296Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_linux_without_cuda.yml' 2025-03-21T20:18:06.7826452Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_m1.yml' 2025-03-21T20:18:06.7827613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_with_cuda.yml' 2025-03-21T20:18:06.7828861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_build_wheels_windows_without_cuda.yml' 2025-03-21T20:18:06.7829998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job.yml' 2025-03-21T20:18:06.7831020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_linux_job_v2.yml' 2025-03-21T20:18:06.7832063Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_macos_job.yml' 2025-03-21T20:18:06.7833192Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_mobile_job.yml' 2025-03-21T20:18:06.7834304Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_upload_benchmark_results.yml' 2025-03-21T20:18:06.7835455Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/test_windows_job.yml' 2025-03-21T20:18:06.7836466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tests.yml' 2025-03-21T20:18:06.7837414Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/tflint.yml' 2025-03-21T20:18:06.7838477Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/torchci.yml' 2025-03-21T20:18:06.7839485Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly.yml' 2025-03-21T20:18:06.7841671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/trigger_nightly_core.yml' 2025-03-21T20:18:06.7842881Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-drci-comments.yml' 2025-03-21T20:18:06.7844021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-queue-times.yml' 2025-03-21T20:18:06.7845366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-s3-html.yml' 2025-03-21T20:18:06.7846426Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update-test-times.yml' 2025-03-21T20:18:06.7847507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_disabled_tests.yml' 2025-03-21T20:18:06.7848696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/update_test_file_ratings.yml' 2025-03-21T20:18:06.7849812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/upload-tutorials-stats.yml' 2025-03-21T20:18:06.7850969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/usage-log-aggregator-lambda.yml' 2025-03-21T20:18:06.7852147Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-aarch64-linux-binaries.yml' 2025-03-21T20:18:06.7853433Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-binaries.yml' 2025-03-21T20:18:06.7854640Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-docker-images.yml' 2025-03-21T20:18:06.7855760Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-domain-library.yml' 2025-03-21T20:18:06.7856891Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-linux-binaries.yml' 2025-03-21T20:18:06.7858047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-macos-arm64-binaries.yml' 2025-03-21T20:18:06.7859211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-nightly-binaries.yml' 2025-03-21T20:18:06.7860392Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-pypi-wheel-binary-size.yml' 2025-03-21T20:18:06.7861555Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-release-binaries.yml' 2025-03-21T20:18:06.7862738Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-repackaged-binary-sizes.yml' 2025-03-21T20:18:06.7863923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/validate-windows-binaries.yml' 2025-03-21T20:18:06.7865050Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows-ami-validation.yml' 2025-03-21T20:18:06.7866106Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows/windows_job.yml' 2025-03-21T20:18:06.7867071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/workflows' 2025-03-21T20:18:06.7868054Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github' 2025-03-21T20:18:06.7868819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.gitignore' 2025-03-21T20:18:06.7869614Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.lintrunner.toml' 2025-03-21T20:18:06.7870462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.mypy_requirements.txt' 2025-03-21T20:18:06.7871274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.sqlfluff' 2025-03-21T20:18:06.7872064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CODE_OF_CONDUCT.md' 2025-03-21T20:18:06.7873278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/CONTRIBUTING.md' 2025-03-21T20:18:06.7874124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/LICENSE' 2025-03-21T20:18:06.7874882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/README.md' 2025-03-21T20:18:06.7875741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/README.md' 2025-03-21T20:18:06.7876666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.hwm' 2025-03-21T20:18:06.7877586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwd' 2025-03-21T20:18:06.7878518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/build.pwi' 2025-03-21T20:18:06.7879487Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs/sshd_config' 2025-03-21T20:18:06.7880479Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/configs' 2025-03-21T20:18:06.7881470Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/plugins.pkr.hcl' 2025-03-21T20:18:06.7882560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Reset-UserData.ps1' 2025-03-21T20:18:06.7883778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers/Uninstall-WinDefend.ps1' 2025-03-21T20:18:06.7884947Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Helpers' 2025-03-21T20:18:06.7886119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Initialize-Python3.ps1' 2025-03-21T20:18:06.7887546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1' 2025-03-21T20:18:06.7888870Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Choco-GenerateProfile.ps1' 2025-03-21T20:18:06.7890251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Conda-Dependencies.ps1' 2025-03-21T20:18:06.7891559Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Miniconda3.ps1' 2025-03-21T20:18:06.7892873Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Pip-Dependencies.ps1' 2025-03-21T20:18:06.7894130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-SSH.ps1' 2025-03-21T20:18:06.7895328Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-Tools.ps1' 2025-03-21T20:18:06.7896517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers/Install-VS.ps1' 2025-03-21T20:18:06.7897650Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts/Installers' 2025-03-21T20:18:06.7898684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/scripts' 2025-03-21T20:18:06.7899784Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts/bootstrap-winrm.ps1' 2025-03-21T20:18:06.7900941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/user-data-scripts' 2025-03-21T20:18:06.7901992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/variables.pkr.hcl' 2025-03-21T20:18:06.7903047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows/windows.pkr.hcl' 2025-03-21T20:18:06.7904047Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami/windows' 2025-03-21T20:18:06.7904910Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/ami' 2025-03-21T20:18:06.7905813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/.gitignore' 2025-03-21T20:18:06.7906819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/Makefile' 2025-03-21T20:18:06.7907951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/ci_queue_pct.py' 2025-03-21T20:18:06.7908945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/dorun.sh' 2025-03-21T20:18:06.7909950Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct/requirements.txt' 2025-03-21T20:18:06.7910959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/ci-queue-pct' 2025-03-21T20:18:06.7912015Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/Makefile' 2025-03-21T20:18:06.7913469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/README.md' 2025-03-21T20:18:06.7914699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/expected_query.sql' 2025-03-21T20:18:06.7915975Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/lambda_function.py' 2025-03-21T20:18:06.7917246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/requirements.txt' 2025-03-21T20:18:06.7918539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/sample_workflow_job.json' 2025-03-21T20:18:06.7919860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo/test_lambda_function.py' 2025-03-21T20:18:06.7921092Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-dynamo' 2025-03-21T20:18:06.7922421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/Makefile' 2025-03-21T20:18:06.7923647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/README.md' 2025-03-21T20:18:06.7925048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/lambda_function.py' 2025-03-21T20:18:06.7926375Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3/requirements.txt' 2025-03-21T20:18:06.7927603Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/clickhouse-replicator-s3' 2025-03-21T20:18:06.7928810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/Makefile' 2025-03-21T20:18:06.7929924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/README.md' 2025-03-21T20:18:06.7931097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/lambda_function.py' 2025-03-21T20:18:06.7932384Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts/requirements.txt' 2025-03-21T20:18:06.7933664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/gha-artifacts' 2025-03-21T20:18:06.7934957Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/Makefile' 2025-03-21T20:18:06.7937039Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/README.md' 2025-03-21T20:18:06.7938214Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/lambda_function.py' 2025-03-21T20:18:06.7939461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test/requirements.txt' 2025-03-21T20:18:06.7940929Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/github-status-test' 2025-03-21T20:18:06.7942135Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/.gitignore' 2025-03-21T20:18:06.7943276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.lock' 2025-03-21T20:18:06.7944580Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/Cargo.toml' 2025-03-21T20:18:06.8003584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/README.md' 2025-03-21T20:18:06.8005360Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data/README.md' 2025-03-21T20:18:06.8007423Z 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:06.8009979Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/data' 2025-03-21T20:18:06.8012060Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/error_log1.txt' 2025-03-21T20:18:06.8014444Z 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:06.8016782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures/request.json' 2025-03-21T20:18:06.8018679Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/fixtures' 2025-03-21T20:18:06.8020032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/ruleset.toml' 2025-03-21T20:18:06.8021134Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts/download_logs.py' 2025-03-21T20:18:06.8022248Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/scripts' 2025-03-21T20:18:06.8023309Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock.rs' 2025-03-21T20:18:06.8024409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock/prompts.rs' 2025-03-21T20:18:06.8025515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/bedrock' 2025-03-21T20:18:06.8026584Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/engine.rs' 2025-03-21T20:18:06.8027608Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/lib.rs' 2025-03-21T20:18:06.8028602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/log.rs' 2025-03-21T20:18:06.8029611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/main.rs' 2025-03-21T20:18:06.8030727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/network.rs' 2025-03-21T20:18:06.8031893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule.rs' 2025-03-21T20:18:06.8033256Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/rule_match.rs' 2025-03-21T20:18:06.8034603Z 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:06.8036296Z 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:06.8037768Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src/snapshots' 2025-03-21T20:18:06.8038870Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier/src' 2025-03-21T20:18:06.8039900Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/log-classifier' 2025-03-21T20:18:06.8040937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/Makefile' 2025-03-21T20:18:06.8042005Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/README.md' 2025-03-21T20:18:06.8043105Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/lambda_function.py' 2025-03-21T20:18:06.8044264Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/requirements.txt' 2025-03-21T20:18:06.8045513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs/test_lambda_function.py' 2025-03-21T20:18:06.8046573Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/opensearch-gha-jobs' 2025-03-21T20:18:06.8047572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/.gitignore' 2025-03-21T20:18:06.8048568Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/Makefile' 2025-03-21T20:18:06.8049602Z 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:06.8050675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time/requirements.txt' 2025-03-21T20:18:06.8051683Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/oss_ci_job_queue_time' 2025-03-21T20:18:06.8052669Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/Makefile' 2025-03-21T20:18:06.8054011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/README.md' 2025-03-21T20:18:06.8055138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/lambda_function.py' 2025-03-21T20:18:06.8056307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor/requirements.txt' 2025-03-21T20:18:06.8057418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/servicelab-ingestor' 2025-03-21T20:18:06.8058423Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/__init__.py' 2025-03-21T20:18:06.8059463Z 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:06.8060581Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests/test_requirements.txt' 2025-03-21T20:18:06.8061674Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/tests' 2025-03-21T20:18:06.8062732Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/Makefile' 2025-03-21T20:18:06.8063845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/lambda_function.py' 2025-03-21T20:18:06.8064992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/requirements.txt' 2025-03-21T20:18:06.8066386Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_lambda_function.py' 2025-03-21T20:18:06.8067541Z 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:06.8068739Z 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:06.8069887Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator/test_samples' 2025-03-21T20:18:06.8070936Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/usage-log-aggregator' 2025-03-21T20:18:06.8071937Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/Makefile' 2025-03-21T20:18:06.8073240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/README.md' 2025-03-21T20:18:06.8074406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/lambda_function.py' 2025-03-21T20:18:06.8075605Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/requirements.txt' 2025-03-21T20:18:06.8076774Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658/test_event.json' 2025-03-21T20:18:06.8077977Z 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:06.8079161Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda/whl_metadata_upload_pep658' 2025-03-21T20:18:06.8080146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/lambda' 2025-03-21T20:18:06.8081116Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/README.md' 2025-03-21T20:18:06.8082289Z 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:06.8083524Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org/pep503_whl_redirect.js' 2025-03-21T20:18:06.8084675Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites/download.pytorch.org' 2025-03-21T20:18:06.8085710Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws/websites' 2025-03-21T20:18:06.8086473Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/aws' 2025-03-21T20:18:06.8087276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/README.md' 2025-03-21T20:18:06.8088249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3/schema.sql' 2025-03-21T20:18:06.8089681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_benchmark_v3' 2025-03-21T20:18:06.8091011Z 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:06.8092289Z 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:06.8093468Z 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:06.8094600Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_queue_time_histogram' 2025-03-21T20:18:06.8095768Z 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:06.8097023Z 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:06.8098199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema/oss_ci_utilization' 2025-03-21T20:18:06.8099169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/clickhouse_db_schema' 2025-03-21T20:18:06.8099948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/mypy.ini' 2025-03-21T20:18:06.8100893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/pyproject.toml' 2025-03-21T20:18:06.8101685Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/README.md' 2025-03-21T20:18:06.8102557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/cut-release-branch.sh' 2025-03-21T20:18:06.8103432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote.sh' 2025-03-21T20:18:06.8104318Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/common_utils.sh' 2025-03-21T20:18:06.8105274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/conda_to_conda.sh' 2025-03-21T20:18:06.8106260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/prep_binary_for_pypi.sh' 2025-03-21T20:18:06.8107218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/s3_to_s3.sh' 2025-03-21T20:18:06.8108138Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote/wheel_to_pypi.sh' 2025-03-21T20:18:06.8109049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/promote' 2025-03-21T20:18:06.8109978Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/prep_binary_for_pypi.sh' 2025-03-21T20:18:06.8110998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_production.sh' 2025-03-21T20:18:06.8112041Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/promote_pypi_to_staging.sh' 2025-03-21T20:18:06.8113307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi/upload_pypi_to_staging.sh' 2025-03-21T20:18:06.8114272Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/pypi' 2025-03-21T20:18:06.8115179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/release_versions.sh' 2025-03-21T20:18:06.8116104Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release/restore-backup.sh' 2025-03-21T20:18:06.8116972Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/release' 2025-03-21T20:18:06.8117827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/README.md' 2025-03-21T20:18:06.8118736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/backup_conda.py' 2025-03-21T20:18:06.8119720Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/manage.py' 2025-03-21T20:18:06.8120700Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/requirements.txt' 2025-03-21T20:18:06.8121702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management/update_dependencies.py' 2025-03-21T20:18:06.8122654Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/s3_management' 2025-03-21T20:18:06.8123533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintignore' 2025-03-21T20:18:06.8124429Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.eslintrc.json' 2025-03-21T20:18:06.8125416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierignore' 2025-03-21T20:18:06.8126259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/.prettierrc.json' 2025-03-21T20:18:06.8127080Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/README.md' 2025-03-21T20:18:06.8127997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/add-github-ssh-key.test.ts' 2025-03-21T20:18:06.8128986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/get-ip.test.ts' 2025-03-21T20:18:06.8129953Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__/github-utils.test.ts' 2025-03-21T20:18:06.8130865Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/__tests__' 2025-03-21T20:18:06.8131710Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/jest.config.js' 2025-03-21T20:18:06.8132537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/package.json' 2025-03-21T20:18:06.8133421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/add-github-ssh-key.ts' 2025-03-21T20:18:06.8134324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/ec2-utils.ts' 2025-03-21T20:18:06.8135156Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/get-ip.ts' 2025-03-21T20:18:06.8135988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/github-utils.ts' 2025-03-21T20:18:06.8136818Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src/main.ts' 2025-03-21T20:18:06.8137611Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/src' 2025-03-21T20:18:06.8138419Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/tsconfig.json' 2025-03-21T20:18:06.8139222Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh/yarn.lock' 2025-03-21T20:18:06.8139991Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/setup-ssh' 2025-03-21T20:18:06.8140742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats/README.md' 2025-03-21T20:18:06.8141464Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/stats' 2025-03-21T20:18:06.8142311Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.gitignore' 2025-03-21T20:18:06.8143277Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/.tflint.hcl' 2025-03-21T20:18:06.8144252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/LICENSE.md' 2025-03-21T20:18:06.8145211Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/Makefile' 2025-03-21T20:18:06.8146215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/README.md' 2025-03-21T20:18:06.8147326Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/architecture-diagram.png' 2025-03-21T20:18:06.8148368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/elastic_cache.tf' 2025-03-21T20:18:06.8149343Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/kms.tf' 2025-03-21T20:18:06.8150276Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/main.tf' 2025-03-21T20:18:06.8151340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/.tflint.hcl' 2025-03-21T20:18:06.8152764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/README.md' 2025-03-21T20:18:06.8154313Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/main.tf' 2025-03-21T20:18:06.8155576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/outputs.tf' 2025-03-21T20:18:06.8156866Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda/variables.tf' 2025-03-21T20:18:06.8158133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/download-lambda' 2025-03-21T20:18:06.8159461Z 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:06.8160820Z 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:06.8162344Z 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:06.8164045Z 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:06.8165784Z 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:06.8167314Z 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:06.8168857Z 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:06.8170415Z 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:06.8171986Z 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:06.8173558Z 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:06.8175117Z 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:06.8176852Z 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:06.8178604Z 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:06.8180238Z 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:06.8181824Z 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:06.8183592Z 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:06.8185547Z 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:06.8187637Z 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:06.8189534Z 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:06.8191280Z 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:06.8193152Z 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:06.8194857Z 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:06.8196541Z 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:06.8198203Z 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:06.8199739Z 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:06.8201114Z 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:06.8202453Z 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:06.8203921Z 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:06.8205574Z 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:06.8207018Z 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:06.8208500Z 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:06.8209991Z 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:06.8211355Z 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:06.8212684Z 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:06.8214002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runner-binaries-syncer' 2025-03-21T20:18:06.8215340Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/encrypt.tf' 2025-03-21T20:18:06.8216588Z 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:06.8217829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/logging.tf' 2025-03-21T20:18:06.8219010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/main.tf' 2025-03-21T20:18:06.8220200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/outputs.tf' 2025-03-21T20:18:06.8221438Z 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:06.8222829Z 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:06.8224364Z 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:06.8226104Z 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:06.8227637Z 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:06.8229196Z 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:06.8230671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/policies' 2025-03-21T20:18:06.8232015Z 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:06.8233706Z 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:06.8235211Z 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:06.8236769Z 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:06.8238385Z 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:06.8240087Z 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:06.8241763Z 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:06.8243345Z 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:06.8245012Z 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:06.8246395Z 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:06.8247723Z 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:06.8249010Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/templates' 2025-03-21T20:18:06.8250250Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances/variables.tf' 2025-03-21T20:18:06.8251457Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners-instances' 2025-03-21T20:18:06.8252589Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.gitkeep' 2025-03-21T20:18:06.8254201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/.tflint.hcl' 2025-03-21T20:18:06.8255437Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/.gitignore' 2025-03-21T20:18:06.8256772Z 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:06.8258125Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.nvmrc' 2025-03-21T20:18:06.8259451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/.prettierrc' 2025-03-21T20:18:06.8260816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners/Makefile' 2025-03-21T20:18:06.8262161Z 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:06.8263538Z 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:06.8264937Z 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:06.8266573Z 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:06.8267885Z 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:06.8269259Z 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:06.8270710Z 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:06.8272286Z 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:06.8274093Z 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:06.8275688Z 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:06.8277275Z 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:06.8278872Z 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:06.8280486Z 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:06.8282101Z 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:06.8283726Z 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:06.8285395Z 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:06.8286876Z 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:06.8288327Z 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:06.8289799Z 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:06.8291412Z 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:06.8292866Z 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:06.8294347Z 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:06.8295822Z 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:06.8297309Z 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:06.8298813Z 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:06.8300344Z 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:06.8301854Z 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:06.8303381Z 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:06.8304873Z 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:06.8306548Z 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:06.8308055Z 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:06.8309578Z 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:06.8311072Z 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:06.8312749Z 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:06.8314152Z 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:06.8315547Z 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:06.8317085Z 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:06.8318660Z 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:06.8320108Z 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:06.8321573Z 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:06.8322957Z 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:06.8324295Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas/runners' 2025-03-21T20:18:06.8325640Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/lambdas' 2025-03-21T20:18:06.8326764Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/main.tf' 2025-03-21T20:18:06.8327874Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/outputs.tf' 2025-03-21T20:18:06.8329054Z 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:06.8330343Z 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:06.8331663Z 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:06.8333023Z 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:06.8334422Z 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:06.8335802Z 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:06.8337232Z 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:06.8338563Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/policies' 2025-03-21T20:18:06.8339708Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-down.tf' 2025-03-21T20:18:06.8340892Z 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:06.8342036Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/scale-up.tf' 2025-03-21T20:18:06.8343157Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners/variables.tf' 2025-03-21T20:18:06.8344260Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/runners' 2025-03-21T20:18:06.8345420Z 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:06.8346656Z 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:06.8347879Z 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:06.8349114Z 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:06.8350491Z 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:06.8351919Z 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:06.8353778Z 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:06.8355328Z 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:06.8356808Z 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:06.8358222Z 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:06.8359583Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/setup-iam-permissions' 2025-03-21T20:18:06.8360852Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/.tflint.hcl' 2025-03-21T20:18:06.8362037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/README.md' 2025-03-21T20:18:06.8363338Z 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:06.8364816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.gitignore' 2025-03-21T20:18:06.8366358Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.nvmrc' 2025-03-21T20:18:06.8367598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/.prettierrc' 2025-03-21T20:18:06.8368854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook/Makefile' 2025-03-21T20:18:06.8370141Z 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:06.8371461Z 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:06.8372782Z 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:06.8374074Z 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:06.8375390Z 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:06.8376684Z 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:06.8377972Z 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:06.8379273Z 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:06.8380582Z 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:06.8381955Z 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:06.8383367Z 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:06.8384717Z 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:06.8386018Z 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:06.8387483Z 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:06.8388937Z 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:06.8390413Z 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:06.8391735Z 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:06.8393295Z 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:06.8395664Z 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:06.8397103Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas/webhook' 2025-03-21T20:18:06.8398390Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/lambdas' 2025-03-21T20:18:06.8399596Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/main.tf' 2025-03-21T20:18:06.8400772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/outputs.tf' 2025-03-21T20:18:06.8401982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies.tf' 2025-03-21T20:18:06.8403305Z 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:06.8404748Z 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:06.8406247Z 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:06.8407747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/policies' 2025-03-21T20:18:06.8408960Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/terraform.tfvars' 2025-03-21T20:18:06.8410163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/variables.tf' 2025-03-21T20:18:06.8411337Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook/webhook.tf' 2025-03-21T20:18:06.8412496Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules/webhook' 2025-03-21T20:18:06.8413617Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/modules' 2025-03-21T20:18:06.8414661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/outputs.tf' 2025-03-21T20:18:06.8415823Z 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:06.8417021Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/policies' 2025-03-21T20:18:06.8418159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates/resource-group.json' 2025-03-21T20:18:06.8419382Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/templates' 2025-03-21T20:18:06.8420494Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations/local_ops.sh' 2025-03-21T20:18:06.8421647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/terraform_migrations' 2025-03-21T20:18:06.8422748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/aws-ssh-session' 2025-03-21T20:18:06.8423835Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools/run-aws-lambda-helper' 2025-03-21T20:18:06.8424896Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/tools' 2025-03-21T20:18:06.8425951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner/variables.tf' 2025-03-21T20:18:06.8426965Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/terraform-aws-github-runner' 2025-03-21T20:18:06.8427810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/__init__.py' 2025-03-21T20:18:06.8428619Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/cubinsizes.py' 2025-03-21T20:18:06.8429548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/download_count_wheels.py' 2025-03-21T20:18:06.8430504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/duplicates_analyze.py' 2025-03-21T20:18:06.8431443Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/github_analyze.py' 2025-03-21T20:18:06.8432449Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/s3_test_stats_analyze.py' 2025-03-21T20:18:06.8433628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_binaries.py' 2025-03-21T20:18:06.8434651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics/validate_pypi_staging.py' 2025-03-21T20:18:06.8435621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/analytics' 2025-03-21T20:18:06.8436575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/README.md' 2025-03-21T20:18:06.8437671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/binary_size_validation.py' 2025-03-21T20:18:06.8438800Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/requirements.txt' 2025-03-21T20:18:06.8439964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation/test_binary_size_validation.py' 2025-03-21T20:18:06.8441091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/binary_size_validation' 2025-03-21T20:18:06.8442111Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/.gitignore' 2025-03-21T20:18:06.8443248Z 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:06.8444584Z 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:06.8445888Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/11.x-patches' 2025-03-21T20:18:06.8447017Z 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:06.8448294Z 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:06.8449616Z 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:06.8450801Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/15.x-patches' 2025-03-21T20:18:06.8451988Z 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:06.8453168Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/17.x-patches' 2025-03-21T20:18:06.8454982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/Dockerfile.cilint-clang-tidy' 2025-03-21T20:18:06.8456166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/README.md' 2025-03-21T20:18:06.8457185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/check_s3.py' 2025-03-21T20:18:06.8458206Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/setup.sh' 2025-03-21T20:18:06.8459197Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks/verify.sh' 2025-03-21T20:18:06.8460196Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/clang-tidy-checks' 2025-03-21T20:18:06.8461230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/requirements.txt' 2025-03-21T20:18:06.8462350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner/run_on_aws_devicefarm.py' 2025-03-21T20:18:06.8463531Z 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:06.8464635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/device-farm-runner' 2025-03-21T20:18:06.8465694Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis/runner_usage_stats.ipynb' 2025-03-21T20:18:06.8466894Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/fleet_analysis' 2025-03-21T20:18:06.8467841Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/actionlint_linter.py' 2025-03-21T20:18:06.8468813Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/exec_linter.py' 2025-03-21T20:18:06.8469769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/flake8_linter.py' 2025-03-21T20:18:06.8470725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/grep_linter.py' 2025-03-21T20:18:06.8471737Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/lintrunner_version_linter.py' 2025-03-21T20:18:06.8472983Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/mypy_linter.py' 2025-03-21T20:18:06.8474019Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/newlines_linter.py' 2025-03-21T20:18:06.8475061Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pip_init.py' 2025-03-21T20:18:06.8476096Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/pyfmt_linter.py' 2025-03-21T20:18:06.8477143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/ruff_linter.py' 2025-03-21T20:18:06.8478179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt.toml' 2025-03-21T20:18:06.8479208Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/rustfmt_linter.py' 2025-03-21T20:18:06.8480227Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init.py' 2025-03-21T20:18:06.8481243Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/s3_init_config.json' 2025-03-21T20:18:06.8482320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sql_params_linter.py' 2025-03-21T20:18:06.8483389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters/sqlfluff_linter.py' 2025-03-21T20:18:06.8484466Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/adapters' 2025-03-21T20:18:06.8485562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter/convert_to_sarif.py' 2025-03-21T20:18:06.8486424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/linter' 2025-03-21T20:18:06.8487356Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi/mirror_pytorch_triton_rocm.sh' 2025-03-21T20:18:06.8488294Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/mirror-pypi' 2025-03-21T20:18:06.8489159Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.flake8' 2025-03-21T20:18:06.8490051Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitattributes' 2025-03-21T20:18:06.8491107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/.gitignore' 2025-03-21T20:18:06.8491982Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/Makefile' 2025-03-21T20:18:06.8492854Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/README.md' 2025-03-21T20:18:06.8493734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/poetry.lock' 2025-03-21T20:18:06.8494626Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pyproject.toml' 2025-03-21T20:18:06.8495628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__init__.py' 2025-03-21T20:18:06.8496699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/__main__.py' 2025-03-21T20:18:06.8497758Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/conda.py' 2025-03-21T20:18:06.8498801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/cuda.py' 2025-03-21T20:18:06.8499838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/macos.py' 2025-03-21T20:18:06.8500885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/utils.py' 2025-03-21T20:18:06.8501919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/version.py' 2025-03-21T20:18:06.8502970Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers/wheel.py' 2025-03-21T20:18:06.8504018Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/pytorch_pkg_helpers' 2025-03-21T20:18:06.8505070Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets/conda_search.json' 2025-03-21T20:18:06.8506090Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/assets' 2025-03-21T20:18:06.8507056Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_conda.py' 2025-03-21T20:18:06.8508010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_cuda.py' 2025-03-21T20:18:06.8508948Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_macos.py' 2025-03-21T20:18:06.8510095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_utils.py' 2025-03-21T20:18:06.8511107Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_version.py' 2025-03-21T20:18:06.8512244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests/test_wheel.py' 2025-03-21T20:18:06.8513535Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers/tests' 2025-03-21T20:18:06.8514499Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/pkg-helpers' 2025-03-21T20:18:06.8515462Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/README.md' 2025-03-21T20:18:06.8516466Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/compare_keys.py' 2025-03-21T20:18:06.8517575Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/create_clickhouse_schema.py' 2025-03-21T20:18:06.8518671Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/dynamo2ch.py' 2025-03-21T20:18:06.8519746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_2_dynamodb.py' 2025-03-21T20:18:06.8520856Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.ipynb' 2025-03-21T20:18:06.8521949Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/rockset_queries.py' 2025-03-21T20:18:06.8522979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration/s32ch.py' 2025-03-21T20:18:06.8523948Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/rockset_migration' 2025-03-21T20:18:06.8525049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/analyze_ci_workflows.py' 2025-03-21T20:18:06.8525986Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/backfill_events.py' 2025-03-21T20:18:06.8526962Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/consolidate_scale_config_yaml.py' 2025-03-21T20:18:06.8527945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/download-lambdas.py' 2025-03-21T20:18:06.8528899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/fetch_latest_green_commit.py' 2025-03-21T20:18:06.8529906Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_binary_build_matrix.py' 2025-03-21T20:18:06.8530922Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_docker_release_matrix.py' 2025-03-21T20:18:06.8531931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/generate_release_matrix.py' 2025-03-21T20:18:06.8532914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/get_stable_cuda_version.py' 2025-03-21T20:18:06.8533836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/gitutils.py' 2025-03-21T20:18:06.8534796Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/identify_and_kill_instances_by_id.py' 2025-03-21T20:18:06.8535860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts/list_prs_from_partners_by_label.py' 2025-03-21T20:18:06.8536811Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/scripts' 2025-03-21T20:18:06.8537741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/.gitignore' 2025-03-21T20:18:06.8538722Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/Makefile' 2025-03-21T20:18:06.8539729Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/README.md' 2025-03-21T20:18:06.8540899Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/check_runners_state.py' 2025-03-21T20:18:06.8542033Z 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:06.8543194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/clear_offline_runners.py' 2025-03-21T20:18:06.8544346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/list-vpc-dependencies.sh' 2025-03-21T20:18:06.8545542Z 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:06.8546677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils/requirements.txt' 2025-03-21T20:18:06.8547755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/self-hosted-runner-utils' 2025-03-21T20:18:06.8548717Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/.flake8' 2025-03-21T20:18:06.8549642Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/.gitignore' 2025-03-21T20:18:06.8550600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/analyze-history' 2025-03-21T20:18:06.8551672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin/build-check-api-compatibility' 2025-03-21T20:18:06.8552962Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/bin' 2025-03-21T20:18:06.8554119Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/pyproject.toml' 2025-03-21T20:18:06.8555130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/requirements.txt' 2025-03-21T20:18:06.8556174Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/__init__.py' 2025-03-21T20:18:06.8557196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/ast.py' 2025-03-21T20:18:06.8558185Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/checker.py' 2025-03-21T20:18:06.8559255Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/compatibility.py' 2025-03-21T20:18:06.8560293Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/git.py' 2025-03-21T20:18:06.8561275Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/github.py' 2025-03-21T20:18:06.8562320Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/types.py' 2025-03-21T20:18:06.8563367Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api/violations.py' 2025-03-21T20:18:06.8564407Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src/api' 2025-03-21T20:18:06.8565483Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/src' 2025-03-21T20:18:06.8566435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/conftest.py' 2025-03-21T20:18:06.8567408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast.py' 2025-03-21T20:18:06.8568468Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_compatibility.py' 2025-03-21T20:18:06.8569725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_ast_param_types.py' 2025-03-21T20:18:06.8570893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_compatibility.py' 2025-03-21T20:18:06.8571945Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_git.py' 2025-03-21T20:18:06.8572964Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api/test_github.py' 2025-03-21T20:18:06.8573968Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/api' 2025-03-21T20:18:06.8574999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/__init__.py' 2025-03-21T20:18:06.8576023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/git.py' 2025-03-21T20:18:06.8577062Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing/source.py' 2025-03-21T20:18:06.8578121Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib/testing' 2025-03-21T20:18:06.8579126Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests/lib' 2025-03-21T20:18:06.8580079Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold/tests' 2025-03-21T20:18:06.8580974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/stronghold' 2025-03-21T20:18:06.8581838Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/README.md' 2025-03-21T20:18:06.8582783Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_conda_cuda.json' 2025-03-21T20:18:06.8583908Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_cuda.json' 2025-03-21T20:18:06.8585044Z 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:06.8586204Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:06.8587321Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_linux_wheel_xpu.json' 2025-03-21T20:18:06.8588410Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_conda.json' 2025-03-21T20:18:06.8589492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_macos_wheel.json' 2025-03-21T20:18:06.8590754Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_conda_cuda.json' 2025-03-21T20:18:06.8591850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_cuda.json' 2025-03-21T20:18:06.8593258Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets/build_matrix_windows_wheel_xpu.json' 2025-03-21T20:18:06.8594362Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/assets' 2025-03-21T20:18:06.8595427Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/build_matrix_linux_wheel_nocpu.json' 2025-03-21T20:18:06.8596578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_fetch_latest_green_commit.py' 2025-03-21T20:18:06.8597696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/test_generate_binary_build_matrix.py' 2025-03-21T20:18:06.8598832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests/update_test_assets.sh' 2025-03-21T20:18:06.8599829Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/tests' 2025-03-21T20:18:06.8600723Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/README.md' 2025-03-21T20:18:06.8601646Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/check_alerts.py' 2025-03-21T20:18:06.8602611Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse.py' 2025-03-21T20:18:06.8603622Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/clickhouse_query_perf.py' 2025-03-21T20:18:06.8604643Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/download_logs.py' 2025-03-21T20:18:06.8605672Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/github_analyze.py' 2025-03-21T20:18:06.8606551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/pyproject.toml' 2025-03-21T20:18:06.8607454Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/queue_alert.py' 2025-03-21T20:18:06.8608352Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/requirements.txt' 2025-03-21T20:18:06.8609251Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/reverts.py' 2025-03-21T20:18:06.8610193Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/get_merge_base_info.py' 2025-03-21T20:18:06.8611438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_class_failure_correlation.py' 2025-03-21T20:18:06.8612661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/historical_file_failure_correlation.py' 2025-03-21T20:18:06.8613853Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_historical_edited_files.py' 2025-03-21T20:18:06.8614969Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/td_heuristic_profiling.py' 2025-03-21T20:18:06.8615938Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td/utils.py' 2025-03-21T20:18:06.8616825Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/td' 2025-03-21T20:18:06.8617893Z 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:06.8618998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/td' 2025-03-21T20:18:06.8619997Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_check_alerts.py' 2025-03-21T20:18:06.8621027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_queue_alert.py' 2025-03-21T20:18:06.8622066Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests/test_update_test_times.py' 2025-03-21T20:18:06.8623200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/tests' 2025-03-21T20:18:06.8624095Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/update_test_times.py' 2025-03-21T20:18:06.8624966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci/utils.py' 2025-03-21T20:18:06.8625781Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchci' 2025-03-21T20:18:06.8626696Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix/README.md' 2025-03-21T20:18:06.8627572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools/torchfix' 2025-03-21T20:18:06.8628380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/tools' 2025-03-21T20:18:06.8629179Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.env.example' 2025-03-21T20:18:06.8630003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.eslintrc.json' 2025-03-21T20:18:06.8630812Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.gitignore' 2025-03-21T20:18:06.8631634Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierignore' 2025-03-21T20:18:06.8632705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/.prettierrc.json' 2025-03-21T20:18:06.8633627Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/README.md' 2025-03-21T20:18:06.8634721Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/params.json' 2025-03-21T20:18:06.8636038Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall/query.sql' 2025-03-21T20:18:06.8637338Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/overall' 2025-03-21T20:18:06.8638706Z 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:06.8640086Z 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:06.8641455Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/sccache_stats' 2025-03-21T20:18:06.8642769Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/params.json' 2025-03-21T20:18:06.8644068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps/query.sql' 2025-03-21T20:18:06.8645422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics/steps' 2025-03-21T20:18:06.8646589Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/build_time_metrics' 2025-03-21T20:18:06.8647751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/params.json' 2025-03-21T20:18:06.8648924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs/query.sql' 2025-03-21T20:18:06.8650056Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_failed_jobs' 2025-03-21T20:18:06.8651212Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/params.json' 2025-03-21T20:18:06.8652378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query/query.sql' 2025-03-21T20:18:06.8653878Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_batch_query' 2025-03-21T20:18:06.8655133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/params.json' 2025-03-21T20:18:06.8656456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query/query.sql' 2025-03-21T20:18:06.8657756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/commit_jobs_query' 2025-03-21T20:18:06.8659049Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/params.json' 2025-03-21T20:18:06.8660428Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance/query.sql' 2025-03-21T20:18:06.8661779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance' 2025-03-21T20:18:06.8663158Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/params.json' 2025-03-21T20:18:06.8664628Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches/query.sql' 2025-03-21T20:18:06.8666166Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/compilers_benchmark_performance_branches' 2025-03-21T20:18:06.8667421Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/params.json' 2025-03-21T20:18:06.8668560Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix/query.sql' 2025-03-21T20:18:06.8669684Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/correlation_matrix' 2025-03-21T20:18:06.8670816Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/params.json' 2025-03-21T20:18:06.8671954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu/query.sql' 2025-03-21T20:18:06.8673389Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_gpu' 2025-03-21T20:18:06.8674621Z 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:06.8675907Z 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:06.8677146Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_job_name' 2025-03-21T20:18:06.8678442Z 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:06.8679760Z 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:06.8681064Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_owning_account' 2025-03-21T20:18:06.8682348Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/params.json' 2025-03-21T20:18:06.8683597Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform/query.sql' 2025-03-21T20:18:06.8684956Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_platform' 2025-03-21T20:18:06.8686130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/params.json' 2025-03-21T20:18:06.8687350Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider/query.sql' 2025-03-21T20:18:06.8688542Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_provider' 2025-03-21T20:18:06.8689682Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/params.json' 2025-03-21T20:18:06.8690814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo/query.sql' 2025-03-21T20:18:06.8692091Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_repo' 2025-03-21T20:18:06.8693246Z 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:06.8694459Z 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:06.8695634Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_runner_type' 2025-03-21T20:18:06.8696847Z 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:06.8698060Z 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:06.8699263Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/cost_job_per_workflow_name' 2025-03-21T20:18:06.8700456Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/params.json' 2025-03-21T20:18:06.8701663Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical/query.sql' 2025-03-21T20:18:06.8702839Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_historical' 2025-03-21T20:18:06.8704023Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/params.json' 2025-03-21T20:18:06.8705203Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels/query.sql' 2025-03-21T20:18:06.8706364Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_labels' 2025-03-21T20:18:06.8707513Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/params.json' 2025-03-21T20:18:06.8708677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total/query.sql' 2025-03-21T20:18:06.8709822Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_test_total' 2025-03-21T20:18:06.8710939Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/params.json' 2025-03-21T20:18:06.8712020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests/query.sql' 2025-03-21T20:18:06.8713380Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/disabled_tests' 2025-03-21T20:18:06.8714600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/params.json' 2025-03-21T20:18:06.8715862Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu/query.sql' 2025-03-21T20:18:06.8717164Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_gpu' 2025-03-21T20:18:06.8718481Z 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:06.8719778Z 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:06.8721071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_job_name' 2025-03-21T20:18:06.8722394Z 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:06.8723776Z 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:06.8725222Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_owning_account' 2025-03-21T20:18:06.8726594Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/params.json' 2025-03-21T20:18:06.8727795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform/query.sql' 2025-03-21T20:18:06.8728974Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_platform' 2025-03-21T20:18:06.8730168Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/params.json' 2025-03-21T20:18:06.8731365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider/query.sql' 2025-03-21T20:18:06.8732747Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_provider' 2025-03-21T20:18:06.8733992Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/params.json' 2025-03-21T20:18:06.8735216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo/query.sql' 2025-03-21T20:18:06.8736418Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_repo' 2025-03-21T20:18:06.8737669Z 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:06.8738967Z 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:06.8740237Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_runner_type' 2025-03-21T20:18:06.8741540Z 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:06.8742833Z 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:06.8744205Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/duration_job_per_workflow_name' 2025-03-21T20:18:06.8745451Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/params.json' 2025-03-21T20:18:06.8746763Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage/query.sql' 2025-03-21T20:18:06.8748396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/experiment_rollover_percentage' 2025-03-21T20:18:06.8749632Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/params.json' 2025-03-21T20:18:06.8750857Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats/query.sql' 2025-03-21T20:18:06.8752067Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/external_contribution_stats' 2025-03-21T20:18:06.8753766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/params.json' 2025-03-21T20:18:06.8755026Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs/query.sql' 2025-03-21T20:18:06.8756264Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/failed_workflow_jobs' 2025-03-21T20:18:06.8757514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/params.json' 2025-03-21T20:18:06.8758780Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr/query.sql' 2025-03-21T20:18:06.8760024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/filter_forced_merge_pr' 2025-03-21T20:18:06.8761404Z 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:06.8762903Z 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:06.8764367Z 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:06.8765952Z 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:06.8767295Z 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:06.8768623Z 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:06.8769986Z 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:06.8771373Z 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:06.8772752Z 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:06.8774049Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_file_reruns' 2025-03-21T20:18:06.8775246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/params.json' 2025-03-21T20:18:06.8776403Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs/query.sql' 2025-03-21T20:18:06.8777671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/across_jobs' 2025-03-21T20:18:06.8778962Z 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:06.8780243Z 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:06.8781516Z 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:06.8782759Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/params.json' 2025-03-21T20:18:06.8783958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess/query.sql' 2025-03-21T20:18:06.8785145Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/in_subprocess' 2025-03-21T20:18:06.8786307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/params.json' 2025-03-21T20:18:06.8787438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info/query.sql' 2025-03-21T20:18:06.8788560Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests/ind_info' 2025-03-21T20:18:06.8789647Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_tests' 2025-03-21T20:18:06.8790749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/params.json' 2025-03-21T20:18:06.8791904Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs/query.sql' 2025-03-21T20:18:06.8793291Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/flaky_workflows_jobs' 2025-03-21T20:18:06.8794587Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/params.json' 2025-03-21T20:18:06.8795828Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period/query.sql' 2025-03-21T20:18:06.8797063Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workers_on_period' 2025-03-21T20:18:06.8798294Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/params.json' 2025-03-21T20:18:06.8799507Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs/query.sql' 2025-03-21T20:18:06.8800701Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/get_workflow_jobs' 2025-03-21T20:18:06.8801861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/params.json' 2025-03-21T20:18:06.8802980Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query/query.sql' 2025-03-21T20:18:06.8804093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/hud_query' 2025-03-21T20:18:06.8805306Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/params.json' 2025-03-21T20:18:06.8806416Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query/query.sql' 2025-03-21T20:18:06.8807572Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/issue_query' 2025-03-21T20:18:06.8808766Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/params.json' 2025-03-21T20:18:06.8809944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg/query.sql' 2025-03-21T20:18:06.8811107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_avg' 2025-03-21T20:18:06.8812307Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/params.json' 2025-03-21T20:18:06.8813548Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile/query.sql' 2025-03-21T20:18:06.8814758Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/job_duration_percentile' 2025-03-21T20:18:06.8815958Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/params.json' 2025-03-21T20:18:06.8817133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push/query.sql' 2025-03-21T20:18:06.8818289Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_branch_push' 2025-03-21T20:18:06.8819471Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/params.json' 2025-03-21T20:18:06.8820677Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs/query.sql' 2025-03-21T20:18:06.8821872Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_jobs' 2025-03-21T20:18:06.8823083Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/params.json' 2025-03-21T20:18:06.8824324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow/query.sql' 2025-03-21T20:18:06.8825547Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/last_successful_workflow' 2025-03-21T20:18:06.8826772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/params.json' 2025-03-21T20:18:06.8828048Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage/query.sql' 2025-03-21T20:18:06.8829198Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/lf_rollover_percentage' 2025-03-21T20:18:06.8830346Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/params.json' 2025-03-21T20:18:06.8831475Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count/query.sql' 2025-03-21T20:18:06.8832796Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/log_captures_count' 2025-03-21T20:18:06.8834013Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/params.json' 2025-03-21T20:18:06.8835230Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red/query.sql' 2025-03-21T20:18:06.8836429Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red' 2025-03-21T20:18:06.8837718Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/params.json' 2025-03-21T20:18:06.8839020Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg/query.sql' 2025-03-21T20:18:06.8840246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_avg' 2025-03-21T20:18:06.8841492Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/params.json' 2025-03-21T20:18:06.8842731Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs/query.sql' 2025-03-21T20:18:06.8843976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_jobs' 2025-03-21T20:18:06.8845298Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/params.json' 2025-03-21T20:18:06.8846490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent/query.sql' 2025-03-21T20:18:06.8847661Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent' 2025-03-21T20:18:06.8848882Z 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:06.8850136Z 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:06.8851371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/master_commit_red_percent_groups' 2025-03-21T20:18:06.8852586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/params.json' 2025-03-21T20:18:06.8854327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats/query.sql' 2025-03-21T20:18:06.8855604Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/monthly_contribution_stats' 2025-03-21T20:18:06.8856845Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/params.json' 2025-03-21T20:18:06.8858032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red/query.sql' 2025-03-21T20:18:06.8859199Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red' 2025-03-21T20:18:06.8860431Z 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:06.8861697Z 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:06.8862930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_name' 2025-03-21T20:18:06.8864222Z 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:06.8865523Z 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:06.8867015Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_by_platform' 2025-03-21T20:18:06.8868358Z 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:06.8869537Z 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:06.8870698Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/nightly_jobs_red_past_day' 2025-03-21T20:18:06.8871855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/params.json' 2025-03-21T20:18:06.8873224Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master/query.sql' 2025-03-21T20:18:06.8874408Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_commits_master' 2025-03-21T20:18:06.8875569Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/params.json' 2025-03-21T20:18:06.8876703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts/query.sql' 2025-03-21T20:18:06.8877817Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/num_reverts' 2025-03-21T20:18:06.8879068Z 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:06.8880421Z 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:06.8881755Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/number_of_force_pushes_historical' 2025-03-21T20:18:06.8883053Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/params.json' 2025-03-21T20:18:06.8884336Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches/query.sql' 2025-03-21T20:18:06.8885633Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_branches' 2025-03-21T20:18:06.8886782Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/params.json' 2025-03-21T20:18:06.8887929Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms/query.sql' 2025-03-21T20:18:06.8889055Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_llms' 2025-03-21T20:18:06.8890194Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/params.json' 2025-03-21T20:18:06.8891659Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:06.8892076Z + echo ::endgroup:: 2025-03-21T20:18:06.8892734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names/query.sql' 2025-03-21T20:18:06.8893880Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_benchmark_names' 2025-03-21T20:18:06.8895064Z 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:06.8896283Z 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:06.8897566Z 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:06.8898801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/params.json' 2025-03-21T20:18:06.8899935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata/query.sql' 2025-03-21T20:18:06.8901036Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_metadata' 2025-03-21T20:18:06.8902140Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/params.json' 2025-03-21T20:18:06.8903215Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts/query.sql' 2025-03-21T20:18:06.8904273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/oss_ci_util_ts' 2025-03-21T20:18:06.8905329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/params.json' 2025-03-21T20:18:06.8906376Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits/query.sql' 2025-03-21T20:18:06.8907403Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_commits' 2025-03-21T20:18:06.8908461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/params.json' 2025-03-21T20:18:06.8909557Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits/query.sql' 2025-03-21T20:18:06.8910635Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/pr_merge_commits' 2025-03-21T20:18:06.8911762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/params.json' 2025-03-21T20:18:06.8913201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics/query.sql' 2025-03-21T20:18:06.8914448Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics' 2025-03-21T20:18:06.8915762Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/params.json' 2025-03-21T20:18:06.8917126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual/query.sql' 2025-03-21T20:18:06.8918458Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/query_execution_metrics_individual' 2025-03-21T20:18:06.8919765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/params.json' 2025-03-21T20:18:06.8921127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical/query.sql' 2025-03-21T20:18:06.8922354Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical' 2025-03-21T20:18:06.8923610Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/params.json' 2025-03-21T20:18:06.8924987Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct/query.sql' 2025-03-21T20:18:06.8926275Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queue_times_historical_pct' 2025-03-21T20:18:06.8927493Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/params.json' 2025-03-21T20:18:06.8928586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs/query.sql' 2025-03-21T20:18:06.8929766Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs' 2025-03-21T20:18:06.8930867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/params.json' 2025-03-21T20:18:06.8932010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate/query.sql' 2025-03-21T20:18:06.8933137Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_aggregate' 2025-03-21T20:18:06.8934267Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/params.json' 2025-03-21T20:18:06.8935405Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label/query.sql' 2025-03-21T20:18:06.8936515Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/queued_jobs_by_label' 2025-03-21T20:18:06.8937654Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/params.json' 2025-03-21T20:18:06.8938843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query/query.sql' 2025-03-21T20:18:06.8939999Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/recent_pr_workflows_query' 2025-03-21T20:18:06.8941093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/params.json' 2025-03-21T20:18:06.8942101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts/query.sql' 2025-03-21T20:18:06.8943100Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/reverts' 2025-03-21T20:18:06.8944171Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/params.json' 2025-03-21T20:18:06.8966705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization/query.sql' 2025-03-21T20:18:06.8968169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization' 2025-03-21T20:18:06.8969438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/params.json' 2025-03-21T20:18:06.8970739Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity/query.sql' 2025-03-21T20:18:06.8972050Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_activity' 2025-03-21T20:18:06.8973347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/params.json' 2025-03-21T20:18:06.8974618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo/query.sql' 2025-03-21T20:18:06.8976009Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/runner_utilization_by_repo' 2025-03-21T20:18:06.8977425Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/params.json' 2025-03-21T20:18:06.8978734Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical/query.sql' 2025-03-21T20:18:06.8979943Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_historical' 2025-03-21T20:18:06.8981126Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/params.json' 2025-03-21T20:18:06.8982285Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec/query.sql' 2025-03-21T20:18:06.8983424Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/strict_lag_sec' 2025-03-21T20:18:06.8984567Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/params.json' 2025-03-21T20:18:06.8985699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d/query.sql' 2025-03-21T20:18:06.8986806Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStats3d' 2025-03-21T20:18:06.8988003Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/params.json' 2025-03-21T20:18:06.8989366Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount/query.sql' 2025-03-21T20:18:06.8990570Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsDistinctCount' 2025-03-21T20:18:06.8991752Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/params.json' 2025-03-21T20:18:06.8993180Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch/query.sql' 2025-03-21T20:18:06.8994343Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/testStatsSearch' 2025-03-21T20:18:06.8995533Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/params.json' 2025-03-21T20:18:06.8996740Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class/query.sql' 2025-03-21T20:18:06.8997935Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_class' 2025-03-21T20:18:06.8999204Z 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:06.9000554Z 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:06.9001881Z 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:06.9003149Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/params.json' 2025-03-21T20:18:06.9004354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file/query.sql' 2025-03-21T20:18:06.9005578Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/test_time_per_file' 2025-03-21T20:18:06.9006735Z 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:06.9008094Z 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:06.9009533Z 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:06.9010748Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/params.json' 2025-03-21T20:18:06.9011883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal/query.sql' 2025-03-21T20:18:06.9012994Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/time_to_signal' 2025-03-21T20:18:06.9014118Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/params.json' 2025-03-21T20:18:06.9015240Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query/query.sql' 2025-03-21T20:18:06.9016344Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query' 2025-03-21T20:18:06.9017504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/params.json' 2025-03-21T20:18:06.9018713Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches/query.sql' 2025-03-21T20:18:06.9019905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchao_query_branches' 2025-03-21T20:18:06.9021143Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/params.json' 2025-03-21T20:18:06.9022432Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks/query.sql' 2025-03-21T20:18:06.9023708Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_list_userbenchmarks' 2025-03-21T20:18:06.9025027Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/params.json' 2025-03-21T20:18:06.9026378Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits/query.sql' 2025-03-21T20:18:06.9027715Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_list_commits' 2025-03-21T20:18:06.9029074Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/params.json' 2025-03-21T20:18:06.9030442Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics/query.sql' 2025-03-21T20:18:06.9031787Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/torchbench_userbenchmark_query_metrics' 2025-03-21T20:18:06.9033292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/params.json' 2025-03-21T20:18:06.9034474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles/query.sql' 2025-03-21T20:18:06.9035638Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/ttrs_percentiles' 2025-03-21T20:18:06.9036819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/params.json' 2025-03-21T20:18:06.9038011Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg/query.sql' 2025-03-21T20:18:06.9039083Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_avg' 2025-03-21T20:18:06.9040254Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/params.json' 2025-03-21T20:18:06.9041504Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical/query.sql' 2025-03-21T20:18:06.9042733Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical' 2025-03-21T20:18:06.9044037Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/params.json' 2025-03-21T20:18:06.9045450Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile/query.sql' 2025-03-21T20:18:06.9046680Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_duration_historical_percentile' 2025-03-21T20:18:06.9047836Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/params.json' 2025-03-21T20:18:06.9048915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile/query.sql' 2025-03-21T20:18:06.9049971Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/tts_percentile' 2025-03-21T20:18:06.9051097Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/params.json' 2025-03-21T20:18:06.9052288Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost/query.sql' 2025-03-21T20:18:06.9053618Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/unique_repos_in_runnercost' 2025-03-21T20:18:06.9055080Z 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:06.9056368Z 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:06.9057644Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/validation_jobs_red_past_day' 2025-03-21T20:18:06.9058915Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/params.json' 2025-03-21T20:18:06.9060176Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats/query.sql' 2025-03-21T20:18:06.9061417Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/weekly_force_merge_stats' 2025-03-21T20:18:06.9062655Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/params.json' 2025-03-21T20:18:06.9063885Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg/query.sql' 2025-03-21T20:18:06.9065098Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_avg' 2025-03-21T20:18:06.9066518Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/params.json' 2025-03-21T20:18:06.9067819Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile/query.sql' 2025-03-21T20:18:06.9069066Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_duration_percentile' 2025-03-21T20:18:06.9070196Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/params.json' 2025-03-21T20:18:06.9071259Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load/query.sql' 2025-03-21T20:18:06.9072359Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries/workflow_load' 2025-03-21T20:18:06.9073575Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/clickhouse_queries' 2025-03-21T20:18:06.9074645Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.module.css' 2025-03-21T20:18:06.9075749Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/AnnouncementBanner.tsx' 2025-03-21T20:18:06.9076799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CheckBoxSelector.tsx' 2025-03-21T20:18:06.9077829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CommitStatus.tsx' 2025-03-21T20:18:06.9078804Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/CopyLink.tsx' 2025-03-21T20:18:06.9079772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DrCIButton.tsx' 2025-03-21T20:18:06.9080755Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/DynamicTitle.tsx' 2025-03-21T20:18:06.9081753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ErrorBoundary.tsx' 2025-03-21T20:18:06.9082772Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/FilteredJobList.tsx' 2025-03-21T20:18:06.9083809Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GranularityPicker.tsx' 2025-03-21T20:18:06.9084952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupHudTableHeaders.tsx' 2025-03-21T20:18:06.9085941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/GroupJobConclusion.tsx' 2025-03-21T20:18:06.9086924Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobAnnotationToggle.tsx' 2025-03-21T20:18:06.9087882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobArtifact.tsx' 2025-03-21T20:18:06.9088843Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.module.css' 2025-03-21T20:18:06.9089803Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobConclusion.tsx' 2025-03-21T20:18:06.9090742Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobFilterInput.tsx' 2025-03-21T20:18:06.9091695Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.module.css' 2025-03-21T20:18:06.9092612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobLinks.tsx' 2025-03-21T20:18:06.9093502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobSummary.tsx' 2025-03-21T20:18:06.9094406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/JobTooltip.tsx' 2025-03-21T20:18:06.9095362Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoadingPage.tsx' 2025-03-21T20:18:06.9096368Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogAnnotationToggle.tsx' 2025-03-21T20:18:06.9097314Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LogViewer.tsx' 2025-03-21T20:18:06.9098263Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.module.css' 2025-03-21T20:18:06.9099216Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/LoginSection.tsx' 2025-03-21T20:18:06.9100170Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/MultiSelectPicker.tsx' 2025-03-21T20:18:06.9101127Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.module.css' 2025-03-21T20:18:06.9102033Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/NavBar.tsx' 2025-03-21T20:18:06.9102917Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/PageSelector.tsx' 2025-03-21T20:18:06.9103882Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ReproductionCommand.tsx' 2025-03-21T20:18:06.9104861Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.module.css' 2025-03-21T20:18:06.9105785Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/SevReport.tsx' 2025-03-21T20:18:06.9106771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.module.css' 2025-03-21T20:18:06.9107775Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ThemeModePicker.tsx' 2025-03-21T20:18:06.9108741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TimeUtils.tsx' 2025-03-21T20:18:06.9109753Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.module.css' 2025-03-21T20:18:06.9110767Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/TooltipTarget.tsx' 2025-03-21T20:18:06.9111921Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/ValuePicker.tsx' 2025-03-21T20:18:06.9113162Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/VersionControlLinks.tsx' 2025-03-21T20:18:06.9114260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowBox.tsx' 2025-03-21T20:18:06.9115284Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/WorkflowDispatcher.tsx' 2025-03-21T20:18:06.9116409Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/RerunInfo.tsx' 2025-03-21T20:18:06.9117612Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestCounts.tsx' 2025-03-21T20:18:06.9118826Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.module.css' 2025-03-21T20:18:06.9120025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo/TestInfo.tsx' 2025-03-21T20:18:06.9121176Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/additionalTestInfo' 2025-03-21T20:18:06.9122341Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/BranchAndCommitPicker.tsx' 2025-03-21T20:18:06.9123554Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/CommitPanel.tsx' 2025-03-21T20:18:06.9124735Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/HighlightMenu.tsx' 2025-03-21T20:18:06.9125956Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/ModeAndDTypePicker.tsx' 2025-03-21T20:18:06.9127022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/common.tsx' 2025-03-21T20:18:06.9128130Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/BenchmarkLogs.tsx' 2025-03-21T20:18:06.9129353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/CompilerGraphGroup.tsx' 2025-03-21T20:18:06.9130551Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/LogLinks.tsx' 2025-03-21T20:18:06.9131727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelGraphPanel.tsx' 2025-03-21T20:18:06.9132914Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/ModelPanel.tsx' 2025-03-21T20:18:06.9134190Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SuitePicker.tsx' 2025-03-21T20:18:06.9135347Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryGraphPanel.tsx' 2025-03-21T20:18:06.9136495Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/SummaryPanel.tsx' 2025-03-21T20:18:06.9137578Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers/common.tsx' 2025-03-21T20:18:06.9138615Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/compilers' 2025-03-21T20:18:06.9139687Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/LLMsBenchmarkPage.tsx' 2025-03-21T20:18:06.9140883Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsGraphPanel.tsx' 2025-03-21T20:18:06.9142064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsReport.tsx' 2025-03-21T20:18:06.9143253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/LLMsSummaryPanel.tsx' 2025-03-21T20:18:06.9144602Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDashboardPicker.tsx' 2025-03-21T20:18:06.9146022Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsDropdownGroup.tsx' 2025-03-21T20:18:06.9147439Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker/LLMsTimeRangePicker.tsx' 2025-03-21T20:18:06.9148779Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components/dashboardPicker' 2025-03-21T20:18:06.9149950Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/components' 2025-03-21T20:18:06.9151079Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context/BenchmarkProps.tsx' 2025-03-21T20:18:06.9152273Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms/context' 2025-03-21T20:18:06.9154443Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/llms' 2025-03-21T20:18:06.9155647Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/SuitePicker.tsx' 2025-03-21T20:18:06.9156799Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao/common.tsx' 2025-03-21T20:18:06.9157907Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark/torchao' 2025-03-21T20:18:06.9158964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/benchmark' 2025-03-21T20:18:06.9160113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineChart.module.css' 2025-03-21T20:18:06.9161373Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/LineRectChart.tsx' 2025-03-21T20:18:06.9162768Z 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:06.9164270Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderLinePickerOptions.tsx' 2025-03-21T20:18:06.9165777Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLine.tsx' 2025-03-21T20:18:06.9167166Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgLineTooltipElements.tsx' 2025-03-21T20:18:06.9168550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/RenderSvgRect.tsx' 2025-03-21T20:18:06.9169928Z 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:06.9171343Z 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:06.9172702Z 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:06.9174046Z 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:06.9175396Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component/helpers' 2025-03-21T20:18:06.9176664Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/component' 2025-03-21T20:18:06.9177860Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/color.ts' 2025-03-21T20:18:06.9179010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/types.ts' 2025-03-21T20:18:06.9180195Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib/utils.ts' 2025-03-21T20:18:06.9181456Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart/lib' 2025-03-21T20:18:06.9182522Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts/line_rect_chart' 2025-03-21T20:18:06.9183541Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/charts' 2025-03-21T20:18:06.9184539Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/commit.module.css' 2025-03-21T20:18:06.9185570Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/CheckBoxList.tsx' 2025-03-21T20:18:06.9186553Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/DropDownList.tsx' 2025-03-21T20:18:06.9187563Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/TextFieldSubmit.tsx' 2025-03-21T20:18:06.9188572Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common/ToggleGroup.tsx' 2025-03-21T20:18:06.9189532Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/common' 2025-03-21T20:18:06.9190461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/hud.module.css' 2025-03-21T20:18:06.9191420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics.module.css' 2025-03-21T20:18:06.9192675Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/ScalarPanel.tsx' 2025-03-21T20:18:06.9193850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TablePanel.tsx' 2025-03-21T20:18:06.9195021Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/TimeSeriesPanel.tsx' 2025-03-21T20:18:06.9196238Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels/WorkflowPicker.tsx' 2025-03-21T20:18:06.9197368Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics/panels' 2025-03-21T20:18:06.9198401Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/metrics' 2025-03-21T20:18:06.9199406Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/minihud.module.css' 2025-03-21T20:18:06.9200469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests/TestSearchForm.tsx' 2025-03-21T20:18:06.9201520Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/tests' 2025-03-21T20:18:06.9202615Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.module.css' 2025-03-21T20:18:06.9203810Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/UtilizationPage.tsx' 2025-03-21T20:18:06.9205124Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/SingleValueGauge.tsx' 2025-03-21T20:18:06.9206505Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankBar.tsx' 2025-03-21T20:18:06.9207966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView/RankTestView.tsx' 2025-03-21T20:18:06.9209387Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/RankTestView' 2025-03-21T20:18:06.9210746Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/SingleTestView.tsx' 2025-03-21T20:18:06.9212110Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/TestSectionView.tsx' 2025-03-21T20:18:06.9213697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView/ToggleTestsGroup.tsx' 2025-03-21T20:18:06.9215131Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/TestSectionView' 2025-03-21T20:18:06.9216586Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobInformation.tsx' 2025-03-21T20:18:06.9218199Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary/UtilizationJobSummary.tsx' 2025-03-21T20:18:06.9219681Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationJobSummary' 2025-03-21T20:18:06.9221016Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components/UtilizationStatsTable.tsx' 2025-03-21T20:18:06.9222250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/components' 2025-03-21T20:18:06.9223324Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/helper.ts' 2025-03-21T20:18:06.9224353Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/styles.tsx' 2025-03-21T20:18:06.9225365Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization/types.ts' 2025-03-21T20:18:06.9226376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components/utilization' 2025-03-21T20:18:06.9227351Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/components' 2025-03-21T20:18:06.9228266Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs/architecture.md' 2025-03-21T20:18:06.9229138Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/docs' 2025-03-21T20:18:06.9229984Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/jest.config.js' 2025-03-21T20:18:06.9231032Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/DarkModeContext.tsx' 2025-03-21T20:18:06.9231966Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/GeneralUtils.ts' 2025-03-21T20:18:06.9232999Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/JobClassifierUtil.ts' 2025-03-21T20:18:06.9233979Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/ParamSelector.tsx' 2025-03-21T20:18:06.9234919Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/RevertModal.tsx' 2025-03-21T20:18:06.9235916Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compilerUtils.ts' 2025-03-21T20:18:06.9237025Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers/CompilerSuites.ts' 2025-03-21T20:18:06.9238107Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/compliers' 2025-03-21T20:18:06.9239132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/common.ts' 2025-03-21T20:18:06.9240253Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardPickerTypes.ts' 2025-03-21T20:18:06.9241474Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types/dashboardProps.ts' 2025-03-21T20:18:06.9241959Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/types' 2025-03-21T20:18:06.9242514Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/aoUtils.ts' 2025-03-21T20:18:06.9243121Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/dashboardPickerUtils.ts' 2025-03-21T20:18:06.9243618Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils/llmUtils.ts' 2025-03-21T20:18:06.9244093Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms/utils' 2025-03-21T20:18:06.9244558Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark/llms' 2025-03-21T20:18:06.9245088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/benchmark' 2025-03-21T20:18:06.9245502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/Constants.ts' 2025-03-21T20:18:06.9245895Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoCcBot.ts' 2025-03-21T20:18:06.9246327Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelBot.ts' 2025-03-21T20:18:06.9246771Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/autoLabelCodevTrunk.ts' 2025-03-21T20:18:06.9247269Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cancelWorkflowsOnCloseBot.ts' 2025-03-21T20:18:06.9247699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/ciflowPushTrigger.ts' 2025-03-21T20:18:06.9248089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/cliParser.ts' 2025-03-21T20:18:06.9248546Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/codevNoWritePermBot.ts' 2025-03-21T20:18:06.9248932Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/drciBot.ts' 2025-03-21T20:18:06.9249312Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/index.ts' 2025-03-21T20:18:06.9249705Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBot.ts' 2025-03-21T20:18:06.9250146Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchBotHandler.ts' 2025-03-21T20:18:06.9250576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/pytorchbotLogger.ts' 2025-03-21T20:18:06.9250967Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/retryBot.ts' 2025-03-21T20:18:06.9251397Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/stripApprovalBot.ts' 2025-03-21T20:18:06.9251814Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/subscriptions.ts' 2025-03-21T20:18:06.9252310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerCircleCIWorkflows.ts' 2025-03-21T20:18:06.9252768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/triggerInductorTestsBot.ts' 2025-03-21T20:18:06.9253155Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/utils.ts' 2025-03-21T20:18:06.9253768Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/verifyDisableTestIssueBot.ts' 2025-03-21T20:18:06.9254377Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot/webhookToDynamo.ts' 2025-03-21T20:18:06.9254756Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/bot' 2025-03-21T20:18:06.9255252Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/chartTheme.tsx' 2025-03-21T20:18:06.9255703Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/clickhouse.ts' 2025-03-21T20:18:06.9256113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/commitUtils.ts' 2025-03-21T20:18:06.9256497Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/drciUtils.ts' 2025-03-21T20:18:06.9256865Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/dynamo.ts' 2025-03-21T20:18:06.9257291Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/error_utils.ts' 2025-03-21T20:18:06.9257679Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchCommit.ts' 2025-03-21T20:18:06.9258175Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchDisabledNonFlakyTests.ts' 2025-03-21T20:18:06.9258591Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchFlakyTests.ts' 2025-03-21T20:18:06.9258985Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchHud.ts' 2025-03-21T20:18:06.9259413Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchIssuesByLabel.ts' 2025-03-21T20:18:06.9259795Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchPR.ts' 2025-03-21T20:18:06.9260239Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchRecentWorkflows.ts' 2025-03-21T20:18:06.9260633Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/fetchS3Links.ts' 2025-03-21T20:18:06.9261035Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/getAuthors.ts' 2025-03-21T20:18:06.9261396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/github.ts' 2025-03-21T20:18:06.9261827Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/githubFunctions.ts' 2025-03-21T20:18:06.9262200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/jobUtils.ts' 2025-03-21T20:18:06.9262613Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/metricUtils.ts' 2025-03-21T20:18:06.9262998Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/opensearch.ts' 2025-03-21T20:18:06.9263389Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/rateLimit.ts' 2025-03-21T20:18:06.9263751Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/s3.ts' 2025-03-21T20:18:06.9264133Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchLogs.ts' 2025-03-21T20:18:06.9264537Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/searchUtils.ts' 2025-03-21T20:18:06.9265047Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools/MeasureRenderTimeProfiler.tsx' 2025-03-21T20:18:06.9265445Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/tools' 2025-03-21T20:18:06.9265801Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/track.ts' 2025-03-21T20:18:06.9266278Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/types.ts' 2025-03-21T20:18:06.9266725Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useGroupingPreference.tsx' 2025-03-21T20:18:06.9267113Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useHudData.ts' 2025-03-21T20:18:06.9267496Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useScrollTo.ts' 2025-03-21T20:18:06.9267952Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/useTableFilter.ts' 2025-03-21T20:18:06.9268574Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchListUtilizationMetadataInfo.ts' 2025-03-21T20:18:06.9269065Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.test.ts' 2025-03-21T20:18:06.9269544Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/fetchUtilization.ts' 2025-03-21T20:18:06.9269954Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization/types.ts' 2025-03-21T20:18:06.9270379Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib/utilization' 2025-03-21T20:18:06.9270734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/lib' 2025-03-21T20:18:06.9271101Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next-env.d.ts' 2025-03-21T20:18:06.9271469Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/next.config.js' 2025-03-21T20:18:06.9271830Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/package.json' 2025-03-21T20:18:06.9272399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx' 2025-03-21T20:18:06.9273088Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:06.9273651Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues/[issueNumber].tsx' 2025-03-21T20:18:06.9274174Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/issues' 2025-03-21T20:18:06.9274727Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull/[prNumber].tsx' 2025-03-21T20:18:06.9275241Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:06.9275737Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9276173Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/[repoOwner]' 2025-03-21T20:18:06.9276550Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/_app.tsx' 2025-03-21T20:18:06.9277094Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit/[sha].ts' 2025-03-21T20:18:06.9277642Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/commit' 2025-03-21T20:18:06.9278200Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull/[prNumber].ts' 2025-03-21T20:18:06.9278739Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]/pull' 2025-03-21T20:18:06.9279246Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9279703Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/[repoOwner]' 2025-03-21T20:18:06.9280201Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3/[workflowId].ts' 2025-03-21T20:18:06.9280662Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts/s3' 2025-03-21T20:18:06.9281169Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/artifacts' 2025-03-21T20:18:06.9281670Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth/[...nextauth].js' 2025-03-21T20:18:06.9282101Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/auth' 2025-03-21T20:18:06.9282576Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse/[queryName].ts' 2025-03-21T20:18:06.9283033Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/clickhouse' 2025-03-21T20:18:06.9283529Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/corresponding_workflow_id.ts' 2025-03-21T20:18:06.9283947Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci/drci.ts' 2025-03-21T20:18:06.9284373Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/drci' 2025-03-21T20:18:06.9284876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/failure.ts' 2025-03-21T20:18:06.9285315Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/3dStats.ts' 2025-03-21T20:18:06.9285741Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/disable.ts' 2025-03-21T20:18:06.9286178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/failures.ts' 2025-03-21T20:18:06.9286598Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests/search.ts' 2025-03-21T20:18:06.9287024Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/flaky-tests' 2025-03-21T20:18:06.9287633Z 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:06.9288242Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]/[workflow]' 2025-03-21T20:18:06.9288790Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9289296Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch/[repoOwner]' 2025-03-21T20:18:06.9289735Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/dispatch' 2025-03-21T20:18:06.9290154Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github/webhooks.ts' 2025-03-21T20:18:06.9290551Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/github' 2025-03-21T20:18:06.9291088Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]/[page].ts' 2025-03-21T20:18:06.9291621Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:06.9292110Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9292559Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud/[repoOwner]' 2025-03-21T20:18:06.9292941Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/hud' 2025-03-21T20:18:06.9293402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue/[label].ts' 2025-03-21T20:18:06.9293846Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/issue' 2025-03-21T20:18:06.9294420Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:06.9295020Z 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:06.9295620Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/annotations' 2025-03-21T20:18:06.9296225Z 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:06.9296815Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]/failures' 2025-03-21T20:18:06.9297376Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9297858Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation/[repoOwner]' 2025-03-21T20:18:06.9298299Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/job_annotation' 2025-03-21T20:18:06.9298831Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info/[workflowId].ts' 2025-03-21T20:18:06.9299339Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/list_utilization_metadata_info' 2025-03-21T20:18:06.9299903Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]/[annotation].ts' 2025-03-21T20:18:06.9300451Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9300930Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation/[repoOwner]' 2025-03-21T20:18:06.9301371Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/log_annotation' 2025-03-21T20:18:06.9301736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/search.ts' 2025-03-21T20:18:06.9302210Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator/lambda.ts' 2025-03-21T20:18:06.9302671Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/usage-log-aggregator' 2025-03-21T20:18:06.9303218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]/[attempt].ts' 2025-03-21T20:18:06.9303734Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:06.9304209Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization/[workflowId]' 2025-03-21T20:18:06.9304639Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api/utilization' 2025-03-21T20:18:06.9304998Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/api' 2025-03-21T20:18:06.9305517Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]/[[...page]].tsx' 2025-03-21T20:18:06.9306038Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]/[compiler]' 2025-03-21T20:18:06.9306513Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/[suite]' 2025-03-21T20:18:06.9306930Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/compilers.tsx' 2025-03-21T20:18:06.9307329Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/llms.tsx' 2025-03-21T20:18:06.9307736Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark/torchao.tsx' 2025-03-21T20:18:06.9308133Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/benchmark' 2025-03-21T20:18:06.9308541Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/build_time_metrics.tsx' 2025-03-21T20:18:06.9308927Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/cost_analysis.tsx' 2025-03-21T20:18:06.9309300Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/disabled.tsx' 2025-03-21T20:18:06.9309876Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:06.9310428Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:06.9310928Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9311391Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs/[repoOwner]' 2025-03-21T20:18:06.9311789Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failedjobs' 2025-03-21T20:18:06.9312218Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/failure.tsx' 2025-03-21T20:18:06.9312765Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/flakytest.tsx' 2025-03-21T20:18:06.9313355Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:06.9313905Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:06.9314423Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9314879Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud/[repoOwner]' 2025-03-21T20:18:06.9315276Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/hud' 2025-03-21T20:18:06.9315664Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/kpis.tsx' 2025-03-21T20:18:06.9316069Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/login_test.tsx' 2025-03-21T20:18:06.9316467Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/metrics.tsx' 2025-03-21T20:18:06.9317068Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:06.9317652Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:06.9318179Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9318719Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud/[repoOwner]' 2025-03-21T20:18:06.9319193Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/minihud' 2025-03-21T20:18:06.9319600Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/nightlies.tsx' 2025-03-21T20:18:06.9320064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/query_execution_metrics.tsx' 2025-03-21T20:18:06.9320644Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]/[[...page]].tsx' 2025-03-21T20:18:06.9321200Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9321695Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability/[repoOwner]' 2025-03-21T20:18:06.9322144Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/reliability' 2025-03-21T20:18:06.9322512Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/sli.tsx' 2025-03-21T20:18:06.9322935Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/search.tsx' 2025-03-21T20:18:06.9323357Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests/testInfo.tsx' 2025-03-21T20:18:06.9323773Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tests' 2025-03-21T20:18:06.9324249Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench/userbenchmark.tsx' 2025-03-21T20:18:06.9324692Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/torchbench' 2025-03-21T20:18:06.9325364Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]/[[...page]].tsx' 2025-03-21T20:18:06.9325903Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]/[branch]' 2025-03-21T20:18:06.9326406Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]/[repoName]' 2025-03-21T20:18:06.9326852Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts/[repoOwner]' 2025-03-21T20:18:06.9327238Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/tts' 2025-03-21T20:18:06.9327837Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]/[[...page]].tsx' 2025-03-21T20:18:06.9328422Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]/[attempt]' 2025-03-21T20:18:06.9328966Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]/[jobId]' 2025-03-21T20:18:06.9329459Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization/[workflowId]' 2025-03-21T20:18:06.9329877Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages/utilization' 2025-03-21T20:18:06.9330257Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/pages' 2025-03-21T20:18:06.9330702Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/failures_spritesheet.png' 2025-03-21T20:18:06.9331089Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public/favicon.ico' 2025-03-21T20:18:06.9331519Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/public' 2025-03-21T20:18:06.9331988Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/backfillJobs.mjs' 2025-03-21T20:18:06.9332435Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts/updateQueueTimes.mjs' 2025-03-21T20:18:06.9332800Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/scripts' 2025-03-21T20:18:06.9333246Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/MuiThemeOverrides.tsx' 2025-03-21T20:18:06.9333623Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles/globals.css' 2025-03-21T20:18:06.9334002Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/styles' 2025-03-21T20:18:06.9334400Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoCcBot.test.ts' 2025-03-21T20:18:06.9334832Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelBot.test.ts' 2025-03-21T20:18:06.9335292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/autoLabelCodevTrunk.test.ts' 2025-03-21T20:18:06.9335778Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/cancelWorkflowsOnCloseBot.test.ts' 2025-03-21T20:18:06.9336244Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/ciflow-push-trigger.test.ts' 2025-03-21T20:18:06.9336666Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/closeCommands.test.ts' 2025-03-21T20:18:06.9337132Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/codevNoWritePermBot.test.ts' 2025-03-21T20:18:06.9337490Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/common.ts' 2025-03-21T20:18:06.9337931Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/disableFlakyBot.test.ts' 2025-03-21T20:18:06.9338408Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drci.test.ts' 2025-03-21T20:18:06.9338786Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciBot.test.ts' 2025-03-21T20:18:06.9339163Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/drciUtils.test.ts' 2025-03-21T20:18:06.9339562Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/config.json' 2025-03-21T20:18:06.9339951Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue.json' 2025-03-21T20:18:06.9340369Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issue_comment.json' 2025-03-21T20:18:06.9340807Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.labeled.json' 2025-03-21T20:18:06.9341232Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/issues.opened.json' 2025-03-21T20:18:06.9341653Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/known_labels.json' 2025-03-21T20:18:06.9342064Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_files.json' 2025-03-21T20:18:06.9342523Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.closed.json' 2025-03-21T20:18:06.9342971Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.edited.json' 2025-03-21T20:18:06.9343438Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.labeled.json' 2025-03-21T20:18:06.9343941Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.opened.json' 2025-03-21T20:18:06.9344458Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.reopened.json' 2025-03-21T20:18:06.9344944Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request.synchronize.json' 2025-03-21T20:18:06.9345396Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_comment.json' 2025-03-21T20:18:06.9345855Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review.json' 2025-03-21T20:18:06.9346354Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_review_approved.json' 2025-03-21T20:18:06.9346817Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/pull_request_reviews.json' 2025-03-21T20:18:06.9347292Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/permission.json' 2025-03-21T20:18:06.9347850Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.closed.json' 2025-03-21T20:18:06.9348372Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.labeled.json' 2025-03-21T20:18:06.9348934Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.synchronize.json' 2025-03-21T20:18:06.9349461Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger/pull_request.unlabeled.json' 2025-03-21T20:18:06.9349923Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push-trigger' 2025-03-21T20:18:06.9350310Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/push.json' 2025-03-21T20:18:06.9350822Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/webhookToDynamoExpected.json.gz' 2025-03-21T20:18:06.9351274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_job.queued.json' 2025-03-21T20:18:06.9351699Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_jobs.json' 2025-03-21T20:18:06.9352236Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures/workflow_run.completed.json' 2025-03-21T20:18:06.9352792Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/fixtures' 2025-03-21T20:18:06.9353260Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/jobUtils.test.ts' 2025-03-21T20:18:06.9353829Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/labelCommands.test.ts' 2025-03-21T20:18:06.9354274Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/mergeCommands.test.ts' 2025-03-21T20:18:06.9354697Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/metricUtils.test.ts' 2025-03-21T20:18:06.9355093Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/reporter.js' 2025-03-21T20:18:06.9355502Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/retryBot.test.ts' 2025-03-21T20:18:06.9355923Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/searchUtils.test.ts' 2025-03-21T20:18:06.9356303Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/setup.ts' 2025-03-21T20:18:06.9356893Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/stripApprovals.test.ts' 2025-03-21T20:18:06.9357402Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/subscriptions.test.ts' 2025-03-21T20:18:06.9357897Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerCircleCIWorkflows.test.ts' 2025-03-21T20:18:06.9358399Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/triggerInductorTestsBot.test.ts' 2025-03-21T20:18:06.9358808Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.test.ts' 2025-03-21T20:18:06.9359178Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/utils.ts' 2025-03-21T20:18:06.9359661Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/verifyDisableTestIssue.test.ts' 2025-03-21T20:18:06.9360131Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test/wehookToDynamoBot.test.ts' 2025-03-21T20:18:06.9360503Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/test' 2025-03-21T20:18:06.9360867Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/tsconfig.json' 2025-03-21T20:18:06.9361286Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types/next-auth-d.ts' 2025-03-21T20:18:06.9361658Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/types' 2025-03-21T20:18:06.9362010Z removed '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci/yarn.lock' 2025-03-21T20:18:06.9362356Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/torchci' 2025-03-21T20:18:06.9362672Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:06.9362976Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch' 2025-03-21T20:18:06.9363250Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:06.9364077Z ##[endgroup] 2025-03-21T20:18:06.9460388Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:06.9460521Z with: 2025-03-21T20:18:06.9460678Z repository: pytorch/test-infra 2025-03-21T20:18:06.9460778Z path: test-infra 2025-03-21T20:18:06.9460917Z submodules: recursive 2025-03-21T20:18:06.9461179Z token: *** 2025-03-21T20:18:06.9461294Z ssh-strict: true 2025-03-21T20:18:06.9461400Z ssh-user: git 2025-03-21T20:18:06.9461510Z persist-credentials: true 2025-03-21T20:18:06.9461623Z clean: true 2025-03-21T20:18:06.9461740Z sparse-checkout-cone-mode: true 2025-03-21T20:18:06.9461854Z fetch-depth: 1 2025-03-21T20:18:06.9461953Z fetch-tags: false 2025-03-21T20:18:06.9462055Z show-progress: true 2025-03-21T20:18:06.9462163Z lfs: false 2025-03-21T20:18:06.9462275Z set-safe-directory: true 2025-03-21T20:18:06.9462378Z env: 2025-03-21T20:18:06.9462525Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:06.9462644Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:06.9462750Z PR_NUMBER: 2025-03-21T20:18:06.9464965Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:06.9465071Z ##[endgroup] 2025-03-21T20:18:07.0626582Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:07.0627317Z ##[group]Getting Git version info 2025-03-21T20:18:07.0627867Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:07.0628812Z [command]/usr/bin/git version 2025-03-21T20:18:07.0629107Z git version 2.47.1 2025-03-21T20:18:07.0632988Z ##[endgroup] 2025-03-21T20:18:07.0645689Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/dbbe046c-d562-42ec-8650-2b8a6363da58' before making global git config changes 2025-03-21T20:18:07.0648016Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:07.0648894Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:07.0676934Z ##[group]Initializing the repository 2025-03-21T20:18:07.0681931Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:07.0712886Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:07.0713573Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:07.0714206Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:07.0714648Z hint: 2025-03-21T20:18:07.0714972Z hint: git config --global init.defaultBranch 2025-03-21T20:18:07.0715352Z hint: 2025-03-21T20:18:07.0715694Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:07.0716310Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:07.0716783Z hint: 2025-03-21T20:18:07.0717038Z hint: git branch -m 2025-03-21T20:18:07.0717646Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:07.0720818Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:07.0746635Z ##[endgroup] 2025-03-21T20:18:07.0747967Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:07.0749235Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:07.0774936Z ##[endgroup] 2025-03-21T20:18:07.0775383Z ##[group]Setting up auth 2025-03-21T20:18:07.0778293Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:07.0802196Z [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:07.1070301Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:07.1095794Z [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:07.1360285Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:07.1401270Z ##[endgroup] 2025-03-21T20:18:07.1402606Z ##[group]Determining the default branch 2025-03-21T20:18:07.1403732Z Retrieving the default branch name 2025-03-21T20:18:07.3316216Z Default branch 'main' 2025-03-21T20:18:07.3317090Z ##[endgroup] 2025-03-21T20:18:07.3317550Z ##[group]Fetching the repository 2025-03-21T20:18:07.3321902Z [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:07.6373327Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:07.6373774Z * [new branch] main -> origin/main 2025-03-21T20:18:07.6394266Z ##[endgroup] 2025-03-21T20:18:07.6394709Z ##[group]Determining the checkout info 2025-03-21T20:18:07.6395223Z ##[endgroup] 2025-03-21T20:18:07.6398799Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:07.6431565Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:07.6455920Z ##[group]Checking out the ref 2025-03-21T20:18:07.6458845Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:07.7223429Z Switched to a new branch 'main' 2025-03-21T20:18:07.7224527Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:07.7228100Z ##[endgroup] 2025-03-21T20:18:07.7229369Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:07.7232671Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:07.7277269Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:07.7303549Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:07.7329448Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:07.7356087Z ##[endgroup] 2025-03-21T20:18:07.7357311Z ##[group]Fetching submodules 2025-03-21T20:18:07.7357713Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:07.7627603Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:07.7897722Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:07.8155020Z ##[endgroup] 2025-03-21T20:18:07.8155488Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:07.8159417Z [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:07.8417533Z [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:07.8685393Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:07.8956909Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:07.9248077Z ##[endgroup] 2025-03-21T20:18:07.9277277Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:07.9297854Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:07.9494103Z Prepare all required actions 2025-03-21T20:18:07.9494702Z Getting action download info 2025-03-21T20:18:08.0493741Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:09.5930549Z Getting action download info 2025-03-21T20:18:09.6996004Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:09.8626367Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:09.8626740Z env: 2025-03-21T20:18:09.8627020Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:09.8627418Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.8627717Z PR_NUMBER: 2025-03-21T20:18:09.8629930Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:09.8632251Z ##[endgroup] 2025-03-21T20:18:09.8720216Z ##[group]Run set -euo pipefail 2025-03-21T20:18:09.8720603Z set -euo pipefail 2025-03-21T20:18:09.8720963Z function get_ec2_metadata() { 2025-03-21T20:18:09.8721377Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:09.8722295Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:09.8722902Z  category=$1 2025-03-21T20:18:09.8723881Z  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:09.8724978Z } 2025-03-21T20:18:09.8725283Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:09.8725740Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:09.8726228Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:09.8726664Z echo "system info $(uname -a)" 2025-03-21T20:18:09.8732757Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:09.8733168Z env: 2025-03-21T20:18:09.8733459Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:09.8733833Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.8734143Z PR_NUMBER: 2025-03-21T20:18:09.8736304Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:09.8738514Z ##[endgroup] 2025-03-21T20:18:09.8876968Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:09.8995969Z instance-id: i-02aa3908ebaa1b4cd 2025-03-21T20:18:09.9102827Z instance-type: c5.24xlarge 2025-03-21T20:18:09.9114725Z system info Linux ip-10-0-8-209.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:09.9154398Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:09.9155580Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:09.9161546Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:09.9161920Z env: 2025-03-21T20:18:09.9162189Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:09.9162567Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.9162892Z PR_NUMBER: 2025-03-21T20:18:09.9165025Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:09.9167232Z ##[endgroup] 2025-03-21T20:18:09.9250220Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:09.9250728Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:09.9251141Z  echo "Docker daemon is running..."; 2025-03-21T20:18:09.9251532Z else 2025-03-21T20:18:09.9251945Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:09.9252424Z fi 2025-03-21T20:18:09.9259334Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:09.9259802Z env: 2025-03-21T20:18:09.9260205Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:09.9260610Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.9261117Z PR_NUMBER: 2025-03-21T20:18:09.9263321Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:09.9265552Z ##[endgroup] 2025-03-21T20:18:09.9345620Z Docker daemon is running... 2025-03-21T20:18:09.9387223Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:09.9387875Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:09.9388397Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:09.9389011Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:09.9389734Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:09.9395632Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:09.9396044Z env: 2025-03-21T20:18:09.9396333Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:09.9396724Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:09.9397025Z PR_NUMBER: 2025-03-21T20:18:09.9399358Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:09.9401752Z AWS_RETRY_MODE: standard 2025-03-21T20:18:09.9402029Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:09.9402479Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:09.9402789Z ##[endgroup] 2025-03-21T20:18:10.9146255Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:10.9148439Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:10.9149131Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:10.9149563Z 2025-03-21T20:18:10.9149829Z Login Succeeded 2025-03-21T20:18:10.9197948Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:10.9198721Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:10.9199260Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:10.9206582Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:10.9206973Z env: 2025-03-21T20:18:10.9207237Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:10.9207605Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.9207912Z PR_NUMBER: 2025-03-21T20:18:10.9210055Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:10.9212271Z ##[endgroup] 2025-03-21T20:18:10.9303035Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:10.9303580Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:10.9304050Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:10.9304451Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:10.9305034Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:10.9305473Z  2025-03-21T20:18:10.9305792Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:10.9342820Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:10.9343501Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:10.9344039Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:10.9344523Z  2025-03-21T20:18:10.9344791Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:10.9345172Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:10.9345544Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:10.9345964Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:10.9351298Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:10.9351705Z env: 2025-03-21T20:18:10.9351996Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:10.9352480Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:10.9352966Z PR_NUMBER: 2025-03-21T20:18:10.9355490Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:10.9357874Z ##[endgroup] 2025-03-21T20:18:11.4971429Z ##[group]Run needs=0 2025-03-21T20:18:11.4971757Z needs=0 2025-03-21T20:18:11.4972186Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:11.4972888Z  needs=1 2025-03-21T20:18:11.4973171Z fi 2025-03-21T20:18:11.4973477Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:11.4979429Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:11.4979995Z env: 2025-03-21T20:18:11.4980385Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.4980775Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.4981092Z PR_NUMBER: 2025-03-21T20:18:11.4983501Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:11.4985968Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:11.4986612Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:11.4987204Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:11.4987631Z ##[endgroup] 2025-03-21T20:18:11.5199388Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:11.5200045Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:11.5200566Z # shellcheck disable=SC2046 2025-03-21T20:18:11.5200954Z docker stop $(docker ps -q) || true 2025-03-21T20:18:11.5201548Z # Prune all of the docker images 2025-03-21T20:18:11.5201957Z docker system prune -af 2025-03-21T20:18:11.5207882Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:11.5208274Z env: 2025-03-21T20:18:11.5208553Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.5208944Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.5209268Z PR_NUMBER: 2025-03-21T20:18:11.5211430Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:11.5213769Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:11.5214365Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:11.5214963Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:11.5215387Z ##[endgroup] 2025-03-21T20:18:11.5507738Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:11.5508258Z See 'docker stop --help'. 2025-03-21T20:18:11.5508500Z 2025-03-21T20:18:11.5508691Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:11.5509013Z 2025-03-21T20:18:11.5509146Z Stop one or more running containers 2025-03-21T20:18:11.5684703Z Total reclaimed space: 0B 2025-03-21T20:18:11.5773427Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:11.5773851Z with: 2025-03-21T20:18:11.5774372Z github-secret: *** 2025-03-21T20:18:11.5775113Z 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:11.5775922Z activate-with-label: false 2025-03-21T20:18:11.5776250Z label: with-ssh 2025-03-21T20:18:11.5776546Z remove-existing-keys: true 2025-03-21T20:18:11.5776875Z fail-silently: true 2025-03-21T20:18:11.5777135Z env: 2025-03-21T20:18:11.5777433Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.5777834Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.5778162Z PR_NUMBER: 2025-03-21T20:18:11.5780548Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:11.5782909Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:11.5783528Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:11.5784085Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:11.5784522Z ##[endgroup] 2025-03-21T20:18:11.6847813Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:11.6848793Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:11.6972915Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:11.6973262Z with: 2025-03-21T20:18:11.6973498Z repository: pytorch/executorch 2025-03-21T20:18:11.6973836Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:11.6974192Z path: pytorch/executorch 2025-03-21T20:18:11.6974657Z fetch-depth: 1 2025-03-21T20:18:11.6974912Z submodules: true 2025-03-21T20:18:11.6975335Z token: *** 2025-03-21T20:18:11.6975580Z ssh-strict: true 2025-03-21T20:18:11.6975831Z ssh-user: git 2025-03-21T20:18:11.6976094Z persist-credentials: true 2025-03-21T20:18:11.6976387Z clean: true 2025-03-21T20:18:11.6976633Z sparse-checkout-cone-mode: true 2025-03-21T20:18:11.6976942Z fetch-tags: false 2025-03-21T20:18:11.6977199Z show-progress: true 2025-03-21T20:18:11.6977454Z lfs: false 2025-03-21T20:18:11.6977699Z set-safe-directory: true 2025-03-21T20:18:11.6977952Z env: 2025-03-21T20:18:11.6978215Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:11.6978634Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.6978929Z PR_NUMBER: 2025-03-21T20:18:11.6981070Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:11.6983559Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:11.6984151Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:11.6984686Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:11.6985079Z ##[endgroup] 2025-03-21T20:18:11.7922345Z Syncing repository: pytorch/executorch 2025-03-21T20:18:11.7927193Z ##[group]Getting Git version info 2025-03-21T20:18:11.7927812Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:11.7954661Z [command]/usr/bin/git version 2025-03-21T20:18:11.7990946Z git version 2.47.1 2025-03-21T20:18:11.8014182Z ##[endgroup] 2025-03-21T20:18:11.8030567Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0628637b-2546-4fee-9466-a193180189b8' before making global git config changes 2025-03-21T20:18:11.8033535Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:11.8034637Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:11.8063338Z ##[group]Initializing the repository 2025-03-21T20:18:11.8068524Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:11.8099145Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:11.8099846Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:11.8100477Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:11.8100903Z hint: 2025-03-21T20:18:11.8101218Z hint: git config --global init.defaultBranch 2025-03-21T20:18:11.8101595Z hint: 2025-03-21T20:18:11.8101971Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:11.8102577Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:11.8103035Z hint: 2025-03-21T20:18:11.8103304Z hint: git branch -m 2025-03-21T20:18:11.8103971Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:11.8106626Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:11.8132486Z ##[endgroup] 2025-03-21T20:18:11.8133027Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:11.8134663Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:11.8160979Z ##[endgroup] 2025-03-21T20:18:11.8161710Z ##[group]Setting up auth 2025-03-21T20:18:11.8164648Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:11.8189878Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:11.8467247Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:11.8493107Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:11.8756678Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:11.8802168Z ##[endgroup] 2025-03-21T20:18:11.8802705Z ##[group]Fetching the repository 2025-03-21T20:18:11.8806893Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:13.2361264Z From https://github.com/pytorch/executorch 2025-03-21T20:18:13.2362677Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:13.2394542Z ##[endgroup] 2025-03-21T20:18:13.2395953Z ##[group]Determining the checkout info 2025-03-21T20:18:13.2397523Z ##[endgroup] 2025-03-21T20:18:13.2409932Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:13.2445743Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:13.2473645Z ##[group]Checking out the ref 2025-03-21T20:18:13.2475307Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:13.6931459Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:13.6932281Z 2025-03-21T20:18:13.6932792Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:13.6933483Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:13.6934111Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:13.6934463Z 2025-03-21T20:18:13.6934723Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:13.6935264Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:13.6935714Z 2025-03-21T20:18:13.6935845Z git switch -c 2025-03-21T20:18:13.6936085Z 2025-03-21T20:18:13.6936212Z Or undo this operation with: 2025-03-21T20:18:13.6936435Z 2025-03-21T20:18:13.6936547Z git switch - 2025-03-21T20:18:13.6936706Z 2025-03-21T20:18:13.6936979Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:13.6937333Z 2025-03-21T20:18:13.6937538Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:13.6963537Z ##[endgroup] 2025-03-21T20:18:13.6964085Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:13.6967377Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:13.7015578Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:13.7037624Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:13.7062456Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:13.7081794Z ##[endgroup] 2025-03-21T20:18:13.7082273Z ##[group]Fetching submodules 2025-03-21T20:18:13.7084264Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:13.7361653Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:13.7623480Z 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:13.7628990Z 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:13.7631566Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:13.7633253Z 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:13.7635038Z 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:13.7636609Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:13.7637860Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:13.7639288Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:13.7640997Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:13.7643948Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:13.7647021Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:13.7649881Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:13.7652996Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:13.7656611Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:13.7659785Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:13.7663300Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:13.7668162Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:13.7671724Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:13.7675806Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:13.7679511Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:13.7684447Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:13.7688285Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:13.7691346Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:13.7720460Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:14.0347744Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:14.3052079Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:14.5320646Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:14.9277900Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:15.1938799Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:15.3747275Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:15.5513500Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:15.7731569Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:16.3509640Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:16.7162808Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:16.9056199Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:17.1516986Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:17.8969045Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:18.1099347Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:18.4451168Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:18.7792589Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:19.0041133Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:19.1997256Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:19.4403899Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:19.6175092Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:19.8194296Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:20.1901905Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:20.8963063Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:20.8963755Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:20.9098508Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:21.3702929Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:21.3704163Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:21.3825608Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:21.3939656Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:22.1167802Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:22.1168441Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:22.1654255Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:22.7757675Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:22.7758381Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:22.8061887Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:23.2020908Z From https://github.com/zeux/volk 2025-03-21T20:18:23.2021533Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:23.2107029Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:23.6087505Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:23.6088112Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:23.6187787Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:24.0128659Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:24.0129263Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:24.0199115Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:25.4239702Z From https://github.com/google/XNNPACK 2025-03-21T20:18:25.4240343Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:26.0053952Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:26.4916687Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:26.4917256Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:26.5775692Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:26.9746074Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:26.9746713Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:26.9844547Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:27.5189775Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:27.5190410Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:27.5440096Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:28.9633192Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:28.9634006Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:29.0840863Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:29.1000134Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:29.5703072Z From https://github.com/pytorch/ao 2025-03-21T20:18:29.5703629Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:29.6386147Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:30.2423968Z From https://github.com/google/flatbuffers 2025-03-21T20:18:30.2424557Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:30.3422533Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:30.7460913Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:30.7461794Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:30.7718449Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:31.2285005Z From https://github.com/gflags/gflags 2025-03-21T20:18:31.2286110Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:31.2381433Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:31.8554190Z From https://github.com/google/googletest 2025-03-21T20:18:31.8554775Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:31.8884179Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:32.2841555Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:32.2842158Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:32.2933049Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:32.3019920Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:32.9236248Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:32.9956815Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:32.9957615Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:33.5896126Z From https://github.com/pybind/pybind11 2025-03-21T20:18:33.5896751Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:33.6170345Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:33.6195161Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:33.6474332Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:33.6500465Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:33.6537371Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:33.6570371Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:33.6597436Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:33.6623990Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:33.6662732Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:33.6698325Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:33.6751585Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:33.6758317Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:33.6788169Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:33.6820468Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:33.6851472Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:33.6882956Z Entering 'shim' 2025-03-21T20:18:33.6918689Z Entering 'third-party/ao' 2025-03-21T20:18:33.6951091Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:33.6982939Z Entering 'third-party/flatcc' 2025-03-21T20:18:33.7018740Z Entering 'third-party/gflags' 2025-03-21T20:18:33.7048299Z Entering 'third-party/googletest' 2025-03-21T20:18:33.7081347Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:33.7116081Z Entering 'third-party/pocketfft' 2025-03-21T20:18:33.7146301Z Entering 'third-party/prelude' 2025-03-21T20:18:33.7178494Z Entering 'third-party/pybind11' 2025-03-21T20:18:33.7221607Z ##[endgroup] 2025-03-21T20:18:33.7222183Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:33.7231426Z [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:33.7496918Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:33.7550627Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:33.7618817Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:33.7685117Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:33.7747839Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:33.7814542Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:33.7874113Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:33.7936011Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:33.7997199Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:33.8071429Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:33.8135381Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:33.8196982Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:33.8258150Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:33.8326485Z Entering 'shim' 2025-03-21T20:18:33.8387550Z Entering 'third-party/ao' 2025-03-21T20:18:33.8449928Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:33.8509892Z Entering 'third-party/flatcc' 2025-03-21T20:18:33.8568155Z Entering 'third-party/gflags' 2025-03-21T20:18:33.8627582Z Entering 'third-party/googletest' 2025-03-21T20:18:33.8688229Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:33.8746727Z Entering 'third-party/pocketfft' 2025-03-21T20:18:33.8807314Z Entering 'third-party/prelude' 2025-03-21T20:18:33.8865591Z Entering 'third-party/pybind11' 2025-03-21T20:18:33.8937806Z [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:33.9210005Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:33.9255727Z 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:33.9256806Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:33.9313109Z 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:33.9314443Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:33.9366289Z 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:33.9369161Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:33.9420388Z 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:33.9422280Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:33.9482980Z 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:33.9486067Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:33.9540389Z 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:33.9542387Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:33.9601930Z 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:33.9604848Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:33.9660148Z 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:33.9663582Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:33.9720046Z 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:33.9722321Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:33.9775697Z 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:33.9778659Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:33.9828336Z 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:33.9831212Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:33.9880243Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:33.9881207Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:33.9929874Z 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:33.9931603Z Entering 'shim' 2025-03-21T20:18:33.9987337Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:33.9989173Z Entering 'third-party/ao' 2025-03-21T20:18:34.0038063Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:34.0040324Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:34.0092173Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:34.0093643Z Entering 'third-party/flatcc' 2025-03-21T20:18:34.0143375Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:34.0145867Z Entering 'third-party/gflags' 2025-03-21T20:18:34.0197195Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:34.0199808Z Entering 'third-party/googletest' 2025-03-21T20:18:34.0249666Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:34.0251707Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:34.0306020Z 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:34.0308586Z Entering 'third-party/pocketfft' 2025-03-21T20:18:34.0358811Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:34.0361490Z Entering 'third-party/prelude' 2025-03-21T20:18:34.0413984Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:34.0416509Z Entering 'third-party/pybind11' 2025-03-21T20:18:34.0465850Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:34.0664427Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:34.0934557Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:34.0957351Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:34.0983582Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:34.1018065Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:34.1044328Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:34.1070417Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:34.1103960Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:34.1133718Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:34.1171227Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:34.1201802Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:34.1228473Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:34.1269436Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:34.1300632Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:34.1334897Z Entering 'shim' 2025-03-21T20:18:34.1368603Z Entering 'third-party/ao' 2025-03-21T20:18:34.1398713Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:34.1427364Z Entering 'third-party/flatcc' 2025-03-21T20:18:34.1454703Z Entering 'third-party/gflags' 2025-03-21T20:18:34.1480093Z Entering 'third-party/googletest' 2025-03-21T20:18:34.1514757Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:34.1542274Z Entering 'third-party/pocketfft' 2025-03-21T20:18:34.1577920Z Entering 'third-party/prelude' 2025-03-21T20:18:34.1608141Z Entering 'third-party/pybind11' 2025-03-21T20:18:34.1655863Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:34.1917534Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:34.1948653Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:34.1976305Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:34.2008643Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:34.2042916Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:34.2077958Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:34.2107205Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:34.2135911Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:34.2163936Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:34.2193685Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:34.2226388Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:34.2255153Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:34.2279753Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:34.2315299Z Entering 'shim' 2025-03-21T20:18:34.2343043Z Entering 'third-party/ao' 2025-03-21T20:18:34.2375304Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:34.2404332Z Entering 'third-party/flatcc' 2025-03-21T20:18:34.2433870Z Entering 'third-party/gflags' 2025-03-21T20:18:34.2466565Z Entering 'third-party/googletest' 2025-03-21T20:18:34.2497395Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:34.2526224Z Entering 'third-party/pocketfft' 2025-03-21T20:18:34.2554354Z Entering 'third-party/prelude' 2025-03-21T20:18:34.2583178Z Entering 'third-party/pybind11' 2025-03-21T20:18:34.2626887Z ##[endgroup] 2025-03-21T20:18:34.2656540Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:34.2676562Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:34.2878712Z Prepare all required actions 2025-03-21T20:18:34.2879321Z Getting action download info 2025-03-21T20:18:34.3836317Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:34.5386997Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:34.5387412Z with: 2025-03-21T20:18:34.5387682Z docker-image-name: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:34.5388067Z docker-build-dir: .ci/docker 2025-03-21T20:18:34.5388403Z working-directory: pytorch/executorch 2025-03-21T20:18:34.5388816Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.5389221Z force-push: false 2025-03-21T20:18:34.5389446Z env: 2025-03-21T20:18:34.5389706Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:34.5390063Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:34.5390350Z PR_NUMBER: 2025-03-21T20:18:34.5392821Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:34.5395495Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:34.5396133Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:34.5396726Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:34.5397134Z ##[endgroup] 2025-03-21T20:18:34.5425188Z ##[group]Run set -ex 2025-03-21T20:18:34.5425518Z set -ex 2025-03-21T20:18:34.5425736Z  2025-03-21T20:18:34.5426155Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:34.5426812Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:34.5427375Z # job could then download the pre-built image as usual 2025-03-21T20:18:34.5427882Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:34.5428352Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:34.5428798Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:34.5429207Z  2025-03-21T20:18:34.5429565Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:34.5430012Z  exit 0 2025-03-21T20:18:34.5430250Z else 2025-03-21T20:18:34.5430509Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:34.5430840Z fi 2025-03-21T20:18:34.5431058Z  2025-03-21T20:18:34.5431402Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:34.5432002Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:34.5432816Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:34.5433443Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:34.5434026Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:34.5434598Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:34.5435028Z else 2025-03-21T20:18:34.5435403Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:34.5435930Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:34.5436809Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:34.5437414Z fi 2025-03-21T20:18:34.5443344Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:34.5443741Z env: 2025-03-21T20:18:34.5444027Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:34.5444440Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:34.5444865Z PR_NUMBER: 2025-03-21T20:18:34.5446994Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:34.5449616Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:34.5450261Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:34.5450865Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:34.5451298Z REPO_NAME: executorch 2025-03-21T20:18:34.5451654Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:34.5452067Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:34.5452452Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.5452929Z ##[endgroup] 2025-03-21T20:18:34.5477107Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:34.5478059Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:34.5478943Z + echo skip=false 2025-03-21T20:18:34.5480509Z + [[ executorch-ubuntu-22.04-clang12 == *\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:34.5483844Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:34.5497913Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.5499311Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.5502193Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.5540744Z ##[group]Run set +e 2025-03-21T20:18:34.5541123Z set +e 2025-03-21T20:18:34.5541366Z set -x 2025-03-21T20:18:34.5541632Z  2025-03-21T20:18:34.5541899Z login() { 2025-03-21T20:18:34.5542409Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:34.5542961Z } 2025-03-21T20:18:34.5543185Z  2025-03-21T20:18:34.5543441Z retry () { 2025-03-21T20:18:34.5543756Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:34.5544107Z } 2025-03-21T20:18:34.5544348Z  2025-03-21T20:18:34.5544610Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:34.5544951Z  2025-03-21T20:18:34.5545221Z START_TIME=$(date +%s) 2025-03-21T20:18:34.5545551Z # Wait up to 120 minutes 2025-03-21T20:18:34.5545947Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:34.5546469Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:34.5546968Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:34.5547375Z  exit 0 2025-03-21T20:18:34.5547644Z  fi 2025-03-21T20:18:34.5547896Z  2025-03-21T20:18:34.5548314Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:34.5548973Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:34.5549822Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:34.5550382Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:34.5550832Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:34.5551222Z  break 2025-03-21T20:18:34.5551504Z  else 2025-03-21T20:18:34.5551860Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:34.5552432Z  sleep 300 2025-03-21T20:18:34.5552903Z  fi 2025-03-21T20:18:34.5553232Z done 2025-03-21T20:18:34.5553682Z  2025-03-21T20:18:34.5554078Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:34.5554722Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:34.5555302Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:34.5555828Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:34.5556302Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:34.5556677Z else 2025-03-21T20:18:34.5557040Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:34.5557580Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:34.5558001Z fi 2025-03-21T20:18:34.5558258Z  2025-03-21T20:18:34.5558544Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:34.5558938Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:34.5559455Z  2025-03-21T20:18:34.5559990Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:34.5560611Z  exit 0 2025-03-21T20:18:34.5560892Z fi 2025-03-21T20:18:34.5561132Z  2025-03-21T20:18:34.5561501Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:34.5562271Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:34.5562940Z  exit 1 2025-03-21T20:18:34.5563234Z fi 2025-03-21T20:18:34.5563498Z  2025-03-21T20:18:34.5563901Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:34.5564634Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:34.5565395Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:34.5566099Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:34.5566884Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:34.5567368Z fi 2025-03-21T20:18:34.5567591Z  2025-03-21T20:18:34.5567893Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:34.5574000Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:34.5574416Z env: 2025-03-21T20:18:34.5575084Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.5575853Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:34.5576173Z PR_NUMBER: 2025-03-21T20:18:34.5578325Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:34.5580802Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:34.5581428Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:34.5582008Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:34.5582450Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:34.5582810Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:34.5583266Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:34.5583766Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.5584192Z DOCKER_PUSH: 2025-03-21T20:18:34.5584484Z ##[endgroup] 2025-03-21T20:18:34.5610416Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.5611774Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:34.5612403Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:34.5613499Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.0389122Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:35.0391010Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:35.0392973Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:35.0394207Z 2025-03-21T20:18:35.0394645Z Login Succeeded 2025-03-21T20:18:35.0412442Z ++ date +%s 2025-03-21T20:18:35.0420554Z + START_TIME=1742588315 2025-03-21T20:18:35.0423427Z ++ date +%s 2025-03-21T20:18:35.0433834Z + [[ 1742581115 -lt 1742588315 ]] 2025-03-21T20:18:35.0434691Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.2726346Z { 2025-03-21T20:18:35.2726790Z "schemaVersion": 2, 2025-03-21T20:18:35.2727339Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:35.2727918Z "config": { 2025-03-21T20:18:35.2728365Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:35.2728802Z "size": 15113, 2025-03-21T20:18:35.2729267Z "digest": "sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40" 2025-03-21T20:18:35.2729799Z }, 2025-03-21T20:18:35.2730037Z "layers": [ 2025-03-21T20:18:35.2730293Z { 2025-03-21T20:18:35.2730648Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2731118Z "size": 30440118, 2025-03-21T20:18:35.2731701Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:35.2732211Z }, 2025-03-21T20:18:35.2732557Z { 2025-03-21T20:18:35.2732921Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2733378Z "size": 632, 2025-03-21T20:18:35.2733822Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:35.2734311Z }, 2025-03-21T20:18:35.2734643Z { 2025-03-21T20:18:35.2735004Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2735431Z "size": 157526119, 2025-03-21T20:18:35.2735865Z "digest": "sha256:b5c6df654772b230433280324cb8ae166f055fe81ed7337aa4711d5c456604c4" 2025-03-21T20:18:35.2736323Z }, 2025-03-21T20:18:35.2736535Z { 2025-03-21T20:18:35.2736878Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2737308Z "size": 623, 2025-03-21T20:18:35.2737727Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:35.2738195Z }, 2025-03-21T20:18:35.2738408Z { 2025-03-21T20:18:35.2738750Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2739183Z "size": 19308773, 2025-03-21T20:18:35.2739627Z "digest": "sha256:60efa3734e02f033c86ecaee3fac91efdcbc7b301321e531fc0a1060847a2bb4" 2025-03-21T20:18:35.2740102Z }, 2025-03-21T20:18:35.2740335Z { 2025-03-21T20:18:35.2740959Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2741413Z "size": 737, 2025-03-21T20:18:35.2741854Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:35.2742332Z }, 2025-03-21T20:18:35.2742553Z { 2025-03-21T20:18:35.2742898Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2743334Z "size": 131418197, 2025-03-21T20:18:35.2743776Z "digest": "sha256:e9ab3604d5b29a9484bc1305a366981c1ca67f751032b9c37fe8fef0f85688cc" 2025-03-21T20:18:35.2744247Z }, 2025-03-21T20:18:35.2744471Z { 2025-03-21T20:18:35.2744822Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2745257Z "size": 447, 2025-03-21T20:18:35.2745681Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:35.2746146Z }, 2025-03-21T20:18:35.2746370Z { 2025-03-21T20:18:35.2746738Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2747183Z "size": 104, 2025-03-21T20:18:35.2747617Z "digest": "sha256:49b7cb3e3363a5f3dac8175af32fe4816b39e161a46bf969e6912750f5f9bec9" 2025-03-21T20:18:35.2748267Z }, 2025-03-21T20:18:35.2748557Z { 2025-03-21T20:18:35.2749017Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2749903Z "size": 637, 2025-03-21T20:18:35.2750815Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:35.2751341Z }, 2025-03-21T20:18:35.2751702Z { 2025-03-21T20:18:35.2752221Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2752729Z "size": 33695133, 2025-03-21T20:18:35.2753562Z "digest": "sha256:b19aec4cf4ca427d523290baed9608620faa6e00dbed219e8730c6a88434be03" 2025-03-21T20:18:35.2754498Z }, 2025-03-21T20:18:35.2754871Z { 2025-03-21T20:18:35.2755550Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2756065Z "size": 319, 2025-03-21T20:18:35.2756597Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:35.2757210Z }, 2025-03-21T20:18:35.2757635Z { 2025-03-21T20:18:35.2758116Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2758608Z "size": 249991053, 2025-03-21T20:18:35.2759184Z "digest": "sha256:b51a5e8daac542be7f81d2c6b3436f5905a06e0eb777f324cd0883498381ba09" 2025-03-21T20:18:35.2788869Z }, 2025-03-21T20:18:35.2789235Z { 2025-03-21T20:18:35.2789616Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2790091Z "size": 475, 2025-03-21T20:18:35.2790533Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:35.2791033Z }, 2025-03-21T20:18:35.2791246Z { 2025-03-21T20:18:35.2791611Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2792164Z "size": 1043, 2025-03-21T20:18:35.2792842Z "digest": "sha256:75aba5c9e2312ec799574e1d38f907f9736434eee23f570b5165147b0919b34f" 2025-03-21T20:18:35.2793367Z }, 2025-03-21T20:18:35.2793587Z { 2025-03-21T20:18:35.2793944Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2794404Z "size": 613, 2025-03-21T20:18:35.2794855Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:35.2795380Z }, 2025-03-21T20:18:35.2795597Z { 2025-03-21T20:18:35.2795995Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2796461Z "size": 77562865, 2025-03-21T20:18:35.2796948Z "digest": "sha256:179cbc4b76fca152d2a31c3ff7dd52eaf3b1de654f3313a4490a632c458326cf" 2025-03-21T20:18:35.2797475Z }, 2025-03-21T20:18:35.2797675Z { 2025-03-21T20:18:35.2798025Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2798503Z "size": 564, 2025-03-21T20:18:35.2799287Z "digest": "sha256:059fda558e3457d89b46bfd98c3c33bf9b2628206601e8057a547d57ae8364fd" 2025-03-21T20:18:35.2799757Z }, 2025-03-21T20:18:35.2799940Z { 2025-03-21T20:18:35.2800283Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2800710Z "size": 209, 2025-03-21T20:18:35.2801120Z "digest": "sha256:b672a09ba2d258cd72c307293f636c1fe2de926c75f4eaf148de947b8e1c2800" 2025-03-21T20:18:35.2801589Z }, 2025-03-21T20:18:35.2801787Z { 2025-03-21T20:18:35.2802123Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2802547Z "size": 1189, 2025-03-21T20:18:35.2802987Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:35.2803484Z }, 2025-03-21T20:18:35.2803696Z { 2025-03-21T20:18:35.2804045Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2804749Z "size": 679, 2025-03-21T20:18:35.2805183Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:35.2805796Z }, 2025-03-21T20:18:35.2805986Z { 2025-03-21T20:18:35.2806338Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2806774Z "size": 6839264776, 2025-03-21T20:18:35.2807221Z "digest": "sha256:6fb17717e5cb5df37eeeeed9cdc5ca6d3578514eacc5508ae42977ea638dd3d9" 2025-03-21T20:18:35.2807707Z }, 2025-03-21T20:18:35.2807910Z { 2025-03-21T20:18:35.2808262Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2808814Z "size": 1383, 2025-03-21T20:18:35.2809282Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:35.2809777Z }, 2025-03-21T20:18:35.2810000Z { 2025-03-21T20:18:35.2810370Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2810814Z "size": 679, 2025-03-21T20:18:35.2811420Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:35.2811931Z }, 2025-03-21T20:18:35.2812157Z { 2025-03-21T20:18:35.2812562Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2813030Z "size": 230829972, 2025-03-21T20:18:35.2813519Z "digest": "sha256:af6bbc70248fcf502c90f6f808c9d19a86069d8565fbb3d7bd611f61e6eeefce" 2025-03-21T20:18:35.2814048Z }, 2025-03-21T20:18:35.2814259Z { 2025-03-21T20:18:35.2814647Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2815097Z "size": 828, 2025-03-21T20:18:35.2815550Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:35.2816060Z }, 2025-03-21T20:18:35.2816266Z { 2025-03-21T20:18:35.2816634Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2817107Z "size": 679, 2025-03-21T20:18:35.2817677Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:35.2818155Z }, 2025-03-21T20:18:35.2818365Z { 2025-03-21T20:18:35.2818736Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2819205Z "size": 178599440, 2025-03-21T20:18:35.2819687Z "digest": "sha256:55acbcc98871c512cd63e082093f5afdfc10f4cfe2ee8ea37d59775faf7a4f51" 2025-03-21T20:18:35.2820187Z }, 2025-03-21T20:18:35.2820389Z { 2025-03-21T20:18:35.2820735Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2821212Z "size": 530, 2025-03-21T20:18:35.2821622Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:35.2822106Z }, 2025-03-21T20:18:35.2822306Z { 2025-03-21T20:18:35.2822650Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2823079Z "size": 679, 2025-03-21T20:18:35.2823493Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:35.2823969Z }, 2025-03-21T20:18:35.2824174Z { 2025-03-21T20:18:35.2827035Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2827547Z "size": 356, 2025-03-21T20:18:35.2827982Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:35.2828475Z }, 2025-03-21T20:18:35.2828684Z { 2025-03-21T20:18:35.2829043Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2829488Z "size": 32, 2025-03-21T20:18:35.2829925Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:35.2830431Z }, 2025-03-21T20:18:35.2830644Z { 2025-03-21T20:18:35.2830998Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2831441Z "size": 164, 2025-03-21T20:18:35.2831874Z "digest": "sha256:b0d8f2437162c2fa84368a404e452cf303901a690b8ff52361ed4c0a3293299c" 2025-03-21T20:18:35.2832651Z }, 2025-03-21T20:18:35.2832876Z { 2025-03-21T20:18:35.2833254Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2833722Z "size": 1111, 2025-03-21T20:18:35.2834175Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:35.2834690Z }, 2025-03-21T20:18:35.2834897Z { 2025-03-21T20:18:35.2835259Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2835718Z "size": 32, 2025-03-21T20:18:35.2836169Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:35.2836684Z }, 2025-03-21T20:18:35.2836994Z { 2025-03-21T20:18:35.2837359Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:35.2837822Z "size": 108, 2025-03-21T20:18:35.2838270Z "digest": "sha256:3c734af619a22c548a6b56d2c4706f0292ebcf37d23d6cc593f19f38b89f9356" 2025-03-21T20:18:35.2838790Z } 2025-03-21T20:18:35.2839006Z ] 2025-03-21T20:18:35.2839242Z } 2025-03-21T20:18:35.2839503Z + exit 0 2025-03-21T20:18:35.2879173Z ##[group]Run set -eux 2025-03-21T20:18:35.2879501Z set -eux 2025-03-21T20:18:35.2880432Z 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:35.2886957Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:35.2887335Z env: 2025-03-21T20:18:35.2887607Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:35.2887959Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:35.2888277Z PR_NUMBER: 2025-03-21T20:18:35.2890459Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:35.2892797Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:35.2893380Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:35.2893921Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:35.2894344Z ##[endgroup] 2025-03-21T20:18:35.2922646Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:35.2923215Z + jq --raw-output .SecretString 2025-03-21T20:18:35.2926265Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:35.2926670Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:35.8440431Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:35.8441568Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:35.8442240Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:35.8442674Z 2025-03-21T20:18:35.8443400Z Login Succeeded 2025-03-21T20:18:35.8544217Z Prepare all required actions 2025-03-21T20:18:35.8588425Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:35.8588858Z with: 2025-03-21T20:18:35.8589539Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.8590426Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.8590822Z env: 2025-03-21T20:18:35.8591126Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:18:35.8591522Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:35.8591852Z PR_NUMBER: 2025-03-21T20:18:35.8594570Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:35.8597137Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:35.8598005Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:35.8598618Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:35.8599089Z ##[endgroup] 2025-03-21T20:18:35.8625782Z ##[group]Run set -x 2025-03-21T20:18:35.8626131Z set -x 2025-03-21T20:18:35.8626411Z set +e 2025-03-21T20:18:35.8626687Z  2025-03-21T20:18:35.8626924Z login() { 2025-03-21T20:18:35.8627436Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:35.8627994Z } 2025-03-21T20:18:35.8628268Z  2025-03-21T20:18:35.8628528Z retry () { 2025-03-21T20:18:35.8628817Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:35.8629177Z } 2025-03-21T20:18:35.8629433Z  2025-03-21T20:18:35.8629717Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:35.8630068Z  2025-03-21T20:18:35.8630308Z set -e 2025-03-21T20:18:35.8630686Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:35.8631211Z # only pull docker image if it's not available locally 2025-03-21T20:18:35.8631779Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:35.8632623Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:35.8633009Z fi 2025-03-21T20:18:35.8639727Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:35.8640180Z env: 2025-03-21T20:18:35.8640924Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:35.8641766Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:35.8642122Z PR_NUMBER: 2025-03-21T20:18:35.8644457Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:18:35.8646967Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:35.8647586Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:35.8648353Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:35.8648850Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.8649277Z ##[endgroup] 2025-03-21T20:18:35.8677056Z + set +e 2025-03-21T20:18:35.8677477Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.8678016Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:35.8680693Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:35.8683569Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:36.3476848Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:36.3477553Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:36.3478176Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:36.3478628Z 2025-03-21T20:18:36.3480673Z Login Succeeded 2025-03-21T20:18:36.3497812Z + set -e 2025-03-21T20:18:36.3500588Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:36.3654401Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:36.3655991Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:36.5883730Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-clang12 2025-03-21T20:18:36.5884468Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:36.5884796Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:36.5885118Z b5c6df654772: Pulling fs layer 2025-03-21T20:18:36.5885460Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:36.5885904Z 60efa3734e02: Pulling fs layer 2025-03-21T20:18:36.5886260Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:36.5886568Z e9ab3604d5b2: Pulling fs layer 2025-03-21T20:18:36.5886883Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:36.5887205Z 49b7cb3e3363: Pulling fs layer 2025-03-21T20:18:36.5887532Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:36.5887851Z b19aec4cf4ca: Pulling fs layer 2025-03-21T20:18:36.5888175Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:36.5888496Z b51a5e8daac5: Pulling fs layer 2025-03-21T20:18:36.5888833Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:36.5889156Z 75aba5c9e231: Pulling fs layer 2025-03-21T20:18:36.5889503Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:36.5889811Z 179cbc4b76fc: Pulling fs layer 2025-03-21T20:18:36.5890163Z 059fda558e34: Pulling fs layer 2025-03-21T20:18:36.5890492Z b672a09ba2d2: Pulling fs layer 2025-03-21T20:18:36.5890849Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:36.5891183Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:36.5891477Z 6fb17717e5cb: Pulling fs layer 2025-03-21T20:18:36.5891808Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:36.5892144Z a0c2fdb93dec: Waiting 2025-03-21T20:18:36.5892460Z e9ab3604d5b2: Waiting 2025-03-21T20:18:36.5892753Z af6bbc70248f: Pulling fs layer 2025-03-21T20:18:36.5893045Z 5a102502de33: Waiting 2025-03-21T20:18:36.5893334Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:36.5893677Z 49b7cb3e3363: Waiting 2025-03-21T20:18:36.5893972Z 85f4a172d5b6: Waiting 2025-03-21T20:18:36.5894270Z 55acbcc98871: Pulling fs layer 2025-03-21T20:18:36.5894594Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:36.5894941Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:36.5895276Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:36.5895608Z b0d8f2437162: Pulling fs layer 2025-03-21T20:18:36.5895920Z b19aec4cf4ca: Waiting 2025-03-21T20:18:36.5896195Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:36.5896524Z 5120711d46e3: Waiting 2025-03-21T20:18:36.5896812Z 3c734af619a2: Pulling fs layer 2025-03-21T20:18:36.5897128Z b51a5e8daac5: Waiting 2025-03-21T20:18:36.5897385Z e1fd02ccae09: Waiting 2025-03-21T20:18:36.5897929Z 261c0f487ad0: Waiting 2025-03-21T20:18:36.5898211Z 75aba5c9e231: Waiting 2025-03-21T20:18:36.5898481Z 6fb17717e5cb: Waiting 2025-03-21T20:18:36.5898757Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:36.5899061Z db5c552aa08b: Waiting 2025-03-21T20:18:36.5899378Z 60efa3734e02: Waiting 2025-03-21T20:18:36.5899689Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:36.5900003Z 4f4fb700ef54: Waiting 2025-03-21T20:18:36.5900270Z b0d8f2437162: Waiting 2025-03-21T20:18:36.5900546Z 3c65b9b0c077: Waiting 2025-03-21T20:18:36.5900836Z 59fe3e940463: Waiting 2025-03-21T20:18:36.5901125Z 179cbc4b76fc: Waiting 2025-03-21T20:18:36.5901412Z 040f4b25fe47: Waiting 2025-03-21T20:18:36.5901717Z af6bbc70248f: Waiting 2025-03-21T20:18:36.5901999Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:36.5902307Z b672a09ba2d2: Waiting 2025-03-21T20:18:36.5902607Z 77ba92adb139: Waiting 2025-03-21T20:18:36.5902887Z 3c734af619a2: Waiting 2025-03-21T20:18:36.5903220Z 059fda558e34: Waiting 2025-03-21T20:18:36.5903502Z 55acbcc98871: Waiting 2025-03-21T20:18:36.6599246Z 86e413e13063: Download complete 2025-03-21T20:18:36.7336466Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:36.7336890Z 261c0f487ad0: Download complete 2025-03-21T20:18:36.9441530Z 8f84a9f2102e: Verifying Checksum 2025-03-21T20:18:36.9441963Z 8f84a9f2102e: Download complete 2025-03-21T20:18:36.9674528Z 60efa3734e02: Verifying Checksum 2025-03-21T20:18:36.9675249Z 60efa3734e02: Download complete 2025-03-21T20:18:37.0302671Z a0c2fdb93dec: Download complete 2025-03-21T20:18:37.1069994Z 5a102502de33: Download complete 2025-03-21T20:18:37.1826191Z 49b7cb3e3363: Download complete 2025-03-21T20:18:37.2519229Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:37.2520148Z 85f4a172d5b6: Download complete 2025-03-21T20:18:37.6569325Z b19aec4cf4ca: Verifying Checksum 2025-03-21T20:18:37.6569800Z b19aec4cf4ca: Download complete 2025-03-21T20:18:37.7429483Z 5120711d46e3: Download complete 2025-03-21T20:18:37.7594999Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:37.7700637Z 86e413e13063: Pull complete 2025-03-21T20:18:38.2178239Z b5c6df654772: Verifying Checksum 2025-03-21T20:18:38.2179324Z b5c6df654772: Download complete 2025-03-21T20:18:38.2946633Z e1fd02ccae09: Verifying Checksum 2025-03-21T20:18:38.2947510Z e1fd02ccae09: Download complete 2025-03-21T20:18:38.3438937Z e9ab3604d5b2: Verifying Checksum 2025-03-21T20:18:38.3439783Z e9ab3604d5b2: Download complete 2025-03-21T20:18:38.3661519Z 75aba5c9e231: Verifying Checksum 2025-03-21T20:18:38.3661926Z 75aba5c9e231: Download complete 2025-03-21T20:18:38.4272121Z 6ff1ffcc6d84: Verifying Checksum 2025-03-21T20:18:38.4272740Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:38.5115184Z 059fda558e34: Verifying Checksum 2025-03-21T20:18:38.5116193Z 059fda558e34: Download complete 2025-03-21T20:18:38.5896084Z b672a09ba2d2: Verifying Checksum 2025-03-21T20:18:38.5896609Z b672a09ba2d2: Download complete 2025-03-21T20:18:38.6749607Z 3cfbc5ff2ac0: Verifying Checksum 2025-03-21T20:18:38.6750033Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:38.7461766Z 59fe3e940463: Verifying Checksum 2025-03-21T20:18:38.7462180Z 59fe3e940463: Download complete 2025-03-21T20:18:39.1882983Z 179cbc4b76fc: Verifying Checksum 2025-03-21T20:18:39.1884046Z 179cbc4b76fc: Download complete 2025-03-21T20:18:39.2640058Z db5c552aa08b: Verifying Checksum 2025-03-21T20:18:39.2641091Z db5c552aa08b: Download complete 2025-03-21T20:18:40.3108717Z b51a5e8daac5: Verifying Checksum 2025-03-21T20:18:40.3109488Z b51a5e8daac5: Download complete 2025-03-21T20:18:40.3839859Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:40.3840884Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:41.6336364Z af6bbc70248f: Verifying Checksum 2025-03-21T20:18:41.6337537Z af6bbc70248f: Download complete 2025-03-21T20:18:41.6644266Z b5c6df654772: Pull complete 2025-03-21T20:18:41.6755503Z 261c0f487ad0: Pull complete 2025-03-21T20:18:41.7263661Z 77ba92adb139: Download complete 2025-03-21T20:18:41.8116582Z 3c65b9b0c077: Download complete 2025-03-21T20:18:41.8209051Z 4f4fb700ef54: Download complete 2025-03-21T20:18:41.8921322Z 60efa3734e02: Pull complete 2025-03-21T20:18:41.9056291Z b0d8f2437162: Verifying Checksum 2025-03-21T20:18:41.9057288Z b0d8f2437162: Download complete 2025-03-21T20:18:41.9197245Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:41.9861544Z 040f4b25fe47: Verifying Checksum 2025-03-21T20:18:41.9861946Z 040f4b25fe47: Download complete 2025-03-21T20:18:42.0579611Z 3c734af619a2: Download complete 2025-03-21T20:18:42.2272395Z 55acbcc98871: Verifying Checksum 2025-03-21T20:18:42.2272884Z 55acbcc98871: Download complete 2025-03-21T20:18:44.0843993Z e9ab3604d5b2: Pull complete 2025-03-21T20:18:44.0963875Z 5a102502de33: Pull complete 2025-03-21T20:18:44.1078595Z 49b7cb3e3363: Pull complete 2025-03-21T20:18:44.1191317Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:44.5430069Z b19aec4cf4ca: Pull complete 2025-03-21T20:18:44.5548213Z 5120711d46e3: Pull complete 2025-03-21T20:18:49.8467883Z b51a5e8daac5: Pull complete 2025-03-21T20:18:50.3338992Z e1fd02ccae09: Pull complete 2025-03-21T20:18:50.6757549Z 75aba5c9e231: Pull complete 2025-03-21T20:18:50.9828309Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:18:52.7621041Z 179cbc4b76fc: Pull complete 2025-03-21T20:18:53.1179188Z 059fda558e34: Pull complete 2025-03-21T20:18:53.5071796Z b672a09ba2d2: Pull complete 2025-03-21T20:18:53.9956283Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:18:54.5165311Z 59fe3e940463: Pull complete 2025-03-21T20:19:47.1993998Z 6fb17717e5cb: Verifying Checksum 2025-03-21T20:19:47.1995262Z 6fb17717e5cb: Download complete 2025-03-21T20:20:42.6129822Z 6fb17717e5cb: Pull complete 2025-03-21T20:20:43.0522966Z db5c552aa08b: Pull complete 2025-03-21T20:20:49.0073573Z af6bbc70248f: Pull complete 2025-03-21T20:20:49.1516743Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:20:55.4684601Z 55acbcc98871: Pull complete 2025-03-21T20:20:55.7418413Z 77ba92adb139: Pull complete 2025-03-21T20:20:56.3757639Z 3c65b9b0c077: Pull complete 2025-03-21T20:20:56.7170336Z 4f4fb700ef54: Pull complete 2025-03-21T20:20:57.2529735Z b0d8f2437162: Pull complete 2025-03-21T20:20:57.7909669Z 040f4b25fe47: Pull complete 2025-03-21T20:20:58.8635636Z 3c734af619a2: Pull complete 2025-03-21T20:20:59.1481890Z Digest: sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T20:20:59.2595850Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:20:59.3137913Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:20:59.3199242Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:20:59.3200224Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:20:59.3208868Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:20:59.3209296Z env: 2025-03-21T20:20:59.3209592Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T20:20:59.3209991Z REPOSITORY: pytorch/executorch 2025-03-21T20:20:59.3210315Z PR_NUMBER: 2025-03-21T20:20:59.3212647Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:20:59.3215132Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:20:59.3215742Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:20:59.3216331Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:20:59.3216756Z ##[endgroup] 2025-03-21T20:20:59.3499875Z ##[group]Run set -ex 2025-03-21T20:20:59.3500231Z set -ex 2025-03-21T20:20:59.3500496Z { 2025-03-21T20:20:59.3500800Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:20:59.3501197Z  echo "set -eou pipefail"; 2025-03-21T20:20:59.3501557Z  # shellcheck disable=SC2016 2025-03-21T20:20:59.3501932Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:20:59.3502292Z  echo "set -x"; 2025-03-21T20:20:59.3502604Z  echo "${SCRIPT}"; 2025-03-21T20:20:59.3502937Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:20:59.3503303Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:20:59.3504060Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:20:59.3511257Z shell: /usr/bin/bash -e {0} 2025-03-21T20:20:59.3511612Z env: 2025-03-21T20:20:59.3512769Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:20:59.3513645Z REPOSITORY: pytorch/executorch 2025-03-21T20:20:59.3513988Z PR_NUMBER: 2025-03-21T20:20:59.3516349Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:20:59.3519293Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:20:59.3519975Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:20:59.3520589Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:20:59.3521438Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:20:59.3521838Z ##[endgroup] 2025-03-21T20:20:59.3555572Z + echo '#!/usr/bin/env bash' 2025-03-21T20:20:59.3556040Z + echo 'set -eou pipefail' 2025-03-21T20:20:59.3556418Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:20:59.3556780Z + echo 'set -x' 2025-03-21T20:20:59.3557260Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:20:59.3557897Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:20:59.3558373Z conda activate "${CONDA_ENV}" 2025-03-21T20:20:59.3558588Z 2025-03-21T20:20:59.3558920Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" 2025-03-21T20:20:59.3559331Z 2025-03-21T20:20:59.3559505Z # install Llava requirements 2025-03-21T20:20:59.3559886Z bash examples/models/llama/install_requirements.sh 2025-03-21T20:20:59.3560391Z bash examples/models/llava/install_requirements.sh 2025-03-21T20:20:59.3560717Z 2025-03-21T20:20:59.3560958Z # run python unittest 2025-03-21T20:20:59.3561373Z python -m unittest examples.models.llava.test.test_llava 2025-03-21T20:20:59.3561686Z 2025-03-21T20:20:59.3561863Z # run e2e (export, tokenizer and runner) 2025-03-21T20:20:59.3562286Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T20:20:59.3562721Z ' 2025-03-21T20:20:59.3563098Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:20:59.3572506Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:21:56.7158067Z Running command: 2025-03-21T20:21:56.7167162Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_14000170672" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_b4318fa0-9afa-4144-a9b5-cf308954ecb1":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_b4318fa0-9afa-4144-a9b5-cf308954ecb1" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:21:56.7173430Z 2025-03-21T20:21:56.7173859Z da15ff2a2c8a438bde469073fa6d053dfe02a5cdb1f2825bf63d89ac6b19eab7 2025-03-21T20:21:56.7174619Z Running command: docker exec -t da15ff2a2c8a438bde469073fa6d053dfe02a5cdb1f2825bf63d89ac6b19eab7 /exec 2025-03-21T20:21:56.7175294Z ++ conda env list --json 2025-03-21T20:21:56.7175622Z ++ local cmd=env 2025-03-21T20:21:56.7175911Z ++ case "$cmd" in 2025-03-21T20:21:56.7176217Z ++ __conda_exe env list --json 2025-03-21T20:21:56.7176536Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:21:56.7176881Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:21:56.7177279Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:21:56.7177676Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:21:56.7178168Z + local cmd=activate 2025-03-21T20:21:56.7178438Z + case "$cmd" in 2025-03-21T20:21:56.7178775Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:21:56.7179170Z + '[' -n '' ']' 2025-03-21T20:21:56.7179454Z + local ask_conda 2025-03-21T20:21:56.7179741Z ++ PS1='(base) ' 2025-03-21T20:21:56.7180078Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:56.7180638Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:56.7181125Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:21:56.7182056Z 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:56.7183039Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:56.7183429Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:56.7183792Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:56.7184203Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:56.7184620Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:56.7185025Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:56.7185385Z export _CE_M='\'''\'' 2025-03-21T20:21:56.7185697Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:56.7186082Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:56.7186505Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:21:56.7187410Z 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:56.7188388Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:56.7188774Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:56.7189125Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:56.7189534Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:56.7190054Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:56.7190466Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:56.7190988Z export _CE_M='\'''\'' 2025-03-21T20:21:56.7191369Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:56.7191764Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:56.7192292Z ++ PS1='(py_3.10) ' 2025-03-21T20:21:56.7193168Z ++ 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:56.7194647Z ++ 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:56.7195574Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:56.7196004Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:56.7196394Z ++ export CONDA_SHLVL=2 2025-03-21T20:21:56.7196714Z ++ CONDA_SHLVL=2 2025-03-21T20:21:56.7197038Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:56.7197388Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:56.7197762Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:21:56.7198175Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:21:56.7198654Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:56.7199038Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:56.7199378Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:56.7199786Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:56.7200151Z ++ export _CE_M= 2025-03-21T20:21:56.7200450Z ++ _CE_M= 2025-03-21T20:21:56.7200730Z ++ export _CE_CONDA= 2025-03-21T20:21:56.7200999Z ++ _CE_CONDA= 2025-03-21T20:21:56.7201329Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:56.7201756Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:56.7202130Z + __conda_hashr 2025-03-21T20:21:56.7202392Z + '[' -n '' ']' 2025-03-21T20:21:56.7202673Z + '[' -n '' ']' 2025-03-21T20:21:56.7202956Z + hash -r 2025-03-21T20:21:56.7203252Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:56.7203646Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:21:56.7204067Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:21:56.7204447Z + source .ci/scripts/utils.sh 2025-03-21T20:21:56.7204809Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:21:56.7205209Z ++ parse_args --build-tool cmake 2025-03-21T20:21:56.7205571Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:21:56.7205882Z ++ local args 2025-03-21T20:21:56.7206160Z ++ local i 2025-03-21T20:21:56.7206434Z ++ local BUILD_TOOL= 2025-03-21T20:21:56.7206739Z ++ local BUILD_MODE= 2025-03-21T20:21:56.7207037Z ++ local EDITABLE= 2025-03-21T20:21:56.7207298Z ++ (( i=0 )) 2025-03-21T20:21:56.7207578Z ++ (( i<2 )) 2025-03-21T20:21:56.7207860Z ++ case "${args[$i]}" in 2025-03-21T20:21:56.7208173Z ++ BUILD_TOOL=cmake 2025-03-21T20:21:56.7208433Z ++ i=1 2025-03-21T20:21:56.7208696Z ++ (( i++ )) 2025-03-21T20:21:56.7208963Z ++ (( i<2 )) 2025-03-21T20:21:56.7209233Z ++ '[' -z cmake ']' 2025-03-21T20:21:56.7209541Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:21:56.7209865Z ++ BUILD_MODE=Release 2025-03-21T20:21:56.7210187Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:21:56.7210651Z ++ EDITABLE=false 2025-03-21T20:21:56.7210967Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:21:56.7211324Z ++ echo 'cmake Release false' 2025-03-21T20:21:56.7211632Z + [[ false == \t\r\u\e ]] 2025-03-21T20:21:56.7211991Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:21:56.7212373Z + which pip 2025-03-21T20:21:56.7212835Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:21:56.7213303Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:21:56.7213899Z 2025-03-21 20:21:55,872 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:21:56.7214641Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:56.7215724Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:21:56.7216720Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:21:56.7217728Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:21:56.7218539Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:21:56.7219086Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:21:56.7220008Z 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:56.7221504Z 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:56.7222494Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:21:56.7223215Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:21:56.7224253Z 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:56.7225558Z 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:56.7226843Z 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:56.7228062Z 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:56.7229253Z 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:56.7230454Z 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:56.7231762Z 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:56.7233429Z 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:56.7234876Z 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:56.7236345Z 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:56.7237823Z 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:22:07.9098254Z 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:22:07.9099908Z 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:22:07.9101407Z 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:22:07.9102855Z 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:22:07.9104501Z 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:22:07.9105564Z 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:22:07.9106514Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:22:07.9107463Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:22:07.9108416Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:22:07.9109446Z 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:22:07.9110501Z 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:22:07.9111577Z 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:22:07.9113224Z 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:22:07.9114993Z 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:22:07.9116553Z 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:22:07.9118171Z 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:22:07.9119325Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:22:07.9123099Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:22:07.9124103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 81.4 MB/s eta 0:00:00 2025-03-21T20:22:07.9124965Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:22:07.9125820Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:22:07.9126546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 150.5 MB/s eta 0:00:00 2025-03-21T20:22:07.9127155Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:22:07.9127589Z Attempting uninstall: timm 2025-03-21T20:22:07.9127969Z Found existing installation: timm 0.6.13 2025-03-21T20:22:07.9128379Z Uninstalling timm-0.6.13: 2025-03-21T20:22:07.9128750Z Successfully uninstalled timm-0.6.13 2025-03-21T20:22:07.9129183Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:22:07.9129613Z Processing ./third-party/ao 2025-03-21T20:22:07.9130083Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:22:07.9130638Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:22:07.9131308Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:22:07.9132515Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=6a99cf8383eb1a2ec13c110688e83f10f8a13f263a341c3e44217491aa10b68d 2025-03-21T20:22:07.9133859Z Stored in directory: /tmp/pip-ephem-wheel-cache-87ip76ux/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:22:07.9134571Z Successfully built torchao 2025-03-21T20:22:07.9134914Z Installing collected packages: torchao 2025-03-21T20:22:07.9135321Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:22:07.9135979Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:22:07.9136741Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:22:07.9137309Z Processing /pytorch/executorch 2025-03-21T20:22:07.9137715Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:22:07.9138120Z running dist_info 2025-03-21T20:22:07.9138522Z creating /tmp/pip-modern-metadata-flzg22r5/executorch.egg-info 2025-03-21T20:22:07.9139097Z writing /tmp/pip-modern-metadata-flzg22r5/executorch.egg-info/PKG-INFO 2025-03-21T20:22:07.9139871Z writing dependency_links to /tmp/pip-modern-metadata-flzg22r5/executorch.egg-info/dependency_links.txt 2025-03-21T20:22:07.9140717Z writing entry points to /tmp/pip-modern-metadata-flzg22r5/executorch.egg-info/entry_points.txt 2025-03-21T20:22:07.9141506Z writing requirements to /tmp/pip-modern-metadata-flzg22r5/executorch.egg-info/requires.txt 2025-03-21T20:22:07.9142296Z writing top-level names to /tmp/pip-modern-metadata-flzg22r5/executorch.egg-info/top_level.txt 2025-03-21T20:22:07.9143076Z writing manifest file '/tmp/pip-modern-metadata-flzg22r5/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:07.9143809Z reading manifest file '/tmp/pip-modern-metadata-flzg22r5/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:07.9145375Z adding license file 'LICENSE' 2025-03-21T20:22:07.9145915Z writing manifest file '/tmp/pip-modern-metadata-flzg22r5/executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:07.9146654Z creating '/tmp/pip-modern-metadata-flzg22r5/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:22:07.9147346Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:07.9148177Z 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:22:07.9148979Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:07.9150240Z 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:22:07.9151557Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:22:07.9152759Z 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:22:07.9154175Z 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:22:07.9155361Z 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:22:07.9156558Z 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:22:07.9157740Z 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:22:07.9158971Z 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:22:07.9160181Z 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:22:07.9161036Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:07.9162332Z 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:22:07.9163667Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:22:07.9164297Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:07.9165853Z 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:22:07.9167395Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:22:07.9168318Z 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:22:07.9169488Z 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:22:07.9170664Z 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:22:19.0778118Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:19.0779980Z 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:22:19.0781785Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:22:19.0783261Z 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:22:19.0785973Z 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:22:19.0788581Z 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:22:19.0790808Z 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:22:19.0793095Z 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:22:19.0795500Z 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:22:19.0798088Z 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:22:19.0800089Z 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:22:19.0802203Z 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:22:19.0804324Z 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:22:19.0805470Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:19.0807082Z 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:22:19.0808944Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:22:19.0809763Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:22:19.0811560Z 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:22:19.0813393Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:22:19.0815356Z 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:22:19.0817522Z 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:22:19.0818886Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:22:19.0819638Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:22:19.0820335Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:22:19.0820937Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:22:19.0821541Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:22:19.0822133Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:22:19.0822703Z Building wheels for collected packages: executorch 2025-03-21T20:22:19.0823364Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:22:19.0823925Z running bdist_wheel 2025-03-21T20:22:19.0824272Z running build 2025-03-21T20:22:19.0824646Z command options for 'CustomBuild': 2025-03-21T20:22:19.0825095Z build_base = pip-out 2025-03-21T20:22:19.0825488Z build_purelib = pip-out/lib 2025-03-21T20:22:19.0825963Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:19.0826697Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:22:19.0827262Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:22:19.0827898Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:22:19.0828563Z plat_name = linux-x86_64 2025-03-21T20:22:19.0829014Z compiler = None 2025-03-21T20:22:19.0829435Z parallel = 95 2025-03-21T20:22:19.0829889Z debug = None 2025-03-21T20:22:19.0830279Z force = None 2025-03-21T20:22:19.0830772Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:22:19.0831705Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:22:19.0832987Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:22:19.0835105Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j95 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:22:19.0837077Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:19.0838314Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:19.0839573Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:19.0840836Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:19.0842056Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:19.0843055Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:19.0844306Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:19.0846061Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:19.0847842Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:19.0849433Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:19.0851016Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:19.0852670Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:22:19.0854894Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:19.0856818Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:22:19.0858386Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:19.0859988Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:22:19.0861627Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:19.0863237Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:22:19.0864955Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:19.0866484Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:19.0868095Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:19.0869800Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:19.0871350Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:19.0873036Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:19.0874878Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:19.0876524Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:22:19.0878101Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:19.0879685Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:22:19.0881337Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:19.0882981Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:19.0884553Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:22:19.0886160Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:19.0887743Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:19.0889317Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:22:19.0890772Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:19.0892214Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:22:19.0893806Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:22:19.0895354Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:19.7128597Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:19.7130135Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:19.7131402Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:19.7132788Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:19.7134148Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:19.7135467Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:19.7137053Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:19.7138274Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:22:19.7139636Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:19.7141042Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:22:19.7142422Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:22:19.7143745Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:19.7145037Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:19.7146552Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:19.7147953Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:19.7149389Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:22:19.7151185Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:19.7152839Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:19.7154562Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:22:19.7156042Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:22:19.7157358Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:22:19.7158694Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:19.7160142Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:19.7161638Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:22:19.7163215Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:19.7164701Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:19.7166163Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:19.7167728Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:19.7169261Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:19.7170880Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:19.7172005Z [ 4%] No download step for 'flatbuffers' 2025-03-21T20:22:19.7173140Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:22:19.7174744Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:19.7176290Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:22:19.7177774Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:22:19.7179318Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:19.7181205Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:19.7182817Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:19.7184372Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:22:19.7186011Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:22:19.7187669Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:19.7188766Z [ 6%] No update step for 'flatbuffers' 2025-03-21T20:22:19.7189432Z [ 6%] No patch step for 'flatbuffers' 2025-03-21T20:22:19.7190089Z [ 6%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:19.7190770Z CMake Warning: 2025-03-21T20:22:19.7191420Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:19.7192103Z 2025-03-21T20:22:19.7192135Z 2025-03-21T20:22:19.7192451Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:19.7193260Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:19.7194016Z git describe failed with exit code: 128 2025-03-21T20:22:19.7194423Z 2025-03-21T20:22:19.7194738Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:19.7195847Z Call Stack (most recent call first): 2025-03-21T20:22:19.7196505Z CMakeLists.txt:5 (include) 2025-03-21T20:22:19.7196858Z 2025-03-21T20:22:19.7196867Z 2025-03-21T20:22:19.7197123Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:19.7197817Z [ 6%] Linking C static library libpthreadpool.a 2025-03-21T20:22:19.7198820Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:19.7199728Z [ 6%] Built target pthreadpool 2025-03-21T20:22:19.7200926Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:22:19.7202726Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:22:19.7204410Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:22:19.7206141Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:22:19.7207911Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:22:19.7209682Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:22:19.7211425Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:22:19.7213045Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:22:19.7214655Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:22:19.7216627Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:22:19.7218435Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:22:19.7220174Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:22:19.7221527Z [ 6%] Built target flatccrt 2025-03-21T20:22:19.7222186Z [ 6%] Linking CXX static library libeigen_blas.a 2025-03-21T20:22:19.7223722Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:22:19.7226290Z [ 6%] 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:22:19.7228635Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:22:19.7230932Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:22:19.7233499Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:22:19.7235860Z [ 7%] 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:22:19.7238207Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-03-21T20:22:19.7239962Z [ 7%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:19.7241642Z [ 7%] 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:22:19.7243836Z [ 7%] 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:22:19.7246151Z [ 7%] 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:22:19.7593690Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:22:19.7595935Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T20:22:19.7597987Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:22:19.7600173Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:19.7602479Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:19.7604836Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:22:19.7607172Z [ 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:22:19.7609481Z [ 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:22:19.7611709Z [ 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:22:19.7613939Z [ 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:22:19.7616063Z [ 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:22:19.7618080Z [ 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:22:19.7620008Z [ 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:22:19.7622496Z [ 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:22:19.7624626Z [ 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:22:19.7626711Z [ 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:22:19.7629001Z [ 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:22:19.7631233Z [ 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:22:19.7632947Z [ 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:22:19.7634599Z [ 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:22:19.7635926Z [ 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:22:19.7637663Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:22:19.7639645Z [ 8%] 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:22:19.7641577Z [ 8%] 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:22:19.7643529Z [ 9%] 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:22:19.7645476Z [ 9%] 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:22:19.7647390Z [ 9%] 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:22:19.7649379Z [ 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:22:19.7651298Z [ 9%] 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:22:19.7653171Z [ 9%] 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:22:19.7664613Z [ 9%] 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:22:19.7666238Z [ 9%] 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:22:19.7667790Z [ 9%] 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:22:19.7669363Z [ 9%] 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:22:19.7670419Z [ 9%] Linking C static library libcpuinfo.a 2025-03-21T20:22:19.7671435Z [ 9%] 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:22:19.7673085Z [ 9%] 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:22:19.7674963Z [ 9%] 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:22:19.7676599Z [ 9%] 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:22:19.7678160Z [ 9%] 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:22:19.7679526Z [ 9%] 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:22:19.7680769Z [ 10%] 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:22:19.7681578Z [ 10%] Built target eigen_blas 2025-03-21T20:22:19.7681924Z [ 10%] Built target flatcc 2025-03-21T20:22:19.7682674Z [ 10%] 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:22:19.7683941Z [ 10%] 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:22:19.7685221Z [ 10%] 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:22:19.7686607Z [ 10%] 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:22:19.7687941Z [ 10%] 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:22:19.7689848Z [ 10%] 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:22:19.7691914Z [ 10%] 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:22:19.7694098Z [ 10%] 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:22:19.7696372Z [ 10%] 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:22:19.7698307Z [ 10%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:19.7700211Z [ 10%] 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:22:19.7702622Z [ 10%] 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:22:19.7704834Z [ 10%] 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:22:19.7707359Z [ 10%] 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:22:20.2408622Z [ 10%] 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:22:20.2410224Z [ 10%] 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:22:20.2411485Z [ 12%] 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:22:20.2412706Z [ 12%] 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:22:20.2414318Z [ 12%] 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:22:20.2416009Z [ 12%] 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:22:20.2417354Z [ 12%] 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:22:20.2418715Z [ 12%] 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:22:20.2420024Z [ 12%] 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:22:20.2421351Z [ 12%] 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:22:20.2422197Z [ 12%] Built target cpuinfo 2025-03-21T20:22:20.2423036Z [ 12%] 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:22:20.2424390Z [ 12%] 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:22:20.2425736Z [ 12%] 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:22:20.2427210Z [ 12%] 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:22:20.2428581Z [ 12%] 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:22:20.2430045Z [ 12%] 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:22:20.2431458Z [ 12%] 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:22:20.2432948Z [ 13%] 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:22:20.2434320Z [ 13%] 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:22:20.2435645Z [ 13%] 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:22:20.2436969Z [ 13%] 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:22:20.2438294Z [ 13%] 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:22:20.2439157Z [ 13%] Built target microparams-init 2025-03-21T20:22:20.2440051Z [ 13%] 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:22:20.2440974Z [ 13%] Built target datatype 2025-03-21T20:22:20.2441782Z [ 13%] 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:22:20.2442621Z [ 13%] Built target logging 2025-03-21T20:22:20.2442961Z [ 13%] Built target normalization 2025-03-21T20:22:20.2443811Z [ 13%] 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:22:20.2444704Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:20.2445569Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:22:20.2446319Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:20.2446988Z [ 13%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:22:20.2447675Z [ 13%] Built target indirection 2025-03-21T20:22:20.2448506Z [ 13%] 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:22:20.2449593Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:22:20.2450238Z [ 13%] Built target reference-ukernels 2025-03-21T20:22:20.2450831Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:22:20.2451654Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:22:20.2452781Z [ 13%] 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:22:20.2454515Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:22:20.2455445Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:22:20.2456523Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:22:20.2457703Z [ 13%] 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:22:20.2459033Z [ 13%] 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:22:20.2460364Z [ 13%] 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:22:20.2461714Z [ 13%] 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:22:20.2462883Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:22:20.2464016Z [ 13%] 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:22:20.2465391Z [ 13%] 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:22:20.2466762Z [ 14%] 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:22:20.2468092Z [ 14%] 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:22:20.2469479Z [ 14%] 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:22:20.2470918Z [ 14%] 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:22:20.2472405Z [ 14%] 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:22:20.2473814Z [ 14%] 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:22:20.2475176Z [ 14%] 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:22:20.2476626Z [ 14%] 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:22:20.2477977Z [ 14%] 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:22:20.2479338Z [ 14%] 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:22:20.2480702Z [ 14%] 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:22:20.2482026Z [ 14%] 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:22:20.5476152Z [ 14%] 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:22:20.5478709Z [ 14%] 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:22:20.5480709Z [ 14%] 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:22:20.5487615Z [ 14%] 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:22:20.5489855Z [ 15%] 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:22:20.5491402Z [ 15%] 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:22:20.5493012Z [ 15%] 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:22:20.5494547Z [ 15%] 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:22:20.5496321Z [ 15%] 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:22:20.5497825Z [ 15%] 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:22:20.5499329Z [ 15%] 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:22:20.5501301Z [ 15%] 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:22:20.5503281Z [ 15%] 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:22:20.5504651Z [ 15%] 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:22:20.5505909Z [ 15%] 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:22:20.5507170Z [ 15%] 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:22:20.5508642Z [ 15%] 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:22:20.5509970Z [ 15%] 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:22:20.5511246Z [ 15%] 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:22:20.5512587Z [ 15%] 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:22:20.5513519Z [ 15%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:20.5514510Z [ 17%] 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:22:20.5515858Z [ 17%] 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:22:20.5517227Z [ 17%] 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:22:20.5518587Z [ 17%] 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:22:20.5519984Z [ 17%] 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:22:20.5521233Z [ 17%] 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:22:20.5522451Z [ 17%] 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:22:20.5523695Z [ 17%] 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:22:20.5524966Z [ 17%] 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:22:20.5526212Z [ 17%] 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:22:20.5527428Z [ 17%] 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:22:20.5528688Z [ 17%] 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:22:20.5530003Z [ 17%] 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:22:20.5531227Z [ 17%] 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:22:20.5532443Z [ 17%] 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:22:20.5533695Z [ 18%] 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:22:20.5534943Z [ 18%] 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:22:20.5536153Z [ 18%] 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:22:20.5537387Z [ 18%] 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:22:20.5538761Z [ 18%] 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:22:20.5540091Z [ 18%] 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:22:20.5541457Z [ 18%] 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:22:20.5542836Z [ 18%] 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:22:20.5544192Z [ 18%] 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:22:20.5545501Z [ 18%] 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:22:20.5546771Z [ 18%] 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:22:20.5548073Z [ 18%] 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:22:20.5549483Z [ 18%] 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:22:20.5551018Z [ 18%] 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:22:20.5553141Z [ 18%] 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:22:20.5555388Z [ 18%] 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:22:20.5557357Z [ 19%] 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:22:21.0378174Z [ 19%] 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:22:21.0380808Z [ 19%] 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:22:21.0383407Z [ 19%] 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:22:21.0385944Z [ 19%] 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:22:21.0388408Z [ 19%] 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:22:21.0390987Z [ 19%] 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:22:21.0392884Z [ 19%] Built target hardware-config 2025-03-21T20:22:21.0394459Z [ 19%] 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:22:21.0396924Z [ 19%] 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:22:21.0398437Z [ 19%] Built target allocator 2025-03-21T20:22:21.0399878Z [ 19%] 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:22:21.0402625Z [ 19%] 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:22:21.0405168Z [ 19%] 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:22:21.0482976Z [ 19%] 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:22:21.0483893Z [ 19%] Built target cache 2025-03-21T20:22:21.0484690Z [ 19%] 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:22:21.0485525Z [ 19%] Built target packing 2025-03-21T20:22:21.0485856Z [ 19%] Built target mutex 2025-03-21T20:22:21.0486183Z [ 19%] Built target memory 2025-03-21T20:22:21.0486993Z [ 19%] 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:22:21.0488414Z [ 19%] 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:22:21.0489845Z [ 20%] 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:22:21.0491543Z [ 20%] 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:22:21.0492388Z [ 20%] Built target flatcc_cli 2025-03-21T20:22:21.0493222Z [ 20%] 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:22:21.0494091Z [ 20%] Built target microkernel-utils 2025-03-21T20:22:21.0494940Z [ 20%] 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:22:21.0495835Z [ 20%] Generating etdump headers 2025-03-21T20:22:21.0496191Z [ 20%] Built target etdump_schema 2025-03-21T20:22:21.0497036Z [ 20%] 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:22:21.0498377Z [ 20%] 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:22:21.0499231Z [ 20%] Built target operator-utils 2025-03-21T20:22:21.0500034Z [ 20%] 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:22:21.0501418Z [ 20%] 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:22:21.0502314Z [ 20%] Built target operator-run 2025-03-21T20:22:21.0503219Z [ 20%] 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:22:21.0504448Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:22:21.0505501Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:22:21.0506779Z [ 20%] 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:22:21.0508076Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:22:21.0509293Z [ 20%] 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:22:21.0510686Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:22:21.0512075Z [ 21%] 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:22:21.0513332Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:22:21.0514442Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:22:21.0515716Z [ 21%] 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:22:21.0516998Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:22:21.0518066Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:22:21.0519147Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:22:21.0520232Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:22:21.0521574Z [ 21%] 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:22:21.0522916Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:22:21.0524043Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:22:21.0525146Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:22:21.0526415Z [ 21%] 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:22:21.0527634Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:22:21.0528647Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:22:21.0529831Z [ 23%] 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:22:21.0531085Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:22:21.0532197Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:22:21.0533261Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:22:21.0534393Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:22:21.0535533Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:22:21.0536518Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:22:21.0537737Z [ 24%] 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:22:21.0538960Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:22:21.0540078Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:22:21.4609426Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:22:21.4610898Z [ 24%] 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:22:21.4612982Z [ 24%] 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:22:21.4614761Z [ 24%] 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:22:21.4616897Z [ 24%] 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:22:21.4618924Z [ 24%] 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:22:21.4620542Z [ 24%] 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:22:21.4622662Z [ 24%] 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:22:21.4624498Z [ 24%] 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:22:21.4626399Z [ 24%] 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:22:21.4628271Z [ 24%] 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:22:21.4629296Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:21.4629781Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:21.4630258Z -- Detecting CXX compile features 2025-03-21T20:22:21.4630678Z -- Detecting CXX compile features - done 2025-03-21T20:22:21.4631601Z [ 24%] 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:22:21.4632629Z -- Looking for strtof_l 2025-03-21T20:22:21.4633524Z [ 24%] 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:22:21.4635000Z [ 24%] 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:22:21.4636494Z [ 24%] 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:22:21.4637870Z [ 25%] 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:22:21.4639129Z [ 25%] 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:22:21.4640416Z [ 25%] 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:22:21.4641809Z [ 25%] 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:22:21.4647464Z [ 25%] 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:22:21.4649087Z [ 25%] 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:22:21.4650424Z [ 25%] 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:22:21.4651730Z [ 25%] 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:22:21.4653003Z [ 25%] 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:22:21.4654881Z [ 25%] 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:22:21.4656520Z [ 25%] 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:22:21.4657861Z [ 25%] 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:22:21.4659366Z [ 25%] 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:22:21.4660727Z [ 25%] 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:22:21.4662044Z [ 25%] 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:22:21.4663534Z [ 25%] 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:22:21.4665244Z [ 26%] 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:22:21.4666951Z [ 26%] 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:22:21.4668643Z [ 26%] 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:22:21.4670143Z [ 26%] 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:22:21.4671493Z [ 26%] 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:22:21.4672988Z [ 26%] 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:22:21.4674314Z [ 26%] 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:22:21.4675606Z [ 26%] 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:22:21.4676895Z [ 26%] 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:22:21.4678188Z [ 26%] 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:22:21.4679470Z [ 26%] 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:22:21.4680858Z [ 26%] 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:22:21.4682173Z [ 26%] 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:22:21.4683486Z [ 26%] 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:22:21.4684798Z [ 26%] 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:22:21.4686068Z [ 28%] 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:22:21.4687317Z [ 28%] 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:22:21.4688579Z [ 28%] 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:22:21.4689819Z [ 28%] 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:22:21.4691132Z [ 28%] 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:22:21.4692410Z [ 28%] 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:22:22.0403148Z [ 28%] 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:22:22.0404487Z [ 28%] 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:22:22.0405753Z [ 28%] 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:22:22.0406956Z [ 28%] 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:22:22.0408184Z [ 28%] 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:22:22.0409366Z [ 28%] 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:22:22.0410529Z [ 28%] 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:22:22.0411742Z [ 28%] 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:22:22.0412967Z [ 28%] 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:22:22.0414166Z [ 28%] 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:22:22.0415361Z [ 29%] 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:22:22.0416569Z [ 29%] 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:22:22.0417779Z [ 29%] 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:22:22.0418968Z [ 29%] 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:22:22.0420366Z [ 29%] 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:22:22.0421586Z [ 29%] 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:22:22.0422806Z [ 29%] 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:22:22.0424002Z [ 29%] 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:22:22.0425202Z [ 29%] 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:22:22.0426402Z [ 29%] 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:22:22.0427618Z [ 29%] 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:22:22.0428802Z [ 29%] 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:22:22.0430098Z [ 29%] 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:22:22.0431320Z [ 29%] 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:22:22.0432648Z [ 29%] 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:22:22.0433848Z [ 29%] 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:22:22.0435042Z [ 30%] 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:22:22.0436250Z [ 30%] 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:22:22.0437471Z [ 30%] 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:22:22.0438658Z [ 30%] 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:22:22.0439836Z [ 30%] 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:22:22.0441051Z [ 30%] 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:22:22.0442271Z [ 30%] 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:22:22.0443473Z [ 30%] 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:22:22.0444662Z [ 30%] 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:22:22.0445865Z [ 30%] 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:22:22.0447085Z [ 30%] 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:22:22.0448280Z [ 30%] 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:22:22.0449521Z [ 30%] 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:22:22.0450731Z [ 30%] 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:22:22.0451956Z [ 30%] 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:22:22.0453160Z [ 30%] 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:22:22.0454664Z [ 31%] 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:22:22.0455901Z [ 31%] 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:22:22.0457153Z [ 31%] 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:22:22.0458372Z [ 31%] 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:22:22.0460033Z [ 31%] 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:22:22.0461556Z [ 31%] 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:22:22.0462982Z [ 31%] 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:22:22.0464636Z [ 31%] 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:22:22.0465734Z [ 31%] Built target operators 2025-03-21T20:22:22.0466514Z [ 31%] 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:22:22.0467578Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:22:22.0468650Z [ 32%] 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:22:22.0469697Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:22:22.0470546Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:22:22.0471851Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:22:22.0473295Z [ 32%] 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:22:22.0474947Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:22:22.0476240Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:22:22.4970874Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:22:22.4972024Z [ 32%] 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:22:22.4973253Z [ 32%] 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:22:22.4974576Z [ 32%] 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:22:22.4976047Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:22:22.4977131Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:22:22.4978114Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:22:22.4979217Z [ 32%] 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:22:22.4980364Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:22:22.4981491Z [ 34%] 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:22:22.4982590Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:22:22.4983582Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:22:22.4984702Z [ 34%] 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:22:22.4985901Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:22:22.4986944Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:22:22.4988126Z [ 34%] 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:22:22.4989592Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:22:22.4990760Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:22:22.4992004Z [ 34%] 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:22:22.4993335Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:22:22.4994789Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:22:22.4996315Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:22:22.4998001Z [ 35%] 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:22:22.4999853Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:22:22.5001457Z [ 35%] 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:22:22.5002968Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:22:22.5004364Z [ 35%] 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:22:22.5005860Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:22:22.5007244Z [ 35%] 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:22:22.5008753Z [ 35%] 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:22:22.5010017Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:22:22.5011180Z [ 35%] 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:22:22.5012306Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:22:22.5013375Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:22:22.5014437Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:22:22.5015430Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:22:22.5016591Z [ 35%] 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:22:22.5017723Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:22:22.5018846Z [ 35%] 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:22:22.5025296Z [ 35%] 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:22:22.5026402Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:22:22.5027346Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:22:22.5028224Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:22:22.5029230Z [ 35%] 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:22:22.5030442Z [ 35%] 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:22:22.5031659Z [ 35%] 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:22:22.5032956Z [ 36%] 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:22:22.5034142Z [ 36%] 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:22:22.5035354Z [ 36%] 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:22:22.5036578Z [ 36%] 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:22:22.5037358Z -- Looking for strtof_l - found 2025-03-21T20:22:22.5037684Z -- Looking for strtoull_l 2025-03-21T20:22:22.5038416Z [ 36%] 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:22:22.5039611Z [ 36%] 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:22:22.5040819Z [ 36%] 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:22:22.5042043Z [ 36%] 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:22:22.5043328Z [ 36%] 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:22:22.5044519Z [ 36%] 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:22:22.5045711Z [ 36%] 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:22:22.5046904Z [ 36%] 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:22:22.5048084Z [ 36%] 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:22:22.5049282Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:22:22.5050526Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:22:23.1338567Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:22:23.1339847Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:22:23.1341365Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:22:23.1342624Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:22:23.1343898Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:22:23.1345165Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:22:23.1346399Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:22:23.1347660Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:22:23.1348940Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:22:23.1350185Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:22:23.1351476Z [ 37%] 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:22:23.1352916Z [ 37%] 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:22:23.1354706Z [ 37%] 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:22:23.1356459Z [ 37%] 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:22:23.1357863Z [ 37%] 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:22:23.1359169Z [ 37%] 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:22:23.1360418Z [ 39%] 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:22:23.1361865Z [ 39%] 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:22:23.1363227Z [ 39%] 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:22:23.1364576Z [ 39%] 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:22:23.1365933Z [ 39%] 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:22:23.1367285Z [ 39%] 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:22:23.1368563Z [ 39%] 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:22:23.1369808Z [ 39%] 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:22:23.1371053Z [ 39%] 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:22:23.1372381Z [ 39%] 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:22:23.1373613Z [ 39%] 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:22:23.1374858Z [ 39%] 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:22:23.1376177Z [ 39%] 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:22:23.1377478Z [ 39%] 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:22:23.1378787Z [ 39%] 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:22:23.1380096Z [ 39%] 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:22:23.1381343Z [ 40%] 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:22:23.1382564Z [ 40%] 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:22:23.1383789Z [ 40%] 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:22:23.1384977Z [ 40%] 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:22:23.1386170Z [ 40%] 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:22:23.1387466Z [ 40%] 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:22:23.1388834Z [ 40%] 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:22:23.1390111Z [ 40%] 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:22:23.1391355Z [ 40%] 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:22:23.1392619Z [ 40%] 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:22:23.1393833Z [ 40%] 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:22:23.1395063Z [ 40%] 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:22:23.1396275Z [ 40%] 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:22:23.1397444Z [ 40%] 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:22:23.1398621Z [ 40%] 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:22:23.1399806Z [ 40%] 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:22:23.1401029Z [ 41%] 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:22:23.1402335Z [ 41%] 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:22:23.1403544Z [ 41%] 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:22:23.1404698Z [ 41%] 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:22:23.1405878Z [ 41%] 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:22:23.1407068Z [ 41%] 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:22:23.1408284Z [ 41%] 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:22:23.1409487Z [ 41%] 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:22:23.5849907Z [ 41%] 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:22:23.5851159Z [ 41%] 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:22:23.5852367Z [ 41%] 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:22:23.5853820Z [ 41%] 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:22:23.5855048Z [ 41%] 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:22:23.5856303Z [ 41%] 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:22:23.5857500Z [ 41%] 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:22:23.5858669Z [ 42%] 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:22:23.5860168Z [ 42%] 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:22:23.5861452Z [ 42%] 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:22:23.5862728Z [ 42%] 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:22:23.5864013Z [ 42%] 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:22:23.5865305Z [ 42%] 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:22:23.5866574Z [ 42%] 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:22:23.5867884Z [ 42%] 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:22:23.5869241Z [ 42%] 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:22:23.5870723Z [ 42%] 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:22:23.5872420Z [ 42%] 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:22:23.5873828Z [ 42%] 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:22:23.5875248Z [ 42%] 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:22:23.5876585Z [ 42%] 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:22:23.5877845Z [ 42%] 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:22:23.5879108Z [ 42%] 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:22:23.5880355Z [ 43%] 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:22:23.5881602Z [ 43%] 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:22:23.5882890Z [ 43%] 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:22:23.5884214Z [ 43%] 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:22:23.5885510Z [ 43%] 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:22:23.5886842Z [ 43%] 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:22:23.5888166Z [ 43%] 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:22:23.5888994Z [ 43%] Built target subgraph 2025-03-21T20:22:23.5889706Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:22:23.5890937Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:22:23.5892111Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:22:23.5893263Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:22:23.5894411Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:22:23.5895571Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:22:23.5896741Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:22:23.5897900Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:22:23.5899054Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:22:23.5900209Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:22:23.5905885Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:22:23.5907039Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:22:23.5908336Z [ 45%] 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:22:23.5909771Z [ 45%] 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:22:23.5911250Z [ 45%] 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:22:23.5912907Z [ 45%] 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:22:23.5914385Z [ 45%] 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:22:23.5915808Z [ 45%] 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:22:23.5917254Z [ 45%] 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:22:23.5918704Z [ 45%] 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:22:23.5920212Z [ 45%] 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:22:23.5921787Z [ 45%] 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:22:23.5923346Z [ 45%] 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:22:23.5924953Z [ 45%] 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:22:24.0954174Z [ 45%] 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:22:24.0955815Z [ 46%] 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:22:24.0957345Z [ 46%] 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:22:24.0958807Z [ 46%] 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:22:24.0960263Z [ 46%] 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:22:24.0961721Z [ 46%] 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:22:24.0963146Z [ 46%] 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:22:24.0964811Z [ 46%] 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:22:24.0965746Z -- Looking for strtoull_l - found 2025-03-21T20:22:24.0966084Z -- Looking for realpath 2025-03-21T20:22:24.0966959Z [ 46%] 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:22:24.0968480Z [ 46%] 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:22:24.0970054Z [ 46%] 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:22:24.0971636Z [ 46%] 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:22:24.0973205Z [ 46%] 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:22:24.0974770Z [ 46%] 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:22:24.0976280Z [ 46%] 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:22:24.0977749Z [ 46%] 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:22:24.0979245Z [ 47%] 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:22:24.0980766Z [ 47%] 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:22:24.0982242Z [ 47%] 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:22:24.0984188Z [ 47%] 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:22:24.0986353Z [ 47%] 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:22:24.0988499Z [ 47%] 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:22:24.0990740Z [ 47%] 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:22:24.0993099Z [ 47%] 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:22:24.0994745Z [ 47%] 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:22:24.0996296Z [ 47%] 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:22:24.0997845Z [ 47%] 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:22:24.0999414Z [ 47%] 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:22:24.1000847Z [ 47%] 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:22:24.1002296Z [ 47%] 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:22:24.1003773Z [ 47%] 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:22:24.1005237Z [ 47%] 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:22:24.1006672Z [ 48%] 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:22:24.1008093Z [ 48%] 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:22:24.1009555Z [ 48%] 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:22:24.1011046Z [ 48%] 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:22:24.1012498Z [ 48%] 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:22:24.1013985Z [ 48%] 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:22:24.1015543Z [ 48%] 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:22:24.1017113Z [ 48%] 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:22:24.1018736Z [ 48%] 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:22:24.1020243Z [ 48%] 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:22:24.1021700Z [ 48%] 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:22:24.1023186Z [ 48%] 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:22:24.1024697Z [ 48%] 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:22:24.1026169Z [ 48%] 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:22:24.1027622Z [ 48%] 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:22:24.7046094Z [ 48%] 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:22:24.7048912Z [ 50%] 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:22:24.7051663Z [ 50%] 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:22:24.7054623Z [ 50%] 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:22:24.7057369Z [ 50%] 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:22:24.7060030Z [ 50%] 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:22:24.7062602Z [ 50%] 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:22:24.7065075Z [ 50%] 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:22:24.7067597Z [ 50%] 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:22:24.7070158Z [ 50%] 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:22:24.7072818Z [ 50%] 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:22:24.7075429Z [ 50%] 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:22:24.7078108Z [ 50%] 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:22:24.7080796Z [ 50%] 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:22:24.7083866Z [ 50%] 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:22:24.7086757Z [ 50%] 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:22:24.7089650Z [ 51%] 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:22:24.7092309Z [ 51%] 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:22:24.7094759Z [ 51%] 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:22:24.7097319Z [ 51%] 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:22:24.7099995Z [ 51%] 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:22:24.7102441Z [ 51%] 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:22:24.7104995Z [ 51%] 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:22:24.7107278Z [ 51%] 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:22:24.7109642Z [ 51%] 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:22:24.7112126Z [ 51%] 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:22:24.7114479Z [ 51%] 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:22:24.7116806Z [ 51%] 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:22:24.7119219Z [ 51%] 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:22:24.7121661Z [ 51%] 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:22:24.7124288Z [ 51%] 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:22:24.7126732Z [ 51%] 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:22:24.7129693Z [ 52%] 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:22:24.7132674Z [ 52%] 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:22:24.7135646Z [ 52%] 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:22:24.7138718Z [ 52%] 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:22:24.7141983Z [ 52%] 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:22:24.7144999Z [ 52%] 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:22:24.7147869Z [ 52%] 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:22:24.7150878Z [ 52%] 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:22:24.7155537Z [ 52%] 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:22:24.7157217Z [ 52%] 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:22:24.7158804Z [ 52%] 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:22:24.7164130Z [ 52%] 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:22:24.7165713Z [ 52%] 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:22:24.7167264Z [ 52%] 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:22:24.7168796Z [ 52%] 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:22:24.7170350Z [ 52%] 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:22:24.7171892Z [ 53%] 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:22:25.0473908Z [ 53%] 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:22:25.0475551Z [ 53%] 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:22:25.0477161Z [ 53%] 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:22:25.0478771Z [ 53%] 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:22:25.0480359Z [ 53%] 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:22:25.0481889Z [ 53%] 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:22:25.0483433Z [ 53%] 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:22:25.0485305Z [ 53%] 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:22:25.0486855Z [ 53%] 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:22:25.0488361Z [ 53%] 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:22:25.0489848Z [ 53%] 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:22:25.0491320Z [ 53%] 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:22:25.0492795Z [ 53%] 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:22:25.0494251Z [ 53%] 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:22:25.0495694Z [ 54%] 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:22:25.0497311Z [ 54%] 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:22:25.0498804Z [ 54%] 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:22:25.0500304Z [ 54%] 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:22:25.0501798Z [ 54%] 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:22:25.0503256Z [ 54%] 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:22:25.0504714Z [ 54%] 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:22:25.0506262Z [ 54%] 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:22:25.0507806Z [ 54%] 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:22:25.0509352Z [ 54%] 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:22:25.0511521Z [ 54%] 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:22:25.0513828Z [ 54%] 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:22:25.0515922Z [ 54%] 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:22:25.0517977Z [ 54%] 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:22:25.0520115Z [ 54%] 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:22:25.0521592Z [ 54%] 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:22:25.0523074Z [ 56%] 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:22:25.0525005Z [ 56%] 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:22:25.0527062Z [ 56%] 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:22:25.0528906Z [ 56%] 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:22:25.0530933Z [ 56%] 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:22:25.0532502Z [ 56%] 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:22:25.0534329Z [ 56%] 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:22:25.0536181Z [ 56%] 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:22:25.0537694Z [ 56%] 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:22:25.0539464Z [ 56%] 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:22:25.0541187Z [ 56%] 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:22:25.0542784Z [ 56%] 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:22:25.0544588Z [ 56%] 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:22:25.0546032Z [ 56%] 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:22:25.0547291Z [ 56%] 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:22:25.0548597Z [ 56%] 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:22:25.0549833Z [ 57%] 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:22:25.0551059Z [ 57%] 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:22:25.0552403Z [ 57%] 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:22:25.0558304Z [ 57%] 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:22:25.8834757Z [ 57%] 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:22:25.8836253Z [ 57%] 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:22:25.8837541Z [ 57%] 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:22:25.8838849Z [ 57%] 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:22:25.8840184Z [ 57%] 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:22:25.8841535Z [ 57%] 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:22:25.8842903Z [ 57%] 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:22:25.8844299Z [ 57%] 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:22:25.8845801Z [ 57%] 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:22:25.8847081Z [ 57%] 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:22:25.8848399Z [ 57%] 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:22:25.8849773Z [ 57%] 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:22:25.8850649Z -- Looking for realpath - found 2025-03-21T20:22:25.8851022Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:25.8851423Z -- Configuring done (6.0s) 2025-03-21T20:22:25.8852146Z [ 58%] 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:22:25.8853499Z [ 58%] 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:22:25.8854686Z [ 58%] 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:22:25.8855452Z -- Generating done (0.0s) 2025-03-21T20:22:25.8856107Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:22:25.8857236Z [ 58%] 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:22:25.8858035Z [ 58%] Performing build step for 'flatbuffers' 2025-03-21T20:22:25.8858817Z [ 58%] 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:22:25.8860000Z [ 58%] 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:22:25.8861178Z [ 58%] 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:22:25.8862366Z [ 58%] 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:22:25.8863560Z [ 58%] 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:22:25.8864542Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:25.8865091Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:25.8865635Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:25.8866561Z [ 58%] 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:22:25.8867466Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:25.8868345Z [ 58%] 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:22:25.8869281Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:25.8870171Z [ 58%] 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:22:25.8871057Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:25.8871616Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:25.8872585Z [ 58%] 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:22:25.8873561Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:25.8874112Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:25.8874707Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:25.8875283Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:25.8876168Z [ 58%] 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:22:25.8877058Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:25.8878029Z [ 58%] 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:22:25.8879365Z [ 59%] 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:22:25.8880293Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:25.8881254Z [ 59%] 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:22:25.8882239Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:25.8882794Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:25.8883775Z [ 59%] 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:22:25.8884768Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:25.8885320Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:25.8885874Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:25.8886422Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:25.8886996Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:25.8887575Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:25.8888289Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:25.8888927Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:25.8890002Z [ 59%] 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:22:25.8891378Z [ 59%] 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:22:25.8892312Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:25.8892965Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:25.8894222Z [ 59%] 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:22:25.8895284Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:25.8896637Z [ 59%] 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:22:25.8898026Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:25.8899515Z [ 59%] 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:22:25.8900971Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:25.8901941Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:25.8903256Z [ 59%] 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:22:25.8904363Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:25.8904981Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:25.8905816Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:25.8906711Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:26.4507161Z [ 59%] 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:22:26.4508318Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:26.4509067Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:26.4509804Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:26.4510486Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:26.4511526Z [ 59%] 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:22:26.4513014Z [ 59%] 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:22:26.4514484Z [ 59%] 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:22:26.4515954Z [ 59%] 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:22:26.4517443Z [ 59%] 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:22:26.4518928Z [ 59%] 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:22:26.4520427Z [ 60%] 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:22:26.4522137Z [ 60%] 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:22:26.4523606Z [ 60%] 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:22:26.4525068Z [ 60%] 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:22:26.4526518Z [ 60%] 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:22:26.4527983Z [ 60%] 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:22:26.4529465Z [ 60%] 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:22:26.4530944Z [ 60%] 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:22:26.4532443Z [ 60%] 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:22:26.4534024Z [ 60%] 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:22:26.4535447Z [ 60%] 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:22:26.4536838Z [ 60%] 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:22:26.4538115Z [ 60%] 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:22:26.4539408Z [ 60%] 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:22:26.4540712Z [ 60%] 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:22:26.4541996Z [ 60%] 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:22:26.4543281Z [ 62%] 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:22:26.4544555Z [ 62%] 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:22:26.4545921Z [ 62%] 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:22:26.4547324Z [ 62%] 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:22:26.4548731Z [ 62%] 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:22:26.4550131Z [ 62%] 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:22:26.4551514Z [ 62%] 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:22:26.4558211Z [ 62%] 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:22:26.4559886Z [ 62%] 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:22:26.4561286Z [ 62%] 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:22:26.4562677Z [ 62%] 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:22:26.4564077Z [ 62%] 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:22:26.4565449Z [ 62%] 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:22:26.4566852Z [ 62%] 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:22:26.4568212Z [ 62%] 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:22:26.4569770Z [ 63%] 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:22:26.4571233Z [ 63%] 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:22:26.4572675Z [ 63%] 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:22:26.4574112Z [ 63%] 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:22:26.4575526Z [ 63%] 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:22:26.4576928Z [ 63%] 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:22:26.4578315Z [ 63%] 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:22:26.4579699Z [ 63%] 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:22:26.4581091Z [ 63%] 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:22:26.4582517Z [ 63%] 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:22:26.4583938Z [ 63%] 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:22:26.4585356Z [ 63%] 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:22:26.9665062Z [ 63%] 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:22:26.9667159Z [ 63%] 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:22:26.9669464Z [ 63%] 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:22:26.9671423Z [ 63%] 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:22:26.9673245Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:22:26.9674926Z [ 64%] 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:22:26.9676653Z [ 64%] 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:22:26.9678363Z [ 64%] 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:22:26.9680150Z [ 64%] 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:22:26.9681531Z [ 64%] 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:22:26.9682949Z [ 64%] 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:22:26.9684659Z [ 64%] 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:22:26.9686293Z [ 64%] 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:22:26.9687633Z [ 64%] 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:22:26.9689021Z [ 64%] 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:22:26.9690401Z [ 64%] 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:22:26.9691798Z [ 64%] 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:22:26.9693158Z [ 64%] 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:22:26.9694538Z [ 64%] 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:22:26.9695937Z [ 64%] 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:22:26.9697280Z [ 65%] 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:22:26.9698679Z [ 65%] 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:22:26.9699969Z [ 65%] 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:22:26.9701173Z [ 65%] 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:22:26.9702380Z [ 65%] 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:22:26.9703677Z [ 65%] 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:22:26.9704884Z [ 65%] 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:22:26.9706085Z [ 65%] 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:22:26.9707297Z [ 65%] 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:22:26.9708485Z [ 65%] 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:22:26.9709726Z [ 65%] 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:22:26.9711013Z [ 65%] 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:22:26.9712432Z [ 65%] 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:22:26.9713724Z [ 65%] 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:22:26.9715045Z [ 65%] 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:22:26.9716374Z [ 67%] 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:22:26.9717708Z [ 67%] 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:22:26.9719017Z [ 67%] 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:22:26.9720392Z [ 67%] 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:22:26.9721830Z [ 67%] 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:22:26.9723295Z [ 67%] 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:22:26.9724696Z [ 67%] 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:22:26.9726107Z [ 67%] 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:22:26.9727544Z [ 67%] 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:22:26.9728899Z [ 67%] 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:22:26.9730150Z [ 67%] 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:22:26.9731416Z [ 67%] 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:22:26.9732693Z [ 67%] 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:22:26.9733985Z [ 67%] 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:22:26.9735330Z [ 67%] 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:22:26.9736641Z [ 67%] 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:22:26.9737957Z [ 68%] 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:22:26.9739288Z [ 68%] 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:22:26.9740558Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:22:26.9741767Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:27.5508846Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:22:27.5510078Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:22:27.5511546Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:22:27.5512953Z [ 68%] 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:22:27.5514233Z [ 68%] 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:22:27.5515065Z [100%] Linking CXX executable flatc 2025-03-21T20:22:27.5515898Z [ 68%] 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:22:27.5517150Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:22:27.5518405Z [ 68%] 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:22:27.5519741Z [ 68%] 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:22:27.5520983Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:22:27.5522152Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:22:27.5523326Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:22:27.5524541Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:22:27.5525763Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:22:27.5526962Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:22:27.5528260Z [ 69%] 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:22:27.5529659Z [ 69%] 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:22:27.5531202Z [ 69%] 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:22:27.5532649Z [ 69%] 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:22:27.5534071Z [ 69%] 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:22:27.5535476Z [ 69%] 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:22:27.5536803Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:22:27.5538108Z [ 69%] 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:22:27.5539451Z [ 69%] 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:22:27.5540837Z [ 69%] 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:22:27.5542271Z [ 69%] 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:22:27.5543664Z [ 69%] 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:22:27.5545082Z [ 69%] 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:22:27.5546463Z [ 70%] 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:22:27.5547831Z [ 70%] 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:22:27.5549248Z [ 70%] 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:22:27.5550601Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:22:27.5551923Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:22:27.5553194Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:22:27.5554812Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:22:27.5556250Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:22:27.5557504Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:22:27.5558647Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:22:27.5559779Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:22:27.5560909Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:22:27.5562045Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:22:27.5563322Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:22:27.5564598Z [ 70%] 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:22:27.5566044Z [ 71%] 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:22:27.5567461Z [ 71%] 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:22:27.5568737Z [ 71%] 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:22:27.5569898Z [ 71%] 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:22:27.5571136Z [ 71%] 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:22:27.5572451Z [ 71%] 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:22:27.5573772Z [ 71%] 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:22:27.5574982Z [ 71%] 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:22:27.5576299Z [ 71%] 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:22:27.5577640Z [ 71%] 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:22:27.5578972Z [ 71%] 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:22:27.5580304Z [ 71%] 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:22:27.5581682Z [ 71%] 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:22:28.9141409Z [ 71%] 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:22:28.9143013Z [ 71%] 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:22:28.9144374Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:22:28.9145462Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:22:28.9146563Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:22:28.9147704Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:22:28.9148801Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:22:28.9149894Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:22:28.9151003Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:22:28.9152450Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:22:28.9153811Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:22:28.9154997Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:22:28.9156160Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:22:28.9157326Z [ 73%] 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:22:28.9158503Z [ 73%] 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:22:28.9159777Z [ 73%] 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:22:28.9161017Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:22:28.9162122Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:22:28.9163408Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:22:28.9164547Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:22:28.9165668Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:22:28.9166814Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:22:28.9167969Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:22:28.9169152Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:22:28.9170253Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:22:28.9170929Z [100%] Built target flatc 2025-03-21T20:22:28.9171255Z [ 74%] No install step for 'flatbuffers' 2025-03-21T20:22:28.9171601Z [ 74%] Completed 'flatbuffers' 2025-03-21T20:22:28.9171942Z [ 74%] Built target flatbuffers 2025-03-21T20:22:28.9172306Z [ 74%] Generating common_schema headers 2025-03-21T20:22:28.9172676Z [ 75%] Generating xnnpack_schema headers 2025-03-21T20:22:28.9173042Z [ 75%] Generating bundled_program headers 2025-03-21T20:22:28.9173395Z [ 75%] Built target common_schema 2025-03-21T20:22:28.9173771Z [ 75%] Built target bundled_program_schema 2025-03-21T20:22:28.9174164Z [ 75%] Generating program_schema headers 2025-03-21T20:22:28.9174538Z [ 75%] Built target xnnpack_schema 2025-03-21T20:22:28.9174900Z [ 75%] Built target program_schema 2025-03-21T20:22:28.9175411Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:28.9176142Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:28.9176976Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:28.9178210Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:28.9179613Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:28.9180511Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:28.9181349Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:28.9182100Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:28.9182858Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:28.9183631Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:28.9184379Z [ 75%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:28.9185201Z [ 76%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:28.9186057Z [ 76%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:28.9186906Z [ 76%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:28.9187672Z [ 76%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:28.9188390Z [ 76%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:28.9189101Z [ 76%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:28.9189904Z [ 76%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:28.9190613Z [ 76%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:28.9191349Z [ 76%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:28.9192063Z [ 76%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:22:28.9192527Z [ 76%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:28.9192948Z [ 76%] Built target executorch_core 2025-03-21T20:22:28.9193510Z [ 78%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:28.9194253Z [ 78%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:28.9194968Z [ 78%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:28.9195695Z [ 78%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:28.9196489Z [ 78%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:28.9197326Z [ 79%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:28.9198228Z [ 79%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:28.9199137Z [ 79%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:28.9200022Z [ 79%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:28.9200690Z [ 79%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:28.9201154Z [ 79%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:28.9201588Z [ 79%] Built target executorch 2025-03-21T20:22:28.9202195Z [ 79%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:28.9203098Z [ 79%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:28.9203865Z [ 79%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:28.9204662Z [ 79%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:28.9205436Z [ 79%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:28.9206245Z [ 79%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:28.9206846Z [ 79%] Built target extension_threadpool 2025-03-21T20:22:28.9207419Z [ 79%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:28.9208038Z [ 79%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:28.9208472Z [ 79%] Built target microkernels-prod 2025-03-21T20:22:28.9209050Z [ 79%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:22:28.9209805Z [ 79%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:22:28.9210381Z [ 79%] Generating build_identifier.c 2025-03-21T20:22:28.9211050Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:28.9594758Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:28.9596081Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:28.9597001Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:28.9598111Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:28.9599446Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:28.9600542Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:28.9601519Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:28.9602717Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:28.9603632Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:28.9605031Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:28.9606328Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:28.9607371Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:28.9608363Z [ 80%] Built target extension_tensor 2025-03-21T20:22:28.9609336Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:28.9610603Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:28.9611597Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:28.9612573Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:28.9613488Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:28.9614507Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:28.9615427Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:28.9616348Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:28.9617266Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:28.9618236Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:28.9619235Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:28.9620409Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:28.9621348Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:28.9622278Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:28.9623095Z [ 81%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:22:28.9623819Z [ 82%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:22:28.9624610Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:28.9625549Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:28.9626473Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:28.9627469Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:28.9628609Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:28.9629828Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:28.9631014Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:28.9632579Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:28.9633921Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:28.9634840Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:28.9635774Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:22:28.9636685Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:22:28.9637624Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:22:28.9638606Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:22:28.9639546Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:28.9640503Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:28.9641885Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:22:28.9642875Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:22:28.9643765Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:22:28.9644659Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:28.9645674Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:22:28.9646854Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:22:28.9647979Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:22:28.9649090Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:22:28.9650151Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:22:28.9651285Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:22:28.9652234Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:22:28.9653147Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:22:28.9654310Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:22:28.9655221Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:22:28.9656128Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:22:28.9657020Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:28.9658392Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:22:28.9659402Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:22:28.9660295Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:22:28.9661498Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:22:28.9662411Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:22:28.9663651Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:22:28.9664967Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:22:28.9665998Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:22:28.9666909Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:28.9667848Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:22:28.9668802Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:22:28.9669811Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:22:28.9670788Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:22:28.9671684Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:22:28.9672732Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:22:30.4480433Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:30.4481482Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:22:30.4482509Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:22:30.4483426Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:22:30.4484362Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:22:30.4485315Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:22:30.4486252Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:22:30.4487447Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:22:30.4488396Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:22:30.4489408Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:22:30.4490466Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:22:30.4491237Z [ 87%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:30.4491701Z [ 87%] Built target extension_data_loader 2025-03-21T20:22:30.4492380Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:22:30.4493382Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:22:30.4494450Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:22:30.4495515Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:22:30.4496228Z [ 87%] Linking CXX static library libcpublas.a 2025-03-21T20:22:30.4496775Z [ 87%] Built target cpublas 2025-03-21T20:22:30.4497360Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:22:30.4498357Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:22:30.4499142Z [ 87%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:30.4499573Z [ 87%] Built target bundled_program 2025-03-21T20:22:30.4500162Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:30.4501162Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:22:30.4502127Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:30.4503067Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:22:30.4504104Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:22:30.4505009Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:22:30.4505814Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:22:30.4506638Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:22:30.4507592Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:22:30.4508630Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:22:30.4509649Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:22:30.4510678Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:22:30.4511728Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:22:30.4512849Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:22:30.4513774Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:22:30.4514688Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:22:30.4515661Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:22:30.4516529Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:22:30.4517415Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:22:30.4518298Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:22:30.4519197Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:22:30.4520105Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:22:30.4521011Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:22:30.4521826Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:30.4522627Z [ 87%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:30.4523237Z [ 87%] Linking CXX static library libetdump.a 2025-03-21T20:22:30.4523626Z [ 87%] Built target etdump 2025-03-21T20:22:30.4524370Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:22:30.4525351Z [ 89%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:30.4526303Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:22:30.4527386Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:22:30.4528377Z [ 90%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:30.4529223Z [ 90%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:30.4530151Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:22:30.4531088Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:22:30.4532021Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:22:30.4532886Z [ 90%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:30.4533704Z [ 90%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:30.4534564Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:22:30.4535493Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:22:30.4536491Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:22:30.4537489Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:22:30.4538515Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:22:30.4539578Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:22:30.4540591Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:22:30.4541605Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:22:30.4542669Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:22:30.4543679Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:22:30.4544689Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:22:30.4545675Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:22:30.4546617Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:22:30.4547558Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:22:30.4548498Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:22:30.4549423Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:22:30.4550318Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:22:31.5239222Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:22:31.5240445Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:22:31.5241334Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:22:31.5242218Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:22:31.5243165Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:22:31.5244118Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:22:31.5245085Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:22:31.5246052Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:22:31.5246972Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:22:31.5247839Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:22:31.5248724Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:22:31.5249679Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:22:31.5250657Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:22:31.5251648Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:22:31.5252573Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:22:31.5253663Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:22:31.5254581Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:22:31.5255511Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:22:31.5256507Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:22:31.5257495Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:22:31.5258612Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:22:31.5259543Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:22:31.5260426Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:22:31.5261308Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:22:31.5262166Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:22:31.5263083Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:22:31.5264004Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:22:31.5264920Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:22:31.5265858Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:22:31.5266806Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:22:31.5267821Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:22:31.5268692Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:22:31.5269565Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:22:31.5270428Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:22:31.5271323Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:22:31.5272333Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:22:31.5273260Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:22:31.5274172Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:22:31.5275138Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:22:31.5276086Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:22:31.5276991Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:22:31.5277905Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:22:31.5278777Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:22:31.5279629Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:22:31.5280502Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:22:31.5281368Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:22:31.5282231Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:22:31.5283120Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:22:31.5284004Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:22:31.5284990Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:22:31.5286234Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:22:31.5287098Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:22:31.5288004Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:22:31.5289168Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:22:31.5290211Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:22:31.5291203Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:22:31.5292206Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:22:31.5293136Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:22:31.5294007Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:22:31.5295000Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:22:31.5296027Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:22:31.5296990Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:22:31.5298069Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:22:31.5299252Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:22:31.5300384Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:22:31.5301398Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:22:31.5302644Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:22:31.5303865Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:22:31.5304659Z [ 97%] Linking CXX static library libXNNPACK.a 2025-03-21T20:22:31.5305360Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:22:31.5306352Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:22:31.5307009Z [ 97%] Built target XNNPACK 2025-03-21T20:22:31.5307563Z [ 97%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:22:31.5308407Z [ 97%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:22:44.9131075Z [ 97%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:22:44.9132107Z [ 97%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:22:44.9133015Z [ 97%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:22:44.9133973Z [ 97%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:22:44.9134952Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:22:44.9136177Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:22:44.9137247Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:22:44.9138282Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:22:44.9139312Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:22:44.9140377Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:22:44.9141431Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:44.9142433Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:22:44.9143456Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:22:44.9144438Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:22:44.9145440Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:22:44.9146325Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:22:44.9146782Z [ 98%] Linking CXX static library libutil.a 2025-03-21T20:22:44.9147192Z [ 98%] Built target xnnpack_backend 2025-03-21T20:22:44.9147532Z [ 98%] Built target util 2025-03-21T20:22:44.9147965Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:22:44.9148498Z [ 98%] Built target optimized_portable_kernels 2025-03-21T20:22:44.9148968Z [ 98%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:22:44.9149429Z [ 98%] Built target optimized_kernels 2025-03-21T20:22:44.9149797Z [ 98%] Merging kernel yaml files 2025-03-21T20:22:44.9150308Z [ 98%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:22:44.9150871Z [ 98%] Generating code for kernel registration 2025-03-21T20:22:44.9151898Z [ 98%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:44.9152933Z [ 98%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:22:44.9153649Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:44.9154301Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:22:44.9155071Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:22:44.9155625Z [100%] Built target portable_lib 2025-03-21T20:22:44.9156009Z [ 0%] Built target flatbuffers 2025-03-21T20:22:44.9156379Z [ 0%] Built target flatccrt 2025-03-21T20:22:44.9156707Z [ 0%] Built target pthreadpool 2025-03-21T20:22:44.9157158Z [ 1%] Built target xnnpack_schema 2025-03-21T20:22:44.9157536Z [ 1%] Built target common_schema 2025-03-21T20:22:44.9157923Z [ 2%] Built target bundled_program_schema 2025-03-21T20:22:44.9158319Z [ 2%] Built target cpuinfo 2025-03-21T20:22:44.9158639Z [ 4%] Built target flatcc 2025-03-21T20:22:44.9158976Z [ 7%] Built target eigen_blas 2025-03-21T20:22:44.9159388Z [ 7%] Built target indirection 2025-03-21T20:22:44.9159961Z [ 7%] Built target normalization 2025-03-21T20:22:44.9160566Z [ 7%] Built target microparams-init 2025-03-21T20:22:44.9161108Z [ 7%] Built target datatype 2025-03-21T20:22:44.9161454Z [ 7%] Built target logging 2025-03-21T20:22:44.9161801Z [ 7%] Built target program_schema 2025-03-21T20:22:44.9162180Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:44.9162560Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:44.9162890Z [ 7%] Built target hardware-config 2025-03-21T20:22:44.9163261Z [ 7%] Built target allocator 2025-03-21T20:22:44.9164285Z [ 7%] Built target packing 2025-03-21T20:22:44.9164645Z [ 7%] Built target cache 2025-03-21T20:22:44.9164998Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:44.9165349Z [ 7%] Built target mutex 2025-03-21T20:22:44.9165702Z [ 7%] Built target operator-utils 2025-03-21T20:22:44.9166086Z [ 7%] Built target memory 2025-03-21T20:22:44.9166443Z [ 7%] Built target operator-run 2025-03-21T20:22:44.9166792Z [ 7%] Built target etdump_schema 2025-03-21T20:22:44.9167170Z [ 9%] Built target operators 2025-03-21T20:22:44.9167531Z [ 10%] Built target executorch_core 2025-03-21T20:22:44.9167929Z [ 12%] Built target extension_threadpool 2025-03-21T20:22:44.9168329Z [ 12%] Built target extension_tensor 2025-03-21T20:22:44.9168681Z [ 13%] Built target executorch 2025-03-21T20:22:44.9169042Z [ 15%] Built target subgraph 2025-03-21T20:22:44.9169407Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:44.9169802Z [ 15%] Built target cpublas 2025-03-21T20:22:44.9170162Z [ 15%] Built target bundled_program 2025-03-21T20:22:44.9170510Z [ 15%] Built target etdump 2025-03-21T20:22:44.9170867Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:44.9171239Z [ 18%] Built target util 2025-03-21T20:22:44.9171601Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:44.9172166Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:44.9172562Z [ 95%] Built target microkernels-prod 2025-03-21T20:22:44.9172948Z [ 97%] Built target XNNPACK 2025-03-21T20:22:44.9173310Z [ 97%] Built target xnnpack_backend 2025-03-21T20:22:44.9173689Z [ 98%] Built target portable_lib 2025-03-21T20:22:44.9174308Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:22:44.9175270Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:22:44.9176216Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:22:44.9177097Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:22:44.9178061Z [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:22:44.9179214Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:22:44.9180194Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:22:44.9181153Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:22:44.9182119Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:22:44.9183006Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:22:44.9183717Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:22:44.9184157Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:22:44.9184525Z [ 0%] Built target flatbuffers 2025-03-21T20:22:44.9184876Z [ 0%] Built target flatccrt 2025-03-21T20:22:44.9185191Z [ 0%] Built target pthreadpool 2025-03-21T20:22:44.9185535Z [ 1%] Built target cpuinfo 2025-03-21T20:22:44.9185863Z [ 3%] Built target flatcc 2025-03-21T20:22:44.9186192Z [ 5%] Built target eigen_blas 2025-03-21T20:22:44.9186528Z [ 5%] Built target common_schema 2025-03-21T20:22:44.9186862Z [ 7%] Built target xnnpack_schema 2025-03-21T20:22:44.9187240Z [ 7%] Built target bundled_program_schema 2025-03-21T20:22:44.9187626Z [ 7%] Built target indirection 2025-03-21T20:22:44.9188037Z [ 7%] Built target microparams-init 2025-03-21T20:22:44.9188409Z [ 7%] Built target normalization 2025-03-21T20:22:44.9188742Z [ 7%] Built target logging 2025-03-21T20:22:44.9189261Z [ 7%] Built target datatype 2025-03-21T20:22:44.9189618Z [ 7%] Built target reference-ukernels 2025-03-21T20:22:44.9190021Z [ 7%] Built target flatcc_cli 2025-03-21T20:22:44.9190371Z [ 7%] Built target program_schema 2025-03-21T20:22:44.9190716Z [ 7%] Built target hardware-config 2025-03-21T20:22:44.9191104Z [ 7%] Built target packing 2025-03-21T20:22:44.9191445Z [ 7%] Built target allocator 2025-03-21T20:22:44.9191775Z [ 7%] Built target cache 2025-03-21T20:22:44.9192205Z [ 7%] Built target memory 2025-03-21T20:22:44.9192532Z [ 7%] Built target microkernel-utils 2025-03-21T20:22:44.9192912Z [ 7%] Built target mutex 2025-03-21T20:22:44.9193257Z [ 7%] Built target operator-utils 2025-03-21T20:22:44.9193631Z [ 7%] Built target etdump_schema 2025-03-21T20:22:44.9193989Z [ 7%] Built target operator-run 2025-03-21T20:22:44.9194332Z [ 8%] Built target executorch_core 2025-03-21T20:22:44.9194703Z [ 10%] Built target operators 2025-03-21T20:22:44.9195062Z [ 10%] Built target extension_tensor 2025-03-21T20:22:44.9195421Z [ 13%] Built target executorch 2025-03-21T20:22:44.9195785Z [ 13%] Built target extension_threadpool 2025-03-21T20:22:44.9196145Z [ 15%] Built target subgraph 2025-03-21T20:22:44.9196490Z [ 15%] Built target extension_data_loader 2025-03-21T20:22:44.9196935Z [ 15%] Built target bundled_program 2025-03-21T20:22:44.9197282Z [ 15%] Built target etdump 2025-03-21T20:22:44.9197587Z [ 15%] Built target cpublas 2025-03-21T20:22:44.9197899Z [ 16%] Built target optimized_kernels 2025-03-21T20:22:44.9198236Z [ 17%] Built target util 2025-03-21T20:22:44.9198577Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:22:44.9198990Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:22:44.9199388Z [ 94%] Built target microkernels-prod 2025-03-21T20:22:44.9199731Z [ 96%] Built target XNNPACK 2025-03-21T20:22:44.9200070Z [ 96%] Built target xnnpack_backend 2025-03-21T20:22:44.9200436Z [ 97%] Built target portable_lib 2025-03-21T20:22:44.9201050Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:44.9201983Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:44.9202923Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:44.9203863Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:44.9204831Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:44.9205813Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:44.9206791Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:44.9207749Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:48.9317776Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:48.9318940Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:48.9319739Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:22:48.9320277Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:22:48.9320818Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:22:48.9321332Z [ 97%] Generating code for kernel registration 2025-03-21T20:22:48.9322267Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:22:48.9323620Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:22:48.9324111Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:22:48.9324616Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:22:48.9327529Z 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:22:48.9330468Z [ 98%] Generating code for kernel registration 2025-03-21T20:22:48.9331255Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:22:48.9332381Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:22:48.9333349Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:22:48.9334424Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:48.9335365Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:48.9336295Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:48.9337210Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:48.9338142Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:48.9339071Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:48.9340007Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:48.9340940Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:48.9341829Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:48.9342785Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:22:48.9343902Z [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:22:48.9344737Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:22:48.9345197Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:22:48.9345576Z running build_py 2025-03-21T20:22:48.9346000Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9346726Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9347567Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9348418Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9349326Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9350229Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9351095Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9352172Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9353077Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9354207Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9355128Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9355996Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:22:48.9356728Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:48.9357538Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:48.9358516Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:48.9359527Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:48.9360530Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:22:48.9361499Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:48.9362271Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:48.9363210Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:48.9364145Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:22:48.9364948Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:22:48.9365757Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:22:48.9366581Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9367389Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9368371Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9369405Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9370416Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9371500Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9372622Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9373689Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9374736Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9375770Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9376781Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9377760Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9378772Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9380021Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9381050Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9382090Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:22:48.9382980Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:48.9383722Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:48.9384594Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:48.9385505Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:48.9386377Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:48.9387295Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:22:48.9388095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:48.9432361Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:48.9433390Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:22:48.9434207Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:48.9434984Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:48.9435926Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:22:48.9436804Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:48.9437754Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:48.9438949Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:48.9439969Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:48.9440916Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:48.9442149Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:22:48.9443174Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:48.9444136Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:48.9445358Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:48.9446356Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:22:48.9447328Z 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:22:48.9448534Z 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:22:48.9449547Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:48.9450663Z 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:22:48.9451945Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:48.9453056Z 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:22:48.9454543Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9455474Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9456626Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9457781Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9458929Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9460075Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9461263Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9462616Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9463806Z 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:22:48.9464994Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9466203Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9467360Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9468503Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9469664Z 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:22:48.9470822Z 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:22:48.9472023Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9473161Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9474318Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9475459Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9476583Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9477715Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:22:48.9478652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:48.9479567Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:48.9480799Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:22:48.9481784Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:48.9482814Z 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:22:48.9484090Z 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:22:48.9485083Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:48.9485940Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:22:48.9487001Z 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:22:48.9488112Z 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:22:48.9489210Z 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:22:48.9490282Z 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:22:48.9492228Z 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:22:48.9493290Z 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:22:48.9494173Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:48.9495050Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:48.9496122Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:22:48.9496990Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9497807Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9498880Z 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:22:48.9500005Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9501052Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9502035Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9530511Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9531616Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9532729Z 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:22:48.9533860Z 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:22:48.9534971Z 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:22:48.9536044Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9537241Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9538306Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9539345Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9540402Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9541466Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9542526Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9543602Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9544653Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9545703Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9546826Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9547935Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9549027Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9550123Z 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:22:48.9551239Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9552431Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9553708Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9554799Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9555819Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9556874Z 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:22:48.9558151Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9559210Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9560239Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9561210Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9562251Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9563316Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9564394Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9565710Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:22:48.9566676Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:48.9567606Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:48.9568761Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:48.9569974Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:22:48.9571152Z 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:22:48.9572351Z 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:22:48.9573563Z 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:22:48.9574770Z 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:22:48.9576043Z 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:22:48.9577265Z 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:22:48.9578231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9579071Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9580090Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9581102Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9582073Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9583051Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9584027Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9584986Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9585983Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9586987Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9587954Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9588934Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9589967Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9591005Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9592073Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9593045Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9594112Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9595085Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9596076Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9597062Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9598021Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9639910Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9640950Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9641966Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9642975Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9644177Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9645166Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9646154Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9647180Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9648204Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9649211Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9650200Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9651201Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9652198Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9653205Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9654410Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9655388Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9656369Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9657522Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9658517Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9659546Z 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:22:48.9660590Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9661665Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9662864Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9663865Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9664877Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:22:48.9665727Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:48.9666558Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:48.9667572Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:48.9668643Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:48.9669779Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:48.9670921Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:22:48.9671948Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:48.9672798Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:48.9673699Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:48.9674622Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:48.9675552Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:22:48.9676327Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:22:48.9677148Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:22:48.9677966Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:22:48.9678870Z 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:22:48.9679952Z 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:22:48.9681027Z 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:22:48.9682111Z 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:22:48.9683202Z 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:22:48.9684315Z 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:22:48.9685415Z 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:22:48.9686606Z 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:22:48.9687762Z 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:22:48.9688617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:48.9689510Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:48.9690639Z 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:22:48.9691683Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:22:48.9692721Z 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:22:48.9693821Z 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:22:48.9694944Z 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:22:48.9696042Z 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:22:48.9697158Z 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:22:48.9698260Z 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:22:48.9699119Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9700001Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9700952Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9701926Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9702890Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9703849Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9704844Z 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:22:48.9705865Z 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:22:48.9706878Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9707844Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9742497Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9743551Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9744569Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9745590Z 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:22:48.9746615Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9747619Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9748630Z 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:22:48.9749676Z 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:22:48.9750670Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9751786Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9752900Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9755058Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9756069Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9757051Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9758012Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9758946Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9760117Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9761154Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9762169Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9763343Z 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:22:48.9764330Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9765304Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9766278Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9767242Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9768257Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9769250Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9770224Z 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:22:48.9771220Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9772220Z 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:22:48.9773218Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9774182Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9775130Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9776110Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9777131Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9778133Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9779117Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9780113Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9781188Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9782180Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9792425Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9793560Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9794611Z 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:22:48.9795698Z 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:22:48.9796736Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9797735Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9798758Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9799908Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9800920Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9801883Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9802871Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9803866Z 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:22:48.9804885Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9805961Z 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:22:48.9807020Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9807985Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:22:48.9808828Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:22:48.9809766Z 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:22:48.9810913Z 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:22:48.9812063Z 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:22:48.9813233Z 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:22:48.9814442Z 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:22:48.9815649Z 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:22:48.9816832Z 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:22:48.9818113Z 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:22:48.9819287Z 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:22:48.9820474Z 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:22:48.9821473Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:22:48.9825695Z 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:22:48.9826668Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:48.9827547Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:48.9828643Z 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:22:48.9829747Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:48.9830812Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:22:48.9831766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:22:48.9832751Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:22:48.9833734Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:48.9834859Z 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:22:48.9836082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:48.9837486Z 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:22:48.9839259Z 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:22:48.9840684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:48.9842116Z 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:22:48.9843900Z 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:22:48.9845570Z 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:22:48.9847280Z 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:22:48.9849020Z 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:22:48.9850739Z 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:22:48.9852534Z 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:22:48.9854373Z 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:22:48.9856025Z 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:22:48.9857776Z 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:22:48.9859584Z 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:22:48.9861473Z 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:22:48.9863167Z 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:22:48.9864932Z 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:22:48.9866570Z 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:22:48.9868280Z 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:22:48.9869978Z 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:22:48.9871691Z 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:22:48.9873504Z 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:22:48.9875260Z 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:22:48.9876977Z 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:22:48.9878688Z 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:22:48.9880415Z 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:22:48.9882104Z 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:22:48.9883825Z 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:22:48.9885573Z 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:22:48.9887240Z 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:22:48.9888913Z 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:22:48.9890575Z 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:22:48.9892292Z 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:22:48.9894102Z 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:22:48.9895899Z 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:22:48.9897587Z 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:22:48.9944946Z 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:22:48.9946363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:48.9947731Z 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:22:48.9949112Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:48.9950508Z 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:22:48.9951704Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9952631Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9953784Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9954795Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9955812Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9956777Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9957756Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9958784Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9959983Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9961206Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9962231Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9963192Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9964178Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9965193Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9966169Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9967144Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9968135Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9969098Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:48.9969909Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:48.9970830Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:48.9971865Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:48.9972905Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:48.9973929Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:22:48.9974777Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:48.9975630Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:48.9976642Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:48.9977681Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:22:48.9978598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:48.9979568Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:48.9980730Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:48.9981911Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:48.9983071Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:48.9983989Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:22:48.9984936Z 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:22:48.9986100Z 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:22:48.9987249Z 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:22:48.9988395Z 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:22:48.9989604Z 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:22:48.9990794Z 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:22:48.9992062Z 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:22:48.9993258Z 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:22:48.9994216Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:48.9995125Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:48.9996086Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:48.9997148Z 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:22:48.9998475Z 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:22:48.9999613Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:49.0000678Z 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:22:49.0002024Z 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:22:49.0003384Z 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:22:49.0004449Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:49.0005457Z 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:22:49.0006490Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:49.0007625Z 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:22:49.0008751Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:49.0009848Z 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:22:49.0011217Z 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:22:49.0012610Z 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:22:49.0014011Z 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:22:49.0024336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:49.0025626Z 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:22:49.0027254Z 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:22:49.0029743Z 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:22:49.0031032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:49.0032419Z 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:22:49.0034042Z 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:22:49.0035658Z 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:22:49.0037262Z 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:22:49.0038555Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:49.0039922Z 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:22:49.0041576Z 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:22:49.0043233Z 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:22:49.0044907Z 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:22:49.0046200Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:49.0047438Z 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:22:49.0048989Z 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:22:49.0050231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:49.0051463Z 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:22:49.0053057Z 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:22:49.0054512Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:49.0055806Z 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:22:49.0057609Z 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:22:49.0059251Z 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:22:49.0061013Z 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:22:49.0062642Z 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:22:49.0064269Z 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:22:49.0065890Z 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:22:49.0067136Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:49.0068347Z 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:22:49.0069869Z 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:22:49.0071431Z 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:22:49.0073126Z 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:22:49.0074653Z 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:22:49.0076176Z 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:22:49.0077711Z 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:22:49.0079191Z 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:22:49.0080676Z 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:22:49.0082122Z 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:22:49.0083576Z 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:22:49.0085116Z 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:22:49.0086633Z 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:22:49.0088131Z 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:22:49.0089612Z 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:22:49.0090819Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:49.0092094Z 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:22:49.0093664Z 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:22:49.0094863Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:49.0095903Z 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:22:49.0097142Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:49.0127634Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:49.0128912Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:49.0130122Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:49.0131471Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:49.0132665Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:49.0133838Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:49.0135014Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:49.0136188Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:22:49.0137118Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:49.0137959Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:22:49.0139101Z 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:22:49.0140087Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:49.0140948Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:49.0142027Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:49.0143120Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:49.0144208Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:22:49.0145106Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0145943Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0146998Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0148118Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0149267Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0150339Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0151440Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0152756Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0154133Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0155211Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0156282Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0157415Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0158547Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0159827Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0160932Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0162193Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0163312Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0164390Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0165489Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0166627Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0167810Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0168940Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0170030Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0171151Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0172261Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0173380Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0174498Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0175565Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0176592Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.0177428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0178352Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0179408Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0180464Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0181553Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0182639Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0183677Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0184733Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0185794Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0186868Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0187972Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0188988Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0190009Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0191036Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0192185Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0193216Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0194280Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0216536Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0217663Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0218715Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0219772Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0220792Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0221828Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0222875Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0223913Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0224923Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0225976Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0227167Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0228228Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0229316Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0230390Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0231446Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0232618Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0233710Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0234803Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0235843Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0236943Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0237974Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0239033Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0240120Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0241171Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0242200Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0243239Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0244285Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0245348Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0246384Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0247406Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0248419Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0249429Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0250462Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0251469Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0252488Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0253674Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0254850Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0255902Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0256953Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0258160Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0259212Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0260247Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0261301Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0262373Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0263403Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0264518Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0265585Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0266653Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0267728Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0268842Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0269904Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0270948Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0272035Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0273078Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0274134Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0275159Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0276179Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0277229Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0278315Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0279435Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0280601Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0281755Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0282823Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0343571Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.0344495Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:22:49.0345359Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:22:49.0346221Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:49.0347126Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:49.0348249Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:49.0349347Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:22:49.0350211Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:49.0351254Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:49.0352495Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:49.0353786Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:49.0354882Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:49.0355806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:49.0356762Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:49.0357987Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:49.0358945Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:49.0359765Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:49.0360795Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:49.0361980Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:22:49.0362798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:49.0363645Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:49.0364642Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:22:49.0365534Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:49.0366663Z 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:22:49.0367716Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:22:49.0368689Z 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:22:49.0370085Z 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:22:49.0371250Z 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:22:49.0372131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:49.0372937Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:49.0373949Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:49.0375047Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:49.0376114Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:49.0377194Z 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:22:49.0378315Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:49.0379532Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:49.0380639Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:22:49.0381537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:22:49.0382499Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:22:49.0383441Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:22:49.0384362Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:22:49.0385271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:22:49.0386144Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:22:49.0387035Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:49.0388027Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:49.0389272Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:49.0390528Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:49.0391470Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:49.0392385Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:49.0393436Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:49.0394514Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:22:49.0395433Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:49.0396342Z 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:22:49.0397555Z 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:22:49.0398793Z 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:22:49.0399830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:49.0400844Z 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:22:49.0402094Z 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:22:49.0403379Z 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:22:49.0404689Z 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:22:49.0405991Z 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:22:49.0407310Z 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:22:49.0408295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:49.0409277Z 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:22:49.0410357Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:49.0450712Z 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:22:49.0452405Z 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:22:49.0454201Z 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:22:49.0455803Z 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:22:49.0457367Z 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:22:49.0458895Z 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:22:49.0460464Z 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:22:49.0461821Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:49.0463210Z 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:22:49.0464648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:49.0466580Z 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:22:49.0467964Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0468813Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0469940Z 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:22:49.0471124Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0472313Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0473375Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0474521Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0475659Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0476844Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0477985Z 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:22:49.0479112Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0480204Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0481296Z 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:22:49.0482384Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.0483261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0484140Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0485216Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0486292Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0487334Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0488396Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0489484Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0490577Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0491615Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0492676Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0493749Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0494866Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0495920Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0497035Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0498241Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0499364Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0500414Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0501503Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0502605Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0503702Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0504858Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0505995Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0507143Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0508227Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0509328Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0510409Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0511487Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0512647Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0513718Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0514799Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0515875Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0516977Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0518076Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0519139Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0553225Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0554538Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0555643Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0556908Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0558011Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0559110Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0560221Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0561496Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0562641Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0563890Z 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:22:49.0565072Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0566130Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0567883Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.0568832Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:49.0569779Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:49.0570937Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:22:49.0571875Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:49.0572822Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:49.0574183Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:49.0575169Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:49.0576165Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:49.0577442Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:49.0578409Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:49.0579262Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:49.0580328Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:22:49.0581231Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:22:49.0582235Z 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:22:49.0583201Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:49.0584023Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:49.0585030Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:49.0586066Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:49.0587088Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:22:49.0588004Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:49.0588998Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:49.0590225Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:49.0591512Z 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:22:49.0592886Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:49.0594178Z 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:22:49.0595480Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:49.0596554Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:49.0597569Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:49.0598794Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:49.0599734Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0600655Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0601741Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0602849Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0604011Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0605148Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0606296Z 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:22:49.0607460Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0608593Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0609723Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0610840Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0611968Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0613122Z 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:22:49.0614206Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:22:49.0615125Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0615987Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0617024Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0618088Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0619177Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0620237Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0621256Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0622292Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0654357Z 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:22:49.0655743Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0656818Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0657895Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0658950Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0659996Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0661042Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0662114Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0663212Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0664314Z 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:22:49.0665403Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0666476Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0667544Z 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:22:49.0668619Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0669717Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0670797Z 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:22:49.0671951Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0673049Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0674243Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0675333Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0676403Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0677457Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0678565Z 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:22:49.0679684Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0680743Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0681798Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0682861Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0684062Z 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:22:49.0685157Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0686219Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0687265Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0688389Z 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:22:49.0689498Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:49.0690387Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:49.0691366Z 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:22:49.0692590Z 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:22:49.0693860Z 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:22:49.0695109Z 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:22:49.0696323Z 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:22:49.0697552Z 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:22:49.0698782Z 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:22:49.0699772Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:49.0700797Z 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:22:49.0702157Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:49.0703449Z 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:22:49.0704477Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:49.0705567Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:49.0706914Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:49.0707930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:49.0708829Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:49.0709918Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:49.0710852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:49.0711972Z 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:22:49.0712971Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:49.0713992Z 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:22:49.0715020Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:49.0716071Z 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:22:49.0717139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:49.0718257Z 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:22:49.0719406Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:49.0720563Z 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:22:49.0721992Z 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:22:49.0980164Z 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:22:49.0981407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:49.0982600Z 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:22:49.0983779Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:49.0984962Z 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:22:49.0986462Z 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:22:49.0988243Z 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:22:49.0989819Z 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:22:49.0990995Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:49.0992313Z 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:22:49.0993869Z 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:22:49.0995417Z 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:22:49.0997021Z 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:22:49.0998648Z 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:22:49.1000334Z 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:22:49.1001874Z 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:22:49.1003419Z 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:22:49.1004998Z 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:22:49.1006529Z 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:22:49.1008035Z 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:22:49.1009587Z 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:22:49.1011188Z 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:22:49.1012822Z 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:22:49.1014449Z 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:22:49.1015990Z 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:22:49.1017502Z 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:22:49.1018999Z 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:22:49.1020571Z 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:22:49.1022108Z 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:22:49.1023720Z 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:22:49.1025346Z 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:22:49.1026913Z 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:22:49.1028371Z 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:22:49.1029826Z 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:22:49.1031486Z 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:22:49.1032967Z 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:22:49.1034126Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:49.1035349Z 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:22:49.1036938Z 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:22:49.1038527Z 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:22:49.1039769Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:49.1040983Z 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:22:49.1042017Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:22:49.1042631Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:22:49.1043282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:49.1043968Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:49.1044796Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:49.1045646Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:49.1046474Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:49.1047359Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:49.1048250Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:49.1049063Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:22:49.1049847Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:49.1050662Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:49.1051633Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:22:49.1094042Z 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:22:49.1095182Z 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:22:49.1096094Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:49.1097006Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:49.1098159Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:49.1099265Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:49.1100526Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:49.1101587Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:22:49.1102475Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:49.1103342Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:49.1104405Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:49.1105519Z 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:22:49.1106598Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:49.1107651Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:49.1108504Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:49.1109232Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:49.1110100Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:49.1110985Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:49.1111991Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:22:49.1112797Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:49.1113664Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:49.1114695Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:22:49.1115535Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:49.1116314Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:49.1117233Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:22:49.1118199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:49.1119107Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:49.1120197Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:22:49.1121113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:49.1122025Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:49.1123113Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:49.1124016Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:49.1124912Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:49.1125966Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:22:49.1126857Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:49.1127801Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:49.1128863Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:22:49.1129724Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1130524Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1131493Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1132468Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1133461Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1134476Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1135496Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1136501Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1137559Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1138623Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1139631Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1140632Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1141600Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1142556Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1143485Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1144472Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:22:49.1145417Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:49.1146333Z 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:22:49.1147213Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:49.1148014Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:49.1148989Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:49.1149984Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:49.1151088Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:22:49.1151939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:49.1152711Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:49.1153785Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:22:49.1154696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:49.1155559Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:49.1156590Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:22:49.1157455Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:49.1158332Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:49.1159373Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:49.1160248Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:49.1161124Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:49.1191125Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:49.1192190Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:49.1193157Z 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:22:49.1194092Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:22:49.1194965Z 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:22:49.1195960Z 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:22:49.1197021Z 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:22:49.1198098Z 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:22:49.1199143Z 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:22:49.1200021Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:22:49.1200867Z 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:22:49.1202104Z 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:22:49.1202987Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:49.1203801Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:49.1204808Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:22:49.1205659Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:49.1206467Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:49.1207422Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:22:49.1208216Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:49.1208972Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:49.1209904Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:22:49.1210813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:49.1211737Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:49.1212849Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:22:49.1213746Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:49.1214573Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:49.1215553Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:22:49.1216385Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:49.1217248Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:49.1218281Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:22:49.1219251Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:49.1220476Z 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:22:49.1222005Z 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:22:49.1223532Z 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:22:49.1225098Z 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:22:49.1226592Z 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:22:49.1228070Z 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:22:49.1229261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:49.1230182Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:49.1231313Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:22:49.1232358Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:49.1233376Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:49.1234626Z 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:22:49.1235878Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:49.1237141Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:22:49.1238136Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:49.1239098Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:49.1240196Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:49.1241312Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:22:49.1242279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:49.1243391Z 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:22:49.1244815Z 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:22:49.1246259Z 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:22:49.1247681Z 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:22:49.1249071Z 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:22:49.1250473Z 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:22:49.1251912Z 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:22:49.1253474Z 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:22:49.1255056Z 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:22:49.1256481Z 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:22:49.1257848Z 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:22:49.1299310Z 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:22:49.1300762Z 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:22:49.1302217Z 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:22:49.1303712Z 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:22:49.1305262Z 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:22:49.1306774Z 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:22:49.1307828Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:22:49.1308826Z 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:22:49.1310143Z 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:22:49.1321062Z 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:22:49.1322043Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:49.1323017Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:49.1324056Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:49.1325140Z 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:22:49.1326529Z 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:22:49.1327902Z 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:22:49.1329280Z 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:22:49.1330384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:49.1331402Z 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:22:49.1332663Z 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:22:49.1333941Z 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:22:49.1335199Z 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:22:49.1336250Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:49.1337915Z 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:22:49.1339040Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:49.1340175Z 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:22:49.1341575Z 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:22:49.1342728Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:49.1343912Z 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:22:49.1345406Z 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:22:49.1346646Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:49.1347845Z 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:22:49.1349433Z 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:22:49.1350568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:49.1351446Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:49.1352595Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:22:49.1353625Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:22:49.1354501Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:22:49.1355292Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1355850Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1356481Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1357127Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1357779Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1358436Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1359108Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1359785Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1360441Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1361061Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1361719Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1362436Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1363146Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1363796Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1364467Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1365232Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1365915Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1366604Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1367260Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1367882Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1368505Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1369130Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1369746Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1370372Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1370999Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.1371600Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.1372298Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.1373166Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.1373978Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.1374818Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.1375674Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.1423450Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.1424364Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.1425226Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.1426089Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.1426803Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:49.1427497Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:49.1428345Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:49.1429209Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:49.1430080Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:49.1430934Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:49.1431731Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:22:49.1432520Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:49.1433204Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:49.1433975Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:49.1434738Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:49.1435493Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:22:49.1436170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:49.1436983Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:49.1437749Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:22:49.1438404Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:49.1439031Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:49.1439752Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:49.1440487Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:22:49.1441135Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:49.1441827Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:49.1442619Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:49.1443394Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:22:49.1444056Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1444717Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1445667Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1446579Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1447424Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1448324Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1449228Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1450127Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1451055Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1451999Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1452879Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1453963Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1454904Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1455801Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1456695Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1457633Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1458525Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1459387Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1460258Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1461099Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1461980Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1463006Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1463914Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1464801Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1465785Z 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:22:49.1466785Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1467712Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1468645Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1469585Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1470437Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1471277Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1472254Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1473127Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:22:49.1473870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:49.1474541Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:49.1475333Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:49.1476133Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:22:49.1476800Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:49.1477425Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:49.1478205Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:49.1478979Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:49.1479731Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:49.1480502Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:49.1481244Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:49.1481968Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:22:49.1482623Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1483276Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1484015Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1484809Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1485659Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1486446Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1487221Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1488021Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1597420Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1598298Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1599163Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1600089Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1600947Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1601757Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1602631Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1603574Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1604536Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1605458Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1606423Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1607273Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1608080Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1608896Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1609792Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1610720Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1611590Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1612462Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1613321Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1614147Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1614930Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1615719Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1616548Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1617380Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1618191Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:22:49.1618906Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:49.1619698Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:49.1620619Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:49.1621542Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:49.1622473Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:22:49.1623327Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:49.1624100Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:49.1625031Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:49.1626005Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:49.1627026Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:49.1628027Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:22:49.1628919Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:49.1630002Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:49.1631396Z 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:22:49.1632965Z 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:22:49.1634371Z 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:22:49.1635382Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1636239Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1637322Z 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:22:49.1638423Z 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:22:49.1639464Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1640476Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1641459Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1642493Z 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:22:49.1643518Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1644482Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1645479Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1646474Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1647476Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1648492Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1649511Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1650540Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1651601Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1652548Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1653616Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:22:49.1654457Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:22:49.1655371Z 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:22:49.1656492Z 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:22:49.1657405Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:49.1658395Z 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:22:49.1659677Z 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:22:49.1660963Z 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:22:49.1661832Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:22:49.1662619Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:22:49.1663400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:49.1664154Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:49.1664893Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:22:49.1751923Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:22:49.1752871Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:22:49.1754027Z 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:22:49.1754936Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:49.1755753Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:49.1756718Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:22:49.1757539Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:49.1758407Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:49.1759434Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:49.1760478Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:49.1761317Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:49.1762102Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:49.1763064Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:22:49.1763902Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:49.1764884Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:49.1765866Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:22:49.1766703Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:22:49.1767574Z 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:22:49.1768617Z 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:22:49.1769492Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:49.1770378Z 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:22:49.1771199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:22:49.1771930Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:22:49.1772666Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:22:49.1773467Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:22:49.1774366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:49.1775123Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:49.1776052Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:49.1776989Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:22:49.1777797Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:22:49.1778666Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:22:49.1779528Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:22:49.1780354Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:22:49.1781175Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:49.1781958Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:49.1782883Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:22:49.1783679Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:22:49.1784471Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:22:49.1785255Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:49.1786049Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:49.1786987Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:49.1787895Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:22:49.1788684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:49.1789521Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:49.1790337Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:22:49.1791082Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:22:49.1791988Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:22:49.1792744Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:22:49.1793568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:49.1794507Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:49.1795686Z 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:22:49.1796880Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:49.1797813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:22:49.1798722Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:22:49.1799628Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:22:49.1800592Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:22:49.1802009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:49.1802854Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:49.1803863Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:49.1804920Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:22:49.1805995Z 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:22:49.1807079Z 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:22:49.1808240Z 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:22:49.1809394Z 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:22:49.1810500Z 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:22:49.1811369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:49.1812171Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:49.1813112Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:49.1814072Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:49.1815097Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:49.1816112Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:49.1817128Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:22:49.1817970Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:49.1818776Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:49.1876953Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:49.1878027Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:49.1878999Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:22:49.1879819Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:49.1880653Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:49.1881669Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:49.1882734Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:49.1883756Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:22:49.1884591Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:22:49.1885543Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:22:49.1886435Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:49.1887516Z 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:22:49.1888684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:49.1889946Z 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:22:49.1891483Z 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:22:49.1892587Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:49.1893466Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:49.1894547Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:22:49.1895668Z 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:22:49.1896836Z 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:22:49.1897807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:49.1898753Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:49.1899790Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:49.1900934Z 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:22:49.1902353Z 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:22:49.1903768Z 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:22:49.1905237Z 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:22:49.1906467Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:49.1907822Z 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:22:49.1909512Z 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:22:49.1910783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:49.1911941Z 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:22:49.1912976Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:49.1913849Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:49.1915040Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:49.1916204Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:22:49.1917108Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:22:49.1917910Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:22:49.1918783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:49.1919755Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:49.1920725Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:49.1921715Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:49.1922911Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:22:49.1923891Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:49.1924954Z 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:22:49.1926001Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:22:49.1927007Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:22:49.1927911Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:49.1928670Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:49.1929450Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:49.1930323Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:49.1931436Z 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:22:49.1932296Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:22:49.1932931Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:22:49.1933680Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:49.1934500Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:49.1935511Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:22:49.1936384Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:49.1937234Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:49.1938226Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:49.1939203Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:49.1940040Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:49.1940867Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:49.1941831Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:22:49.1942667Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:49.1943428Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:49.1944341Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:49.1945085Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:49.7902454Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:49.7903469Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:22:49.7904241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:49.7905007Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:49.7905926Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:49.7906873Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:49.7907846Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:22:49.7908674Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:22:49.7909594Z 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:22:49.7910726Z 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:22:49.7911638Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:49.7912601Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:49.7913656Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:49.7914798Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:22:49.7915720Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:22:49.7916954Z 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:22:49.7917924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:49.7918853Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:49.7920042Z 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:22:49.7921074Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:49.7922068Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:49.7923009Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:49.7923954Z 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:22:49.7925091Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:49.7926391Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:49.7927298Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:49.7928208Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:49.7929154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:49.7930184Z 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:22:49.7931229Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:49.7932315Z 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:22:49.7933320Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:22:49.7934164Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:22:49.7935002Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:22:49.7935867Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:22:49.7936743Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:49.7937648Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:49.7938752Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:49.7939865Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:22:49.7940923Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:49.7941902Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:49.7942894Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:22:49.7943953Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:49.7945200Z 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:22:49.7946429Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:49.7947601Z 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:22:49.7948745Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:49.7949865Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:22:49.7950979Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:22:49.7952277Z 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:22:49.7953866Z 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:22:49.7954924Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:22:49.7955529Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:22:49.7956161Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:22:49.7956872Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:22:49.7957541Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:49.7958214Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:49.7958962Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:49.7959651Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:22:49.7960163Z running egg_info 2025-03-21T20:22:49.7960428Z creating executorch.egg-info 2025-03-21T20:22:49.7960762Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:22:49.7961231Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:22:49.7961785Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:22:49.7962289Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:22:49.7962789Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:22:49.7963271Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:49.7963741Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:49.7964144Z adding license file 'LICENSE' 2025-03-21T20:22:49.7964516Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:22:49.7965299Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:22:49.7966450Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:22:49.7967506Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:49.7968711Z 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:22:49.7969944Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:49.7982072Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:49.7985174Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:22:49.7988595Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:22:49.7991451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:49.7994187Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:49.7995273Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:22:49.7996272Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:49.7997426Z 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:22:49.7998906Z 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:22:49.8000529Z 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:22:49.8001949Z 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:22:49.8003293Z 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:22:49.8004798Z 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:22:49.8006164Z 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:22:49.8007587Z 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:22:49.8009058Z 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:22:49.8010440Z 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:22:49.8011781Z 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:22:49.8013092Z 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:22:49.8014413Z 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:22:49.8015741Z 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:22:49.8017114Z 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:22:49.8018563Z 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:22:49.8020022Z 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:22:49.8021546Z 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:22:49.8022949Z 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:22:49.8024312Z 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:22:49.8025769Z 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:22:49.8027256Z 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:22:49.8028645Z 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:22:49.8030040Z 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:22:49.8031497Z 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:22:49.8033085Z 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:22:49.8034406Z 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:22:49.8035739Z 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:22:49.8037114Z 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:22:49.8038479Z 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:22:49.8040085Z 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:22:49.8041493Z 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:22:49.8042850Z 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:22:49.8044235Z 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:22:49.8045700Z 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:22:49.8047162Z 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:22:49.8048523Z 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:22:49.8049852Z 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:22:49.8051334Z 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:22:49.8052678Z 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:22:49.8054387Z 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:22:49.8055723Z 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:22:49.8057052Z 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:22:49.8058429Z 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:22:49.8059829Z 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:22:49.8061183Z 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:22:49.8062758Z 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:22:49.8064195Z 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:22:49.8065671Z 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:22:49.8067132Z 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:22:49.8068526Z 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:22:49.8069940Z 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:22:49.8071344Z 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:22:49.8072797Z 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:22:49.8074196Z 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:22:49.8075596Z 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:22:49.8077001Z 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:22:49.8078414Z 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:22:49.8079791Z 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:22:49.8081117Z 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:22:49.8082614Z 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:22:49.8083988Z 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:22:49.8085093Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:49.8085953Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:49.8086861Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:49.8087873Z 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:22:49.8089160Z 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:22:49.8090417Z 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:22:49.8091652Z 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:22:49.8093007Z 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:22:49.8094281Z 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:22:49.8095489Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:49.8096673Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:22:49.8097858Z 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:22:49.8099082Z 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:22:49.8100272Z 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:22:49.8101479Z 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:22:49.8102757Z 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:22:49.8104216Z 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:22:49.8105736Z 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:22:49.8106886Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:49.8108009Z 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:22:49.8109435Z 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:22:49.8110862Z 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:22:49.8112642Z 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:22:49.8114180Z 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:22:49.8115682Z 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:22:49.8117111Z 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:22:49.8118549Z 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:22:49.8120003Z 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:22:49.8121434Z 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:22:49.8122944Z 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:22:49.8124447Z 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:22:49.8125999Z 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:22:49.8127344Z 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:22:49.8128694Z 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:22:49.8130048Z 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:22:49.8131414Z 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:22:49.8137865Z 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:22:49.8139346Z 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:22:49.8140757Z 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:22:49.8142217Z 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:22:49.8143653Z 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:22:49.8145111Z 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:22:49.8146647Z 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:22:49.8148066Z 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:22:49.8149454Z 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:22:49.8150876Z 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:22:49.8152418Z 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:22:49.8154006Z 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:22:49.8155449Z 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:22:49.8156882Z 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:22:49.8158418Z 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:22:49.8159837Z 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:22:49.8161307Z 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:22:49.8162801Z 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:22:49.8164278Z 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:22:49.8165722Z 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:22:49.8167185Z 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:22:49.8168654Z 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:22:49.8170163Z 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:22:49.8171616Z 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:22:49.8172996Z 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:22:49.8174365Z 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:22:49.8175756Z 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:22:49.8177145Z 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:22:49.8178637Z 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:22:49.8180111Z 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:22:49.8181626Z 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:22:49.8183120Z 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:22:49.8184607Z 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:22:49.8186138Z 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:22:49.8187665Z 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:22:49.8189943Z 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:22:49.8191479Z 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:22:49.8193071Z 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:22:49.8194599Z 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:22:49.8196134Z 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:22:49.8197671Z 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:22:49.8199194Z 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:22:49.8200706Z 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:22:49.8202258Z 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:22:49.8203784Z 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:22:49.8205229Z 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:22:49.8206659Z 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:22:49.8208155Z 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:22:49.8229493Z 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:22:49.8232551Z 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:22:49.8234020Z 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:22:49.8235390Z 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:22:49.8236779Z 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:22:49.8238179Z 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:22:49.8239594Z 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:22:49.8241284Z 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:22:49.8242631Z 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:22:49.8244086Z 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:22:49.8245627Z 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:22:49.8247168Z 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:22:49.8248757Z 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:22:49.8250359Z 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:22:49.8251933Z 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:22:49.8253642Z 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:22:49.8255171Z 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:22:49.8256742Z 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:22:49.8258278Z 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:22:49.8259779Z 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:22:49.8261455Z 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:22:49.8263048Z 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:22:49.8264666Z 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:22:49.8266288Z 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:22:49.8267811Z 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:22:49.8269305Z 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:22:49.8270804Z 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:22:49.8272380Z 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:22:49.8274002Z 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:22:49.8275594Z 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:22:49.8277209Z 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:22:49.8278762Z 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:22:49.8280272Z 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:22:49.8281808Z 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:22:49.8283381Z 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:22:49.8285031Z 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:22:49.8286496Z 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:22:49.8287957Z 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:22:49.8289097Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:49.8290190Z 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:22:49.8291300Z 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:22:49.8292183Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:22:49.8293012Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:22:49.8293940Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:22:49.8295013Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:49.8296186Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:49.8297351Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:22:49.8298397Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:22:49.8299434Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:22:49.8300371Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:49.8300953Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:49.8301633Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:22:49.8790011Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:49.8791089Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:22:49.8792361Z 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:22:49.8793603Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:49.8794850Z 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:22:49.8796077Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:22:49.8796993Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:22:49.8797792Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:22:49.8798676Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.8799453Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:22:49.8800496Z 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:22:49.8801770Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:49.8802659Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:22:49.8803551Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:22:49.8804500Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8805341Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8806298Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8807253Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8808468Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8809399Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8810361Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8811356Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8812423Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8813483Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8814546Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8815607Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8816610Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8817688Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8818598Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8819498Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8820447Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8821475Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:22:49.8822443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:49.8823433Z 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:22:49.8824492Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:49.8825690Z 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:22:49.8827119Z 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:22:49.8828268Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:49.8829351Z 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:22:49.8830632Z 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:22:49.8832055Z 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:22:49.8833407Z 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:22:49.8834708Z 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:22:49.8835860Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:49.8836918Z 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:22:49.8838168Z 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:22:49.8839427Z 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:22:49.8840666Z 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:22:49.8841888Z 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:22:49.8843093Z 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:22:49.8844306Z 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:22:49.8845543Z 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:22:49.8846846Z 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:22:49.8848076Z 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:22:49.8849328Z 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:22:49.8850558Z 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:22:49.8851787Z 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:22:49.8853056Z 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:22:49.8854427Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:49.8855700Z 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:22:49.8857197Z 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:22:49.8858465Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:49.9210366Z 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:22:49.9212169Z 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:22:49.9213689Z 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:22:49.9215177Z 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:22:49.9216898Z 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:22:49.9218430Z 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:22:49.9219971Z 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:22:49.9221499Z 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:22:49.9223025Z 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:22:49.9224133Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:49.9225048Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:49.9226131Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:49.9227333Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:49.9228445Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:49.9229428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:49.9230369Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:49.9231302Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9232333Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9233348Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9234361Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9235401Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9236461Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9237474Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9238493Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9239522Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9240559Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9241584Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9242597Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:22:49.9243516Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:49.9244520Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:49.9245605Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:49.9246663Z 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:22:49.9247915Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:49.9249067Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:49.9250017Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:49.9250916Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:49.9251982Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:49.9253054Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:49.9254389Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:22:49.9255454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:49.9256446Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:49.9257596Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:49.9258771Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:49.9259522Z running build_ext 2025-03-21T20:22:49.9259986Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:49.9260716Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:22:49.9261893Z 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:22:49.9263545Z 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:22:49.9264920Z 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:22:49.9266429Z 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:22:49.9268313Z 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:22:49.9269441Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:49.9269791Z running install 2025-03-21T20:22:49.9270027Z running install_lib 2025-03-21T20:22:49.9270315Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:49.9270718Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:22:49.9271193Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:22:49.9271726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:22:49.9272686Z 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:22:49.9274021Z 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:22:49.9275250Z 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:22:49.9276550Z 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:22:49.9277830Z 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:22:49.9279079Z 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:22:49.9280370Z 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:22:49.9281634Z 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:22:49.9282905Z 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:22:49.9294723Z 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:22:49.9296162Z 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:22:49.9297088Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:22:49.9298109Z 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:22:49.9299593Z 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:22:49.9301141Z 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:22:49.9302609Z 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:22:49.9304005Z 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:22:49.9305395Z 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:22:49.9306806Z 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:22:49.9308310Z 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:22:49.9309838Z 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:22:49.9311347Z 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:22:49.9313164Z 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:22:49.9314659Z 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:22:49.9316134Z 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:22:49.9317583Z 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:22:49.9319041Z 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:22:49.9320507Z 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:22:49.9321966Z 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:22:49.9323447Z 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:22:49.9324990Z 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:22:49.9326438Z 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:22:49.9327893Z 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:22:49.9329405Z 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:22:49.9330901Z 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:22:49.9332426Z 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:22:49.9333951Z 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:22:49.9335415Z 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:22:49.9336898Z 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:22:49.9338394Z 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:22:49.9339991Z 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:22:49.9341459Z 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:22:49.9343088Z 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:22:49.9344571Z 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:22:49.9346020Z 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:22:49.9347419Z 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:22:49.9348874Z 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:22:49.9350357Z 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:22:49.9351923Z 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:22:49.9353664Z 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:22:49.9354955Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:22:49.9356067Z 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:22:49.9357650Z 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:22:49.9359270Z 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:22:49.9360900Z 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:22:49.9362511Z 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:22:49.9364144Z 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:22:49.9365776Z 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:22:49.9367370Z 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:22:49.9369021Z 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:22:49.9370173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:22:49.9371204Z 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:22:49.9372627Z 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:22:49.9374132Z 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:22:49.9375519Z 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:22:49.9376911Z 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:22:49.9378311Z 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:22:49.9379696Z 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:22:49.9381115Z 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:22:49.9382526Z 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:22:49.9383963Z 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:22:49.9385358Z 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:22:49.9386814Z 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:22:49.9388269Z 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:22:49.9389662Z 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:22:49.9391044Z 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:22:49.9392509Z 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:22:49.9393897Z 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:22:49.9395286Z 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:22:49.9396687Z 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:22:49.9398058Z 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:22:49.9399437Z 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:22:49.9400810Z 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:22:49.9402226Z 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:22:49.9403729Z 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:22:49.9405158Z 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:22:49.9406562Z 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:22:49.9407960Z 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:22:49.9409399Z 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:22:49.9410845Z 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:22:49.9412259Z 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:22:49.9413746Z 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:22:49.9415148Z 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:22:49.9416562Z 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:22:49.9417987Z 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:22:49.9419376Z 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:22:49.9420761Z 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:22:49.9422153Z 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:22:49.9423562Z 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:22:49.9424974Z 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:22:49.9426429Z 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:22:49.9427898Z 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:22:49.9429383Z 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:22:49.9430904Z 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:22:49.9432398Z 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:22:49.9434710Z 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:22:49.9435743Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:22:49.9436756Z 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:22:49.9438192Z 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:22:49.9439667Z 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:22:49.9441211Z 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:22:49.9442764Z 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:22:49.9443822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:22:49.9445001Z 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:22:49.9446306Z 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:22:49.9447635Z 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:22:49.9448969Z 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:22:49.9449939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:22:49.9451013Z 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:22:49.9452508Z 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:22:49.9454150Z 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:22:49.9455652Z 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:22:49.9457153Z 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:22:49.9458672Z 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:22:49.9460213Z 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:22:49.9461806Z 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:22:49.9463375Z 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:22:49.9464530Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:22:49.9465606Z 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:22:49.9467097Z 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:22:49.9468544Z 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:22:49.9470011Z 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:22:49.9471516Z 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:22:49.9473115Z 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:22:49.9474719Z 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:22:49.9476267Z 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:22:49.9477811Z 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:22:49.9478882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:22:49.9479922Z 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:22:49.9481295Z 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:22:49.9482704Z 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:22:49.9484108Z 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:22:49.9485511Z 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:22:49.9486936Z 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:22:49.9488403Z 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:22:49.9489860Z 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:22:49.9491274Z 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:22:49.9492672Z 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:22:49.9494131Z 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:22:49.9495554Z 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:22:49.9497012Z 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:22:49.9498470Z 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:22:49.9499902Z 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:22:49.9501356Z 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:22:49.9502845Z 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:22:49.9504303Z 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:22:49.9505747Z 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:22:49.9507137Z 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:22:49.9508535Z 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:22:49.9509965Z 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:22:49.9511378Z 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:22:49.9512857Z 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:22:49.9514253Z 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:22:49.9515707Z 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:22:49.9517207Z 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:22:49.9518676Z 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:22:49.9520157Z 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:22:49.9521571Z 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:22:49.9523004Z 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:22:49.9524459Z 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:22:49.9525846Z 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:22:49.9527282Z 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:22:49.9528679Z 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:22:49.9530052Z 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:22:49.9531465Z 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:22:49.9532884Z 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:22:49.9534295Z 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:22:49.9535756Z 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:22:49.9537114Z 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:22:49.9538507Z 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:22:49.9539933Z 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:22:49.9541343Z 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:22:49.9542736Z 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:22:49.9544136Z 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:22:49.9545688Z 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:22:49.9547089Z 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:22:49.9548492Z 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:22:49.9549900Z 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:22:49.9551333Z 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:22:49.9552848Z 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:22:49.9554519Z 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:22:49.9555918Z 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:22:49.9557313Z 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:22:49.9558711Z 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:22:49.9560093Z 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:22:49.9561451Z 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:22:49.9562823Z 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:22:49.9564211Z 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:22:49.9565704Z 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:22:49.9567176Z 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:22:49.9568608Z 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:22:49.9569975Z 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:22:49.9570284Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:22:49.9571005Z 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:22:49.9571714Z 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:22:49.9572419Z 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:22:49.9573153Z 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:22:49.9573900Z 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:22:49.9574628Z 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:22:49.9575368Z 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:22:49.9576119Z 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:22:49.9576890Z 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:22:49.9577663Z 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:22:49.9577940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:22:49.9578701Z 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:22:49.9578958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:22:49.9579609Z 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:22:49.9580327Z 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:22:49.9580999Z 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:22:49.9581733Z 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:22:49.9582008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:22:49.9582674Z 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:22:49.9582915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:22:49.9583558Z 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:22:49.9583823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:22:49.9584178Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:22:49.9585001Z 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:22:49.9585387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:22:49.9585822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:22:49.9586824Z 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:22:49.9587867Z 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:22:49.9588287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:22:49.9589373Z 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:22:49.9590386Z 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:22:49.9591371Z 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:22:49.9592425Z 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:22:49.9593421Z 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:22:49.9594405Z 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:22:49.9595403Z 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:22:49.9596399Z 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:22:49.9597372Z 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:22:49.9598430Z 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:22:49.9599426Z 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:22:49.9600410Z 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:22:49.9601402Z 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:22:49.9602313Z 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:22:49.9603292Z 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:22:49.9604274Z 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:22:49.9605255Z 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:22:49.9606306Z 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:22:49.9607318Z 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:22:49.9608311Z 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:22:49.9609276Z 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:22:49.9610263Z 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:22:49.9611317Z 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:22:49.9612297Z 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:22:49.9613291Z 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:22:49.9614250Z 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:22:49.9615229Z 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:22:49.9616184Z 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:22:49.9617153Z 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:22:49.9618159Z 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:22:49.9619202Z 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:22:49.9620148Z 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:22:49.9621226Z 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:22:49.9622151Z 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:22:49.9622535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:22:49.9622943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:22:49.9623932Z 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:22:49.9624376Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:22:49.9625381Z 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:22:49.9625819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:22:49.9626714Z 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:22:49.9626950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:22:49.9627583Z 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:22:49.9628239Z 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:22:49.9628869Z 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:22:49.9629527Z 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:22:49.9629909Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:22:49.9630820Z 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:22:49.9631776Z 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:22:49.9632156Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:22:49.9632968Z 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:22:49.9633708Z 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:22:49.9634451Z 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:22:49.9635265Z 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:22:49.9636020Z 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:22:49.9636778Z 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:22:49.9637571Z 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:22:49.9638313Z 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:22:49.9639046Z 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:22:49.9639791Z 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:22:49.9640080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:22:49.9640671Z 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:22:49.9641294Z 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:22:49.9641920Z 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:22:49.9642369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:22:49.9643019Z 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:22:49.9643812Z 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:22:49.9644091Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:22:49.9644770Z 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:22:49.9645486Z 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:22:49.9646183Z 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:22:49.9646903Z 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:22:49.9647138Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:22:49.9647765Z 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:22:49.9648026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:22:49.9648723Z 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:22:49.9649442Z 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:22:49.9650146Z 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:22:49.9650829Z 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:22:49.9651519Z 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:22:49.9652232Z 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:22:49.9653012Z 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:22:49.9653900Z 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:22:49.9654583Z 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:22:49.9655292Z 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:22:49.9656048Z 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:22:49.9656739Z 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:22:49.9657494Z 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:22:49.9658161Z 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:22:49.9658906Z 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:22:49.9659596Z 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:22:49.9660304Z 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:22:49.9661009Z 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:22:49.9661764Z 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:22:49.9662509Z 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:22:49.9663317Z 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:22:49.9664029Z 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:22:49.9664742Z 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:22:49.9665449Z 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:22:49.9666177Z 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:22:49.9666891Z 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:22:49.9667579Z 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:22:49.9668322Z 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:22:49.9668590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:22:49.9669267Z 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:22:49.9669985Z 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:22:49.9670660Z 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:22:49.9671416Z 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:22:49.9672141Z 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:22:49.9672835Z 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:22:49.9673528Z 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:22:49.9674230Z 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:22:49.9674931Z 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:22:49.9675608Z 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:22:49.9676275Z 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:22:49.9677013Z 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:22:49.9677692Z 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:22:49.9678385Z 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:22:49.9679053Z 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:22:49.9679779Z 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:22:49.9680490Z 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:22:49.9681161Z 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:22:49.9681931Z 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:22:49.9682595Z 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:22:49.9683276Z 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:22:49.9683956Z 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:22:49.9684640Z 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:22:49.9685306Z 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:22:49.9685974Z 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:22:49.9686675Z 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:22:49.9687337Z 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:22:49.9688048Z 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:22:49.9688749Z 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:22:49.9689439Z 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:22:49.9690121Z 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:22:49.9690935Z 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:22:49.9691653Z 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:22:49.9692351Z 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:22:49.9693012Z 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:22:49.9693695Z 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:22:49.9694364Z 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:22:49.9695063Z 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:22:49.9695831Z 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:22:49.9696492Z 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:22:49.9697178Z 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:22:49.9697842Z 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:22:49.9698542Z 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:22:49.9699231Z 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:22:49.9699903Z 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:22:49.9700565Z 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:22:49.9701233Z 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:22:49.9701925Z 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:22:49.9702592Z 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:22:49.9703261Z 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:22:49.9703925Z 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:22:49.9704647Z 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:22:49.9705347Z 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:22:49.9706018Z 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:22:49.9706712Z 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:22:49.9707400Z 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:22:49.9708099Z 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:22:49.9708776Z 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:22:49.9709483Z 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:22:49.9710221Z 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:22:49.9710893Z 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:22:49.9711581Z 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:22:49.9712336Z 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:22:49.9713039Z 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:22:49.9713754Z 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:22:49.9714486Z 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:22:49.9715163Z 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:22:49.9715865Z 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:22:49.9716535Z 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:22:49.9717246Z 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:22:49.9717919Z 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:22:49.9718661Z 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:22:49.9719340Z 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:22:49.9720047Z 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:22:49.9720748Z 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:22:49.9721505Z 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:22:49.9722250Z 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:22:49.9722935Z 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:22:49.9723644Z 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:22:49.9724382Z 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:22:49.9724651Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:22:49.9725335Z 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:22:49.9725613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:22:49.9726336Z 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:22:49.9727071Z 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:22:49.9727774Z 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:22:49.9728044Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:22:49.9728766Z 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:22:49.9729521Z 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:22:49.9730220Z 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:22:49.9730948Z 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:22:49.9731270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:22:49.9732166Z 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:22:49.9732523Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:22:49.9733274Z 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:22:49.9743051Z 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:22:49.9745606Z 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:22:49.9746371Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:22:49.9748338Z 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:22:49.9750424Z 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:22:49.9751293Z 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:22:49.9751614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:22:49.9752347Z 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:22:49.9752989Z 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:22:49.9753244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:22:49.9753672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:22:49.9754329Z 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:22:49.9754570Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:22:49.9755183Z 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:22:49.9755846Z 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:22:49.9756511Z 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:22:49.9757170Z 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:22:49.9757891Z 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:22:49.9758592Z 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:22:49.9759255Z 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:22:49.9759923Z 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:22:49.9760668Z 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:22:49.9761309Z 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:22:49.9761949Z 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:22:49.9762612Z 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:22:49.9763318Z 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:22:49.9763937Z 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:22:49.9764649Z 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:22:49.9765000Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:22:49.9765904Z 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:22:49.9766670Z 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:22:49.9767354Z 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:22:49.9767584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:22:49.9768131Z 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:22:49.9768723Z 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:22:49.9769300Z 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:22:49.9769854Z 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:22:49.9770467Z 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:22:49.9770721Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:22:49.9771337Z 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:22:49.9772014Z 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:22:49.9772719Z 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:22:49.9773382Z 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:22:49.9774351Z 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:22:49.9775054Z 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:22:49.9775795Z 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:22:49.9776492Z 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:22:49.9776774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:22:49.9777536Z 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:22:49.9777805Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:22:49.9778522Z 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:22:49.9778840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:22:49.9779523Z 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:22:49.9779806Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:22:49.9787583Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:22:49.9788566Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:22:49.9791241Z 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:22:49.9792186Z 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:22:49.9793055Z 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:22:49.9793876Z 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:22:49.9794714Z 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:22:49.9795552Z 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:22:49.9796386Z 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:22:49.9797313Z 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:22:49.9798265Z 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:22:49.9799107Z 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:22:49.9799924Z 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:22:49.9800740Z 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:22:49.9801563Z 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:22:49.9802388Z 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:22:49.9803268Z 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:22:49.9804217Z 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:22:49.9805114Z 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:22:49.9806003Z 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:22:49.9806830Z 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:22:49.9807694Z 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:22:49.9808637Z 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:22:49.9809500Z 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:22:49.9810336Z 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:22:49.9811214Z 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:22:49.9812058Z 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:22:49.9812859Z 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:22:49.9813715Z 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:22:49.9814552Z 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:22:49.9815400Z 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:22:49.9816237Z 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:22:49.9817111Z 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:22:49.9818055Z 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:22:49.9818931Z 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:22:49.9819762Z 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:22:49.9820676Z 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:22:49.9821494Z 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:22:49.9822312Z 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:22:49.9823088Z 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:22:49.9836596Z 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:22:49.9839204Z 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:22:49.9841831Z 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:22:49.9842654Z 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:22:49.9843475Z 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:22:49.9844405Z 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:22:49.9845225Z 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:22:49.9846077Z 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:22:49.9846945Z 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:22:49.9847797Z 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:22:49.9848821Z 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:22:49.9849641Z 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:22:49.9850540Z 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:22:49.9851361Z 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:22:49.9852191Z 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:22:49.9853010Z 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:22:49.9854145Z 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:22:49.9854988Z 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:22:49.9855841Z 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:22:49.9856699Z 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:22:49.9857533Z 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:22:49.9858343Z 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:22:49.9859220Z 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:22:49.9860114Z 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:22:49.9860404Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:22:49.9861180Z 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:22:49.9861946Z 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:22:49.9862730Z 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:22:49.9863461Z 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:22:49.9863704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:22:49.9864475Z 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:22:49.9865148Z 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:22:49.9865858Z 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:22:49.9866137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:22:49.9866932Z 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:22:49.9867668Z 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:22:49.9868443Z 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:22:49.9868745Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:22:49.9869484Z 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:22:49.9870249Z 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:22:49.9871014Z 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:22:49.9871843Z 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:22:49.9872802Z 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:22:49.9897124Z 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:22:49.9898031Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:22:49.9900208Z 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:22:49.9900499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:22:49.9900797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:22:49.9901541Z 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:22:49.9901900Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:22:49.9902297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:22:49.9903280Z 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:22:49.9904290Z 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:22:49.9905280Z 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:22:49.9906219Z 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:22:49.9907137Z 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:22:49.9908033Z 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:22:49.9908998Z 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:22:49.9909450Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:22:49.9910471Z 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:22:49.9910863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:22:49.9911293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:22:49.9911779Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:22:49.9913085Z 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:22:49.9913337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:22:49.9913702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:22:49.9914010Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:22:49.9914823Z 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:22:49.9915646Z 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:22:49.9916432Z 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:22:49.9917234Z 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:22:49.9918069Z 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:22:49.9918917Z 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:22:49.9919148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:22:49.9919732Z 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:22:49.9920383Z 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:22:49.9920654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:22:49.9921296Z 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:22:49.9922063Z 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:22:49.9922769Z 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:22:49.9923466Z 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:22:49.9924144Z 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:22:49.9924897Z 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:22:49.9925574Z 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:22:49.9926282Z 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:22:49.9926995Z 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:22:49.9928407Z 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:22:49.9929097Z 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:22:49.9929803Z 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:22:49.9930467Z 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:22:49.9930741Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:22:49.9931416Z 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:22:49.9946815Z 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:22:49.9947690Z 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:22:49.9948374Z 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:22:49.9949059Z 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:22:49.9949790Z 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:22:49.9950457Z 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:22:49.9951127Z 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:22:49.9951952Z 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:22:49.9952644Z 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:22:49.9953513Z 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:22:49.9954191Z 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:22:49.9954954Z 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:22:49.9955704Z 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:22:49.9956370Z 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:22:49.9957210Z 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:22:49.9957917Z 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:22:49.9958616Z 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:22:49.9959319Z 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:22:49.9960004Z 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:22:49.9960774Z 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:22:49.9961454Z 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:22:49.9962235Z 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:22:49.9962924Z 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:22:49.9963616Z 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:22:49.9964308Z 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:22:49.9965009Z 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:22:49.9965696Z 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:22:49.9966392Z 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:22:49.9967073Z 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:22:49.9967799Z 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:22:49.9968475Z 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:22:49.9969163Z 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:22:49.9969837Z 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:22:49.9970532Z 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:22:49.9971271Z 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:22:49.9971977Z 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:22:49.9972670Z 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:22:49.9973365Z 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:22:49.9974069Z 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:22:49.9974763Z 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:22:49.9975502Z 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:22:49.9976325Z 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:22:49.9977000Z 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:22:49.9977685Z 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:22:49.9978401Z 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:22:49.9978676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:22:49.9979377Z 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:22:50.0002716Z 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:22:50.0003682Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:22:50.0005910Z 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:22:50.0008282Z 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:22:50.0010739Z 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:22:50.0011967Z 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:22:50.0012783Z 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:22:50.0013667Z 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:22:50.0013970Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:22:50.0014760Z 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:22:50.0015509Z 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:22:50.0015783Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:22:50.0016522Z 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:22:50.0017293Z 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:22:50.0017580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:22:50.0018367Z 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:22:50.0019287Z 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:22:50.0020057Z 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:22:50.0020791Z 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:22:50.0021048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:22:50.0021723Z 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:22:50.0022444Z 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:22:50.0022722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:22:50.0023436Z 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:22:50.0024136Z 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:22:50.0024869Z 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:22:50.0025614Z 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:22:50.0026335Z 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:22:50.0027086Z 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:22:50.0027866Z 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:22:50.0028604Z 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:22:50.0029336Z 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:22:50.0030038Z 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:22:50.0030789Z 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:22:50.0031520Z 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:22:50.0032262Z 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:22:50.0032607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:22:50.0033280Z 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:22:50.0033964Z 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:22:50.0034668Z 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:22:50.0035379Z 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:22:50.0036047Z 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:22:50.0036727Z 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:22:50.0037402Z 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:22:50.0038152Z 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:22:50.0038836Z 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:22:50.0039530Z 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:22:50.0040224Z 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:22:50.0055161Z 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:22:50.0055979Z 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:22:50.0056671Z 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:22:50.0057373Z 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:22:50.0058081Z 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:22:50.0058777Z 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:22:50.0059468Z 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:22:50.0060140Z 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:22:50.0060820Z 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:22:50.0061627Z 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:22:50.0062351Z 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:22:50.0063040Z 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:22:50.0063736Z 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:22:50.0064432Z 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:22:50.0065123Z 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:22:50.0065812Z 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:22:50.0066477Z 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:22:50.0067167Z 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:22:50.0068013Z 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:22:50.0068674Z 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:22:50.0069331Z 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:22:50.0069995Z 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:22:50.0070716Z 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:22:50.0071406Z 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:22:50.0072135Z 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:22:50.0072975Z 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:22:50.0073655Z 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:22:50.0074402Z 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:22:50.0075070Z 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:22:50.0075422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:22:50.0076198Z 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:22:50.0076966Z 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:22:50.0077787Z 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:22:50.0078546Z 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:22:50.0079318Z 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:22:50.0080092Z 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:22:50.0080872Z 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:22:50.0081168Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:22:50.0081970Z 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:22:50.0082772Z 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:22:50.0083571Z 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:22:50.0083893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:22:50.0084885Z 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:22:50.0085668Z 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:22:50.0085949Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:22:50.0086620Z 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:22:50.0087307Z 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:22:50.0110756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:22:50.0111686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:22:50.0112642Z 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:22:50.0113144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:22:50.0113515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:22:50.0114392Z 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:22:50.0115251Z 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:22:50.0116110Z 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:22:50.0116442Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:22:50.0116820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:22:50.0117689Z 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:22:50.0118442Z 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:22:50.0118754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:22:50.0119532Z 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:22:50.0120292Z 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:22:50.0120617Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:22:50.0121405Z 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:22:50.0121770Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:22:50.0122754Z 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:22:50.0123708Z 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:22:50.0124627Z 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:22:50.0124977Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:22:50.0125452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:22:50.0126332Z 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:22:50.0127183Z 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:22:50.0128004Z 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:22:50.0128338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:22:50.0129148Z 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:22:50.0129954Z 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:22:50.0130265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:22:50.0130624Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:22:50.0131474Z 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:22:50.0132363Z 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:22:50.0133287Z 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:22:50.0134154Z 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:22:50.0134494Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:22:50.0135303Z 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:22:50.0136102Z 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:22:50.0136981Z 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:22:50.0137878Z 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:22:50.0138766Z 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:22:50.0139657Z 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:22:50.0140592Z 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:22:50.0141502Z 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:22:50.0142612Z 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:22:50.0143469Z 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:22:50.0144407Z 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:22:50.0156788Z 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:22:50.0159573Z 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:22:50.0161279Z 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:22:50.0162247Z 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:22:50.0163188Z 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:22:50.0164184Z 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:22:50.0165128Z 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:22:50.0166155Z 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:22:50.0167084Z 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:22:50.0167983Z 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:22:50.0169007Z 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:22:50.0169913Z 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:22:50.0170880Z 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:22:50.0171869Z 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:22:50.0172763Z 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:22:50.0173655Z 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:22:50.0174015Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:22:50.0174876Z 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:22:50.0175754Z 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:22:50.0176611Z 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:22:50.0177515Z 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:22:50.0178406Z 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:22:50.0179283Z 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:22:50.0180130Z 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:22:50.0181065Z 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:22:50.0181929Z 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:22:50.0182791Z 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:22:50.0183644Z 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:22:50.0184571Z 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:22:50.0185390Z 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:22:50.0186265Z 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:22:50.0187096Z 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:22:50.0187923Z 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:22:50.0188780Z 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:22:50.0189671Z 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:22:50.0190521Z 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:22:50.0191365Z 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:22:50.0192439Z 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:22:50.0199405Z 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:22:50.0201454Z 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:22:50.0202342Z 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:22:50.0203294Z 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:22:50.0204147Z 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:22:50.0205041Z 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:22:50.0205937Z 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:22:50.0206808Z 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:22:50.0207701Z 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:22:50.0208620Z 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:22:50.0209476Z 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:22:50.0210347Z 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:22:50.0211372Z 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:22:50.0212247Z 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:22:50.0213126Z 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:22:50.0213964Z 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:22:50.0214857Z 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:22:50.0215883Z 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:22:50.0216832Z 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:22:50.0217677Z 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:22:50.0218592Z 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:22:50.0219431Z 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:22:50.0220302Z 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:22:50.0221139Z 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:22:50.0222036Z 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:22:50.0222939Z 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:22:50.0224444Z 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:22:50.0225324Z 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:22:50.0226232Z 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:22:50.0227256Z 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:22:50.0228148Z 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:22:50.0229054Z 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:22:50.0229953Z 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:22:50.0230842Z 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:22:50.0231741Z 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:22:50.0232880Z 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:22:50.0233807Z 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:22:50.0234777Z 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:22:50.0254122Z 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:22:50.0257009Z 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:22:50.0259743Z 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:22:50.0262256Z 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:22:50.0263306Z 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:22:50.0264409Z 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:22:50.0265325Z 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:22:50.0266236Z 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:22:50.0267182Z 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:22:50.0268000Z 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:22:50.0268853Z 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:22:50.0269689Z 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:22:50.0270533Z 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:22:50.0271345Z 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:22:50.0272398Z 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:22:50.0273208Z 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:22:50.0273575Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:22:50.0274232Z 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:22:50.0274913Z 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:22:50.0275553Z 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:22:50.0276268Z 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:22:50.0276499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:22:50.0276755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:22:50.0277362Z 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:22:50.0278014Z 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:22:50.0278358Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:22:50.0279066Z 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:22:50.0279817Z 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:22:50.0280541Z 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:22:50.0281268Z 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:22:50.0282007Z 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:22:50.0282772Z 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:22:50.0283505Z 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:22:50.0284276Z 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:22:50.0285099Z 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:22:50.0285865Z 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:22:50.0286550Z 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:22:50.0287260Z 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:22:50.0288035Z 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:22:50.0288741Z 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:22:50.0289433Z 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:22:50.0290160Z 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:22:50.0290853Z 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:22:50.0291567Z 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:22:50.0292262Z 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:22:50.0314084Z 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:22:50.0314412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:22:50.0315139Z 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:22:50.0315902Z 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:22:50.0316216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:22:50.0317002Z 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:22:50.0317824Z 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:22:50.0318579Z 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:22:50.0318852Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:22:50.0319513Z 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:22:50.0320224Z 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:22:50.0320938Z 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:22:50.0321638Z 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:22:50.0322322Z 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:22:50.0323156Z 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:22:50.0323841Z 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:22:50.0324123Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:22:50.0324800Z 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:22:50.0325485Z 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:22:50.0325752Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:22:50.0326048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:22:50.0326780Z 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:22:50.0327627Z 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:22:50.0327938Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:22:50.0328664Z 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:22:50.0329478Z 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:22:50.0329876Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:22:50.0330595Z 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:22:50.0331362Z 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:22:50.0331639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:22:50.0332377Z 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:22:50.0333123Z 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:22:50.0333400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:22:50.0333732Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:22:50.0334551Z 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:22:50.0334852Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:22:50.0335675Z 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:22:50.0336427Z 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:22:50.0336672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:22:50.0336913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:22:50.0337526Z 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:22:50.0338142Z 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:22:50.0338798Z 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:22:50.0339443Z 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:22:50.0340059Z 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:22:50.0340694Z 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:22:50.0341434Z 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:22:50.0342082Z 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:22:50.0342738Z 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:22:50.0343376Z 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:22:50.0343981Z 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:22:50.0344662Z 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:22:50.0345283Z 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:22:50.0373211Z 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:22:50.0373978Z 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:22:50.0374630Z 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:22:50.0375268Z 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:22:50.0375563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:22:50.0376311Z 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:22:50.0377297Z 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:22:50.0378049Z 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:22:50.0378784Z 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:22:50.0379065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:22:50.0379829Z 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:22:50.0380561Z 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:22:50.0381302Z 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:22:50.0382023Z 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:22:50.0382858Z 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:22:50.0383606Z 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:22:50.0384370Z 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:22:50.0385133Z 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:22:50.0385897Z 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:22:50.0386575Z 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:22:50.0387242Z 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:22:50.0387501Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:22:50.0388156Z 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:22:50.0388811Z 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:22:50.0389482Z 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:22:50.0390116Z 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:22:50.0390367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:22:50.0391022Z 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:22:50.0391719Z 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:22:50.0392682Z 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:22:50.0392967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:22:50.0393676Z 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:22:50.0394012Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:22:50.0394827Z 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:22:50.0395645Z 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:22:50.0395985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:22:50.0396849Z 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:22:50.0397701Z 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:22:50.0398529Z 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:22:50.0398851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:22:50.0399600Z 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:22:50.0399977Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:22:50.0400829Z 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:22:50.0401239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:22:50.0402206Z 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:22:50.0403169Z 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:22:50.0404136Z 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:22:50.0404650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:22:50.0405586Z 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:22:50.0421991Z 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:22:50.0423012Z 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:22:50.0423987Z 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:22:50.0424408Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:22:50.0425400Z 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:22:50.0426383Z 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:22:50.0427430Z 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:22:50.0428403Z 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:22:50.0428811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:22:50.0429729Z 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:22:50.0430667Z 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:22:50.0431059Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:22:50.0432094Z 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:22:50.0433069Z 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:22:50.0433478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:22:50.0434444Z 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:22:50.0435429Z 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:22:50.0436394Z 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:22:50.0437427Z 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:22:50.0438400Z 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:22:50.0439355Z 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:22:50.0440327Z 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:22:50.0440842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:22:50.0441680Z 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:22:50.0442527Z 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:22:50.0443432Z 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:22:50.0444385Z 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:22:50.0444699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:22:50.0445042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:22:50.0445931Z 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:22:50.0446831Z 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:22:50.0447743Z 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:22:50.0448634Z 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:22:50.0449522Z 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:22:50.0450406Z 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:22:50.0451303Z 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:22:50.0452216Z 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:22:50.0453097Z 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:22:50.0454356Z 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:22:50.0455288Z 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:22:50.0456216Z 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:22:50.0481574Z 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:22:50.0482736Z 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:22:50.0483636Z 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:22:50.0483838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:22:50.0484345Z 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:22:50.0484568Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:22:50.0485124Z 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:22:50.0485705Z 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:22:50.0486279Z 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:22:50.0486837Z 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:22:50.0487473Z 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:22:50.0488044Z 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:22:50.0488615Z 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:22:50.0488861Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:22:50.0489524Z 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:22:50.0490155Z 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:22:50.0490933Z 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:22:50.0491626Z 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:22:50.0491830Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:22:50.0492077Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:22:50.0492330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:22:50.0492622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:22:50.0493321Z 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:22:50.0494178Z 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:22:50.0494837Z 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:22:50.0495513Z 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:22:50.0496232Z 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:22:50.0496512Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:22:50.0497153Z 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:22:50.0497841Z 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:22:50.0498524Z 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:22:50.0499183Z 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:22:50.0499855Z 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:22:50.0500575Z 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:22:50.0501272Z 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:22:50.0501961Z 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:22:50.0502205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:22:50.0502762Z 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:22:50.0503359Z 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:22:50.0503928Z 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:22:50.0504585Z 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:22:50.0504851Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:22:50.0505515Z 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:22:50.0506163Z 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:22:50.0506421Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:22:50.0507016Z 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:22:50.0507634Z 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:22:50.0507915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:22:50.0508641Z 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:22:50.0509331Z 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:22:50.0509709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:22:50.0510628Z 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:22:50.0511502Z 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:22:50.0512680Z 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:22:50.0538718Z 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:22:50.0540265Z 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:22:50.0541208Z 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:22:50.0541502Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:22:50.0542210Z 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:22:50.0542904Z 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:22:50.0543191Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:22:50.0544659Z 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:22:50.0545363Z 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:22:50.0545666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:22:50.0546343Z 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:22:50.0547028Z 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:22:50.0547275Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:22:50.0547909Z 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:22:50.0548556Z 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:22:50.0549362Z 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:22:50.0549998Z 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:22:50.0550637Z 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:22:50.0551290Z 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:22:50.0552007Z 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:22:50.0552900Z 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:22:50.0553715Z 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:22:50.0554391Z 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:22:50.0555023Z 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:22:50.0555661Z 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:22:50.0556274Z 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:22:50.0556896Z 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:22:50.0557569Z 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:22:50.0557861Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:22:50.0558679Z 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:22:50.0559419Z 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:22:50.0559728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:22:50.0560518Z 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:22:50.0561301Z 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:22:50.0562094Z 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:22:50.0562888Z 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:22:50.0563250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:22:50.0563943Z 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:22:50.0564668Z 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:22:50.0565469Z 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:22:50.0565824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:22:50.0566626Z 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:22:50.0567495Z 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:22:50.0568318Z 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:22:50.0569170Z 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:22:50.0569967Z 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:22:50.0570823Z 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:22:50.0571646Z 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:22:50.0588886Z 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:22:50.0590789Z 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:22:50.0592853Z 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:22:50.0594631Z 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:22:50.0596385Z 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:22:50.0598164Z 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:22:50.0600003Z 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:22:50.0601962Z 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:22:50.0603906Z 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:22:50.0605935Z 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:22:50.0607159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:22:50.0608319Z 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:22:50.0609921Z 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:22:50.0611471Z 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:22:50.0612593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:22:50.0613716Z 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:22:50.0615013Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:22:50.0616121Z 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:22:50.0617277Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:22:50.0618541Z 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:22:50.0620379Z 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:22:50.0622163Z 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:22:50.0623944Z 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:22:50.0625242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:22:50.0626452Z 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:22:50.0628119Z 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:22:50.0629804Z 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:22:50.0632266Z 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:22:50.0633516Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:22:50.0634811Z 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:22:50.0636117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:22:50.0637476Z 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:22:50.0639383Z 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:22:50.0640789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:22:50.0642116Z 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:22:50.0643904Z 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:22:50.0645334Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:22:50.0646691Z 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:22:50.0648595Z 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:22:50.0649881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:22:50.0650928Z 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:22:50.0652295Z 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:22:50.0654027Z 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:22:50.0655469Z 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:22:50.0656503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:22:50.0657608Z 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:22:50.0659160Z 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:22:50.0660228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:22:50.0661226Z 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:22:50.0662705Z 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:22:50.0663717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:22:50.0664800Z 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:22:50.0666297Z 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:22:50.0667497Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:22:50.0668584Z 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:22:50.0677402Z 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:22:50.0678623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:22:50.0679726Z 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:22:50.0681242Z 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:22:50.0682339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:22:50.0683497Z 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:22:50.0684731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:22:50.0685760Z 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:22:50.0687161Z 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:22:50.0688724Z 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:22:50.0690174Z 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:22:50.0691656Z 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:22:50.0692728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:22:50.0693751Z 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:22:50.0695206Z 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:22:50.0696263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:22:50.0697249Z 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:22:50.0698694Z 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:22:50.0699710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:22:50.0700693Z 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:22:50.0702056Z 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:22:50.0703034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:22:50.0703986Z 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:22:50.0705330Z 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:22:50.0706360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:22:50.0707455Z 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:22:50.0708971Z 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:22:50.0710041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:22:50.0711044Z 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:22:50.0712689Z 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:22:50.0713722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:22:50.0714786Z 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:22:50.0716348Z 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:22:50.0717403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:22:50.0718034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:22:50.0719126Z 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:22:50.0720112Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:22:50.0720866Z 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:22:50.0721906Z 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:22:50.0722950Z 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:22:50.0724015Z 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:22:50.0725078Z 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:22:50.0726203Z 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:22:50.0727301Z 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:22:50.0728628Z 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:22:50.0729651Z 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:22:50.0730706Z 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:22:50.0731835Z 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:22:50.0732943Z 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:22:50.0734015Z 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:22:50.0735128Z 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:22:50.0736196Z 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:22:50.0737284Z 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:22:50.0738369Z 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:22:50.0739513Z 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:22:50.0740524Z 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:22:50.0741534Z 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:22:50.0742522Z 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:22:50.0743520Z 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:22:50.0744579Z 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:22:50.0745580Z 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:22:50.0746357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:22:50.0747221Z 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:22:50.0748404Z 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:22:50.0749597Z 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:22:50.0750825Z 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:22:50.0752139Z 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:22:50.0753868Z 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:22:50.0755112Z 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:22:50.0756392Z 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:22:50.0757667Z 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:22:50.0758593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:22:50.0759545Z 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:22:50.0760856Z 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:22:50.0762221Z 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:22:50.0763641Z 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:22:50.0765046Z 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:22:50.0766457Z 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:22:50.0767682Z 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:22:50.0768556Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:22:50.0769423Z 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:22:50.0770644Z 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:22:50.0771899Z 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:22:50.0773285Z 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:22:50.0774530Z 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:22:50.0775719Z 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:22:50.0776659Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:22:50.0777884Z 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:22:50.0779630Z 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:22:50.0781400Z 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:22:50.0783217Z 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:22:50.0784365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:22:50.0785370Z 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:22:50.0786846Z 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:22:50.0788311Z 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:22:50.0789712Z 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:22:50.0791273Z 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:22:50.0792716Z 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:22:50.0794154Z 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:22:50.0795587Z 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:22:50.0796971Z 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:22:50.0798387Z 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:22:50.0799797Z 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:22:50.0801203Z 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:22:50.0802736Z 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:22:50.0804172Z 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:22:50.0805694Z 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:22:50.0807093Z 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:22:50.0808417Z 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:22:50.0809710Z 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:22:50.0810666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:22:50.0811742Z 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:22:50.0813300Z 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:22:50.0814369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:22:50.0815541Z 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:22:50.0817202Z 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:22:50.0818759Z 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:22:50.0819758Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:22:50.0820602Z 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:22:50.0821757Z 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:22:50.0822914Z 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:22:50.0824064Z 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:22:50.0824905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:22:50.0825755Z 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:22:50.0826911Z 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:22:50.0827791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:22:50.0828749Z 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:22:50.0829725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:22:50.0831066Z 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:22:50.0832204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:22:50.0833143Z 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:22:50.0834105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:22:50.0835119Z 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:22:50.0836507Z 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:22:50.0837520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:22:50.0838568Z 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:22:50.0840043Z 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:22:50.0841572Z 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:22:50.0842585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:22:50.0843571Z 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:22:50.0845055Z 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:22:50.0846074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:22:50.0847121Z 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:22:50.0848163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:22:50.0849147Z 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:22:50.0850497Z 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:22:50.0851492Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:22:50.0852518Z 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:22:50.0854307Z 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:22:50.0855713Z 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:22:50.0856678Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:22:50.0857696Z 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:22:50.0858673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:22:50.0859647Z 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:22:50.0860798Z 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:22:50.0861958Z 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:22:50.0862810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:22:50.0863726Z 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:22:50.0864632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:22:50.0865541Z 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:22:50.0866879Z 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:22:50.0868054Z 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:22:50.0869038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:22:50.0870006Z 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:22:50.0870941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:22:50.0871792Z 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:22:50.0873288Z 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:22:50.0874616Z 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:22:50.0875883Z 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:22:50.0877217Z 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:22:50.0878549Z 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:22:50.0879870Z 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:22:50.0881235Z 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:22:50.0882606Z 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:22:50.0883905Z 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:22:50.0885331Z 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:22:50.0886656Z 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:22:50.0887988Z 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:22:50.0889285Z 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:22:50.0890622Z 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:22:50.0891892Z 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:22:50.0893140Z 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:22:50.0894406Z 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:22:50.0895637Z 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:22:50.0896902Z 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:22:50.0898261Z 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:22:50.0899532Z 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:22:50.0900799Z 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:22:50.0902187Z 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:22:50.0903573Z 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:22:50.0904892Z 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:22:50.0906206Z 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:22:50.0907507Z 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:22:50.0908738Z 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:22:50.0909958Z 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:22:50.0911184Z 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:22:50.0912674Z 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:22:50.0913617Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:22:50.0914479Z 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:22:50.0915689Z 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:22:50.0916955Z 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:22:50.0917853Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:22:50.0918804Z 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:22:50.0920151Z 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:22:50.0921522Z 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:22:50.0922463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:22:50.0923298Z 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:22:50.0924494Z 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:22:50.0925679Z 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:22:50.0926910Z 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:22:50.0928106Z 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:22:50.0929268Z 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:22:50.0930414Z 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:22:50.0931265Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:22:50.0932114Z 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:22:50.0933269Z 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:22:50.0934473Z 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:22:50.0935750Z 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:22:50.0936962Z 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:22:50.0938160Z 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:22:50.0939403Z 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:22:50.0940599Z 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:22:50.0941783Z 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:22:50.0943009Z 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:22:50.0944457Z 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:22:50.0945683Z 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:22:50.0946848Z 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:22:50.0948093Z 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:22:50.0949399Z 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:22:50.0950736Z 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:22:50.0952087Z 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:22:50.0953629Z 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:22:50.0954933Z 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:22:50.0956127Z 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:22:50.0957327Z 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:22:50.0958621Z 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:22:50.0959920Z 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:22:50.0961174Z 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:22:50.0962428Z 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:22:50.0963683Z 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:22:50.0964891Z 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:22:50.0966149Z 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:22:50.0967282Z 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:22:50.0968455Z 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:22:50.0969648Z 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:22:50.0970818Z 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:22:50.0971691Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:22:50.0972712Z 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:22:50.0974003Z 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:22:50.0975295Z 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:22:50.0976594Z 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:22:50.0977533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:22:50.0978555Z 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:22:50.0979783Z 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:22:50.0980554Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:22:50.0981106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:22:50.0982081Z 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:22:50.0983099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:22:50.0984048Z 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:22:50.0985349Z 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:22:50.0986300Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:22:50.0987245Z 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:22:50.0988230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:22:50.0989502Z 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:22:50.0991061Z 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:22:50.0992718Z 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:22:50.0994291Z 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:22:50.0995865Z 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:22:50.0996979Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:22:50.0998058Z 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:22:50.0999109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:22:50.1000086Z 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:22:50.1001486Z 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:22:50.1002813Z 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:22:50.1003806Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:22:50.1005017Z 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:22:50.1006029Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:22:50.1096143Z 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:22:50.1099299Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:22:50.1100380Z 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:22:50.1102182Z 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:22:50.1103997Z 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:22:50.1105444Z 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:22:50.1106943Z 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:22:50.1108023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:22:50.1108928Z 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:22:50.1109844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:22:50.1110802Z 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:22:50.1111749Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:22:50.1112961Z 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:22:50.1113961Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:22:50.1115118Z 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:22:50.1116295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:22:50.1117487Z 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:22:50.1119089Z 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:22:50.1120214Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:22:50.1120897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:22:50.1122160Z 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:22:50.1123764Z 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:22:50.1125021Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:22:50.1126407Z 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:22:50.1127539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:22:50.1128131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:22:50.1129157Z 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:22:50.1130565Z 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:22:50.1132088Z 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:22:50.1133551Z 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:22:50.1135038Z 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:22:50.1136596Z 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:22:50.1138142Z 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:22:50.1139645Z 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:22:50.1140755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:22:50.1142000Z 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:22:50.1143304Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:22:50.1144186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:22:50.1145618Z 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:22:50.1147526Z 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:22:50.1149222Z 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:22:50.1150362Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:22:50.1151364Z 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:22:50.1152919Z 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:22:50.1154474Z 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:22:50.1155912Z 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:22:50.1157342Z 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:22:50.1158794Z 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:22:50.1159818Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:22:50.1160799Z 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:22:50.1162301Z 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:22:50.1163749Z 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:22:50.1165139Z 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:22:50.1166158Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:22:50.1167212Z 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:22:50.1168736Z 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:22:50.1170269Z 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:22:50.1171932Z 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:22:50.1173035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:22:50.1174019Z 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:22:50.1175402Z 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:22:50.1176818Z 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:22:50.1178202Z 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:22:50.1179212Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:22:50.1180407Z 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:22:50.1181490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:22:50.1182491Z 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:22:50.1183581Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:22:50.1184853Z 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:22:50.1186610Z 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:22:50.1188381Z 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:22:50.1190133Z 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:22:50.1191500Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:22:50.1192640Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:22:50.1194167Z 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:22:50.1196258Z 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:22:50.1197660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:22:50.1198385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:22:50.1199646Z 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:22:50.1200766Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:22:50.1201306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:22:50.1202247Z 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:22:50.1203201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:22:50.1204250Z 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:22:50.1205852Z 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:22:50.1207380Z 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:22:50.1208798Z 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:22:50.1210236Z 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:22:50.1211204Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:22:50.1211990Z 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:22:50.1212828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:22:50.1213784Z 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:22:50.1215144Z 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:22:50.1216179Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:22:50.1217294Z 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:22:50.1218375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:22:50.1219080Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:22:50.1219791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:22:50.1220978Z 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:22:50.1222520Z 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:22:50.1224072Z 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:22:50.1225702Z 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:22:50.1227298Z 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:22:50.1228426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:22:50.1229339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:22:50.1230622Z 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:22:50.1232356Z 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:22:50.1234026Z 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:22:50.1235723Z 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:22:50.1236902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:22:50.1238095Z 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:22:50.1239646Z 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:22:50.1241185Z 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:22:50.1242293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:22:50.1243396Z 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:22:50.1244849Z 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:22:50.1246243Z 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:22:50.1247636Z 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:22:50.1248709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:22:50.1249700Z 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:22:50.1251063Z 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:22:50.1252294Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:22:50.1253251Z 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:22:50.1254702Z 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:22:50.1255667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:22:50.1256702Z 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:22:50.1258132Z 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:22:50.1259484Z 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:22:50.1260447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:22:50.1261385Z 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:22:50.1262678Z 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:22:50.1263652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:22:50.1264716Z 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:22:50.1265751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:22:50.1266784Z 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:22:50.1268166Z 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:22:50.1269499Z 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:22:50.1270851Z 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:22:50.1271882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:22:50.1273123Z 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:22:50.1274643Z 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:22:50.1276181Z 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:22:50.1277393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:22:50.1278495Z 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:22:50.1280061Z 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:22:50.1281156Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:22:50.1282170Z 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:22:50.1283632Z 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:22:50.1285191Z 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:22:50.1286231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:22:50.1287024Z 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:22:50.1287828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:22:50.1288721Z 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:22:50.1289623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:22:50.1290198Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:22:50.1291197Z 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:22:50.1292243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:22:50.1293064Z 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:22:50.1294180Z 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:22:50.1295238Z 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:22:50.1296086Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:22:50.1296858Z 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:22:50.1297940Z 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:22:50.1298957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:22:50.1299650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:22:50.1300144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:22:50.1301052Z 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:22:50.1301945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:22:50.1302482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:22:50.1303085Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:22:50.1303366Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:22:50.1304167Z 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:22:50.1304890Z 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:22:50.1305605Z 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:22:50.1306307Z 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:22:50.1307015Z 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:22:50.1307750Z 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:22:50.1308506Z 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:22:50.1309299Z 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:22:50.1310058Z 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:22:50.1310845Z 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:22:50.1311603Z 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:22:50.1312560Z 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:22:50.1313359Z 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:22:50.1314075Z 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:22:50.1314793Z 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:22:50.1315549Z 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:22:50.1316338Z 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:22:50.1316702Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:22:50.1317522Z 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:22:50.1317945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:22:50.1318977Z 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:22:50.1319947Z 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:22:50.1320321Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:22:50.1321218Z 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:22:50.1322115Z 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:22:50.1323054Z 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:22:50.1323978Z 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:22:50.1324972Z 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:22:50.1325333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:22:50.1326193Z 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:22:50.1327068Z 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:22:50.1327986Z 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:22:50.1328832Z 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:22:50.1329684Z 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:22:50.1330701Z 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:22:50.1331578Z 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:22:50.1332456Z 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:22:50.1333327Z 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:22:50.1334259Z 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:22:50.1335149Z 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:22:50.1336011Z 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:22:50.1336900Z 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:22:50.1337829Z 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:22:50.1338230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:22:50.1338641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:22:50.1339096Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:22:50.1340120Z 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:22:50.1341152Z 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:22:50.1341585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:22:50.1342890Z 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:22:50.1343983Z 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:22:50.1345002Z 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:22:50.1346007Z 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:22:50.1346996Z 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:22:50.1348060Z 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:22:50.1349134Z 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:22:50.1350184Z 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:22:50.1351194Z 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:22:50.1351497Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:22:50.1352358Z 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:22:50.1353187Z 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:22:50.1354152Z 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:22:50.1355000Z 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:22:50.1355339Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:22:50.1356147Z 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:22:50.1356473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:22:50.1357247Z 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:22:50.1358036Z 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:22:50.1358973Z 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:22:50.1359795Z 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:22:50.1360587Z 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:22:50.1361354Z 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:22:50.1362145Z 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:22:50.1362938Z 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:22:50.1363718Z 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:22:50.1364578Z 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:22:50.1365433Z 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:22:50.1365755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:22:50.1366546Z 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:22:50.1366802Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:22:50.1367126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:22:50.1367967Z 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:22:50.1368761Z 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:22:50.1369518Z 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:22:50.1369815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:22:50.1370536Z 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:22:50.1791183Z 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:22:50.1792151Z 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:22:50.1793169Z 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:22:50.1793519Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:22:50.1794367Z 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:22:50.1795212Z 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:22:50.1796070Z 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:22:50.1796266Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:22:50.1796463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:22:50.1796940Z 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:22:50.1798160Z 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:22:50.1798266Z running install_egg_info 2025-03-21T20:22:50.1798760Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:22:50.1798864Z running install_scripts 2025-03-21T20:22:50.1799152Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:22:50.1799733Z creating '/tmp/pip-wheel-6_u1l1vc/.tmp-v28hth21/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:22:50.1799846Z adding 'executorch/version.py' 2025-03-21T20:22:50.1800061Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:22:50.1800259Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:22:50.1800511Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:22:50.1800721Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:22:50.1800983Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:22:50.1801183Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:22:50.1801423Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:22:50.1801660Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:22:50.1801935Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:22:50.1802198Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:22:50.1802432Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:22:50.1802592Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:22:50.1802771Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:22:50.1802966Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:22:50.1803187Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:22:50.1803388Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:22:50.1803589Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:22:50.1803800Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:22:50.1804030Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:22:50.1804238Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:22:50.1804534Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:22:50.1804745Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:22:50.1804978Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:22:50.1805174Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:22:50.1805376Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:22:50.1805607Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:22:50.1805811Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:22:50.1805999Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:22:50.1806203Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:22:50.1806392Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:22:50.1806597Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:22:50.1806791Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:22:50.1806990Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:22:50.1807179Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:22:50.1807410Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:22:50.1807709Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:22:50.1807966Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:22:50.1808180Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:22:50.1808345Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:22:50.1808568Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:22:50.1808790Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:22:50.1808989Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:22:50.1809186Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:22:50.1809400Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:22:50.1809598Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:22:50.1809774Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:22:50.1809964Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:22:50.1810103Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:22:50.1810240Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:22:50.1810386Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:22:50.1810551Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:22:50.1810697Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:22:50.1810834Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:22:50.1810982Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:22:50.1811141Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:22:50.1811295Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:22:50.1811466Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:22:50.1811603Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:22:50.1811787Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:22:50.1812066Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:22:50.1812304Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:22:50.1812488Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:22:50.1812663Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:22:50.1812845Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:22:50.1813054Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:22:50.1813378Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:22:50.1813621Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:22:50.1813867Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:22:50.1814068Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:22:50.1814278Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:22:50.1814499Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:22:50.1814682Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:22:50.1814916Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:22:50.1815108Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:22:50.1815336Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:22:50.1815546Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:22:50.1815757Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:22:50.1815949Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:22:50.1816162Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:22:50.1816466Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:22:50.1816659Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:22:50.1816935Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:22:50.1817146Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:22:50.1817354Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:22:50.1817608Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:22:50.1817812Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:22:50.1818003Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:22:50.1818249Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:22:50.1818456Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:22:50.1818691Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:22:50.1818871Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:22:50.2091865Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:22:50.2092605Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:22:50.2093372Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:22:50.2094114Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:22:50.2094912Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:22:50.2095544Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:22:50.2096295Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:22:50.2096973Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:22:50.2097671Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:22:50.2098389Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:22:50.2098975Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:22:50.2099213Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:22:50.2099451Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:22:50.2099722Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:22:50.2099900Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:22:50.2100253Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:22:50.2100418Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:22:50.2100580Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:22:50.2100742Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:22:50.2100915Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:22:50.2101070Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:22:50.2101262Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:22:50.2101419Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:22:50.2101576Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:22:50.2101746Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:22:50.2101959Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:22:50.2102137Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:22:50.2102294Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:22:50.2102453Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:22:50.2102617Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:22:50.2102765Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:22:50.2103025Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:22:50.2103175Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:22:50.2103330Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:22:50.2103485Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:22:50.2103643Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:22:50.2103827Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:22:50.2104003Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:22:50.2104185Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:22:50.2104348Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:22:50.2104529Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:22:50.2104720Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:22:50.2104895Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:22:50.2105073Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:22:50.2105244Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:22:50.2105418Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:22:50.2105592Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:22:50.2105761Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:22:50.2105916Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:22:50.2106172Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:22:50.2106337Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:22:50.2106496Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:22:50.2106673Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:22:50.2106887Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:22:50.2107077Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:22:50.2107295Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:22:50.2107450Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:22:50.2107628Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:22:50.2107791Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:22:50.2107955Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:22:50.2108134Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:22:50.2108346Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:22:50.2108621Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:22:50.2108832Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:22:50.2108979Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:22:50.2109123Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:22:50.2109289Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:22:50.2109432Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:22:50.2109655Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:22:50.2109844Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:22:50.2110055Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:22:50.2110264Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:22:50.2110474Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:22:50.2110713Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:22:50.2110929Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:22:50.2111238Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:22:50.2111472Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:22:50.2111668Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:22:50.2111949Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:22:50.2112126Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:22:50.2112484Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:22:50.2112717Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:22:50.2113005Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:22:50.2113217Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:22:50.2113443Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:22:50.2113639Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:22:50.2113796Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:22:50.2113967Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:22:50.2114132Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:22:50.2114305Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:22:50.2114465Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:22:50.2114654Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:22:50.2114847Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:22:50.2115026Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:22:50.2115192Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:22:50.2115353Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:22:50.2115530Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:22:50.2115696Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:22:50.2115908Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:22:50.2116089Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:22:50.2116260Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:22:50.2116459Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:22:50.2116668Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:22:50.2116830Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:22:50.2116986Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:22:50.2117146Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:22:50.2117323Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:22:50.2117543Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:22:50.2117713Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:22:50.2117870Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:22:50.2118029Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:22:50.2118233Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:22:50.2118419Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:22:50.2118607Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:22:50.2118797Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:22:50.2118962Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:22:50.2119136Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:22:50.2119295Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:22:50.2119485Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:22:50.2119673Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:22:50.2119836Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:22:50.2120013Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:22:50.2120245Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:22:50.2120420Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:22:50.2120597Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:22:50.2120759Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:22:50.2120917Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:22:50.2121098Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:22:50.2121290Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:22:50.2121460Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:22:50.2121637Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:22:50.2121811Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:22:50.2121983Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:22:50.2442068Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:22:50.2442675Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:22:50.2443215Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:22:50.2443915Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:22:50.2444510Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:22:50.2445021Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:22:50.2445537Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:22:50.2446048Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:22:50.2446584Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:22:50.2447051Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:22:50.2447529Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:22:50.2448013Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:22:50.2448552Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:22:50.2449103Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:22:50.2449856Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:22:50.2450016Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:22:50.2450282Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:22:50.2450514Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:22:50.2450738Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:22:50.2450957Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:22:50.2451385Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:22:50.2451651Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:22:50.2451894Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:22:50.2452141Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:22:50.2452412Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:22:50.2452621Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:22:50.2452909Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:22:50.2453159Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:22:50.2453501Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:22:50.2453896Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:22:50.2454078Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:22:50.2454280Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:22:50.2454528Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:22:50.2454864Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:22:50.2455208Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:22:50.2455592Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:22:50.2456025Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:22:50.2456340Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:22:50.2456685Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:22:50.2457034Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:22:50.2457388Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:22:50.2457727Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:22:50.2458079Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:22:50.2458373Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:22:50.2458705Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:22:50.2459096Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:22:50.2459441Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:22:50.2459779Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:22:50.2460225Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:22:50.2460512Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:22:50.2460835Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:22:50.2461169Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:22:50.2461490Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:22:50.2461839Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:22:50.2462179Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:22:50.2462577Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:22:50.2462893Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:22:50.2463223Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:22:50.2463564Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:22:50.2463887Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:22:50.2464222Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:22:50.2464525Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:22:50.2464849Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:22:50.2465156Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:22:50.2465465Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:22:50.2465826Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:22:50.2466251Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:22:50.2466554Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:22:50.2466913Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:22:50.2467213Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:22:50.2467479Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:22:50.2467820Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:22:50.2468142Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:22:50.2468329Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:22:50.2468491Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:22:50.2468647Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:22:50.2468994Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:22:50.2469175Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:22:50.2469353Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:22:50.2469568Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:22:50.2469757Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:22:50.2469919Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:22:50.2470095Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:22:50.2470309Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:22:50.2470493Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:22:50.2470701Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:22:50.2470866Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:22:50.2471019Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:22:50.2471233Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:22:50.2471398Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:22:50.2471574Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:22:50.2471744Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:22:50.2471995Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:22:50.2472153Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:22:50.2472370Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:22:50.2472646Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:22:50.2472858Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:22:50.2473087Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:22:50.2473342Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:22:50.2473567Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:22:50.2473798Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:22:50.2474015Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:22:50.2474268Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:22:50.2474523Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:22:50.2474781Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:22:50.2475045Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:22:50.2475225Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:22:50.2475404Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:22:50.2475572Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:22:50.2697409Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:22:50.2697984Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:22:50.2698679Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:22:50.2699302Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:22:50.2699849Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:22:50.2700584Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:22:50.2701303Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:22:50.2702029Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:22:50.2702749Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:22:50.2703005Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:22:50.2703229Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:22:50.2703502Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:22:50.2703806Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:22:50.2704115Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:22:50.2704397Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:22:50.2704713Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:22:50.2705013Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:22:50.2705300Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:22:50.2705693Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:22:50.2705995Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:22:50.2706301Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:22:50.2706589Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:22:50.2706887Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:22:50.2707172Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:22:50.2707457Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:22:50.2707914Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:22:50.2708244Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:22:50.2708551Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:22:50.2708857Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:22:50.2709150Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:22:50.2709438Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:22:50.2709733Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:22:50.2710017Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:22:50.2710309Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:22:50.2710532Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:22:50.2710785Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:22:50.2711031Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:22:50.2711280Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:22:50.2711684Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:22:50.2712109Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:22:50.2712633Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:22:50.2712967Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:22:50.2713280Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:22:50.2713615Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:22:50.2713937Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:22:50.2714245Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:22:50.2714559Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:22:50.2714839Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:22:50.2715169Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:22:50.2715515Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:22:50.2715835Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:22:50.2716147Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:22:50.2716468Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:22:50.2716646Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:22:50.2716844Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:22:50.2717025Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:22:50.2717236Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:22:50.2717563Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:22:50.2717938Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:22:50.2718229Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:22:50.2718425Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:22:50.2718647Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:22:50.2718928Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:22:50.2719159Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:22:50.2719374Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:22:50.2719588Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:22:50.2719809Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:22:50.2720003Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:22:50.2720212Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:22:50.2720356Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:22:50.2720526Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:22:50.2720681Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:22:50.2720854Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:22:50.2721175Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:22:50.2721359Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:22:50.2721555Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:22:50.2721736Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:22:50.2721986Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:22:50.2722159Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:22:50.2722332Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:22:50.2722565Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:22:50.2722793Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:22:50.2722998Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:22:50.2723219Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:22:50.2723463Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:22:50.2723762Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:22:50.2723977Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:22:50.2724181Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:22:50.2724392Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:22:50.2724770Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:22:50.2724969Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:22:50.2725236Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:22:50.2725426Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:22:50.2725682Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:22:50.2725875Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:22:50.2726086Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:22:50.2726297Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:22:50.2726559Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:22:50.2726813Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:22:50.2727016Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:22:50.2727233Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:22:50.2727455Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:22:50.2727664Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:22:50.2727905Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:22:50.2728168Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:22:50.2728382Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:22:50.2728541Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:22:50.2728701Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:22:50.2728879Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:22:50.3036951Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:22:50.3037510Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:22:50.3038272Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:22:50.3038901Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:22:50.3039463Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:22:50.3040012Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:22:50.3040624Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:22:50.3041268Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:22:50.3041778Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:22:50.3042297Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:22:50.3043221Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:22:50.3043768Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:22:50.3044255Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:22:50.3044413Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:22:50.3044628Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:22:50.3044819Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:22:50.3044984Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:22:50.3045170Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:22:50.3045332Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:22:50.3045506Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:22:50.3045670Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:22:50.3046028Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:22:50.3046199Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:22:50.3046377Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:22:50.3046576Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:22:50.3046741Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:22:50.3046958Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:22:50.3047153Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:22:50.3047351Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:22:50.3047530Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:22:50.3047730Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:22:50.3047945Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:22:50.3048143Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:22:50.3048319Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:22:50.3048497Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:22:50.3048672Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:22:50.3048874Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:22:50.3049083Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:22:50.3049245Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:22:50.3049422Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:22:50.3049662Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:22:50.3049863Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:22:50.3050064Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:22:50.3050231Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:22:50.3050411Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:22:50.3050577Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:22:50.3050742Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:22:50.3050916Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:22:50.3051081Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:22:50.3051253Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:22:50.3051427Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:22:50.3051620Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:22:50.3051794Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:22:50.3051974Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:22:50.3052165Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:22:50.3052403Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:22:50.3052580Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:22:50.3052784Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:22:50.3052977Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:22:50.3053143Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:22:50.3053502Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:22:50.3053885Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:22:50.3054078Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:22:50.3054309Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:22:50.3054542Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:22:50.3054725Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:22:50.3054918Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:22:50.3055087Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:22:50.3055304Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:22:50.3055481Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:22:50.3055658Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:22:50.3055835Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:22:50.3056040Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:22:50.3056239Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:22:50.3056496Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:22:50.3056747Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:22:50.3056927Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:22:50.3057139Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:22:50.3057307Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:22:50.3057478Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:22:50.3057682Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:22:50.3057906Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:22:50.3058086Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:22:50.3058281Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:22:50.3058521Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:22:50.3059516Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:22:50.3059724Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:22:50.3060162Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:22:50.3060415Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:22:50.3060636Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:22:50.3060894Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:22:50.3061059Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:22:50.3061266Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:22:50.3061429Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:22:50.3061598Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:22:50.3061753Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:22:50.3061905Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:22:50.3062097Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:22:50.3062292Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:22:50.3062552Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:22:50.3062807Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:22:50.3063027Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:22:50.3063225Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:22:50.3063429Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:22:50.3063609Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:22:50.3063803Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:22:50.3063993Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:22:50.3064196Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:22:50.3064444Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:22:50.3064594Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:22:50.3064871Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:22:50.3065192Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:22:50.3065501Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:22:50.3065734Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:22:50.3074519Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:22:50.3074771Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:22:50.3074928Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:22:50.3075081Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:22:50.3075261Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:22:50.3075434Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:22:50.3075670Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:22:50.3075932Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:22:50.3076138Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:22:50.3076398Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:22:50.3076627Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:22:50.3076866Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:22:50.3077084Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:22:50.3077327Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:22:50.3310307Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:22:50.3310887Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:22:50.3311268Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:22:50.3311607Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:22:50.3312005Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:22:50.3312251Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:22:50.3312518Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:22:50.3312786Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:22:50.3313048Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:22:50.3313451Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:22:50.3313746Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:22:50.3314030Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:22:50.3314467Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:22:50.3314707Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:22:50.3314953Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:22:50.3315212Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:22:50.3315535Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:22:50.3315876Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:22:50.3316221Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:22:50.3316548Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:22:50.3316814Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:22:50.3317106Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:22:50.3317484Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:22:50.3317794Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:22:50.3318165Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:22:50.3318480Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:22:50.3318731Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:22:50.3318960Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:22:50.3319183Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:22:50.3319441Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:22:50.3319718Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:22:50.3319981Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:22:50.3320291Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:22:50.3320567Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:22:50.3320831Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:22:50.3321117Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:22:50.3321487Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:22:50.3321822Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:22:50.3322088Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:22:50.3322320Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:22:50.3322584Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:22:50.3322878Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:22:50.3323120Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:22:50.3323381Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:22:50.3323635Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:22:50.3323940Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:22:50.3324185Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:22:50.3324457Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:22:50.3324754Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:22:50.3325038Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:22:50.3325486Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:22:50.3325762Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:22:50.3326050Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:22:50.3326343Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:22:50.3326626Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:22:50.3326916Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:22:50.3327191Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:22:50.3327471Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:22:50.3327756Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:22:50.3328063Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:22:50.3328302Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:22:50.3328544Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:22:50.3328848Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:22:50.3329073Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:22:50.3329272Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:22:50.3329527Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:22:50.3329781Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:22:50.3330039Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:22:50.3330242Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:22:50.3330451Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:22:50.3330688Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:22:50.3330886Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:22:50.3331064Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:22:50.3331324Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:22:50.3331606Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:22:50.3331885Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:22:50.3332144Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:22:50.3332399Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:22:50.3332678Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:22:50.3332939Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:22:50.3333173Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:22:50.3333498Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:22:50.3333804Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:22:50.3334117Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:22:50.3334415Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:22:50.3334697Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:22:50.3334969Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:22:50.3335288Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:22:50.3335657Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:22:50.3336088Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:22:50.3336295Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:22:50.3336551Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:22:50.3336825Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:22:50.3337061Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:22:50.3337321Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:22:50.3337623Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:22:50.3337854Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:22:50.3338000Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:22:50.3338183Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:22:50.3338363Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:22:50.3338643Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:22:50.3338872Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:22:50.3339080Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:22:50.3609318Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:22:50.3609997Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:22:50.3611188Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:22:50.3611578Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:22:50.3611987Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:22:50.3612433Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:22:50.3612703Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:22:50.3612947Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:22:50.3613140Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:22:50.3613325Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:22:50.3613535Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:22:50.3613950Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:22:50.3614134Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:22:50.3614316Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:22:50.3614547Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:22:50.3614726Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:22:50.3614899Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:22:50.3615098Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:22:50.3615279Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:22:50.3615472Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:22:50.3615645Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:22:50.3615915Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:22:50.3616173Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:22:50.3616345Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:22:50.3616531Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:22:50.3616732Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:22:50.3617004Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:22:50.3617208Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:22:50.3617400Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:22:50.3617662Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:22:50.3617855Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:22:50.3618099Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:22:50.3618295Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:22:50.3618493Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:22:50.3618684Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:22:50.3618889Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:22:50.3619076Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:22:50.3619277Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:22:50.3619461Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:22:50.3619687Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:22:50.3619868Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:22:50.3620048Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:22:50.3620232Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:22:50.3620423Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:22:50.3620622Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:22:50.3620831Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:22:50.3621035Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:22:50.3621221Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:22:50.3621435Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:22:50.3621627Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:22:50.3621891Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:22:50.3622168Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:22:50.3622351Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:22:50.3622539Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:22:50.3622740Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:22:50.3622978Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:22:50.3623223Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:22:50.3623442Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:22:50.3623676Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:22:50.3623957Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:22:50.3624305Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:22:50.3624574Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:22:50.3624821Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:22:50.3625047Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:22:50.3625247Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:22:50.3625476Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:22:50.3625728Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:22:50.3625957Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:22:50.3626155Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:22:50.3626459Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:22:50.3626728Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:22:50.3626933Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:22:50.3627166Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:22:50.3627369Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:22:50.3627540Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:22:50.3627753Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:22:50.3627961Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:22:50.3628167Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:22:50.3628399Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:22:50.3628598Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:22:50.3628809Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:22:50.3629014Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:22:50.3629194Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:22:50.3629413Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:22:50.3629625Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:22:50.3629944Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:22:50.3630120Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:22:50.3630299Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:22:50.3630501Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:22:50.3630710Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:22:50.3630886Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:22:50.3631057Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:22:50.3631239Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:22:50.3631482Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:22:50.3631665Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:22:50.3631939Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:22:50.3632136Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:22:50.3632479Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:22:50.3632710Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:22:50.3632902Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:22:50.3633108Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:22:50.3633317Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:22:50.3633526Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:22:50.3633715Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:22:50.3633902Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:22:50.3634092Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:22:50.3634293Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:22:50.3634503Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:22:50.3634705Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:22:50.3634900Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:22:50.3635097Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:22:50.3635291Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:22:50.3635548Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:22:50.3635733Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:22:50.3635917Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:22:50.3636182Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:22:50.3636366Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:22:50.3636551Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:22:50.3636743Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:22:50.3636936Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:22:50.3637162Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:22:50.3637355Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:22:50.3637543Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:22:50.3637737Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:22:50.3841474Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:22:50.3841855Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:22:50.3842242Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:22:50.3842516Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:22:50.3842830Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:22:50.3843093Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:22:50.3843373Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:22:50.3843647Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:22:50.3843926Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:22:50.3844206Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:22:50.3844475Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:22:50.3844750Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:22:50.3845041Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:22:50.3845300Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:22:50.3845496Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:22:50.3845678Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:22:50.3846171Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:22:50.3846397Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:22:50.3846616Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:22:50.3846896Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:22:50.3847151Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:22:50.3847410Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:22:50.3847670Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:22:50.3847902Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:22:50.3848115Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:22:50.3848410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:22:50.3848733Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:22:50.3849096Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:22:50.3849391Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:22:50.3849764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:22:50.3850066Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:22:50.3850362Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:22:50.3850696Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:22:50.3851029Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:22:50.3851332Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:22:50.3851624Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:22:50.3851917Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:22:50.3852229Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:22:50.3852514Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:22:50.3852815Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:22:50.3853153Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:22:50.3853617Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:22:50.3853884Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:22:50.3854170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:22:50.3854427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:22:50.3854720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:22:50.3855046Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:22:50.3855337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:22:50.3855622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:22:50.3855917Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:22:50.3856222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:22:50.3856536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:22:50.3856918Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:22:50.3857209Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:22:50.3857471Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:22:50.3857788Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:22:50.3858091Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:22:50.3858384Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:22:50.3858681Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:22:50.3858973Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:22:50.3859250Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:22:50.3859548Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:22:50.3859860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:50.3860180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:50.3860544Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:22:50.3860832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:22:50.3861139Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:22:50.3861434Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:22:50.3861773Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:22:50.3862039Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:22:50.3862301Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:22:50.3862557Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:22:50.3862831Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:22:50.3863090Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:22:50.3863388Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:22:50.3863702Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:22:50.3864029Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:22:50.3864327Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:22:50.3864660Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:50.3865005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:50.3865340Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:50.3865687Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:22:50.3866129Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:50.3866454Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:50.3866776Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:22:50.3867109Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:22:50.3867433Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:22:50.3867806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:22:50.3868147Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:22:50.3868484Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:22:50.3868808Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:22:50.3869061Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:22:50.3869374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:22:50.3869687Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:22:50.3870002Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:22:50.3870322Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:22:50.3870583Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:22:50.6952056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:22:50.6955585Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:22:50.6958092Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:22:50.6960106Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:22:50.6961846Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:22:50.6962457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:22:50.6963157Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:22:50.6963934Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:22:50.6964726Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:22:50.6965555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:22:50.6966391Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:22:50.6967198Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:22:50.6967956Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:22:50.6968719Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:22:50.6969505Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:22:50.6970270Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:22:50.6971003Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:22:50.6971773Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:22:50.6972588Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:22:50.6973425Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:22:50.6974270Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:22:50.6975026Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:22:50.6975758Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:22:50.6976480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:22:50.6977214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:22:50.6978069Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:22:50.6978893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:22:50.6979733Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:22:50.6980515Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:22:50.6981194Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:22:50.6981865Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:22:50.6982533Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:22:50.6983154Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:22:50.6983765Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:22:50.6984342Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:22:50.6984949Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:22:50.6985609Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:22:50.6986402Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:22:50.6987184Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:22:50.6987967Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:22:50.6988845Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:22:50.6989468Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:22:50.6990008Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:22:50.6990478Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:22:50.6990934Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:22:50.6991415Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:22:50.6991993Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:22:50.6992356Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:22:50.6992765Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:22:50.6993174Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:22:50.6993575Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:22:50.6994039Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:22:50.6994488Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:22:50.6994884Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:22:50.6995337Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:22:50.6995829Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:22:50.6996358Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:22:50.6996954Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:22:50.6997440Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:22:50.6997784Z adding 'executorch/data/bin/flatc' 2025-03-21T20:22:50.6998121Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:22:50.6998635Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:22:50.6999102Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:22:50.6999646Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:22:50.7000178Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:22:50.7000607Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:22:50.7001042Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:22:50.7001523Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:22:50.7002188Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:22:50.7002841Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:22:50.7003440Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:22:50.7004016Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:22:50.7004587Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:22:50.7005195Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:22:50.7005817Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:22:50.7006426Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:22:50.7007032Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:22:50.7007579Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:22:50.7008122Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:22:50.7008641Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:22:50.7009114Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:22:50.7009621Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:22:50.7010084Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:22:50.7010541Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:22:50.7010962Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:22:50.7011368Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:22:50.7011816Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:22:50.7012258Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:22:50.7012661Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:22:50.7013111Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:22:50.7013560Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:22:50.7013969Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:22:50.7014420Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:22:50.7014891Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:22:50.7015386Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:22:50.7016021Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:22:50.7016527Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:22:50.7017070Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:22:50.7017632Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:22:50.7018134Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:22:50.7018609Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:22:50.7019152Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:22:50.7019651Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:22:50.7020147Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:22:50.7020821Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:22:50.7021265Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:22:50.7021719Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:22:50.7022180Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:22:50.7022688Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:22:50.7023239Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:22:50.7023839Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:22:50.7024490Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:22:50.7025038Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:22:50.7025547Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:22:50.7237766Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:22:50.7240395Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:22:50.7241044Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:22:50.7241467Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:22:50.7241891Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:22:50.7242357Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:22:50.7242829Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:22:50.7243293Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:22:50.7243716Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:22:50.7244201Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:22:50.7244705Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:22:50.7245336Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:22:50.7246352Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:22:50.7247131Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:22:50.7247940Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:22:50.7248674Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:22:50.7249393Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:22:50.7250043Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:22:50.7250546Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:22:50.7251051Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:22:50.7251542Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:22:50.7252031Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:22:50.7252525Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:22:50.7252984Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:22:50.7253666Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:22:50.7254131Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:22:50.7254606Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:22:50.7255093Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:22:50.7255593Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:22:50.7256074Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:22:50.7256606Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:22:50.7257154Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:22:50.7257645Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:22:50.7258122Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:22:50.7258563Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:22:50.7258990Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:22:50.7259403Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:22:50.7259865Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:22:50.7260389Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:22:50.7260927Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:22:50.7261489Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:22:50.7262192Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:22:50.7262798Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:22:50.7263396Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:22:50.7263952Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:22:50.7264453Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:22:50.7264952Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:22:50.7265521Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:22:50.7266352Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:22:50.7267057Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:22:50.7267724Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:22:50.7268376Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:22:50.7269028Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:22:50.7269714Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:22:50.7270440Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:22:50.7271118Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:22:50.7271801Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:22:50.7272690Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:22:50.7273301Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:22:50.7273943Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:22:50.7274660Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:22:50.7275435Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:22:50.7276284Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:22:50.7277069Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:22:50.7277764Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:22:50.7278422Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:22:50.7279019Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:22:50.7279601Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:22:50.7280138Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:22:50.7280718Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:22:50.7281397Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:22:50.7282078Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:22:50.7282738Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:22:50.7283385Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:22:50.7283964Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:22:50.7284569Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:22:50.7285263Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:22:50.7285845Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:22:50.7286488Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:22:50.7287291Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:22:50.7287990Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:22:50.7288627Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:22:50.7289280Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:22:50.7290022Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:22:50.7290637Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:22:50.7291087Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:22:50.7291549Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:22:50.7291973Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:22:50.7292424Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:22:50.7292915Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:22:50.7293368Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:22:50.7293777Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:22:50.7294212Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:22:50.7294728Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:22:50.7295204Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:22:50.7295682Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:22:50.7296156Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:22:50.7296633Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:22:50.7297101Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:22:50.7297575Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:22:50.7298034Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:22:50.7298542Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:22:50.7299066Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:22:50.7299561Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:22:50.7300087Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:22:50.7300606Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:22:50.7301109Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:22:50.7301602Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:22:50.7302078Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:22:50.7302546Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:22:50.7302973Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:22:50.7303392Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:22:50.7303830Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:22:50.7304319Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:22:50.7304825Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:22:50.7305299Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:22:50.7305754Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:22:50.7306221Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:22:50.7306682Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:22:50.7307079Z adding 'executorch/exir/__init__.py' 2025-03-21T20:22:50.7807012Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:22:50.7808908Z adding 'executorch/exir/common.py' 2025-03-21T20:22:50.7810386Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:22:50.7811404Z adding 'executorch/exir/delegate.py' 2025-03-21T20:22:50.7812397Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:22:50.7814118Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:22:50.7814644Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:22:50.7814987Z adding 'executorch/exir/error.py' 2025-03-21T20:22:50.7815298Z adding 'executorch/exir/graph.py' 2025-03-21T20:22:50.7815638Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:22:50.7816025Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:22:50.7816396Z adding 'executorch/exir/memory.py' 2025-03-21T20:22:50.7816734Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:22:50.7817077Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:22:50.7817418Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:22:50.7817769Z adding 'executorch/exir/print_program.py' 2025-03-21T20:22:50.7818122Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:22:50.7818456Z adding 'executorch/exir/schema.py' 2025-03-21T20:22:50.7818769Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:22:50.7819100Z adding 'executorch/exir/tensor.py' 2025-03-21T20:22:50.7819418Z adding 'executorch/exir/tracer.py' 2025-03-21T20:22:50.7819734Z adding 'executorch/exir/types.py' 2025-03-21T20:22:50.7820055Z adding 'executorch/exir/version.py' 2025-03-21T20:22:50.7820366Z adding 'executorch/exir/wrap.py' 2025-03-21T20:22:50.7820706Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:22:50.7821197Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:22:50.7821579Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:22:50.7821989Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:22:50.7822415Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:22:50.7822838Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:22:50.7823239Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:22:50.7823662Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:22:50.7824081Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:22:50.7824465Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:22:50.7824872Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:22:50.7825292Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:22:50.7825713Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:22:50.7826173Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:22:50.7826680Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:22:50.7827168Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:22:50.7827596Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:22:50.7827999Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:22:50.7828436Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:22:50.7828880Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:22:50.7829293Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:22:50.7829677Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:22:50.7830180Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:22:50.7830881Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:22:50.7831623Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:22:50.7832684Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:22:50.7833332Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:22:50.7833946Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:22:50.7834567Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:22:50.7835132Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:22:50.7835650Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:22:50.7836215Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:22:50.7836754Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:22:50.7837298Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:22:50.7837778Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:22:50.7838301Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:22:50.7838920Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:22:50.7839415Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:22:50.7839941Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:22:50.7840475Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:22:50.7841010Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:22:50.7841528Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:22:50.7841981Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:22:50.7842391Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:22:50.7842892Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:22:50.7843472Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:22:50.7844155Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:22:50.7844834Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:22:50.7845397Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:22:50.7845830Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:22:50.7846197Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:22:50.7846567Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:22:50.7846933Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:22:50.7847294Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:22:50.7847666Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:22:50.7848059Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:22:50.7848535Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:22:50.7849008Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:22:50.7849404Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:22:50.7849801Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:22:50.7850221Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:22:50.7850648Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:22:50.7851108Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:22:50.7851563Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:22:50.7851969Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:22:50.7852408Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:22:50.7852890Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:22:50.7853732Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:22:50.7854175Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:22:50.7854637Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:22:50.7855153Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:22:50.7855678Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:22:50.7856129Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:22:50.7856504Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:22:50.7856884Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:22:50.7857253Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:22:50.7857645Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:22:50.7858026Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:22:50.7858393Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:22:50.7858931Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:22:50.7859347Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:22:50.7859814Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:22:50.7860320Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:22:50.7860757Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:22:50.7861239Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:22:50.7861734Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:22:50.7862220Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:22:50.7862729Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:22:50.7863241Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:22:50.7863703Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:22:50.7864214Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:22:50.7864739Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:22:50.7865209Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:22:50.7865684Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:22:50.7866282Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:22:50.7866765Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:22:50.7867210Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:22:50.7867681Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:22:50.7868111Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:22:50.7868577Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:22:50.7869097Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:22:50.7869571Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:22:50.7870034Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:22:50.7870624Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:22:50.7871226Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:22:50.7871752Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:22:50.7872374Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:22:50.7872889Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:22:50.7873335Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:22:50.7873773Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:22:50.7874219Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:22:50.7874691Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:22:50.7875137Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:22:50.7875527Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:22:50.7875928Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:22:50.7876320Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:22:50.7876765Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:22:50.7877235Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:22:50.7877630Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:22:50.7878018Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:22:50.7878417Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:22:50.7878788Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:22:50.7879176Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:22:51.3555184Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:22:51.3557187Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:22:51.3558877Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:22:51.3560461Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:22:51.3561572Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:22:51.3562029Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:22:51.3562459Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:22:51.3562869Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:22:51.3563289Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:22:51.3563694Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:22:51.3564084Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:22:51.3564515Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:22:51.3565024Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:22:51.3565499Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:22:51.3566016Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:22:51.3566470Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:22:51.3567004Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:22:51.3567564Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:22:51.3568068Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:22:51.3568587Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:22:51.3568992Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:22:51.3569386Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:22:51.3569797Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:22:51.3570270Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:22:51.3570762Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:22:51.3571201Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:22:51.3571624Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:22:51.3572078Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:22:51.3572488Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:22:51.3572879Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:22:51.3573259Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:22:51.3573650Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:22:51.3574238Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:22:51.3574630Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:22:51.3575054Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:22:51.3575486Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:22:51.3575907Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:22:51.3576339Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:22:51.3576804Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:22:51.3577284Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:22:51.3577740Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:22:51.3578170Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:22:51.3578590Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:22:51.3579072Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:22:51.3579625Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:22:51.3580336Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:22:51.3580923Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:22:51.3581464Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:22:51.3581988Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:22:51.3582473Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:22:51.3582912Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:22:51.3583397Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:22:51.3583893Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:22:51.3584407Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:22:51.3584873Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:22:51.3585400Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:22:51.3585947Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:22:51.3586472Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:22:51.3587013Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:22:51.3587614Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:22:51.3588218Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:22:51.3588788Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:22:51.3589414Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:22:51.3590222Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:22:51.3590858Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:22:51.3591433Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:22:51.3591935Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:22:51.3592562Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:22:51.3593058Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:22:51.3593540Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:22:51.3594045Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:22:51.3594529Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:22:51.3595033Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:22:51.3595544Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:22:51.3595993Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:22:51.3596455Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:22:51.3596977Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:22:51.3597519Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:22:51.3598108Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:22:51.3598782Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:22:51.3599243Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:22:51.3599716Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:22:51.3600162Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:22:51.3600646Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:22:51.3601141Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:22:51.3601673Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:22:51.3602320Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:22:51.3602985Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:22:51.3603624Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:22:51.3604326Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:22:51.3605103Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:22:51.3605771Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:22:51.3606419Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:22:51.3607307Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:22:51.3607758Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:22:51.3608211Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:22:51.3608719Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:22:51.3609277Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:22:51.3609716Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:22:51.3610095Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:22:51.3610491Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:22:51.3610954Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:22:51.3611463Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:22:51.3612166Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:22:51.3612759Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:22:51.3613331Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:22:51.3613893Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:22:51.3614555Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:22:51.3615365Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:22:51.3616005Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:22:51.3616574Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:22:51.3617151Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:22:51.3617751Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:22:51.3618360Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:22:51.3619004Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:22:51.3619639Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:22:51.3620291Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:22:51.3620891Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:22:51.3621428Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:22:51.3621942Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:22:51.3622425Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:22:51.3622912Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:22:51.3623423Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:22:51.3623996Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:22:51.3624650Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:22:51.3625283Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:22:51.3625888Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:22:51.3626509Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:22:54.0983910Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:22:54.0984986Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:22:54.0985513Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:22:54.0986021Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:22:54.0986563Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:22:54.0987198Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:22:54.0987849Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:22:54.0988855Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:22:54.0989674Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:22:54.0990436Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:22:54.0991198Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:22:54.0992076Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:22:54.0992896Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:22:54.0993669Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:22:54.0994371Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:22:54.0995084Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:22:54.0995793Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:22:54.0996484Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:22:54.0997256Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:22:54.0997911Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:22:54.0998579Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:22:54.0999273Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:22:54.0999954Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:22:54.1000644Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:22:54.1001344Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:22:54.1002035Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:22:54.1002722Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:22:54.1003444Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:22:54.1004225Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:22:54.1005029Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:22:54.1005838Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:22:54.1006680Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:22:54.1007503Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:22:54.1008309Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:22:54.1009091Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:22:54.1009924Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:22:54.1010766Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:22:54.1011631Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:22:54.1012486Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:22:54.1013199Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:22:54.1013875Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:22:54.1014563Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:22:54.1015327Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:22:54.1016019Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:22:54.1016629Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:22:54.1017205Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:22:54.1017777Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:22:54.1018380Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:22:54.1018988Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:22:54.1019577Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:22:54.1020179Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:22:54.1020808Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:22:54.1021423Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:22:54.1021994Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:22:54.1022582Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:22:54.1023200Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:22:54.1030672Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:22:54.1031237Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:22:54.1031790Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:22:54.1032449Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:22:54.1033056Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:22:54.1033693Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:22:54.1034231Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:22:54.1034650Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:22:54.1035131Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:22:54.1035543Z adding 'executorch/schema/program.fbs' 2025-03-21T20:22:54.1035922Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:22:54.1036357Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:22:54.1036855Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:22:54.1037275Z adding 'executorch/util/collect_env.py' 2025-03-21T20:22:54.1037669Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:22:54.1038100Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:22:54.1038587Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:22:54.1039079Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:22:54.1039612Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:22:54.1040189Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:22:54.1040686Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:22:54.1041116Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:22:54.1041860Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:22:54.1042930Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8476066 sha256=1ed319e6a906a3aee046aeceb64e62d4fe59774f1d4a5a4f4ff868dde9c59074 2025-03-21T20:22:54.1044311Z Stored in directory: /tmp/pip-ephem-wheel-cache-lmfuxptx/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:22:54.1045069Z Successfully built executorch 2025-03-21T20:22:54.1045732Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:22:54.1046500Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:22:54.1046928Z Attempting uninstall: pytest 2025-03-21T20:22:54.1047311Z Found existing installation: pytest 7.2.0 2025-03-21T20:22:54.1047843Z Uninstalling pytest-7.2.0: 2025-03-21T20:22:54.1048271Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:22:54.1048801Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:22:54.1049531Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:22:54.1050381Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:22:54.1051126Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:22:54.1051937Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:22:54.1052736Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:22:54.1053517Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:22:54.1053995Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:22:54.1054579Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:22:54.1055083Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:22:54.1055988Z 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:22:54.1056947Z + pip list 2025-03-21T20:22:54.1057272Z Package Version Editable project location 2025-03-21T20:22:54.1057794Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:22:54.1058258Z alabaster 0.7.16 2025-03-21T20:22:54.1058600Z attrs 25.3.0 2025-03-21T20:22:54.1058915Z babel 2.17.0 2025-03-21T20:22:54.1059224Z beautifulsoup4 4.13.3 2025-03-21T20:22:54.1059546Z breathe 4.34.0 2025-03-21T20:22:54.1059861Z bs4 0.0.2 2025-03-21T20:22:54.1060212Z certifi 2025.1.31 2025-03-21T20:22:54.1060587Z charset-normalizer 3.4.1 2025-03-21T20:22:54.1060908Z cmake 3.31.6 2025-03-21T20:22:54.1061241Z contourpy 1.3.1 2025-03-21T20:22:54.1061591Z coverage 7.7.0 2025-03-21T20:22:54.1061926Z cycler 0.12.1 2025-03-21T20:22:54.1062228Z docutils 0.16 2025-03-21T20:22:54.1062549Z exceptiongroup 1.2.2 2025-03-21T20:22:54.1062907Z execnet 2.1.1 2025-03-21T20:22:59.2532367Z executorch 0.6.0a0+be92d7d 2025-03-21T20:22:59.2532909Z exhale 0.2.3 2025-03-21T20:22:59.2533260Z expecttest 0.1.6 2025-03-21T20:22:59.2533612Z filelock 3.18.0 2025-03-21T20:22:59.2533968Z flatbuffers 25.2.10 2025-03-21T20:22:59.2534340Z fonttools 4.56.0 2025-03-21T20:22:59.2534724Z fsspec 2025.3.0 2025-03-21T20:22:59.2535056Z huggingface-hub 0.29.3 2025-03-21T20:22:59.2535401Z hypothesis 6.84.2 2025-03-21T20:22:59.2535745Z idna 3.10 2025-03-21T20:22:59.2536107Z imagesize 1.4.1 2025-03-21T20:22:59.2536452Z iniconfig 2.1.0 2025-03-21T20:22:59.2536765Z Jinja2 3.1.6 2025-03-21T20:22:59.2537092Z kiwisolver 1.4.8 2025-03-21T20:22:59.2537418Z lxml 5.3.1 2025-03-21T20:22:59.2537748Z markdown-it-py 2.2.0 2025-03-21T20:22:59.2538089Z MarkupSafe 3.0.2 2025-03-21T20:22:59.2538402Z matplotlib 3.10.1 2025-03-21T20:22:59.2538747Z mdit-py-plugins 0.3.5 2025-03-21T20:22:59.2539090Z mdurl 0.1.2 2025-03-21T20:22:59.2539415Z mpmath 1.3.0 2025-03-21T20:22:59.2540088Z myst-parser 0.18.1 2025-03-21T20:22:59.2540420Z networkx 3.4.2 2025-03-21T20:22:59.2540747Z numpy 2.2.4 2025-03-21T20:22:59.2541088Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:22:59.2541449Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:22:59.2541830Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:22:59.2542179Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:22:59.2542539Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:22:59.2542890Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:22:59.2543253Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:22:59.2543620Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:22:59.2543973Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:22:59.2544331Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:22:59.2544685Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:22:59.2545041Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:22:59.2545397Z packaging 24.2 2025-03-21T20:22:59.2545715Z pandas 2.2.3 2025-03-21T20:22:59.2546055Z parameterized 0.9.0 2025-03-21T20:22:59.2546397Z pillow 11.1.0 2025-03-21T20:22:59.2546732Z pip 25.0 2025-03-21T20:22:59.2547192Z pluggy 1.5.0 2025-03-21T20:22:59.2547533Z Pygments 2.19.1 2025-03-21T20:22:59.2547846Z pyparsing 3.2.1 2025-03-21T20:22:59.2548173Z pytest 8.3.5 2025-03-21T20:22:59.2548499Z pytest-cov 4.1.0 2025-03-21T20:22:59.2548834Z pytest-rerunfailures 15.0 2025-03-21T20:22:59.2549170Z pytest-xdist 3.6.1 2025-03-21T20:22:59.2549503Z python-dateutil 2.9.0.post0 2025-03-21T20:22:59.2549992Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:22:59.2550478Z pytz 2025.1 2025-03-21T20:22:59.2550812Z PyYAML 6.0.1 2025-03-21T20:22:59.2551149Z regex 2024.11.6 2025-03-21T20:22:59.2551487Z requests 2.32.3 2025-03-21T20:22:59.2551809Z ruamel.yaml 0.17.32 2025-03-21T20:22:59.2552280Z ruamel.yaml.clib 0.2.12 2025-03-21T20:22:59.2552628Z safetensors 0.5.3 2025-03-21T20:22:59.2552990Z setuptools 75.8.0 2025-03-21T20:22:59.2553519Z six 1.17.0 2025-03-21T20:22:59.2553857Z snowballstemmer 2.2.0 2025-03-21T20:22:59.2554204Z sortedcontainers 2.4.0 2025-03-21T20:22:59.2554545Z soupsieve 2.6 2025-03-21T20:22:59.2554875Z Sphinx 5.3.0 2025-03-21T20:22:59.2555196Z sphinx-copybutton 0.5.0 2025-03-21T20:22:59.2555542Z sphinx_design 0.4.1 2025-03-21T20:22:59.2555880Z sphinx-gallery 0.14.0 2025-03-21T20:22:59.2556231Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:22:59.2556597Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:22:59.2556932Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:22:59.2557280Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:22:59.2557629Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:22:59.2557989Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:22:59.2558342Z sympy 1.13.3 2025-03-21T20:22:59.2558648Z tabulate 0.9.0 2025-03-21T20:22:59.2558971Z timm 1.0.7 2025-03-21T20:22:59.2559291Z tokenizers 0.21.1 2025-03-21T20:22:59.2559618Z tomli 2.0.1 2025-03-21T20:22:59.2559960Z torch 2.7.0a0+git295f2ed 2025-03-21T20:22:59.2560334Z torchao 0.10.0+git64bcf4c 2025-03-21T20:22:59.2560722Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:22:59.2561084Z torchsr 1.0.4 2025-03-21T20:22:59.2561438Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:22:59.2561937Z tqdm 4.67.1 2025-03-21T20:22:59.2562251Z transformers 4.47.1 2025-03-21T20:22:59.2562578Z triton 3.0.0 2025-03-21T20:22:59.2562909Z typing_extensions 4.12.2 2025-03-21T20:22:59.2563243Z tzdata 2025.1 2025-03-21T20:22:59.2563571Z urllib3 2.3.0 2025-03-21T20:22:59.2563875Z wheel 0.45.1 2025-03-21T20:22:59.2564195Z zstd 1.5.5.1 2025-03-21T20:22:59.2564536Z + build_executorch_runner cmake Release 2025-03-21T20:22:59.2564888Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:22:59.2565188Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:22:59.2565490Z + build_executorch_runner_cmake Release 2025-03-21T20:22:59.2565960Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:22:59.2566281Z + clean_executorch_install_folders 2025-03-21T20:22:59.2566631Z + ./install_executorch.sh --clean 2025-03-21T20:22:59.2566967Z Cleaning build artifacts... 2025-03-21T20:22:59.2567263Z Cleaning pip-out/... 2025-03-21T20:22:59.2567558Z Done cleaning build artifacts. 2025-03-21T20:22:59.2567860Z + mkdir cmake-out 2025-03-21T20:22:59.2568115Z + pushd cmake-out 2025-03-21T20:22:59.2568431Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:22:59.2568890Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:22:59.2569185Z + CXXFLAGS= 2025-03-21T20:22:59.2569428Z + CXXFLAGS= 2025-03-21T20:22:59.2569809Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:22:59.2570381Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:22:59.2570843Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:59.2571267Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:59.2571658Z -- Detecting C compiler ABI info 2025-03-21T20:22:59.2572004Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:59.2572440Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:59.2572871Z -- Detecting C compile features 2025-03-21T20:22:59.2573212Z -- Detecting C compile features - done 2025-03-21T20:22:59.2573576Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:59.2573914Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:59.2574360Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:59.2574803Z -- Detecting CXX compile features 2025-03-21T20:22:59.2575159Z -- Detecting CXX compile features - done 2025-03-21T20:22:59.2576169Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:59.2576936Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:59.2577401Z CMake. 2025-03-21T20:22:59.2577551Z 2025-03-21T20:22:59.2577793Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:59.2578398Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:59.2578938Z to work with policies introduced by or earlier. 2025-03-21T20:22:59.2579212Z 2025-03-21T20:22:59.2579345Z  2025-03-21T20:22:59.2579980Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:59.2580929Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:59.2581393Z CMake. 2025-03-21T20:22:59.2581517Z 2025-03-21T20:22:59.2581803Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:59.2582403Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:59.2582928Z to work with policies introduced by or earlier. 2025-03-21T20:22:59.2583199Z 2025-03-21T20:22:59.2583328Z  2025-03-21T20:22:59.2583571Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:59.2584021Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:59.2584403Z -- Found Threads: TRUE 2025-03-21T20:22:59.2585207Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:59.2586010Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:59.2586443Z CMake. 2025-03-21T20:22:59.2586585Z 2025-03-21T20:22:59.2586826Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:59.2587418Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:59.2587941Z to work with policies introduced by or earlier. 2025-03-21T20:22:59.2588206Z 2025-03-21T20:22:59.2588334Z  2025-03-21T20:22:59.2588584Z -- Using python executable 'python' 2025-03-21T20:22:59.2588906Z -- Resolved buck2 as buck2. 2025-03-21T20:22:59.2589205Z -- Killing buck2 daemon 2025-03-21T20:22:59.2589480Z 'buck2 killall' 2025-03-21T20:22:59.2589772Z -- executorch: Generating source lists 2025-03-21T20:22:59.2590339Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:59.2591049Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:22:59.2591588Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:59.2592042Z -- Generating operator lib: 2025-03-21T20:22:59.2592603Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:59.2593053Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:59.2593504Z -- ROOT_OPS: 2025-03-21T20:22:59.2593774Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:59.2595125Z 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:22:59.2596461Z -- Generating kernel bindings: 2025-03-21T20:22:59.2596801Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:59.2597260Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:59.2597723Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:59.2598030Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:59.2599847Z 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:22:59.2601439Z -- Generating operator lib: 2025-03-21T20:22:59.2601757Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:59.2602087Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:59.2602398Z -- DEPS: executorch 2025-03-21T20:22:59.2603019Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:59.2603736Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:59.2604202Z CMake. 2025-03-21T20:22:59.2604330Z 2025-03-21T20:22:59.2604594Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:59.2605310Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:59.2605812Z to work with policies introduced by or earlier. 2025-03-21T20:22:59.2606101Z 2025-03-21T20:22:59.2606210Z  2025-03-21T20:22:59.2606461Z -- Looking for C++ include unistd.h 2025-03-21T20:22:59.2606929Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:59.2607275Z -- Looking for C++ include stdint.h 2025-03-21T20:22:59.2607598Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:59.2607939Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:59.2608289Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:59.2608646Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:59.2608993Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:59.2609329Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:59.2609671Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:59.2610147Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:59.2610491Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:23:00.1199777Z -- Looking for C++ include stddef.h 2025-03-21T20:23:00.1200403Z -- Looking for C++ include stddef.h - found 2025-03-21T20:23:00.1200959Z -- Check size of uint32_t 2025-03-21T20:23:00.1201352Z -- Check size of uint32_t - done 2025-03-21T20:23:00.1201661Z -- Looking for strtoll 2025-03-21T20:23:00.1201950Z -- Looking for strtoll - found 2025-03-21T20:23:00.1202235Z -- 2025-03-21T20:23:00.1202463Z -- ******** Summary ******** 2025-03-21T20:23:00.1202758Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:23:00.1203112Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:23:00.1203460Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:23:00.1203808Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:23:00.1204141Z -- BUCK2 : buck2 2025-03-21T20:23:00.1204479Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:23:00.1205022Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:23:00.1205585Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:23:00.1205990Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:23:00.1206493Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:23:00.1207207Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:23:00.1207600Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:23:00.1207988Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:23:00.1208442Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:23:00.1208821Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:23:00.1209210Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:23:00.1209584Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:23:00.1209978Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:23:00.1210542Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:23:00.1211151Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:23:00.1211614Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:23:00.1212001Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:23:00.1212406Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:23:00.1212817Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:23:00.1213248Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:23:00.1213625Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:23:00.1214075Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:23:00.1214452Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:23:00.1214850Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:23:00.1215251Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:23:00.1215652Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:23:00.1216042Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:23:00.1216445Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:23:00.1216891Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:23:00.1217507Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:23:00.1217981Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:23:00.1218527Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:23:00.1218947Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:23:00.1219436Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:23:00.1219838Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:23:00.1220208Z -- Configuring done (5.5s) 2025-03-21T20:23:00.1220514Z -- Generating done (0.1s) 2025-03-21T20:23:00.1220908Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:23:00.1221351Z + popd 2025-03-21T20:23:00.1221660Z /pytorch/executorch 2025-03-21T20:23:00.1221913Z ++ uname 2025-03-21T20:23:00.1222233Z + '[' Linux == Darwin ']' 2025-03-21T20:23:00.1222768Z ++ nproc 2025-03-21T20:23:00.1222984Z + CMAKE_JOBS=95 2025-03-21T20:23:00.1223250Z + cmake --build cmake-out -j 95 2025-03-21T20:23:00.1223961Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:23:00.1224732Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:23:00.1225791Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:23:00.1227031Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:23:00.1228240Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:23:00.1229761Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:23:00.1231193Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:23:00.1232609Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:23:00.1234222Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:23:00.1235911Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:23:00.1237508Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:23:00.1238666Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:23:00.1240336Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:23:00.1241864Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:23:00.1242908Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:23:00.1244080Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:23:00.1245197Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:23:00.1246697Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:23:00.1248201Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:23:00.1249783Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:23:00.1251294Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:23:00.1252749Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:23:00.1254464Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:23:00.1255544Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:23:00.1256538Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:23:00.1257626Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:23:00.1258690Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:23:00.1259885Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:23:00.1260949Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:23:00.1262023Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:23:00.1263043Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:23:00.1264123Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:23:00.1265234Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:23:00.1266385Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:00.1267215Z [ 7%] No download step for 'flatbuffers' 2025-03-21T20:23:00.1268125Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:00.1269319Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:23:00.1270560Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:23:00.1271731Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:00.1273025Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:23:00.1274198Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:23:00.1275317Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:23:00.1276455Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:23:00.1277886Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:23:00.1279039Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:23:00.1280562Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:23:00.1282018Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:23:00.1283204Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:23:00.1284402Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:23:03.9856943Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:23:03.9857855Z [ 12%] No update step for 'flatbuffers' 2025-03-21T20:23:03.9858390Z [ 12%] No patch step for 'flatbuffers' 2025-03-21T20:23:03.9858916Z [ 12%] Performing configure step for 'flatbuffers' 2025-03-21T20:23:03.9859339Z CMake Warning: 2025-03-21T20:23:03.9859680Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:23:03.9859987Z 2025-03-21T20:23:03.9860094Z  2025-03-21T20:23:03.9860364Z fatal: No names found, cannot describe anything. 2025-03-21T20:23:03.9860860Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:23:03.9861259Z git describe failed with exit code: 128 2025-03-21T20:23:03.9861504Z 2025-03-21T20:23:03.9861959Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:23:03.9862386Z Call Stack (most recent call first): 2025-03-21T20:23:03.9862723Z CMakeLists.txt:5 (include) 2025-03-21T20:23:03.9862910Z 2025-03-21T20:23:03.9863035Z  2025-03-21T20:23:03.9863282Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:23:03.9863655Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:03.9864042Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:03.9864498Z [ 13%] Linking C static library libpthreadpool.a 2025-03-21T20:23:03.9865055Z [ 13%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:23:03.9865621Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:23:03.9866128Z [ 13%] Linking C static library libcpuinfo.a 2025-03-21T20:23:03.9866511Z [ 13%] Built target pthreadpool 2025-03-21T20:23:03.9866839Z [ 13%] Built target gflags_nothreads_static 2025-03-21T20:23:03.9867196Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:23:03.9867532Z [ 13%] Built target cpuinfo 2025-03-21T20:23:03.9867835Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:03.9868278Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:03.9868812Z -- Detecting CXX compile features 2025-03-21T20:23:03.9869281Z -- Detecting CXX compile features - done 2025-03-21T20:23:03.9869615Z -- Looking for strtof_l 2025-03-21T20:23:03.9869880Z -- Looking for strtof_l - found 2025-03-21T20:23:03.9870180Z -- Looking for strtoull_l 2025-03-21T20:23:03.9870472Z -- Looking for strtoull_l - found 2025-03-21T20:23:03.9870780Z -- Looking for realpath 2025-03-21T20:23:03.9871059Z -- Looking for realpath - found 2025-03-21T20:23:03.9871400Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:23:03.9871786Z -- Configuring done (1.6s) 2025-03-21T20:23:03.9872175Z -- Generating done (0.0s) 2025-03-21T20:23:03.9872825Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:23:03.9873507Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:23:03.9874099Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:23:03.9874783Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:23:03.9875433Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:23:03.9876078Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:23:03.9876765Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:23:03.9877452Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:23:03.9878125Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:23:03.9878819Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:23:03.9879514Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:23:03.9880231Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:23:03.9880930Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:23:03.9881598Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:23:03.9882256Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:23:03.9882926Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:23:03.9883615Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:23:03.9884319Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:23:03.9885109Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:23:03.9885765Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:23:03.9886495Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:23:03.9887198Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:23:03.9887897Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:23:03.9888647Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:23:03.9889414Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:23:03.9890101Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:23:03.9890718Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:23:03.9891344Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:23:03.9892016Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:23:03.9892763Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:23:03.9893481Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:23:03.9894159Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:23:03.9894890Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:23:03.9895627Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:23:03.9896419Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:23:03.9897215Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:23:03.9898031Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:23:03.9899034Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:23:03.9899842Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:23:03.9900453Z [100%] Linking CXX executable flatc 2025-03-21T20:23:03.9900821Z [100%] Built target flatc 2025-03-21T20:23:03.9901206Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:23:03.9901642Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:23:03.9901986Z [ 13%] Built target flatbuffers 2025-03-21T20:23:03.9902401Z [ 13%] Generating common_schema headers 2025-03-21T20:23:03.9902777Z [ 13%] Built target common_schema 2025-03-21T20:23:03.9903186Z [ 13%] Generating program_schema headers 2025-03-21T20:23:03.9903581Z [ 13%] Built target program_schema 2025-03-21T20:23:03.9904220Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:23:03.9905084Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:23:03.9906077Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:23:03.9907205Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:23:03.9908177Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:23:03.9909079Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:23:03.9910032Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:23:03.9910895Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:23:03.9911778Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:23:03.9912846Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:23:03.9913742Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:23:03.9914697Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:23:03.9915727Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:23:03.9916726Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:23:03.9917621Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:23:03.9918462Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:23:03.9919323Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:23:03.9920203Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:23:03.9921068Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:23:03.9921963Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:23:03.9922759Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:23:03.9923212Z [ 18%] Built target executorch_core 2025-03-21T20:23:03.9923938Z [ 18%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:23:03.9925006Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:23:03.9925970Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:23:03.9926956Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:23:03.9927938Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:23:03.9928872Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:23:03.9929805Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:23:04.0740985Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:23:04.0741844Z [ 20%] Built target extension_threadpool 2025-03-21T20:23:04.0742524Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:23:04.0743212Z [ 20%] Built target executorch 2025-03-21T20:23:04.0744479Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:04.0746360Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:04.0748008Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:04.0749913Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:23:04.0751989Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:04.0756083Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:23:04.0757966Z [ 22%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:04.0759763Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:23:04.0761545Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:23:04.0763503Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:04.0765222Z [ 23%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:23:04.0766926Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:04.0768538Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:04.0770221Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:23:04.0772046Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:23:04.0773875Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:23:04.0775755Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:04.0777503Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:23:04.0779349Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:04.0781242Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:23:04.0783042Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:04.0784869Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:04.0786628Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:23:04.0788349Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:23:04.0790192Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:04.0792133Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:23:04.0793887Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:04.0795684Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:04.0797536Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:23:04.0799461Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:04.0801246Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:04.0803122Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:23:04.0805165Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:23:04.0807073Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:04.0808663Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:23:04.0810171Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:04.0811532Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:04.0812541Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:23:04.0813739Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:04.0814757Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:23:04.0815982Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:04.0817111Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:04.0818410Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:23:04.0819658Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:23:04.0820963Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:23:04.0822024Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:04.0823086Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:04.0824192Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:04.0825392Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:04.0826594Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:04.0827927Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:04.0829152Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:04.0830158Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:04.0831423Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:04.0832665Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:04.0833656Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:04.0834600Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:04.0835856Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:04.0837042Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:04.0838039Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:04.0839126Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:04.0840512Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:04.0841706Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:04.0843398Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:04.0844713Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:04.0845845Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:04.0846854Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:04.0848653Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:04.0849809Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:04.0851014Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:04.0852218Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:06.3773409Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:06.3774500Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:06.3775496Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:06.3776491Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:06.3777496Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:06.3778527Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:06.3779838Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:06.3780874Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:06.3781950Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:06.3783029Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:06.3784014Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:06.3784969Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:06.3786029Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:06.3787099Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:06.3788075Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:06.3788998Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:06.3789905Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:06.3790805Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:06.3791819Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:06.3793004Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:06.3794036Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:06.3795056Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:06.3796065Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:06.3797077Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:06.3798040Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:06.3798979Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:06.3802840Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:06.3803983Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:06.3804932Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:06.3805923Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:06.3806944Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:06.3807954Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:06.3808983Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:06.3809959Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:06.3810948Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:06.3811923Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:06.3812954Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:06.3814012Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:06.3815026Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:06.3815954Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:06.3816932Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:06.3817961Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:06.3819008Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:06.3820007Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:06.3820986Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:06.3821960Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:06.3822923Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:06.3823940Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:06.3824903Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:06.3825868Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:06.3826869Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:06.3827815Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:06.3828779Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:06.3829774Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:06.3830749Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:06.3831800Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:06.3832947Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:06.3833960Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:06.3834949Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:06.3835918Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:06.3836922Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:06.3837956Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:06.3838976Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:06.3840059Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:06.3841172Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:06.3842234Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:06.3843226Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:06.3844266Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:06.3845248Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:06.3846223Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:06.3847274Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:06.3848282Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:06.3849209Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:06.3850171Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:07.1068604Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:07.1069670Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:07.1070671Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:07.1071702Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:07.1072740Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:07.1073666Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:07.1074715Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:07.1075919Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:07.1077008Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:07.1078027Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:07.1079320Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:07.1080358Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:07.1081404Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:07.1082450Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:07.1083484Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:07.1084540Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:07.1085646Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:07.1086746Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:07.1087752Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:07.1088778Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:07.1089995Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:07.1091148Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:07.1092292Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:07.1093322Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:07.1094334Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:07.1095363Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:07.1096421Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:07.1097431Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:07.1098354Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:07.1099373Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:07.1100494Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:07.1101554Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:07.1102546Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:07.1103647Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:07.1104920Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:07.1106021Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:07.1106919Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:07.1107881Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:07.1108900Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:07.1110019Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:07.1111082Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:07.1112215Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:07.1113267Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:07.1114295Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:07.1115329Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:07.1116371Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:07.1117415Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:07.1118478Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:07.1119607Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:07.1120700Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:07.1121729Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:07.1122762Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:07.1123706Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:07.1124783Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:07.1125865Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:07.1126830Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:07.1127816Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:07.1128825Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:07.1129841Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:07.1130883Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:07.1131935Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:07.1132963Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:07.1133993Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:07.1134996Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:07.1136014Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:07.1137136Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:07.1138149Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:07.1139250Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:07.1140386Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:07.1141471Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:07.1142506Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:08.5107978Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:08.5109134Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:08.5110261Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:08.5111493Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:08.5112709Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:08.5113824Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:08.5115201Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:08.5116290Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:08.5117417Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:08.5118496Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:08.5119642Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:08.5120833Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:08.5122027Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:08.5123169Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:08.5124292Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:08.5125357Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:08.5126366Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:08.5127435Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:08.5128469Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:08.5129511Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:08.5130546Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:08.5131645Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:08.5132757Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:08.5133869Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:08.5134916Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:08.5136084Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:08.5137177Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:08.5138254Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:08.5139355Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:08.5140480Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:08.5141627Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:08.5142751Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:08.5143775Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:08.5144742Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:08.5145809Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:08.5146821Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:08.5147832Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:08.5148884Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:08.5149979Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:08.5151131Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:08.5152266Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:08.5153477Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:08.5154627Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:08.5155732Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:08.5156947Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:08.5158052Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:08.5159093Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:08.5160161Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:08.5161249Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:08.5162337Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:08.5163367Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:08.5164408Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:08.5165444Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:08.5166590Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:08.5167600Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:08.5168580Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:08.5169656Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:08.5170716Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:08.5171711Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:08.5172661Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:08.5173663Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:08.5174702Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:08.5175732Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:08.5176887Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:08.5177943Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:08.5179051Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:08.5180140Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:08.5181174Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:08.5182239Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:08.5183259Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:08.5184335Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:09.8057576Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:09.8058698Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:09.8059694Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:09.8060780Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:09.8061887Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:09.8062864Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:09.8063809Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:09.8064800Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:09.8065787Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:09.8066839Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:09.8067871Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:09.8068825Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:09.8070032Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:09.8071127Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:09.8072451Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:09.8073599Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:09.8074693Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:09.8075768Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:09.8076826Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:09.8077843Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:09.8078803Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:09.8079837Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:09.8081019Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:09.8082037Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:09.8083054Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:09.8084211Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:09.8085393Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:09.8086506Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:09.8087741Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:09.8089129Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:09.8090304Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:09.8091270Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:09.8092233Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:09.8093341Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:09.8094561Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:09.8095667Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:09.8096749Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:09.8097908Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:09.8099086Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:09.8100435Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:09.8101663Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:09.8102790Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:09.8103960Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:09.8105089Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:09.8106172Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:09.8107241Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:09.8108393Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:09.8109507Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:09.8110632Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:09.8111778Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:09.8113029Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:09.8114168Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:09.8115265Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:09.8116326Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:09.8117371Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:09.8118502Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:09.8119662Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:09.8120744Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:09.8121863Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:09.8122950Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:09.8124109Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:09.8125265Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:09.8126372Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:09.8127516Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:09.8128585Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:09.8129682Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:09.8130794Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:09.8132038Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:09.8133180Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:15.9017364Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:15.9018668Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:15.9019552Z [ 98%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:15.9020299Z [ 98%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:15.9020817Z [ 98%] Built target portable_kernels 2025-03-21T20:23:15.9021403Z [ 99%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:15.9021979Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:23:15.9022538Z [ 99%] Generating code for kernel registration 2025-03-21T20:23:15.9023595Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:15.9024629Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:15.9025416Z [ 99%] Built target portable_ops_lib 2025-03-21T20:23:15.9026251Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:15.9027375Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:15.9028385Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:15.9029385Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:15.9030427Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:15.9031508Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:15.9032444Z [100%] Linking CXX executable executor_runner 2025-03-21T20:23:15.9032921Z [100%] Built target executor_runner 2025-03-21T20:23:15.9033294Z + [[ '' == *main* ]] 2025-03-21T20:23:15.9033601Z + [[ '' == *gh* ]] 2025-03-21T20:23:15.9033954Z + bash examples/models/llama/install_requirements.sh 2025-03-21T20:23:15.9034392Z Collecting tiktoken 2025-03-21T20:23:15.9034991Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-03-21T20:23:15.9035645Z Collecting sentencepiece 2025-03-21T20:23:15.9036262Z Downloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:23:15.9037249Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-03-21T20:23:15.9037904Z Collecting snakeviz 2025-03-21T20:23:15.9038329Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-03-21T20:23:15.9038822Z Collecting lm_eval==0.4.5 2025-03-21T20:23:15.9039225Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-03-21T20:23:15.9039698Z Collecting blobfile 2025-03-21T20:23:15.9040116Z Downloading blobfile-3.0.0-py3-none-any.whl.metadata (15 kB) 2025-03-21T20:23:15.9040647Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-03-21T20:23:15.9041193Z Downloading accelerate-1.5.2-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:23:15.9041683Z Collecting evaluate (from lm_eval==0.4.5) 2025-03-21T20:23:15.9042200Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:23:15.9042736Z Collecting datasets>=2.16.0 (from lm_eval==0.4.5) 2025-03-21T20:23:15.9043269Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:23:15.9043955Z Collecting jsonlines (from lm_eval==0.4.5) 2025-03-21T20:23:15.9044531Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-03-21T20:23:15.9045013Z Collecting numexpr (from lm_eval==0.4.5) 2025-03-21T20:23:15.9045636Z 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:23:15.9046275Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-03-21T20:23:15.9046754Z Downloading peft-0.15.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:23:15.9047199Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-03-21T20:23:15.9047694Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-03-21T20:23:15.9048190Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-03-21T20:23:15.9048707Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-03-21T20:23:15.9049233Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-03-21T20:23:15.9049661Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-03-21T20:23:15.9050122Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:23:15.9050621Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-03-21T20:23:15.9051135Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-03-21T20:23:15.9051644Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-03-21T20:23:15.9052377Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-03-21T20:23:15.9052982Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-03-21T20:23:15.9053736Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-03-21T20:23:15.9054261Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:23:15.9055238Z [?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:23:15.9056092Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-03-21T20:23:15.9056684Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-03-21T20:23:15.9057587Z 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:23:15.9058381Z Collecting zstandard (from lm_eval==0.4.5) 2025-03-21T20:23:15.9059048Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2025-03-21T20:23:15.9059719Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:23:15.9060182Z Downloading dill-0.3.9-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:23:15.9060679Z Collecting word2number (from lm_eval==0.4.5) 2025-03-21T20:23:15.9061073Z Downloading word2number-1.1.zip (9.7 kB) 2025-03-21T20:23:15.9061566Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:23:15.9062092Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-03-21T20:23:15.9062649Z Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB) 2025-03-21T20:23:15.9063531Z 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:23:15.9064589Z 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:23:15.9065709Z 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:23:15.9066595Z Collecting tornado>=2.0 (from snakeviz) 2025-03-21T20:23:15.9067358Z 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:23:15.9068148Z Collecting pycryptodomex>=3.8 (from blobfile) 2025-03-21T20:23:15.9068841Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-03-21T20:23:15.9069934Z 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:23:15.9071026Z 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:23:15.9072062Z 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:23:15.9073385Z 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:23:15.9074658Z 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:23:15.9075578Z Collecting psutil (from accelerate>=0.26.0->lm_eval==0.4.5) 2025-03-21T20:23:15.9076451Z 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:23:15.9077663Z 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:23:15.9078934Z 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:23:15.9079949Z Collecting pyarrow>=15.0.0 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:15.9080627Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-03-21T20:23:15.9081216Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:23:15.9081695Z Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:23:15.9082593Z 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:23:15.9083820Z 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:23:15.9084671Z Collecting xxhash (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:15.9085417Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-03-21T20:23:15.9086186Z Collecting multiprocess<0.70.17 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:15.9086827Z Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB) 2025-03-21T20:23:15.9087598Z 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:23:15.9088335Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:23:15.9088913Z Collecting aiohttp (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:15.9089650Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:23:15.9090933Z 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:23:17.6805341Z 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:23:17.6806674Z 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:23:17.6807934Z 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:23:17.6808822Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:23:17.6809463Z Downloading absl_py-2.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-03-21T20:23:17.6809999Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:23:17.6810536Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:23:17.6811831Z 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:23:17.6812806Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:23:17.6813374Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-03-21T20:23:17.6814271Z 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:23:17.6815074Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:23:17.6815616Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-03-21T20:23:17.6816176Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:23:17.6816853Z Downloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-03-21T20:23:17.6817534Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:23:17.6818085Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2025-03-21T20:23:17.6818634Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:23:17.6819239Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:23:17.6820085Z 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:23:17.6821331Z 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:23:17.6822411Z 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:23:17.6823490Z 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:23:17.6824606Z 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:23:17.6825504Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:17.6826110Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:23:17.6826712Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:17.6827311Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:23:17.6827900Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:17.6828464Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-03-21T20:23:17.6829037Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:17.6829597Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-03-21T20:23:17.6830159Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:17.6830716Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-03-21T20:23:17.6831574Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:17.6832302Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:23:17.6833129Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:17.6833861Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:23:17.6834541Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:17.6835199Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:23:17.6835858Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:17.6836488Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:23:17.6837131Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:17.6838171Z 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:23:17.6839213Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:17.6840163Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) 2025-03-21T20:23:17.6840966Z Collecting propcache>=0.2.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:17.6841720Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-03-21T20:23:17.6842495Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:23:17.6843225Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-03-21T20:23:17.6844014Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:23:17.6844672Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-03-21T20:23:17.6845620Z 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:23:17.6847067Z 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:23:17.6848626Z 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:23:17.6849985Z 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:23:17.6850912Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:23:17.6851482Z Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 2025-03-21T20:23:17.6852423Z 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:23:17.6853495Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-03-21T20:23:17.6854564Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-03-21T20:23:17.6855282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 111.3 MB/s eta 0:00:00 2025-03-21T20:23:17.6856127Z [?25hDownloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-21T20:23:17.6857096Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-03-21T20:23:17.6857822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 94.3 MB/s eta 0:00:00 2025-03-21T20:23:17.6858712Z [?25hDownloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-03-21T20:23:17.6859583Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:23:17.6860283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 63.9 MB/s eta 0:00:00 2025-03-21T20:23:17.6860942Z [?25hDownloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-03-21T20:23:17.6861462Z Downloading blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:23:17.6861969Z Downloading accelerate-1.5.2-py3-none-any.whl (345 kB) 2025-03-21T20:23:17.6862487Z Downloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:23:17.6862971Z Downloading dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:23:17.6863416Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-03-21T20:23:17.6863897Z Downloading peft-0.15.0-py3-none-any.whl (410 kB) 2025-03-21T20:23:17.6864381Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-03-21T20:23:17.6865183Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-03-21T20:23:17.6866057Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:23:17.6866796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 66.7 MB/s eta 0:00:00 2025-03-21T20:23:17.6867432Z [?25hDownloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-03-21T20:23:17.6868151Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB) 2025-03-21T20:23:29.6935501Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.5 MB ? eta -:--:-- 2025-03-21T20:23:29.6936372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 143.0 MB/s eta 0:00:00 2025-03-21T20:23:29.6937465Z [?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:23:29.6938297Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-03-21T20:23:29.6938806Z Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB) 2025-03-21T20:23:29.6939499Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (397 kB) 2025-03-21T20:23:29.6940592Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-03-21T20:23:29.6941155Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-03-21T20:23:29.6941865Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2025-03-21T20:23:29.6942734Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.4 MB ? eta -:--:-- 2025-03-21T20:23:29.6946139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 191.5 MB/s eta 0:00:00 2025-03-21T20:23:29.6946789Z [?25hDownloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-03-21T20:23:29.6947347Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:23:29.6948005Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-03-21T20:23:29.6948816Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:23:29.6949542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 144.0 MB/s eta 0:00:00 2025-03-21T20:23:29.6950127Z [?25hDownloading joblib-1.4.2-py3-none-any.whl (301 kB) 2025-03-21T20:23:29.6950636Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-03-21T20:23:29.6951176Z Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:23:29.6951715Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-03-21T20:23:29.6952650Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (42.1 MB) 2025-03-21T20:23:29.6953874Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.1 MB ? eta -:--:-- 2025-03-21T20:23:29.6954698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 246.9 MB/s eta 0:00:00 2025-03-21T20:23:29.6955549Z [?25hDownloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.6 MB) 2025-03-21T20:23:29.6956429Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.6 MB ? eta -:--:-- 2025-03-21T20:23:29.6957178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.6/37.6 MB 220.9 MB/s eta 0:00:00 2025-03-21T20:23:29.6957826Z [?25hDownloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-03-21T20:23:29.6958346Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-03-21T20:23:29.6958842Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-03-21T20:23:29.6959451Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-03-21T20:23:29.6959891Z Downloading absl_py-2.2.0-py3-none-any.whl (276 kB) 2025-03-21T20:23:29.6960368Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-03-21T20:23:29.6960823Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-03-21T20:23:29.6961399Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-03-21T20:23:29.6962175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 181.8 MB/s eta 0:00:00 2025-03-21T20:23:29.6962782Z [?25hDownloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-03-21T20:23:29.6963559Z 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:23:29.6964477Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-03-21T20:23:29.6965128Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:23:29.6965653Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:23:29.6966144Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:23:29.6966620Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-03-21T20:23:29.6967380Z 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:23:29.6968309Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) 2025-03-21T20:23:29.6969090Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) 2025-03-21T20:23:29.6969847Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) 2025-03-21T20:23:29.6970405Z Downloading click-8.1.8-py3-none-any.whl (98 kB) 2025-03-21T20:23:29.6970940Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2025-03-21T20:23:29.6971584Z Building wheel for rouge-score (setup.py) ... [?25l- done 2025-03-21T20:23:29.6972615Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24986 sha256=a38fb17781076f13def7dd2d12f5b0c820373a8c7c4cb7cd5acbcf2e23f36e02 2025-03-21T20:23:29.6973730Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-03-21T20:23:29.6974532Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-03-21T20:23:29.6975527Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16928 sha256=f65a43dce682bfd43310c341755c09a96c9655f5f5247115f6eefc8c379eb3a1 2025-03-21T20:23:29.6976638Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-03-21T20:23:29.6977435Z Building wheel for word2number (setup.py) ... [?25l- done 2025-03-21T20:23:29.6978459Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5625 sha256=7f3183eb38824f9ab8f3c145022efb97b161a3fb51a72900228f429dff76b4d8 2025-03-21T20:23:29.6979649Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-03-21T20:23:29.6980377Z Successfully built rouge-score sqlitedict word2number 2025-03-21T20:23:29.6982980Z 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:23:29.6985625Z Attempting uninstall: fsspec 2025-03-21T20:23:29.6985996Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:23:29.6986401Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:23:29.6986744Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:23:29.6989942Z 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:23:29.6993782Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-03-21T20:23:29.6994426Z + bash examples/models/llava/install_requirements.sh 2025-03-21T20:23:29.6994917Z + pip install transformers accelerate sentencepiece tiktoken 2025-03-21T20:23:29.6995683Z Requirement already satisfied: transformers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (4.47.1) 2025-03-21T20:23:29.6996638Z Requirement already satisfied: accelerate in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (1.5.2) 2025-03-21T20:23:30.7028754Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.2.0) 2025-03-21T20:23:30.7029787Z Requirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.9.0) 2025-03-21T20:23:30.7030870Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (3.18.0) 2025-03-21T20:23:30.7032169Z Requirement already satisfied: huggingface-hub<1.0,>=0.24.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (0.29.3) 2025-03-21T20:23:30.7033325Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (2.2.4) 2025-03-21T20:23:30.7034412Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (24.2) 2025-03-21T20:23:30.7035510Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (6.0.1) 2025-03-21T20:23:30.7036626Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (2024.11.6) 2025-03-21T20:23:30.7037747Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (2.32.3) 2025-03-21T20:23:30.7039121Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (0.21.1) 2025-03-21T20:23:30.7040284Z Requirement already satisfied: safetensors>=0.4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (0.5.3) 2025-03-21T20:23:30.7041389Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers) (4.67.1) 2025-03-21T20:23:30.7042422Z Requirement already satisfied: psutil in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate) (7.0.0) 2025-03-21T20:23:30.7043530Z Requirement already satisfied: torch>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate) (2.7.0a0+git295f2ed) 2025-03-21T20:23:30.7044814Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.24.0->transformers) (2024.12.0) 2025-03-21T20:23:30.7046250Z 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.24.0->transformers) (4.12.2) 2025-03-21T20:23:30.7047647Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers) (3.4.1) 2025-03-21T20:23:30.7048769Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers) (3.10) 2025-03-21T20:23:30.7049975Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers) (2.3.0) 2025-03-21T20:23:30.7051102Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers) (2025.1.31) 2025-03-21T20:23:30.7052217Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2.0.0->accelerate) (1.13.3) 2025-03-21T20:23:30.7053280Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2.0.0->accelerate) (3.4.2) 2025-03-21T20:23:30.7054775Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=2.0.0->accelerate) (3.1.6) 2025-03-21T20:23:30.7055992Z 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>=2.0.0->accelerate) (1.3.0) 2025-03-21T20:23:30.7057278Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=2.0.0->accelerate) (3.0.2) 2025-03-21T20:23:30.7058194Z +++ dirname -- examples/models/llava/install_requirements.sh 2025-03-21T20:23:30.7058665Z ++ cd -- examples/models/llava 2025-03-21T20:23:30.7059005Z ++ pwd 2025-03-21T20:23:30.7059320Z + SCRIPT_DIR=/pytorch/executorch/examples/models/llava 2025-03-21T20:23:30.7059943Z + bash /pytorch/executorch/examples/models/llava/../llama/install_requirements.sh 2025-03-21T20:23:30.7060787Z Requirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.9.0) 2025-03-21T20:23:30.7061731Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.2.0) 2025-03-21T20:23:30.7062677Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-03-21T20:23:30.7063605Z Requirement already satisfied: snakeviz in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.2.2) 2025-03-21T20:23:30.7064491Z Requirement already satisfied: lm_eval==0.4.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.4.5) 2025-03-21T20:23:30.7065406Z Requirement already satisfied: blobfile in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (3.0.0) 2025-03-21T20:23:30.7066516Z Requirement already satisfied: accelerate>=0.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (1.5.2) 2025-03-21T20:23:30.7067670Z Requirement already satisfied: evaluate in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.4.3) 2025-03-21T20:23:30.7068691Z Requirement already satisfied: datasets>=2.16.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (3.4.1) 2025-03-21T20:23:30.7069718Z Requirement already satisfied: jsonlines in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.0.0) 2025-03-21T20:23:30.7070730Z Requirement already satisfied: numexpr in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.10.2) 2025-03-21T20:23:30.7071698Z Requirement already satisfied: peft>=0.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.15.0) 2025-03-21T20:23:30.7072988Z Requirement already satisfied: pybind11>=2.6.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.13.6) 2025-03-21T20:23:30.7074111Z Requirement already satisfied: pytablewriter in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (1.2.1) 2025-03-21T20:23:30.7075247Z Requirement already satisfied: rouge-score>=0.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.1.2) 2025-03-21T20:23:30.7076374Z Requirement already satisfied: sacrebleu>=1.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.5.1) 2025-03-21T20:23:30.7077588Z Requirement already satisfied: scikit-learn>=0.24.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (1.6.1) 2025-03-21T20:23:30.7078712Z Requirement already satisfied: sqlitedict in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.1.0) 2025-03-21T20:23:30.7079827Z Requirement 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:23:30.7081017Z Requirement already satisfied: tqdm-multiprocess in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.0.11) 2025-03-21T20:23:30.7082196Z 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:23:30.7083332Z Requirement already satisfied: zstandard in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.23.0) 2025-03-21T20:23:30.7084399Z Requirement already satisfied: dill in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.3.8) 2025-03-21T20:23:30.7085538Z Requirement already satisfied: word2number in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (1.1) 2025-03-21T20:23:30.7086607Z Requirement already satisfied: more-itertools in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (10.6.0) 2025-03-21T20:23:30.7087691Z 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:23:30.7088718Z 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:23:30.7089804Z 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:23:30.7090963Z Requirement already satisfied: tornado>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from snakeviz) (6.4.2) 2025-03-21T20:23:30.7091974Z Requirement already satisfied: pycryptodomex>=3.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.22.0) 2025-03-21T20:23:30.7092981Z 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:23:30.7093944Z 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:23:30.7094903Z 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:23:30.7096007Z 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:23:30.7097175Z 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:23:36.5787392Z Requirement already satisfied: psutil in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (7.0.0) 2025-03-21T20:23:36.5788719Z 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:23:36.5789995Z 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:23:36.5791330Z Requirement already satisfied: pyarrow>=15.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (19.0.1) 2025-03-21T20:23:36.5792738Z 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:23:36.5793947Z 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:23:36.5798662Z Requirement already satisfied: xxhash in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (3.5.0) 2025-03-21T20:23:36.5799922Z Requirement already satisfied: multiprocess<0.70.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (0.70.16) 2025-03-21T20:23:36.5801364Z Requirement already satisfied: fsspec<=2024.12.0,>=2023.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from fsspec[http]<=2024.12.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (2024.12.0) 2025-03-21T20:23:36.5802775Z Requirement already satisfied: aiohttp in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (3.11.14) 2025-03-21T20:23:36.5804206Z 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:23:36.5805546Z 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:23:36.5806736Z 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:23:36.5807910Z 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:23:36.5809090Z Requirement already satisfied: absl-py in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (2.2.0) 2025-03-21T20:23:36.5810274Z Requirement already satisfied: nltk in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (3.9.1) 2025-03-21T20:23:36.5811461Z 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:23:36.5812685Z Requirement already satisfied: portalocker in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (3.1.1) 2025-03-21T20:23:36.5813911Z 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:23:36.5815113Z Requirement already satisfied: colorama in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.4.6) 2025-03-21T20:23:36.5816462Z Requirement already satisfied: scipy>=1.6.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from scikit-learn>=0.24.1->lm_eval==0.4.5) (1.15.2) 2025-03-21T20:23:36.5817703Z Requirement already satisfied: joblib>=1.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from scikit-learn>=0.24.1->lm_eval==0.4.5) (1.4.2) 2025-03-21T20:23:36.5818978Z Requirement already satisfied: threadpoolctl>=3.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from scikit-learn>=0.24.1->lm_eval==0.4.5) (3.6.0) 2025-03-21T20:23:36.5820183Z 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:23:36.5821331Z 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:23:36.5822465Z 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:23:36.5823605Z 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:23:36.5824805Z 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:23:36.5826046Z Requirement already satisfied: DataProperty<2,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (1.1.0) 2025-03-21T20:23:36.5827341Z Requirement already satisfied: mbstrdecoder<2,>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (1.1.4) 2025-03-21T20:23:36.5828597Z Requirement already satisfied: pathvalidate<4,>=2.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (3.2.3) 2025-03-21T20:23:36.5829810Z Requirement already satisfied: tabledata<2,>=1.3.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (1.3.4) 2025-03-21T20:23:36.5831007Z Requirement already satisfied: tcolorpy<1,>=0.0.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (0.1.7) 2025-03-21T20:23:36.5832516Z Requirement already satisfied: typepy<2,>=1.3.2 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) (1.3.4) 2025-03-21T20:23:36.5833929Z Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (2.6.1) 2025-03-21T20:23:36.5835271Z Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (1.3.2) 2025-03-21T20:23:36.5836604Z Requirement already satisfied: async-timeout<6.0,>=4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (5.0.1) 2025-03-21T20:23:36.5837928Z Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (1.5.0) 2025-03-21T20:23:36.5839249Z Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (6.2.0) 2025-03-21T20:23:36.5840570Z Requirement already satisfied: propcache>=0.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (0.3.0) 2025-03-21T20:23:36.5841835Z Requirement already satisfied: yarl<2.0,>=1.17.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) (1.18.3) 2025-03-21T20:23:36.5843184Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) (5.2.0) 2025-03-21T20:23:36.5844706Z 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:23:36.5846098Z 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:23:36.5847561Z 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:23:36.5848878Z 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:23:36.5850084Z Requirement already satisfied: click in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) (8.1.8) 2025-03-21T20:23:36.5851304Z 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:23:36.5852216Z + python -m unittest examples.models.llava.test.test_llava 2025-03-21T20:23:36.5853031Z [INFO 2025-03-21 20:23:34,615 utils.py:146] Note: detected 96 virtual cores but NumExpr set to maximum of 64, check "NUMEXPR_MAX_THREADS" environment variable. 2025-03-21T20:23:36.5854432Z [INFO 2025-03-21 20:23:34,615 utils.py:149] Note: NumExpr detected 96 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 16. 2025-03-21T20:23:36.5855333Z [INFO 2025-03-21 20:23:34,615 utils.py:162] NumExpr defaulting to 16 threads. 2025-03-21T20:23:36.5856296Z [INFO 2025-03-21 20:23:36,577 custom_ops.py:34] Looking for libcustom_ops_aot_lib.so in /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/custom_ops 2025-03-21T20:23:50.3848533Z [INFO 2025-03-21 20:23:36,578 custom_ops.py:39] Loading custom ops library: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so 2025-03-21T20:23:50.3850995Z 2025-03-21T20:23:50.3851672Z preprocessor_config.json: 0% 0.00/505 [00:00] to quantizing the model... 2025-03-21T20:34:23.3664842Z [INFO 2025-03-21 20:34:11,103 builder.py:353] Calibrating with tasks: None, limit: None, calibration_data: None, tokenizer_path: None, seq_length: None 2025-03-21T20:34:23.3665925Z [INFO 2025-03-21 20:34:11,103 builder.py:376] No calibration provided, using dummy input to calibrate... 2025-03-21T20:34:23.3667504Z /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:34:30.8167260Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:30.8170565Z /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:34:30.8174779Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:34:30.8176066Z [INFO 2025-03-21 20:34:25,944 export_llama_lib.py:627] Applying quantizers: [] 2025-03-21T20:34:30.8177685Z [INFO 2025-03-21 20:34:25,944 quantized_kv_cache.py:277] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-03-21T20:34:30.8179060Z [INFO 2025-03-21 20:34:25,947 GPTQ.py:1142] linear: text_model.layers.0.attention.wq, in=4096, out=4096 2025-03-21T20:34:30.8180180Z [INFO 2025-03-21 20:34:25,988 GPTQ.py:1142] linear: text_model.layers.0.attention.wk, in=4096, out=4096 2025-03-21T20:34:30.8181591Z [INFO 2025-03-21 20:34:26,028 GPTQ.py:1142] linear: text_model.layers.0.attention.wv, in=4096, out=4096 2025-03-21T20:34:30.8182791Z [INFO 2025-03-21 20:34:26,068 GPTQ.py:1142] linear: text_model.layers.0.attention.wo, in=4096, out=4096 2025-03-21T20:34:30.8183996Z [INFO 2025-03-21 20:34:26,109 GPTQ.py:1142] linear: text_model.layers.0.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:30.8185355Z [INFO 2025-03-21 20:34:26,217 GPTQ.py:1142] linear: text_model.layers.0.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:30.8186618Z [INFO 2025-03-21 20:34:26,325 GPTQ.py:1142] linear: text_model.layers.0.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:30.8187922Z [INFO 2025-03-21 20:34:26,434 GPTQ.py:1142] linear: text_model.layers.1.attention.wq, in=4096, out=4096 2025-03-21T20:34:30.8189186Z [INFO 2025-03-21 20:34:26,476 GPTQ.py:1142] linear: text_model.layers.1.attention.wk, in=4096, out=4096 2025-03-21T20:34:30.8190549Z [INFO 2025-03-21 20:34:26,517 GPTQ.py:1142] linear: text_model.layers.1.attention.wv, in=4096, out=4096 2025-03-21T20:34:30.8192076Z [INFO 2025-03-21 20:34:26,558 GPTQ.py:1142] linear: text_model.layers.1.attention.wo, in=4096, out=4096 2025-03-21T20:34:30.8193531Z [INFO 2025-03-21 20:34:26,600 GPTQ.py:1142] linear: text_model.layers.1.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:30.8194995Z [INFO 2025-03-21 20:34:26,709 GPTQ.py:1142] linear: text_model.layers.1.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:30.8196445Z [INFO 2025-03-21 20:34:26,814 GPTQ.py:1142] linear: text_model.layers.1.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:30.8198734Z [INFO 2025-03-21 20:34:26,920 GPTQ.py:1142] linear: text_model.layers.2.attention.wq, in=4096, out=4096 2025-03-21T20:34:30.8200122Z [INFO 2025-03-21 20:34:26,960 GPTQ.py:1142] linear: text_model.layers.2.attention.wk, in=4096, out=4096 2025-03-21T20:34:30.8201566Z [INFO 2025-03-21 20:34:27,001 GPTQ.py:1142] linear: text_model.layers.2.attention.wv, in=4096, out=4096 2025-03-21T20:34:30.8203024Z [INFO 2025-03-21 20:34:27,040 GPTQ.py:1142] linear: text_model.layers.2.attention.wo, in=4096, out=4096 2025-03-21T20:34:30.8204479Z [INFO 2025-03-21 20:34:27,080 GPTQ.py:1142] linear: text_model.layers.2.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:30.8205889Z [INFO 2025-03-21 20:34:27,186 GPTQ.py:1142] linear: text_model.layers.2.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:30.8207054Z [INFO 2025-03-21 20:34:27,291 GPTQ.py:1142] linear: text_model.layers.2.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:30.8208520Z [INFO 2025-03-21 20:34:27,397 GPTQ.py:1142] linear: text_model.layers.3.attention.wq, in=4096, out=4096 2025-03-21T20:34:30.8209874Z [INFO 2025-03-21 20:34:27,438 GPTQ.py:1142] linear: text_model.layers.3.attention.wk, in=4096, out=4096 2025-03-21T20:34:30.8211131Z [INFO 2025-03-21 20:34:27,479 GPTQ.py:1142] linear: text_model.layers.3.attention.wv, in=4096, out=4096 2025-03-21T20:34:30.8213139Z [INFO 2025-03-21 20:34:27,519 GPTQ.py:1142] linear: text_model.layers.3.attention.wo, in=4096, out=4096 2025-03-21T20:34:30.8214394Z [INFO 2025-03-21 20:34:27,559 GPTQ.py:1142] linear: text_model.layers.3.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:30.8215742Z [INFO 2025-03-21 20:34:27,664 GPTQ.py:1142] linear: text_model.layers.3.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:30.8217053Z [INFO 2025-03-21 20:34:27,770 GPTQ.py:1142] linear: text_model.layers.3.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:30.8218633Z [INFO 2025-03-21 20:34:27,876 GPTQ.py:1142] linear: text_model.layers.4.attention.wq, in=4096, out=4096 2025-03-21T20:34:30.8220017Z [INFO 2025-03-21 20:34:27,917 GPTQ.py:1142] linear: text_model.layers.4.attention.wk, in=4096, out=4096 2025-03-21T20:34:30.8221315Z [INFO 2025-03-21 20:34:27,957 GPTQ.py:1142] linear: text_model.layers.4.attention.wv, in=4096, out=4096 2025-03-21T20:34:30.8222962Z [INFO 2025-03-21 20:34:27,998 GPTQ.py:1142] linear: text_model.layers.4.attention.wo, in=4096, out=4096 2025-03-21T20:34:30.8224350Z [INFO 2025-03-21 20:34:28,038 GPTQ.py:1142] linear: text_model.layers.4.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:30.8225607Z [INFO 2025-03-21 20:34:28,144 GPTQ.py:1142] linear: text_model.layers.4.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:30.8227007Z [INFO 2025-03-21 20:34:28,251 GPTQ.py:1142] linear: text_model.layers.4.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:30.8228276Z [INFO 2025-03-21 20:34:28,358 GPTQ.py:1142] linear: text_model.layers.5.attention.wq, in=4096, out=4096 2025-03-21T20:34:30.8229660Z [INFO 2025-03-21 20:34:28,399 GPTQ.py:1142] linear: text_model.layers.5.attention.wk, in=4096, out=4096 2025-03-21T20:34:30.8231111Z [INFO 2025-03-21 20:34:28,440 GPTQ.py:1142] linear: text_model.layers.5.attention.wv, in=4096, out=4096 2025-03-21T20:34:30.8232652Z [INFO 2025-03-21 20:34:28,480 GPTQ.py:1142] linear: text_model.layers.5.attention.wo, in=4096, out=4096 2025-03-21T20:34:30.8234050Z [INFO 2025-03-21 20:34:28,520 GPTQ.py:1142] linear: text_model.layers.5.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:30.8235548Z [INFO 2025-03-21 20:34:28,626 GPTQ.py:1142] linear: text_model.layers.5.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:30.8236881Z [INFO 2025-03-21 20:34:28,733 GPTQ.py:1142] linear: text_model.layers.5.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:30.8238288Z [INFO 2025-03-21 20:34:28,840 GPTQ.py:1142] linear: text_model.layers.6.attention.wq, in=4096, out=4096 2025-03-21T20:34:30.8239707Z [INFO 2025-03-21 20:34:28,882 GPTQ.py:1142] linear: text_model.layers.6.attention.wk, in=4096, out=4096 2025-03-21T20:34:30.8241138Z [INFO 2025-03-21 20:34:28,922 GPTQ.py:1142] linear: text_model.layers.6.attention.wv, in=4096, out=4096 2025-03-21T20:34:30.8242928Z [INFO 2025-03-21 20:34:28,964 GPTQ.py:1142] linear: text_model.layers.6.attention.wo, in=4096, out=4096 2025-03-21T20:34:30.8244165Z [INFO 2025-03-21 20:34:29,004 GPTQ.py:1142] linear: text_model.layers.6.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:30.8245693Z [INFO 2025-03-21 20:34:29,111 GPTQ.py:1142] linear: text_model.layers.6.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:30.8247132Z [INFO 2025-03-21 20:34:29,218 GPTQ.py:1142] linear: text_model.layers.6.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:30.8248444Z [INFO 2025-03-21 20:34:29,326 GPTQ.py:1142] linear: text_model.layers.7.attention.wq, in=4096, out=4096 2025-03-21T20:34:30.8249612Z [INFO 2025-03-21 20:34:29,367 GPTQ.py:1142] linear: text_model.layers.7.attention.wk, in=4096, out=4096 2025-03-21T20:34:30.8250915Z [INFO 2025-03-21 20:34:29,407 GPTQ.py:1142] linear: text_model.layers.7.attention.wv, in=4096, out=4096 2025-03-21T20:34:30.8252349Z [INFO 2025-03-21 20:34:29,448 GPTQ.py:1142] linear: text_model.layers.7.attention.wo, in=4096, out=4096 2025-03-21T20:34:30.8253882Z [INFO 2025-03-21 20:34:29,489 GPTQ.py:1142] linear: text_model.layers.7.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:30.8255102Z [INFO 2025-03-21 20:34:29,595 GPTQ.py:1142] linear: text_model.layers.7.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:30.8256556Z [INFO 2025-03-21 20:34:29,702 GPTQ.py:1142] linear: text_model.layers.7.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:30.8257710Z [INFO 2025-03-21 20:34:29,810 GPTQ.py:1142] linear: text_model.layers.8.attention.wq, in=4096, out=4096 2025-03-21T20:34:30.8258876Z [INFO 2025-03-21 20:34:29,850 GPTQ.py:1142] linear: text_model.layers.8.attention.wk, in=4096, out=4096 2025-03-21T20:34:30.8260048Z [INFO 2025-03-21 20:34:29,891 GPTQ.py:1142] linear: text_model.layers.8.attention.wv, in=4096, out=4096 2025-03-21T20:34:30.8261219Z [INFO 2025-03-21 20:34:29,932 GPTQ.py:1142] linear: text_model.layers.8.attention.wo, in=4096, out=4096 2025-03-21T20:34:30.8262575Z [INFO 2025-03-21 20:34:29,973 GPTQ.py:1142] linear: text_model.layers.8.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:30.8264016Z [INFO 2025-03-21 20:34:30,079 GPTQ.py:1142] linear: text_model.layers.8.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:30.8265429Z [INFO 2025-03-21 20:34:30,186 GPTQ.py:1142] linear: text_model.layers.8.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:30.8266724Z [INFO 2025-03-21 20:34:30,293 GPTQ.py:1142] linear: text_model.layers.9.attention.wq, in=4096, out=4096 2025-03-21T20:34:30.8268013Z [INFO 2025-03-21 20:34:30,334 GPTQ.py:1142] linear: text_model.layers.9.attention.wk, in=4096, out=4096 2025-03-21T20:34:30.8269159Z [INFO 2025-03-21 20:34:30,374 GPTQ.py:1142] linear: text_model.layers.9.attention.wv, in=4096, out=4096 2025-03-21T20:34:30.8270802Z [INFO 2025-03-21 20:34:30,415 GPTQ.py:1142] linear: text_model.layers.9.attention.wo, in=4096, out=4096 2025-03-21T20:34:30.8272703Z [INFO 2025-03-21 20:34:30,455 GPTQ.py:1142] linear: text_model.layers.9.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:30.8274446Z [INFO 2025-03-21 20:34:30,561 GPTQ.py:1142] linear: text_model.layers.9.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:30.8276215Z [INFO 2025-03-21 20:34:30,667 GPTQ.py:1142] linear: text_model.layers.9.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:30.8277956Z [INFO 2025-03-21 20:34:30,774 GPTQ.py:1142] linear: text_model.layers.10.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0729723Z [INFO 2025-03-21 20:34:30,815 GPTQ.py:1142] linear: text_model.layers.10.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0731568Z [INFO 2025-03-21 20:34:30,856 GPTQ.py:1142] linear: text_model.layers.10.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0733409Z [INFO 2025-03-21 20:34:30,896 GPTQ.py:1142] linear: text_model.layers.10.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0735351Z [INFO 2025-03-21 20:34:30,936 GPTQ.py:1142] linear: text_model.layers.10.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0741658Z [INFO 2025-03-21 20:34:31,042 GPTQ.py:1142] linear: text_model.layers.10.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0743167Z [INFO 2025-03-21 20:34:31,148 GPTQ.py:1142] linear: text_model.layers.10.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:36.0744375Z [INFO 2025-03-21 20:34:31,254 GPTQ.py:1142] linear: text_model.layers.11.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0745639Z [INFO 2025-03-21 20:34:31,296 GPTQ.py:1142] linear: text_model.layers.11.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0746827Z [INFO 2025-03-21 20:34:31,337 GPTQ.py:1142] linear: text_model.layers.11.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0748063Z [INFO 2025-03-21 20:34:31,378 GPTQ.py:1142] linear: text_model.layers.11.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0749364Z [INFO 2025-03-21 20:34:31,418 GPTQ.py:1142] linear: text_model.layers.11.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0750628Z [INFO 2025-03-21 20:34:31,524 GPTQ.py:1142] linear: text_model.layers.11.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0751948Z [INFO 2025-03-21 20:34:31,630 GPTQ.py:1142] linear: text_model.layers.11.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:36.0753757Z [INFO 2025-03-21 20:34:31,737 GPTQ.py:1142] linear: text_model.layers.12.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0755765Z [INFO 2025-03-21 20:34:31,778 GPTQ.py:1142] linear: text_model.layers.12.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0757136Z [INFO 2025-03-21 20:34:31,819 GPTQ.py:1142] linear: text_model.layers.12.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0758635Z [INFO 2025-03-21 20:34:31,860 GPTQ.py:1142] linear: text_model.layers.12.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0760058Z [INFO 2025-03-21 20:34:31,900 GPTQ.py:1142] linear: text_model.layers.12.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0761373Z [INFO 2025-03-21 20:34:32,006 GPTQ.py:1142] linear: text_model.layers.12.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0762626Z [INFO 2025-03-21 20:34:32,112 GPTQ.py:1142] linear: text_model.layers.12.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:36.0763928Z [INFO 2025-03-21 20:34:32,219 GPTQ.py:1142] linear: text_model.layers.13.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0765426Z [INFO 2025-03-21 20:34:32,260 GPTQ.py:1142] linear: text_model.layers.13.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0766789Z [INFO 2025-03-21 20:34:32,301 GPTQ.py:1142] linear: text_model.layers.13.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0768125Z [INFO 2025-03-21 20:34:32,342 GPTQ.py:1142] linear: text_model.layers.13.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0769483Z [INFO 2025-03-21 20:34:32,382 GPTQ.py:1142] linear: text_model.layers.13.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0770797Z [INFO 2025-03-21 20:34:32,488 GPTQ.py:1142] linear: text_model.layers.13.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0772207Z [INFO 2025-03-21 20:34:32,595 GPTQ.py:1142] linear: text_model.layers.13.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:36.0773758Z [INFO 2025-03-21 20:34:32,702 GPTQ.py:1142] linear: text_model.layers.14.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0774956Z [INFO 2025-03-21 20:34:32,743 GPTQ.py:1142] linear: text_model.layers.14.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0776361Z [INFO 2025-03-21 20:34:32,784 GPTQ.py:1142] linear: text_model.layers.14.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0777767Z [INFO 2025-03-21 20:34:32,824 GPTQ.py:1142] linear: text_model.layers.14.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0778998Z [INFO 2025-03-21 20:34:32,865 GPTQ.py:1142] linear: text_model.layers.14.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0780551Z [INFO 2025-03-21 20:34:32,971 GPTQ.py:1142] linear: text_model.layers.14.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0781888Z [INFO 2025-03-21 20:34:33,077 GPTQ.py:1142] linear: text_model.layers.14.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:36.0783656Z [INFO 2025-03-21 20:34:33,184 GPTQ.py:1142] linear: text_model.layers.15.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0785315Z [INFO 2025-03-21 20:34:33,225 GPTQ.py:1142] linear: text_model.layers.15.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0786683Z [INFO 2025-03-21 20:34:33,266 GPTQ.py:1142] linear: text_model.layers.15.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0787951Z [INFO 2025-03-21 20:34:33,306 GPTQ.py:1142] linear: text_model.layers.15.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0789234Z [INFO 2025-03-21 20:34:33,347 GPTQ.py:1142] linear: text_model.layers.15.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0790682Z [INFO 2025-03-21 20:34:33,453 GPTQ.py:1142] linear: text_model.layers.15.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0792314Z [INFO 2025-03-21 20:34:33,559 GPTQ.py:1142] linear: text_model.layers.15.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:36.0793665Z [INFO 2025-03-21 20:34:33,666 GPTQ.py:1142] linear: text_model.layers.16.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0795010Z [INFO 2025-03-21 20:34:33,707 GPTQ.py:1142] linear: text_model.layers.16.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0796393Z [INFO 2025-03-21 20:34:33,748 GPTQ.py:1142] linear: text_model.layers.16.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0798208Z [INFO 2025-03-21 20:34:33,788 GPTQ.py:1142] linear: text_model.layers.16.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0799484Z [INFO 2025-03-21 20:34:33,829 GPTQ.py:1142] linear: text_model.layers.16.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0801157Z [INFO 2025-03-21 20:34:33,935 GPTQ.py:1142] linear: text_model.layers.16.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0802705Z [INFO 2025-03-21 20:34:34,041 GPTQ.py:1142] linear: text_model.layers.16.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:36.0804202Z [INFO 2025-03-21 20:34:34,147 GPTQ.py:1142] linear: text_model.layers.17.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0805607Z [INFO 2025-03-21 20:34:34,188 GPTQ.py:1142] linear: text_model.layers.17.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0807169Z [INFO 2025-03-21 20:34:34,229 GPTQ.py:1142] linear: text_model.layers.17.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0808461Z [INFO 2025-03-21 20:34:34,269 GPTQ.py:1142] linear: text_model.layers.17.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0809867Z [INFO 2025-03-21 20:34:34,309 GPTQ.py:1142] linear: text_model.layers.17.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0811504Z [INFO 2025-03-21 20:34:34,415 GPTQ.py:1142] linear: text_model.layers.17.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0813258Z [INFO 2025-03-21 20:34:34,521 GPTQ.py:1142] linear: text_model.layers.17.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:36.0814917Z [INFO 2025-03-21 20:34:34,627 GPTQ.py:1142] linear: text_model.layers.18.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0816149Z [INFO 2025-03-21 20:34:34,668 GPTQ.py:1142] linear: text_model.layers.18.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0817381Z [INFO 2025-03-21 20:34:34,708 GPTQ.py:1142] linear: text_model.layers.18.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0818550Z [INFO 2025-03-21 20:34:34,750 GPTQ.py:1142] linear: text_model.layers.18.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0819784Z [INFO 2025-03-21 20:34:34,789 GPTQ.py:1142] linear: text_model.layers.18.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0821006Z [INFO 2025-03-21 20:34:34,895 GPTQ.py:1142] linear: text_model.layers.18.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0822240Z [INFO 2025-03-21 20:34:35,002 GPTQ.py:1142] linear: text_model.layers.18.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:36.0823517Z [INFO 2025-03-21 20:34:35,109 GPTQ.py:1142] linear: text_model.layers.19.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0824863Z [INFO 2025-03-21 20:34:35,150 GPTQ.py:1142] linear: text_model.layers.19.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0827166Z [INFO 2025-03-21 20:34:35,191 GPTQ.py:1142] linear: text_model.layers.19.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0828575Z [INFO 2025-03-21 20:34:35,231 GPTQ.py:1142] linear: text_model.layers.19.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0829907Z [INFO 2025-03-21 20:34:35,272 GPTQ.py:1142] linear: text_model.layers.19.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0831156Z [INFO 2025-03-21 20:34:35,377 GPTQ.py:1142] linear: text_model.layers.19.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0832761Z [INFO 2025-03-21 20:34:35,484 GPTQ.py:1142] linear: text_model.layers.19.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:36.0834577Z [INFO 2025-03-21 20:34:35,591 GPTQ.py:1142] linear: text_model.layers.20.attention.wq, in=4096, out=4096 2025-03-21T20:34:36.0836338Z [INFO 2025-03-21 20:34:35,632 GPTQ.py:1142] linear: text_model.layers.20.attention.wk, in=4096, out=4096 2025-03-21T20:34:36.0838067Z [INFO 2025-03-21 20:34:35,672 GPTQ.py:1142] linear: text_model.layers.20.attention.wv, in=4096, out=4096 2025-03-21T20:34:36.0839830Z [INFO 2025-03-21 20:34:35,713 GPTQ.py:1142] linear: text_model.layers.20.attention.wo, in=4096, out=4096 2025-03-21T20:34:36.0841613Z [INFO 2025-03-21 20:34:35,753 GPTQ.py:1142] linear: text_model.layers.20.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:36.0843426Z [INFO 2025-03-21 20:34:35,859 GPTQ.py:1142] linear: text_model.layers.20.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:36.0845441Z [INFO 2025-03-21 20:34:35,965 GPTQ.py:1142] linear: text_model.layers.20.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2540814Z [INFO 2025-03-21 20:34:36,071 GPTQ.py:1142] linear: text_model.layers.21.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2542627Z [INFO 2025-03-21 20:34:36,113 GPTQ.py:1142] linear: text_model.layers.21.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2544617Z [INFO 2025-03-21 20:34:36,153 GPTQ.py:1142] linear: text_model.layers.21.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2546642Z [INFO 2025-03-21 20:34:36,194 GPTQ.py:1142] linear: text_model.layers.21.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2548165Z [INFO 2025-03-21 20:34:36,234 GPTQ.py:1142] linear: text_model.layers.21.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2549664Z [INFO 2025-03-21 20:34:36,340 GPTQ.py:1142] linear: text_model.layers.21.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:41.2551198Z [INFO 2025-03-21 20:34:36,446 GPTQ.py:1142] linear: text_model.layers.21.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2552772Z [INFO 2025-03-21 20:34:36,552 GPTQ.py:1142] linear: text_model.layers.22.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2554434Z [INFO 2025-03-21 20:34:36,593 GPTQ.py:1142] linear: text_model.layers.22.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2556328Z [INFO 2025-03-21 20:34:36,633 GPTQ.py:1142] linear: text_model.layers.22.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2558279Z [INFO 2025-03-21 20:34:36,674 GPTQ.py:1142] linear: text_model.layers.22.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2560286Z [INFO 2025-03-21 20:34:36,714 GPTQ.py:1142] linear: text_model.layers.22.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2562262Z [INFO 2025-03-21 20:34:36,819 GPTQ.py:1142] linear: text_model.layers.22.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:41.2564013Z [INFO 2025-03-21 20:34:36,926 GPTQ.py:1142] linear: text_model.layers.22.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2565488Z [INFO 2025-03-21 20:34:37,032 GPTQ.py:1142] linear: text_model.layers.23.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2566834Z [INFO 2025-03-21 20:34:37,074 GPTQ.py:1142] linear: text_model.layers.23.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2568234Z [INFO 2025-03-21 20:34:37,115 GPTQ.py:1142] linear: text_model.layers.23.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2569604Z [INFO 2025-03-21 20:34:37,156 GPTQ.py:1142] linear: text_model.layers.23.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2571475Z [INFO 2025-03-21 20:34:37,196 GPTQ.py:1142] linear: text_model.layers.23.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2572879Z [INFO 2025-03-21 20:34:37,302 GPTQ.py:1142] linear: text_model.layers.23.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:41.2574365Z [INFO 2025-03-21 20:34:37,408 GPTQ.py:1142] linear: text_model.layers.23.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2575875Z [INFO 2025-03-21 20:34:37,514 GPTQ.py:1142] linear: text_model.layers.24.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2577075Z [INFO 2025-03-21 20:34:37,555 GPTQ.py:1142] linear: text_model.layers.24.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2578315Z [INFO 2025-03-21 20:34:37,596 GPTQ.py:1142] linear: text_model.layers.24.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2579522Z [INFO 2025-03-21 20:34:37,636 GPTQ.py:1142] linear: text_model.layers.24.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2580789Z [INFO 2025-03-21 20:34:37,676 GPTQ.py:1142] linear: text_model.layers.24.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2582010Z [INFO 2025-03-21 20:34:37,781 GPTQ.py:1142] linear: text_model.layers.24.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:41.2583254Z [INFO 2025-03-21 20:34:37,887 GPTQ.py:1142] linear: text_model.layers.24.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2584404Z [INFO 2025-03-21 20:34:37,994 GPTQ.py:1142] linear: text_model.layers.25.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2585873Z [INFO 2025-03-21 20:34:38,036 GPTQ.py:1142] linear: text_model.layers.25.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2587093Z [INFO 2025-03-21 20:34:38,077 GPTQ.py:1142] linear: text_model.layers.25.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2588346Z [INFO 2025-03-21 20:34:38,117 GPTQ.py:1142] linear: text_model.layers.25.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2589620Z [INFO 2025-03-21 20:34:38,158 GPTQ.py:1142] linear: text_model.layers.25.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2590920Z [INFO 2025-03-21 20:34:38,264 GPTQ.py:1142] linear: text_model.layers.25.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:41.2592702Z [INFO 2025-03-21 20:34:38,370 GPTQ.py:1142] linear: text_model.layers.25.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2593988Z [INFO 2025-03-21 20:34:38,478 GPTQ.py:1142] linear: text_model.layers.26.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2595206Z [INFO 2025-03-21 20:34:38,519 GPTQ.py:1142] linear: text_model.layers.26.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2596370Z [INFO 2025-03-21 20:34:38,559 GPTQ.py:1142] linear: text_model.layers.26.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2597575Z [INFO 2025-03-21 20:34:38,600 GPTQ.py:1142] linear: text_model.layers.26.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2598773Z [INFO 2025-03-21 20:34:38,640 GPTQ.py:1142] linear: text_model.layers.26.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2600163Z [INFO 2025-03-21 20:34:38,747 GPTQ.py:1142] linear: text_model.layers.26.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:41.2601451Z [INFO 2025-03-21 20:34:38,854 GPTQ.py:1142] linear: text_model.layers.26.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2602693Z [INFO 2025-03-21 20:34:38,960 GPTQ.py:1142] linear: text_model.layers.27.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2603893Z [INFO 2025-03-21 20:34:39,001 GPTQ.py:1142] linear: text_model.layers.27.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2605020Z [INFO 2025-03-21 20:34:39,041 GPTQ.py:1142] linear: text_model.layers.27.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2606225Z [INFO 2025-03-21 20:34:39,082 GPTQ.py:1142] linear: text_model.layers.27.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2607483Z [INFO 2025-03-21 20:34:39,122 GPTQ.py:1142] linear: text_model.layers.27.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2608691Z [INFO 2025-03-21 20:34:39,228 GPTQ.py:1142] linear: text_model.layers.27.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:41.2609987Z [INFO 2025-03-21 20:34:39,335 GPTQ.py:1142] linear: text_model.layers.27.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2611510Z [INFO 2025-03-21 20:34:39,441 GPTQ.py:1142] linear: text_model.layers.28.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2612843Z [INFO 2025-03-21 20:34:39,482 GPTQ.py:1142] linear: text_model.layers.28.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2614097Z [INFO 2025-03-21 20:34:39,522 GPTQ.py:1142] linear: text_model.layers.28.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2615284Z [INFO 2025-03-21 20:34:39,562 GPTQ.py:1142] linear: text_model.layers.28.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2616458Z [INFO 2025-03-21 20:34:39,602 GPTQ.py:1142] linear: text_model.layers.28.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2617764Z [INFO 2025-03-21 20:34:39,707 GPTQ.py:1142] linear: text_model.layers.28.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:41.2619068Z [INFO 2025-03-21 20:34:39,813 GPTQ.py:1142] linear: text_model.layers.28.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2620341Z [INFO 2025-03-21 20:34:39,920 GPTQ.py:1142] linear: text_model.layers.29.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2621475Z [INFO 2025-03-21 20:34:39,960 GPTQ.py:1142] linear: text_model.layers.29.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2622630Z [INFO 2025-03-21 20:34:40,000 GPTQ.py:1142] linear: text_model.layers.29.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2624173Z [INFO 2025-03-21 20:34:40,040 GPTQ.py:1142] linear: text_model.layers.29.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2625444Z [INFO 2025-03-21 20:34:40,081 GPTQ.py:1142] linear: text_model.layers.29.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2626651Z [INFO 2025-03-21 20:34:40,185 GPTQ.py:1142] linear: text_model.layers.29.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:41.2627918Z [INFO 2025-03-21 20:34:40,291 GPTQ.py:1142] linear: text_model.layers.29.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2629087Z [INFO 2025-03-21 20:34:40,398 GPTQ.py:1142] linear: text_model.layers.30.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2630277Z [INFO 2025-03-21 20:34:40,438 GPTQ.py:1142] linear: text_model.layers.30.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2631608Z [INFO 2025-03-21 20:34:40,478 GPTQ.py:1142] linear: text_model.layers.30.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2632910Z [INFO 2025-03-21 20:34:40,518 GPTQ.py:1142] linear: text_model.layers.30.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2634165Z [INFO 2025-03-21 20:34:40,558 GPTQ.py:1142] linear: text_model.layers.30.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2635452Z [INFO 2025-03-21 20:34:40,664 GPTQ.py:1142] linear: text_model.layers.30.feed_forward.w2, in=11008, out=4096 2025-03-21T20:34:41.2636629Z [INFO 2025-03-21 20:34:40,770 GPTQ.py:1142] linear: text_model.layers.30.feed_forward.w3, in=4096, out=11008 2025-03-21T20:34:41.2637792Z [INFO 2025-03-21 20:34:40,876 GPTQ.py:1142] linear: text_model.layers.31.attention.wq, in=4096, out=4096 2025-03-21T20:34:41.2639013Z [INFO 2025-03-21 20:34:40,917 GPTQ.py:1142] linear: text_model.layers.31.attention.wk, in=4096, out=4096 2025-03-21T20:34:41.2640173Z [INFO 2025-03-21 20:34:40,958 GPTQ.py:1142] linear: text_model.layers.31.attention.wv, in=4096, out=4096 2025-03-21T20:34:41.2641304Z [INFO 2025-03-21 20:34:40,999 GPTQ.py:1142] linear: text_model.layers.31.attention.wo, in=4096, out=4096 2025-03-21T20:34:41.2642566Z [INFO 2025-03-21 20:34:41,040 GPTQ.py:1142] linear: text_model.layers.31.feed_forward.w1, in=4096, out=11008 2025-03-21T20:34:41.2643782Z [INFO 2025-03-21 20:34:41,146 GPTQ.py:1142] linear: text_model.layers.31.feed_forward.w2, in=11008, out=4096 2025-03-21T20:38:09.2980120Z [INFO 2025-03-21 20:34:41,253 GPTQ.py:1142] linear: text_model.layers.31.feed_forward.w3, in=4096, out=11008 2025-03-21T20:38:09.2984597Z [INFO 2025-03-21 20:34:41,360 GPTQ.py:1142] linear: text_model.output, in=4096, out=32064 2025-03-21T20:38:09.2986165Z [INFO 2025-03-21 20:34:42,409 builder.py:162] Model after source transforms: LlavaTextModel( 2025-03-21T20:38:09.2986751Z (text_model): Transformer( 2025-03-21T20:38:09.2987443Z (tok_embeddings): Embedding(32064, 4096) 2025-03-21T20:38:09.2987816Z (rope): Rope() 2025-03-21T20:38:09.2988105Z (layers): ModuleList( 2025-03-21T20:38:09.2992323Z (0-31): 32 x TransformerBlock( 2025-03-21T20:38:09.2992766Z (attention): AttentionMHA( 2025-03-21T20:38:09.2993188Z (wq): Int8DynActInt4WeightLinear() 2025-03-21T20:38:09.2993600Z (wk): Int8DynActInt4WeightLinear() 2025-03-21T20:38:09.2993989Z (wv): Int8DynActInt4WeightLinear() 2025-03-21T20:38:09.2994384Z (wo): Int8DynActInt4WeightLinear() 2025-03-21T20:38:09.2994756Z (rope): Rope() 2025-03-21T20:38:09.2995054Z (kv_cache): CustomKVCache() 2025-03-21T20:38:09.2995413Z (SDPA): SDPACustom() 2025-03-21T20:38:09.2995726Z ) 2025-03-21T20:38:09.2995999Z (feed_forward): FeedForward( 2025-03-21T20:38:09.2996371Z (w1): Int8DynActInt4WeightLinear() 2025-03-21T20:38:09.2996760Z (w2): Int8DynActInt4WeightLinear() 2025-03-21T20:38:09.2997153Z (w3): Int8DynActInt4WeightLinear() 2025-03-21T20:38:09.2997510Z ) 2025-03-21T20:38:09.2997778Z (attention_norm): RMSNorm() 2025-03-21T20:38:09.2998121Z (ffn_norm): RMSNorm() 2025-03-21T20:38:09.2998745Z ) 2025-03-21T20:38:09.2998983Z ) 2025-03-21T20:38:09.2999230Z (norm): RMSNorm() 2025-03-21T20:38:09.2999547Z (output): Int8DynActInt4WeightLinear() 2025-03-21T20:38:09.2999901Z ) 2025-03-21T20:38:09.3000117Z ) 2025-03-21T20:38:09.3000433Z [INFO 2025-03-21 20:34:42,409 builder.py:217] Exporting with: 2025-03-21T20:38:09.3001155Z [INFO 2025-03-21 20:34:42,410 builder.py:218] inputs: (tensor([0]), tensor([[[ 0.0045, -0.0038, 0.0017, ..., -0.0088, 0.0025, -0.0025], 2025-03-21T20:38:09.3001940Z [-0.0112, -0.0129, -0.0121, ..., 0.0090, 0.0118, -0.0081], 2025-03-21T20:38:09.3002372Z [ 0.0195, -0.0058, 0.0061, ..., 0.0171, -0.0052, -0.0212], 2025-03-21T20:38:09.3002729Z ..., 2025-03-21T20:38:09.3003036Z [-0.0187, -0.0017, 0.0177, ..., 0.0238, 0.0052, 0.0101], 2025-03-21T20:38:09.3003460Z [ 0.0066, -0.0161, 0.0117, ..., -0.0103, 0.0148, 0.0073], 2025-03-21T20:38:09.3003887Z [ 0.0039, 0.0015, 0.0055, ..., -0.0042, 0.0151, 0.0024]]], 2025-03-21T20:38:09.3004284Z grad_fn=)) 2025-03-21T20:38:09.3004653Z [INFO 2025-03-21 20:34:42,410 builder.py:219] kwargs: None 2025-03-21T20:38:09.3005370Z [INFO 2025-03-21 20:34:42,410 builder.py:220] dynamic shapes: ({0: 1}, {1: }) 2025-03-21T20:38:09.3007024Z /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:38:09.3008480Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3009849Z /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:38:09.3011255Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3011765Z [INFO 2025-03-21 20:35:09,136 builder.py:337] Using pt2e [] to quantizing the model... 2025-03-21T20:38:09.3012374Z [INFO 2025-03-21 20:35:09,136 builder.py:388] No quantizer provided, passing... 2025-03-21T20:38:09.3013834Z /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:38:09.3015191Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3016634Z /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:38:09.3018004Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3018492Z quantize ('embed_tokens', Embedding(32064, 4096)) with group_size 32, bitwidth 8 2025-03-21T20:38:09.3019977Z /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:38:09.3021340Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3022703Z /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:38:09.3024077Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3025496Z /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:38:09.3026859Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3028219Z /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:38:09.3029588Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3030933Z /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:38:09.3032592Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3033991Z /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:38:09.3035398Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3036801Z /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:38:09.3038203Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3039596Z /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:38:09.3040995Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3042070Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-03-21T20:38:09.3043089Z warnings.warn( 2025-03-21T20:38:09.3044456Z /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:38:09.3045941Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3047302Z /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:38:09.3048673Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3050031Z /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:38:09.3051395Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:09.3052435Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-03-21T20:38:09.3053902Z warnings.warn( 2025-03-21T20:38:09.3055331Z /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:38:09.3056739Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2646251Z /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:38:11.2650428Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2654546Z /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:38:11.2658516Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2661481Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-03-21T20:38:11.2664186Z warnings.warn( 2025-03-21T20:38:11.2667576Z /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:38:11.2671231Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2674922Z /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:38:11.2678556Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2698665Z /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:38:11.2702501Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2705698Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-03-21T20:38:11.2708437Z warnings.warn( 2025-03-21T20:38:11.2711826Z /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:38:11.2715599Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2719308Z /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:38:11.2723014Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2726636Z /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:38:11.2730452Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2733201Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-03-21T20:38:11.2735915Z warnings.warn( 2025-03-21T20:38:11.2739305Z /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:38:11.2743024Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2746688Z /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:38:11.2750347Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2754273Z /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:38:11.2758164Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2760880Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-03-21T20:38:11.2763503Z warnings.warn( 2025-03-21T20:38:11.2766811Z /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:38:11.2770434Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2773948Z /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:38:11.2777525Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2781233Z /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:38:11.2784773Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2787493Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-03-21T20:38:11.2790166Z warnings.warn( 2025-03-21T20:38:11.2793570Z /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:38:11.2797116Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2800645Z /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:38:11.2804215Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2807759Z /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:38:11.2811464Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2814140Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/exir/capture/_capture.py:171: DeprecationWarning: This function is now deprecated, please use `torch.export and exir.to_edge` instead. 2025-03-21T20:38:11.2816833Z warnings.warn( 2025-03-21T20:38:11.2820144Z /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:38:11.2823719Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2827278Z /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:38:11.2830784Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:38:11.2834458Z /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:38:11.2838008Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:04:29.7609992Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:04:29.7611684Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:04:29.7613138Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:04:29.7614601Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:04:29.7616561Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:04:29.7618067Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:04:29.7619513Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:04:29.7620968Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:04:29.7622492Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:04:29.7623901Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:04:29.7625311Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:04:29.7626910Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:04:29.7628353Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/examples/models/llava/export_llava.py:249: FutureWarning: `HintBasedSymShapeEvalPass` is deprecated and will be removed in a future version of ExecuTorch. Please use `ConstraintBasedSymShapeEvalPass` instead. 2025-03-21T21:04:29.7629796Z "token_embedding": HintBasedSymShapeEvalPass(), 2025-03-21T21:04:29.7631550Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/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-21T21:04:29.7633601Z warnings.warn( 2025-03-21T21:04:29.7634120Z [INFO 2025-03-21 20:46:54,341 export_llava.py:254] Required memory for activation in bytes: [0, 68658448] 2025-03-21T21:04:29.7634923Z [INFO 2025-03-21 20:46:54,341 export_llava.py:254] Required memory for activation in bytes: [0, 2285895744] 2025-03-21T21:04:29.7635704Z [INFO 2025-03-21 20:46:54,341 export_llava.py:254] Required memory for activation in bytes: [0, 573440] 2025-03-21T21:04:29.7636442Z [program.cpp:136] InternalConsistency verification requested but not available 2025-03-21T21:04:29.7636965Z 0 When 2025-03-21T21:04:29.7637191Z 1 visit 2025-03-21T21:04:29.7637444Z 2 ing 2025-03-21T21:04:29.7637695Z 3 the 2025-03-21T21:04:29.7637965Z When visiting the pier 2025-03-21T21:04:29.7638275Z . 2025-03-21T21:04:29.7638575Z Loading checkpoint shards: 0% 0/3 [00:00 value. Or, use the ... syntax 2025-03-21T21:04:29.7664668Z to tell CMake that the project requires at least but has been updated 2025-03-21T21:04:29.7665203Z to work with policies introduced by or earlier. 2025-03-21T21:04:29.7665477Z 2025-03-21T21:04:29.7665618Z  2025-03-21T21:04:29.7666284Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T21:04:29.7667063Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T21:04:29.7667501Z CMake. 2025-03-21T21:04:29.7667654Z 2025-03-21T21:04:29.7667892Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T21:04:29.7668485Z to tell CMake that the project requires at least but has been updated 2025-03-21T21:04:29.7669031Z to work with policies introduced by or earlier. 2025-03-21T21:04:29.7669296Z 2025-03-21T21:04:29.7669442Z  2025-03-21T21:04:29.7670093Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T21:04:29.7671049Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T21:04:29.7671516Z CMake. 2025-03-21T21:04:29.7671676Z 2025-03-21T21:04:29.7671910Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T21:04:29.7672776Z to tell CMake that the project requires at least but has been updated 2025-03-21T21:04:29.7673348Z to work with policies introduced by or earlier. 2025-03-21T21:04:29.7673710Z 2025-03-21T21:04:29.7673842Z  2025-03-21T21:04:29.7674130Z -- Using python executable 'python' 2025-03-21T21:04:29.7674511Z -- Resolved buck2 as buck2. 2025-03-21T21:04:29.7674850Z -- Killing buck2 daemon 2025-03-21T21:04:29.7675162Z 'buck2 killall' 2025-03-21T21:04:29.7675453Z -- executorch: Generating source lists 2025-03-21T21:04:29.7676031Z -- executorch: Using source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T21:04:29.7676785Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T21:04:29.7677375Z -- executorch: Using PAL default 'posix' 2025-03-21T21:04:29.7677771Z -- Generating operator lib: 2025-03-21T21:04:29.7678137Z -- LIB_NAME: portable_ops_lib 2025-03-21T21:04:29.7678593Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T21:04:29.7679095Z -- ROOT_OPS: 2025-03-21T21:04:29.7679503Z -- INCLUDE_ALL_OPS: 2025-03-21T21:04:29.7680877Z 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-21T21:04:29.7682118Z -- Generating kernel bindings: 2025-03-21T21:04:29.7682459Z -- LIB_NAME: portable_ops_lib 2025-03-21T21:04:29.7682954Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T21:04:29.7683470Z -- CUSTOM_OPS_YAML: 2025-03-21T21:04:29.7683816Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T21:04:33.8096709Z 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-21T21:04:33.8098368Z -- Generating operator lib: 2025-03-21T21:04:33.8098735Z -- LIB_NAME: portable_ops_lib 2025-03-21T21:04:33.8099095Z -- KERNEL_LIBS: portable_kernels 2025-03-21T21:04:33.8099449Z -- DEPS: executorch 2025-03-21T21:04:33.8100017Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T21:04:33.8100665Z -- Generating operator lib: 2025-03-21T21:04:33.8101009Z -- LIB_NAME: optimized_ops_lib 2025-03-21T21:04:33.8101522Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T21:04:33.8102011Z -- ROOT_OPS: 2025-03-21T21:04:33.8102288Z -- INCLUDE_ALL_OPS: 2025-03-21T21:04:33.8103657Z 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-21T21:04:33.8104891Z -- Generating kernel bindings: 2025-03-21T21:04:33.8105219Z -- LIB_NAME: optimized_ops_lib 2025-03-21T21:04:33.8105703Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-03-21T21:04:33.8106199Z -- CUSTOM_OPS_YAML: 2025-03-21T21:04:33.8106513Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T21:04:33.8108371Z 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-21T21:04:33.8110005Z -- Generating operator lib: 2025-03-21T21:04:33.8110321Z -- LIB_NAME: optimized_ops_lib 2025-03-21T21:04:33.8110674Z -- KERNEL_LIBS: optimized_kernels 2025-03-21T21:04:33.8111230Z -- DEPS: executorch 2025-03-21T21:04:33.8111550Z -- Merging kernel yaml files: 2025-03-21T21:04:33.8112111Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-03-21T21:04:33.8112985Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-03-21T21:04:33.8113650Z -- OUTPUT_DIR: /pytorch/executorch/cmake-out/configurations 2025-03-21T21:04:33.8114104Z -- Generating operator lib: 2025-03-21T21:04:33.8114461Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T21:04:33.8114988Z -- OPS_SCHEMA_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T21:04:33.8115469Z -- ROOT_OPS: 2025-03-21T21:04:33.8115749Z -- INCLUDE_ALL_OPS: 2025-03-21T21:04:33.8117172Z 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-21T21:04:33.8118434Z -- Generating kernel bindings: 2025-03-21T21:04:33.8118800Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T21:04:33.8119330Z -- FUNCTIONS_YAML: /pytorch/executorch/cmake-out/configurations/merged.yaml 2025-03-21T21:04:33.8119935Z -- CUSTOM_OPS_YAML: 2025-03-21T21:04:33.8120252Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-03-21T21:04:33.8122223Z 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-21T21:04:33.8123944Z -- Generating operator lib: 2025-03-21T21:04:33.8124294Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-03-21T21:04:33.8124757Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-03-21T21:04:33.8125168Z -- DEPS: executorch 2025-03-21T21:04:33.8125796Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T21:04:33.8126536Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T21:04:33.8127015Z CMake. 2025-03-21T21:04:33.8127150Z 2025-03-21T21:04:33.8127426Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T21:04:33.8128052Z to tell CMake that the project requires at least but has been updated 2025-03-21T21:04:33.8128579Z to work with policies introduced by or earlier. 2025-03-21T21:04:33.8128882Z 2025-03-21T21:04:33.8128999Z  2025-03-21T21:04:33.8129399Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-03-21T21:04:33.8129903Z -- Found assembler: /opt/cache/bin/cc 2025-03-21T21:04:33.8130324Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-03-21T21:04:33.8130993Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-03-21T21:04:33.8131661Z -- Generating microkernels.cmake 2025-03-21T21:04:33.8132099Z No microkernel found in src/reference/binary-elementwise.cc 2025-03-21T21:04:33.8132597Z No microkernel found in src/reference/packing.cc 2025-03-21T21:04:33.8133086Z No microkernel found in src/reference/unary-elementwise.cc 2025-03-21T21:04:33.8133864Z -- executorch: Using source file list /pytorch/executorch/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-03-21T21:04:33.8134594Z -- Generating operator lib: 2025-03-21T21:04:33.8134926Z -- LIB_NAME: quantized_ops_lib 2025-03-21T21:04:33.8135403Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T21:04:33.8135896Z -- ROOT_OPS: 2025-03-21T21:04:33.8136180Z -- INCLUDE_ALL_OPS: 2025-03-21T21:04:33.8137618Z 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-21T21:04:33.8138856Z -- Generating kernel bindings: 2025-03-21T21:04:33.8139215Z -- LIB_NAME: quantized_ops_lib 2025-03-21T21:04:33.8139561Z -- FUNCTIONS_YAML: 2025-03-21T21:04:33.8140006Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T21:04:33.8140502Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T21:04:33.8143895Z 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-21T21:04:33.8146842Z -- Generating operator lib: 2025-03-21T21:04:33.8147186Z -- LIB_NAME: quantized_ops_lib 2025-03-21T21:04:33.8147541Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T21:04:33.8147899Z -- DEPS: executorch 2025-03-21T21:04:33.8148192Z -- 2025-03-21T21:04:33.8148425Z -- ******** Summary ******** 2025-03-21T21:04:33.8148843Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T21:04:33.8149217Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T21:04:33.8149600Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T21:04:33.8149987Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T21:04:33.8150312Z -- BUCK2 : buck2 2025-03-21T21:04:33.8150691Z -- PYTHON_EXECUTABLE : python 2025-03-21T21:04:33.8151255Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T21:04:33.8151838Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T21:04:33.8152366Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T21:04:33.8152770Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T21:04:33.8153178Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T21:04:33.8153872Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T21:04:33.8154280Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T21:04:33.8154682Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T21:04:33.8155089Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T21:04:33.8155477Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T21:04:33.8155880Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T21:04:33.8156294Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T21:04:33.8156718Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T21:04:33.8157119Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T21:04:33.8157498Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T21:04:33.8157919Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T21:04:33.8158334Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T21:04:33.8158737Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T21:04:33.8159144Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T21:04:33.8159521Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T21:04:33.8159917Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T21:04:33.8160317Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-03-21T21:04:33.8160736Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T21:04:33.8161147Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T21:04:33.8161540Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T21:04:33.8161939Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T21:04:33.8162334Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T21:04:33.8162883Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T21:04:33.8163458Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T21:04:33.8164148Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T21:04:33.8164718Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T21:04:33.8165126Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T21:04:33.8165521Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T21:04:33.8165918Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-03-21T21:04:33.8166300Z -- Configuring done (3.9s) 2025-03-21T21:04:33.8166600Z -- Generating done (0.3s) 2025-03-21T21:04:33.8167010Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T21:04:33.8167568Z + cmake --build cmake-out -j96 --target install --config Release 2025-03-21T21:04:33.8168016Z [ 0%] Built target flatbuffers 2025-03-21T21:04:33.8168866Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T21:04:33.8169934Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T21:04:33.8171069Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T21:04:33.8172210Z [ 0%] Building C object extension/llm/custom_ops/spinquant/third-party/FFHT/CMakeFiles/dumb_fht.dir/dumb_fht.c.o 2025-03-21T21:04:33.8173446Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T21:04:33.8174548Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T21:04:33.8665261Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T21:04:33.8666414Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T21:04:33.8667463Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T21:04:33.8668547Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T21:04:33.8669586Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T21:04:33.8670647Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T21:04:33.8671673Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T21:04:33.8672831Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T21:04:33.8673940Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T21:04:33.8675091Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T21:04:33.8676229Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T21:04:33.8677316Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T21:04:33.8678453Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T21:04:33.8679540Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T21:04:33.8680578Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T21:04:33.8681321Z [ 2%] Generating xnnpack_schema headers 2025-03-21T21:04:33.8681701Z [ 2%] Built target common_schema 2025-03-21T21:04:33.8682412Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T21:04:33.8683407Z [ 2%] Generating scalar_type_schema headers 2025-03-21T21:04:33.8684157Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T21:04:33.8685159Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T21:04:33.8686188Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T21:04:33.8687173Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T21:04:33.8688194Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T21:04:33.8689214Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T21:04:33.8690202Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T21:04:33.8691216Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T21:04:33.8692252Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T21:04:33.8693457Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T21:04:33.8694506Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T21:04:33.8695548Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T21:04:33.8696605Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T21:04:33.8697666Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T21:04:33.8698687Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T21:04:33.8699799Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T21:04:33.8700868Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T21:04:33.8701935Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T21:04:33.8702996Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T21:04:33.8704018Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T21:04:33.8705074Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T21:04:33.8706161Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T21:04:33.8707272Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T21:04:33.8708385Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T21:04:33.8709462Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T21:04:33.8710542Z [ 5%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T21:04:33.8711698Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T21:04:33.8712930Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T21:04:33.8714149Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T21:04:33.8715256Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T21:04:33.8716371Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T21:04:33.8717500Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T21:04:33.8718232Z [ 5%] Built target scalar_type_schema 2025-03-21T21:04:33.8719029Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T21:04:33.8720169Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T21:04:33.8721350Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T21:04:33.8722536Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T21:04:33.8723642Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T21:04:33.8727248Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T21:04:33.8728436Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T21:04:33.8729548Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T21:04:33.8730754Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T21:04:33.8731951Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T21:04:33.8733040Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T21:04:33.8733706Z [ 5%] Built target program_schema 2025-03-21T21:04:33.8734521Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T21:04:33.8735734Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T21:04:33.8736894Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T21:04:33.8738058Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T21:04:33.8739272Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T21:04:33.8740475Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T21:04:33.8741658Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T21:04:33.8742413Z [ 6%] Built target xnnpack_schema 2025-03-21T21:04:33.8742864Z [ 6%] Generating flat_tensor_schema headers 2025-03-21T21:04:33.8743282Z [ 6%] Built target flat_tensor_schema 2025-03-21T21:04:34.5634426Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T21:04:34.5635446Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T21:04:34.5636523Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T21:04:34.5638163Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T21:04:34.5639402Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T21:04:34.5640872Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T21:04:34.5642215Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T21:04:34.5643641Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T21:04:34.5644853Z [ 6%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T21:04:34.5646118Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T21:04:34.5647250Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T21:04:34.5648769Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T21:04:34.5662847Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T21:04:34.5664664Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T21:04:34.5665942Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T21:04:34.5667301Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T21:04:34.5668562Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T21:04:34.5669531Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T21:04:34.5670938Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T21:04:34.5672354Z [ 7%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T21:04:34.5673491Z [ 8%] Linking C static library libdumb_fht.a 2025-03-21T21:04:34.5674117Z [ 8%] Built target dumb_fht 2025-03-21T21:04:34.5674819Z [ 8%] Linking C static library libpthreadpool.a 2025-03-21T21:04:34.5675426Z [ 8%] Built target pthreadpool 2025-03-21T21:04:34.5676590Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T21:04:34.5678158Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T21:04:34.5679470Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T21:04:34.5680711Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T21:04:34.5681923Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T21:04:34.5683092Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T21:04:34.5684242Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T21:04:34.5685315Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T21:04:34.5686415Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T21:04:34.5687704Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T21:04:34.5689123Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T21:04:34.5690360Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T21:04:34.5691293Z [ 8%] Linking C static library libcpuinfo.a 2025-03-21T21:04:34.5691694Z [ 8%] Built target cpuinfo 2025-03-21T21:04:34.5692673Z [ 8%] 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-21T21:04:34.5694211Z [ 8%] 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-21T21:04:34.5695741Z [ 8%] 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-21T21:04:34.5697301Z [ 9%] 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-21T21:04:34.5698826Z [ 9%] 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-21T21:04:34.5700428Z [ 9%] 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-21T21:04:34.5701957Z [ 9%] 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-21T21:04:34.5703446Z [ 9%] 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-21T21:04:34.5705393Z [ 9%] 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-21T21:04:34.5706861Z [ 9%] 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-21T21:04:34.5708302Z [ 9%] 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-21T21:04:34.5709815Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T21:04:34.5711333Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T21:04:34.5713077Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T21:04:34.5714926Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T21:04:34.5716664Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T21:04:34.5718404Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T21:04:34.5720098Z [ 9%] 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-21T21:04:34.5721735Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-03-21T21:04:34.5723465Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-03-21T21:04:34.5725053Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-03-21T21:04:34.5726558Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-03-21T21:04:34.5728038Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T21:04:34.5729579Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T21:04:34.5731121Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T21:04:34.5732651Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T21:04:34.5734356Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T21:04:34.7250158Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T21:04:34.7253058Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T21:04:34.7256210Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T21:04:34.7258187Z [ 10%] Linking C static library libcpuinfo_internals.a 2025-03-21T21:04:34.7260347Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T21:04:34.7263371Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T21:04:34.7266263Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-03-21T21:04:34.7269024Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T21:04:34.7271741Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T21:04:34.7274505Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T21:04:34.7277263Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T21:04:34.7280055Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T21:04:34.7282809Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T21:04:34.7285571Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T21:04:34.7288343Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T21:04:34.7291436Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-03-21T21:04:34.7294178Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T21:04:34.7297015Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T21:04:34.7299870Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T21:04:34.7302714Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T21:04:34.7305562Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T21:04:34.7308477Z [ 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-21T21:04:34.7311351Z [ 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-21T21:04:34.7313232Z [ 12%] Built target cpuinfo_internals 2025-03-21T21:04:34.7315066Z [ 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-21T21:04:34.7317817Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T21:04:34.7320405Z [ 12%] 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-21T21:04:34.7323255Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-03-21T21:04:34.7326029Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T21:04:34.7329044Z [ 12%] 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-21T21:04:34.7332017Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T21:04:34.7334622Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T21:04:34.7337362Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T21:04:34.7340137Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-03-21T21:04:34.7342841Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-03-21T21:04:34.7345706Z [ 12%] 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-21T21:04:34.7348739Z [ 12%] 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-21T21:04:34.7351741Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-03-21T21:04:34.7356919Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-03-21T21:04:34.7360006Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-03-21T21:04:34.7362929Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T21:04:34.7365692Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-03-21T21:04:34.7368326Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-03-21T21:04:34.7371192Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T21:04:34.7374038Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T21:04:34.7377000Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T21:04:34.7380226Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T21:04:34.7383181Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T21:04:34.7386149Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T21:04:34.7389034Z [ 13%] 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-21T21:04:34.7392298Z [ 13%] 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-21T21:04:34.7394207Z [ 13%] Linking CXX static library libgflags_nothreads.a 2025-03-21T21:04:34.7396259Z [ 13%] 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-21T21:04:34.7397921Z [ 13%] Built target gflags_nothreads_static 2025-03-21T21:04:34.7399826Z [ 14%] 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-21T21:04:34.7402774Z [ 14%] 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-21T21:04:35.4297551Z [ 14%] 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-21T21:04:35.4299507Z [ 14%] 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-21T21:04:35.4301682Z [ 14%] 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-21T21:04:35.4303789Z [ 14%] 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-21T21:04:35.4305619Z [ 14%] 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-21T21:04:35.4307142Z [ 14%] 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-21T21:04:35.4308332Z [ 14%] Built target indirection 2025-03-21T21:04:35.4309649Z [ 14%] 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-21T21:04:35.4310753Z [ 14%] Built target normalization 2025-03-21T21:04:35.4312269Z [ 14%] 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-21T21:04:35.4313490Z [ 14%] Built target microparams-init 2025-03-21T21:04:35.4314632Z [ 14%] 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-21T21:04:35.4315676Z [ 14%] Linking CXX static library libexecutorch_core.a 2025-03-21T21:04:35.4316254Z [ 14%] Linking CXX static library libeigen_blas.a 2025-03-21T21:04:35.4316694Z [ 14%] Built target executorch_core 2025-03-21T21:04:35.4317699Z [ 14%] 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-21T21:04:35.4318606Z [ 14%] Built target eigen_blas 2025-03-21T21:04:35.4319584Z [ 14%] 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-21T21:04:35.4321012Z [ 14%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T21:04:35.4322004Z [ 14%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T21:04:35.4322613Z [ 14%] Built target datatype 2025-03-21T21:04:35.4322922Z [ 14%] Built target logging 2025-03-21T21:04:35.4323589Z [ 14%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T21:04:35.4324896Z [ 14%] 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-21T21:04:35.4326171Z [ 14%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T21:04:35.4327452Z [ 14%] 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-21T21:04:35.4328615Z [ 14%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T21:04:35.4329196Z [ 14%] Built target reference-ukernels 2025-03-21T21:04:35.4330170Z [ 15%] 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-21T21:04:35.4331560Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T21:04:35.4332752Z [ 16%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T21:04:35.4333882Z [ 16%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T21:04:35.4334989Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T21:04:35.4335998Z [ 16%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T21:04:35.4337019Z [ 16%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T21:04:35.4338019Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T21:04:35.4339012Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T21:04:35.4340362Z [ 16%] 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-21T21:04:35.4341742Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T21:04:35.4342846Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T21:04:35.4343879Z [ 16%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T21:04:35.4345006Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T21:04:35.4346364Z [ 16%] 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-21T21:04:35.4347904Z [ 16%] 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-21T21:04:35.4349477Z [ 16%] 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-21T21:04:35.4351029Z [ 16%] 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-21T21:04:35.4352502Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T21:04:35.4354234Z [ 16%] 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-21T21:04:35.4355836Z [ 16%] 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-21T21:04:35.4357472Z [ 16%] 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-21T21:04:35.4359067Z [ 16%] 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-21T21:04:35.4360638Z [ 16%] 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-21T21:04:35.4362235Z [ 16%] 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-21T21:04:35.4363762Z [ 16%] 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-21T21:04:35.4365302Z [ 16%] 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-21T21:04:35.4366851Z [ 16%] 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-21T21:04:35.4368406Z [ 17%] 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-21T21:04:35.4369928Z [ 17%] 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-21T21:04:35.4371579Z [ 17%] 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-21T21:04:35.4373340Z [ 17%] 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-21T21:04:35.4375216Z [ 17%] 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-21T21:04:35.4376981Z [ 17%] 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-21T21:04:35.4378775Z [ 17%] 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-21T21:04:35.8588188Z [ 17%] 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-21T21:04:35.8590006Z [ 17%] 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-21T21:04:35.8591822Z [ 17%] 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-21T21:04:35.8593718Z [ 17%] 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-21T21:04:35.8595732Z [ 17%] 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-21T21:04:35.8597483Z [ 17%] 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-21T21:04:35.8599264Z [ 17%] 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-21T21:04:35.8601146Z [ 17%] 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-21T21:04:35.8602723Z [ 18%] 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-21T21:04:35.8604228Z [ 18%] 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-21T21:04:35.8605703Z [ 18%] 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-21T21:04:35.8607208Z [ 18%] 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-21T21:04:35.8608732Z [ 18%] 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-21T21:04:35.8610226Z [ 18%] 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-21T21:04:35.8611685Z [ 18%] 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-21T21:04:35.8613199Z [ 18%] 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-21T21:04:35.8614774Z [ 18%] 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-21T21:04:35.8616365Z [ 18%] 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-21T21:04:35.8621712Z [ 18%] 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-21T21:04:35.8623549Z [ 18%] 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-21T21:04:35.8625052Z [ 18%] 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-21T21:04:35.8626464Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T21:04:35.8627921Z [ 18%] 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-21T21:04:35.8629419Z [ 19%] 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-21T21:04:35.8630880Z [ 19%] 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-21T21:04:35.8632409Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T21:04:35.8634032Z [ 19%] 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-21T21:04:35.8635564Z [ 19%] 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-21T21:04:35.8637003Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T21:04:35.8638419Z [ 19%] 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-21T21:04:35.8639881Z [ 19%] 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-21T21:04:35.8641347Z [ 19%] 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-21T21:04:35.8642776Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T21:04:35.8644234Z [ 19%] 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-21T21:04:35.8645770Z [ 19%] 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-21T21:04:35.8647344Z [ 19%] 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-21T21:04:35.8648931Z [ 19%] 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-21T21:04:35.8650530Z [ 19%] 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-21T21:04:35.8652076Z [ 20%] 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-21T21:04:35.8653791Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T21:04:35.8655399Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-03-21T21:04:35.8656932Z [ 20%] 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-21T21:04:35.8658529Z [ 20%] 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-21T21:04:35.8660141Z [ 20%] 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-21T21:04:35.8661764Z [ 20%] 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-21T21:04:35.8663322Z [ 20%] 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-21T21:04:35.8664815Z [ 20%] 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-21T21:04:35.8666235Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T21:04:35.8667809Z [ 20%] 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-21T21:04:35.8669329Z [ 20%] 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-21T21:04:35.8670824Z [ 20%] 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-21T21:04:36.3334595Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T21:04:36.3336176Z [ 20%] 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-21T21:04:36.3337761Z [ 21%] 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-21T21:04:36.3339224Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T21:04:36.3340084Z [ 21%] Built target hardware-config 2025-03-21T21:04:36.3341074Z [ 21%] 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-21T21:04:36.3342572Z [ 21%] 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-21T21:04:36.3344060Z [ 21%] 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-21T21:04:36.3345497Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T21:04:36.3346329Z [ 21%] Built target microkernel-utils 2025-03-21T21:04:36.3347340Z [ 21%] 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-21T21:04:36.3348894Z [ 21%] 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-21T21:04:36.3350527Z [ 21%] 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-21T21:04:36.3352531Z [ 21%] 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-21T21:04:36.3354594Z [ 21%] 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-21T21:04:36.3355798Z [ 21%] Built target memory 2025-03-21T21:04:36.3356182Z [ 21%] Built target operator-utils 2025-03-21T21:04:36.3357376Z [ 21%] 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-21T21:04:36.3358927Z [ 21%] 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-21T21:04:36.3359848Z [ 21%] Built target allocator 2025-03-21T21:04:36.3360857Z [ 21%] 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-21T21:04:36.3362422Z [ 21%] 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-21T21:04:36.3363481Z [ 21%] Built target operator-run 2025-03-21T21:04:36.3364451Z [ 22%] 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-21T21:04:36.3365336Z [ 22%] Built target cache 2025-03-21T21:04:36.3366393Z [ 22%] 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-21T21:04:36.3368117Z [ 22%] 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-21T21:04:36.3369816Z [ 22%] 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-21T21:04:36.3371444Z [ 22%] 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-21T21:04:36.3373091Z [ 22%] 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-21T21:04:36.3374175Z [ 22%] Linking CXX static library libextension_tensor.a 2025-03-21T21:04:36.3374614Z [ 22%] Built target extension_tensor 2025-03-21T21:04:36.3375704Z [ 22%] 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-21T21:04:36.3376657Z [ 22%] Built target packing 2025-03-21T21:04:36.3377432Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T21:04:36.3378660Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T21:04:36.3379960Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T21:04:36.3381473Z [ 22%] 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-21T21:04:36.3382959Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T21:04:36.3383932Z [ 22%] Linking CXX static library libextension_threadpool.a 2025-03-21T21:04:36.3384525Z [ 22%] Linking CXX static library libexecutorch.a 2025-03-21T21:04:36.3384947Z [ 22%] Built target mutex 2025-03-21T21:04:36.3385894Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T21:04:36.3387420Z [ 22%] 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-21T21:04:36.3389046Z [ 22%] 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-21T21:04:36.3390448Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T21:04:36.3391716Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T21:04:36.3392554Z [ 22%] Built target executorch 2025-03-21T21:04:36.3392904Z [ 22%] Built target extension_threadpool 2025-03-21T21:04:36.3393989Z [ 22%] 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-21T21:04:36.3395675Z [ 22%] 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-21T21:04:36.3397111Z [ 22%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-03-21T21:04:36.3398092Z [ 22%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T21:04:36.3399491Z [ 22%] 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-21T21:04:36.3400883Z [ 22%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T21:04:36.3402064Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T21:04:36.3403211Z [ 23%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-03-21T21:04:36.3404384Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T21:04:36.3405661Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T21:04:36.3406789Z [ 24%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T21:04:36.3408011Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T21:04:36.3409347Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T21:04:36.3410627Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T21:04:36.3411784Z [ 24%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-03-21T21:04:36.3412843Z [ 24%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-03-21T21:04:36.3413961Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T21:04:36.3415064Z [ 24%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T21:04:37.1075615Z [ 24%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T21:04:37.1077002Z [ 24%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T21:04:37.1078001Z [ 24%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T21:04:37.1079031Z [ 24%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-03-21T21:04:37.1080109Z [ 24%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T21:04:37.1081169Z [ 24%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T21:04:37.1082585Z [ 24%] 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-21T21:04:37.1084263Z [ 24%] 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-21T21:04:37.1085691Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T21:04:37.1086945Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T21:04:37.1088409Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T21:04:37.1089649Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T21:04:37.1090835Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T21:04:37.1091930Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T21:04:37.1092990Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T21:04:37.1094387Z [ 26%] 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-21T21:04:37.1095807Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T21:04:37.1097152Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T21:04:37.1098410Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T21:04:37.1099840Z [ 26%] 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-21T21:04:37.1101207Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T21:04:37.1102331Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T21:04:37.1103501Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T21:04:37.1104642Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T21:04:37.1105714Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T21:04:37.1107144Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T21:04:37.1108762Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T21:04:37.1110219Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T21:04:37.1111935Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T21:04:37.1113626Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T21:04:37.1115196Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T21:04:37.1116687Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T21:04:37.1118100Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T21:04:37.1120060Z [ 28%] 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-21T21:04:37.1121936Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T21:04:37.1123440Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T21:04:37.1124914Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T21:04:37.1130897Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T21:04:37.1132192Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T21:04:37.1133189Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T21:04:37.1134213Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T21:04:37.1135227Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T21:04:37.1136243Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T21:04:37.1137256Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T21:04:37.1138238Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T21:04:37.1139227Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T21:04:37.1140212Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T21:04:37.1141235Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T21:04:37.1142296Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T21:04:37.1143656Z [ 29%] 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-21T21:04:37.1144989Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T21:04:37.1146011Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T21:04:37.1146978Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T21:04:37.1147996Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T21:04:37.1149009Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T21:04:37.1149975Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T21:04:37.1151001Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T21:04:37.1151995Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T21:04:37.1153147Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T21:04:37.1154715Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T21:04:37.1156102Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T21:04:37.1157211Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T21:04:37.1158559Z [ 29%] 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-21T21:04:37.1159825Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T21:04:37.1161171Z [ 30%] 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-21T21:04:37.1162499Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T21:04:37.1163694Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T21:04:37.1164759Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T21:04:38.0459896Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T21:04:38.0461407Z [ 30%] 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-21T21:04:38.0462789Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T21:04:38.0463819Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T21:04:38.0464829Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T21:04:38.0466152Z [ 30%] 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-21T21:04:38.0467542Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T21:04:38.0468665Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T21:04:38.0470096Z [ 30%] 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-21T21:04:38.0471800Z [ 30%] 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-21T21:04:38.0473356Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T21:04:38.0474487Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T21:04:38.0475795Z [ 30%] 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-21T21:04:38.0477049Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T21:04:38.0478334Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T21:04:38.0479349Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T21:04:38.0480645Z [ 30%] 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-21T21:04:38.0481844Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T21:04:38.0482808Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T21:04:38.0484084Z [ 30%] 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-21T21:04:38.0485331Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T21:04:38.0486387Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T21:04:38.0487702Z [ 30%] 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-21T21:04:38.0488940Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T21:04:38.0490150Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T21:04:38.0491252Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T21:04:38.0492321Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T21:04:38.0493356Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T21:04:38.0494453Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T21:04:38.0495330Z [ 31%] Linking CXX static library libextension_data_loader.a 2025-03-21T21:04:38.0495835Z [ 31%] Built target extension_data_loader 2025-03-21T21:04:38.0496554Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T21:04:38.0497507Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T21:04:38.0498528Z [ 32%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-03-21T21:04:38.0499697Z [ 32%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-03-21T21:04:38.0500555Z [ 32%] Linking CXX static library libcpublas.a 2025-03-21T21:04:38.0501308Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T21:04:38.0502596Z [ 32%] 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-21T21:04:38.0503494Z [ 32%] Built target cpublas 2025-03-21T21:04:38.0504178Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T21:04:38.0505162Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T21:04:38.0506217Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T21:04:38.0507232Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T21:04:38.0508252Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T21:04:38.0509155Z [ 32%] Linking CXX static library libquantized_kernels.a 2025-03-21T21:04:38.0510085Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T21:04:38.0511607Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T21:04:38.0512493Z [ 33%] Built target quantized_kernels 2025-03-21T21:04:38.0513205Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T21:04:38.0514461Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T21:04:38.0515597Z [ 33%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T21:04:38.0516476Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T21:04:38.0517544Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T21:04:38.0518706Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T21:04:38.0519843Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T21:04:38.0521020Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T21:04:38.0522427Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T21:04:38.0523667Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T21:04:38.0524620Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T21:04:38.0525206Z [ 33%] Built target operators 2025-03-21T21:04:38.0525891Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T21:04:38.0526853Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T21:04:38.0527832Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T21:04:38.0528571Z [ 33%] Generating code for kernel registration 2025-03-21T21:04:38.0529323Z [ 33%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T21:04:38.0530241Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T21:04:38.0531501Z [ 35%] 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-21T21:04:38.0532800Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T21:04:38.0533868Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T21:04:38.0534914Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T21:04:38.0536017Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T21:04:38.0537157Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T21:04:38.0538242Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T21:04:38.5775270Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T21:04:38.5776421Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T21:04:38.5777690Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T21:04:38.5778718Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T21:04:38.5780000Z [ 36%] 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-21T21:04:38.5781484Z [ 36%] 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-21T21:04:38.5782927Z [ 36%] 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-21T21:04:38.5784154Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T21:04:38.5785167Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T21:04:38.5786260Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T21:04:38.5787519Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T21:04:38.5788846Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T21:04:38.5789993Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T21:04:38.5791125Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T21:04:38.5792498Z [ 36%] 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-21T21:04:38.5793994Z [ 36%] 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-21T21:04:38.5795541Z [ 36%] 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-21T21:04:38.5796880Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T21:04:38.5798031Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T21:04:38.5799205Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T21:04:38.5800311Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T21:04:38.5801272Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T21:04:38.5802326Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T21:04:38.5803682Z [ 36%] 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-21T21:04:38.5804942Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T21:04:38.5806001Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T21:04:38.5807398Z [ 36%] 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-21T21:04:38.5808903Z [ 36%] 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-21T21:04:38.5810344Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T21:04:38.5811935Z [ 36%] 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-21T21:04:38.5813405Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T21:04:38.5814932Z [ 36%] 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-21T21:04:38.5816563Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T21:04:38.5817676Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T21:04:38.5818693Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T21:04:38.5819794Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T21:04:38.5820988Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T21:04:38.5822508Z [ 37%] 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-21T21:04:38.5823905Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T21:04:38.5824884Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T21:04:38.5826023Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T21:04:38.5827291Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T21:04:38.5828508Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T21:04:38.5830085Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T21:04:38.5831775Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T21:04:38.5833124Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T21:04:38.5834166Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T21:04:38.5835163Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T21:04:38.5836162Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T21:04:38.5837269Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T21:04:38.5838465Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T21:04:38.5839764Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T21:04:38.5841232Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T21:04:38.5842860Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T21:04:38.5844086Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T21:04:38.5845127Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T21:04:38.5846251Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T21:04:38.5847600Z [ 40%] 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-21T21:04:38.5848879Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T21:04:38.5850160Z [ 40%] 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-21T21:04:38.5851378Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T21:04:38.5852691Z [ 40%] 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-21T21:04:39.4856238Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T21:04:39.4857753Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-03-21T21:04:39.4859297Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T21:04:39.4860827Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-03-21T21:04:39.4861897Z [ 40%] Linking CXX static library libextension_flat_tensor.a 2025-03-21T21:04:39.4863005Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T21:04:39.4863925Z [ 40%] Built target extension_flat_tensor 2025-03-21T21:04:39.4864797Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T21:04:39.4866173Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-03-21T21:04:39.4867500Z [ 40%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T21:04:39.4868704Z [ 40%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T21:04:39.4869970Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T21:04:39.4871208Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T21:04:39.4872364Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T21:04:39.4873386Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T21:04:39.4874594Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T21:04:39.4875743Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T21:04:39.4877138Z [ 40%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T21:04:39.4878439Z [ 40%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T21:04:39.4879701Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T21:04:39.4880773Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T21:04:39.4881893Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T21:04:39.4882996Z [ 40%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-03-21T21:04:39.4884013Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T21:04:39.4885126Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T21:04:39.4886276Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T21:04:39.4887543Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T21:04:39.4888894Z [ 40%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T21:04:39.4890148Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T21:04:39.4891112Z [ 41%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-03-21T21:04:39.4892078Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T21:04:39.4893297Z [ 41%] 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-21T21:04:39.4894535Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T21:04:39.4895564Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T21:04:39.4896796Z [ 41%] 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-21T21:04:39.4898083Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T21:04:39.4899382Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T21:04:39.4900632Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T21:04:39.4901633Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T21:04:39.4902552Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T21:04:39.4903505Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T21:04:39.4904510Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T21:04:39.4905505Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T21:04:39.4906698Z [ 43%] 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-21T21:04:39.4908205Z [ 43%] 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-21T21:04:39.4909428Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T21:04:39.4910666Z [ 43%] 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-21T21:04:39.4911953Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T21:04:39.4913363Z [ 43%] 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-21T21:04:39.4914568Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T21:04:39.4915596Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T21:04:39.4916660Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T21:04:39.4917704Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T21:04:39.4918714Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T21:04:39.4919815Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T21:04:39.4921092Z [ 43%] 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-21T21:04:39.4922302Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T21:04:39.4923318Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T21:04:39.4924564Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-03-21T21:04:39.4925738Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T21:04:39.4926729Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T21:04:39.4927996Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-03-21T21:04:39.4929252Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T21:04:39.4930257Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T21:04:39.4931234Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T21:04:39.4932478Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T21:04:40.3960961Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T21:04:40.3963170Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T21:04:40.3965142Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T21:04:40.3967599Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-03-21T21:04:40.3969990Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T21:04:40.3972144Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T21:04:40.3974578Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T21:04:40.3976589Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T21:04:40.3978411Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T21:04:40.3980712Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-03-21T21:04:40.3982840Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T21:04:40.3984672Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T21:04:40.3986530Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T21:04:40.3988347Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T21:04:40.3990120Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T21:04:40.3992279Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T21:04:40.3994901Z [ 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-21T21:04:40.3997208Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T21:04:40.3999505Z [ 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-21T21:04:40.4001854Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T21:04:40.4003940Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T21:04:40.4005993Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T21:04:40.4007802Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T21:04:40.4009913Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T21:04:40.4012017Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T21:04:40.4014342Z [ 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-21T21:04:40.4016601Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T21:04:40.4018696Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T21:04:40.4020605Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T21:04:40.4022688Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T21:04:40.4024987Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-03-21T21:04:40.4027147Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T21:04:40.4029038Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T21:04:40.4031166Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T21:04:40.4033393Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-03-21T21:04:40.4035993Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T21:04:40.4038711Z [ 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-21T21:04:40.4040957Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T21:04:40.4043136Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T21:04:40.4045115Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T21:04:40.4047171Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T21:04:40.4049417Z [ 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-21T21:04:40.4052125Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T21:04:40.4054300Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T21:04:40.4056670Z [ 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-21T21:04:40.4058948Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T21:04:40.4061384Z [ 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-21T21:04:40.4063593Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T21:04:40.4065664Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T21:04:40.4067761Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T21:04:40.4069916Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T21:04:40.4072305Z [ 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-21T21:04:40.4074543Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T21:04:40.4075793Z [ 47%] Built target subgraph 2025-03-21T21:04:40.4077517Z [ 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-21T21:04:40.4079327Z [ 47%] Linking CXX static library libextension_module_static.a 2025-03-21T21:04:40.4080483Z [ 47%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T21:04:40.4081960Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T21:04:40.4083158Z [ 47%] Built target quantized_ops_lib 2025-03-21T21:04:40.4083810Z [ 47%] Built target extension_module_static 2025-03-21T21:04:40.4085317Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T21:04:40.4087593Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T21:04:40.4089798Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T21:04:40.4091206Z [ 47%] Linking CXX shared library libextension_module.so 2025-03-21T21:04:40.4093077Z [ 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-21T21:04:40.4095340Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T21:04:40.4097361Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T21:04:40.4099393Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T21:04:40.4101597Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T21:04:40.4104234Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T21:04:41.3497341Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T21:04:41.3499364Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T21:04:41.3502016Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-03-21T21:04:41.3504696Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-03-21T21:04:41.3507386Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-03-21T21:04:41.3509729Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T21:04:41.3511650Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T21:04:41.3513533Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T21:04:41.3515435Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T21:04:41.3517405Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T21:04:41.3519220Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T21:04:41.3521440Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T21:04:41.3523731Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T21:04:41.3526091Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-03-21T21:04:41.3528681Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-03-21T21:04:41.3530955Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T21:04:41.3533010Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T21:04:41.3535033Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T21:04:41.3536987Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T21:04:41.3539536Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-03-21T21:04:41.3542277Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T21:04:41.3544412Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T21:04:41.3546754Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T21:04:41.3549124Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T21:04:41.3551114Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T21:04:41.3553033Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T21:04:41.3555573Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T21:04:41.3557725Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T21:04:41.3560059Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T21:04:41.3562533Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T21:04:41.3564854Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T21:04:41.3567589Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-03-21T21:04:41.3569836Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T21:04:41.3571865Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T21:04:41.3573995Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T21:04:41.3576271Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T21:04:41.3578473Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T21:04:41.3580917Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-03-21T21:04:41.3583153Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T21:04:41.3585193Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T21:04:41.3586949Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T21:04:41.3589206Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-03-21T21:04:41.3591520Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T21:04:41.3592844Z [ 51%] Built target extension_module 2025-03-21T21:04:41.3594197Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T21:04:41.3596184Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T21:04:41.3598374Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T21:04:41.3601010Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T21:04:41.3603621Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-03-21T21:04:41.3605986Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T21:04:41.3608068Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T21:04:41.3610048Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T21:04:41.3612297Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-03-21T21:04:41.3614694Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T21:04:41.3617168Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-03-21T21:04:41.3619604Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T21:04:41.3621490Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T21:04:41.3623995Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T21:04:41.3626670Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T21:04:41.3628982Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T21:04:41.3631346Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-03-21T21:04:41.3633715Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T21:04:41.3635772Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T21:04:41.3637770Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T21:04:41.3639823Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T21:04:41.3641904Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T21:04:42.2616150Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-03-21T21:04:42.2617737Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T21:04:42.2619075Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T21:04:42.2620213Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T21:04:42.2621302Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T21:04:42.2622429Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T21:04:42.2623473Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T21:04:42.2624975Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-03-21T21:04:42.2626185Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T21:04:42.2627256Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T21:04:42.2628341Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T21:04:42.2629428Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T21:04:42.2630703Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T21:04:42.2631957Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T21:04:42.2633268Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T21:04:42.2634412Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T21:04:42.2635714Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T21:04:42.2636892Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T21:04:42.2638041Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T21:04:42.2639064Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T21:04:42.2640319Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T21:04:42.2641641Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T21:04:42.2642764Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T21:04:42.2644035Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T21:04:42.2645261Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T21:04:42.2646273Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T21:04:42.2647492Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T21:04:42.2648733Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T21:04:42.2649747Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T21:04:42.2650959Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T21:04:42.2652404Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-03-21T21:04:42.2653839Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T21:04:42.2654835Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T21:04:42.2655959Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T21:04:42.2657241Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T21:04:42.2658315Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T21:04:42.2659360Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T21:04:42.2660424Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T21:04:42.2661486Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T21:04:42.2662798Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T21:04:42.2664244Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T21:04:42.2665680Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T21:04:42.2666972Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T21:04:42.2668160Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T21:04:42.2669255Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T21:04:42.2678479Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T21:04:42.2679568Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T21:04:42.2680612Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T21:04:42.2681868Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T21:04:42.2683356Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T21:04:42.2684607Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T21:04:42.2685634Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T21:04:42.2686892Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T21:04:42.2688134Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T21:04:42.2689218Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T21:04:42.2690511Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-03-21T21:04:42.2691781Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T21:04:42.2693064Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T21:04:42.2694312Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T21:04:42.2695572Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T21:04:42.2696949Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T21:04:42.2698207Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T21:04:42.2699357Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T21:04:42.2700591Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T21:04:42.2701928Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T21:04:42.9928962Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T21:04:42.9930918Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T21:04:42.9932785Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T21:04:42.9934579Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T21:04:42.9936480Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T21:04:42.9944070Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T21:04:42.9946624Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-03-21T21:04:42.9948931Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T21:04:42.9951262Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T21:04:42.9953900Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T21:04:42.9955760Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T21:04:42.9958082Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-03-21T21:04:42.9960330Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T21:04:42.9962351Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T21:04:42.9964219Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T21:04:42.9966649Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-03-21T21:04:42.9968950Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T21:04:42.9971330Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-03-21T21:04:42.9973713Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T21:04:42.9976075Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T21:04:42.9978844Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-03-21T21:04:42.9981097Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T21:04:42.9983682Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-03-21T21:04:42.9985948Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T21:04:42.9987822Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T21:04:42.9989792Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T21:04:42.9991796Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T21:04:42.9994264Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-03-21T21:04:42.9996386Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T21:04:42.9998611Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T21:04:43.0000957Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T21:04:43.0003138Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T21:04:43.0005163Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T21:04:43.0007127Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T21:04:43.0008994Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T21:04:43.0011171Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-03-21T21:04:43.0013918Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-03-21T21:04:43.0016268Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T21:04:43.0018156Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T21:04:43.0020116Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T21:04:43.0022521Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-03-21T21:04:43.0025018Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T21:04:43.0027382Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T21:04:43.0029531Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T21:04:43.0031625Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T21:04:43.0034097Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-03-21T21:04:43.0036646Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T21:04:43.0038728Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T21:04:43.0040768Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T21:04:43.0042736Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T21:04:43.0044945Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-03-21T21:04:43.0047144Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T21:04:43.0048939Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T21:04:43.0051185Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-03-21T21:04:43.0053666Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T21:04:43.0055692Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T21:04:43.0058060Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T21:04:43.0060820Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T21:04:43.0063210Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T21:04:43.0064922Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T21:04:43.0066805Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T21:04:43.0068916Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T21:04:43.0071099Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T21:04:43.0073447Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-03-21T21:04:43.0076091Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-03-21T21:04:43.0078674Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T21:04:43.9896497Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T21:04:43.9898005Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T21:04:43.9899720Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T21:04:43.9901437Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-03-21T21:04:43.9902801Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T21:04:43.9903982Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T21:04:43.9905194Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T21:04:43.9906541Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T21:04:43.9907841Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T21:04:43.9909269Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T21:04:43.9910382Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T21:04:43.9911523Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T21:04:43.9912701Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T21:04:43.9913944Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T21:04:43.9915417Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T21:04:43.9916880Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T21:04:43.9918337Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T21:04:43.9919667Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T21:04:43.9920966Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T21:04:43.9922308Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T21:04:43.9923616Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T21:04:43.9924940Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T21:04:43.9926230Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T21:04:43.9927399Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T21:04:43.9928493Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T21:04:43.9929719Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T21:04:43.9931176Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T21:04:43.9932381Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T21:04:43.9933353Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T21:04:43.9934409Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T21:04:43.9935582Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T21:04:43.9936947Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T21:04:43.9938303Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T21:04:43.9939541Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T21:04:43.9940996Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T21:04:43.9942307Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T21:04:43.9943461Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T21:04:43.9944612Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T21:04:43.9945931Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T21:04:43.9947338Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T21:04:43.9948591Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T21:04:43.9949757Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T21:04:43.9951126Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-03-21T21:04:43.9952838Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-03-21T21:04:43.9956175Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-03-21T21:04:43.9957512Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T21:04:43.9958890Z [ 63%] 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-21T21:04:43.9960420Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T21:04:43.9961944Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-03-21T21:04:43.9963375Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T21:04:43.9964852Z [ 64%] 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-21T21:04:43.9966192Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T21:04:43.9968225Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T21:04:43.9970180Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T21:04:43.9972208Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T21:04:43.9974048Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T21:04:43.9975949Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T21:04:43.9977366Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T21:04:43.9978462Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T21:04:43.9979720Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T21:04:44.7302871Z [ 65%] 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-21T21:04:44.7304250Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T21:04:44.7305523Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-03-21T21:04:44.7306990Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-03-21T21:04:44.7308522Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-03-21T21:04:44.7310074Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T21:04:44.7311317Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T21:04:44.7312936Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-03-21T21:04:44.7314190Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T21:04:44.7315494Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-03-21T21:04:44.7317082Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-03-21T21:04:44.7318600Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-03-21T21:04:44.7319892Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T21:04:44.7321051Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T21:04:44.7322159Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T21:04:44.7323493Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T21:04:44.7324780Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T21:04:44.7326088Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-03-21T21:04:44.7327364Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T21:04:44.7328452Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T21:04:44.7329706Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-03-21T21:04:44.7330929Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T21:04:44.7332203Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-03-21T21:04:44.7333462Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T21:04:44.7334884Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T21:04:44.7336311Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-03-21T21:04:44.7337743Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-03-21T21:04:44.7339265Z [ 66%] 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-21T21:04:44.7340844Z [ 66%] 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-21T21:04:44.7342341Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T21:04:44.7343734Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-03-21T21:04:44.7345132Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-03-21T21:04:44.7346671Z [ 66%] 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-21T21:04:44.7348142Z [ 66%] 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-21T21:04:44.7349556Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-03-21T21:04:44.7350940Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-03-21T21:04:44.7352370Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-03-21T21:04:44.7356825Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-03-21T21:04:44.7358299Z [ 67%] 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-21T21:04:44.7359766Z [ 67%] 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-21T21:04:44.7361187Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-03-21T21:04:44.7362582Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-03-21T21:04:44.7363964Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-03-21T21:04:44.7365365Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T21:04:44.7366798Z [ 67%] 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-21T21:04:44.7368229Z [ 67%] 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-21T21:04:44.7369644Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T21:04:44.7371153Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T21:04:44.7372543Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T21:04:44.7373960Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T21:04:44.7375396Z [ 68%] 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-21T21:04:44.7376856Z [ 68%] 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-21T21:04:44.7378728Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T21:04:44.7380717Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T21:04:44.7382870Z [ 68%] 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-21T21:04:44.7385094Z [ 68%] 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-21T21:04:44.7387186Z [ 68%] 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-21T21:04:45.5022100Z [ 68%] 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-21T21:04:45.5025057Z [ 68%] 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-21T21:04:45.5027899Z [ 68%] 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-21T21:04:45.5030874Z [ 68%] 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-21T21:04:45.5034077Z [ 68%] 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-21T21:04:45.5037394Z [ 68%] 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-21T21:04:45.5040880Z [ 68%] 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-21T21:04:45.5044165Z [ 69%] 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-21T21:04:45.5047453Z [ 69%] 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-21T21:04:45.5050526Z [ 69%] 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-21T21:04:45.5053523Z [ 69%] 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-21T21:04:45.5056436Z [ 69%] 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-21T21:04:45.5063900Z [ 69%] 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-21T21:04:45.5067182Z [ 69%] 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-21T21:04:45.5070096Z [ 69%] 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-21T21:04:45.5073218Z [ 69%] 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-21T21:04:45.5076286Z [ 69%] 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-21T21:04:45.5079339Z [ 69%] 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-21T21:04:45.5082428Z [ 69%] 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-21T21:04:45.5085269Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T21:04:45.5088180Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T21:04:45.5090890Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T21:04:45.5093521Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T21:04:45.5096039Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T21:04:45.5098678Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T21:04:45.5101333Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T21:04:45.5103958Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T21:04:45.5106584Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T21:04:45.5108507Z [ 70%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T21:04:45.5110529Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T21:04:45.5113408Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T21:04:45.5116092Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T21:04:45.5119123Z [ 70%] 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-21T21:04:45.5122375Z [ 70%] 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-21T21:04:45.5125763Z [ 70%] 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-21T21:04:45.5129426Z [ 70%] 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-21T21:04:45.5132833Z [ 70%] 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-21T21:04:45.5135986Z [ 70%] 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-21T21:04:45.5139311Z [ 71%] 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-21T21:04:45.5142565Z [ 71%] 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-21T21:04:45.5146110Z [ 71%] 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-21T21:04:45.5148125Z [ 71%] Built target optimized_portable_kernels 2025-03-21T21:04:45.5150442Z [ 71%] 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-21T21:04:45.5159828Z [ 71%] 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-21T21:04:45.5161826Z [ 71%] 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-21T21:04:45.5163539Z [ 71%] 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-21T21:04:45.5165283Z [ 71%] 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-21T21:04:45.5167021Z [ 71%] 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-21T21:04:45.5168727Z [ 71%] 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-21T21:04:45.5170431Z [ 71%] 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-21T21:04:45.5172109Z [ 71%] 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-21T21:04:45.5173782Z [ 71%] 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-21T21:04:46.0916240Z [ 71%] 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-21T21:04:46.0918109Z [ 72%] 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-21T21:04:46.0919880Z [ 72%] 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-21T21:04:46.0921685Z [ 72%] 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-21T21:04:46.0927322Z [ 72%] 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-21T21:04:46.0929446Z [ 72%] 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-21T21:04:46.0931195Z [ 72%] 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-21T21:04:46.0932895Z [ 72%] 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-21T21:04:46.0934688Z [ 72%] 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-21T21:04:46.0936477Z [ 72%] 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-21T21:04:46.0938222Z [ 72%] 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-21T21:04:46.0940111Z [ 72%] 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-21T21:04:46.0941820Z [ 72%] 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-21T21:04:46.0943533Z [ 72%] 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-21T21:04:46.0945299Z [ 72%] 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-21T21:04:46.0947109Z [ 72%] 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-21T21:04:46.0948546Z [ 73%] Linking CXX static library libportable_kernels.a 2025-03-21T21:04:46.0950514Z [ 73%] 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-21T21:04:46.0953137Z [ 73%] 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-21T21:04:46.0956061Z [ 73%] 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-21T21:04:46.0958738Z [ 73%] 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-21T21:04:46.0961164Z [ 73%] 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-21T21:04:46.0964084Z [ 73%] 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-21T21:04:46.0967118Z [ 73%] 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-21T21:04:46.0969809Z [ 73%] 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-21T21:04:46.0972271Z [ 73%] 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-21T21:04:46.0975170Z [ 73%] 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-21T21:04:46.0977455Z [ 73%] 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-21T21:04:46.0980007Z [ 73%] 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-21T21:04:46.0982801Z [ 73%] 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-21T21:04:46.0985392Z [ 73%] 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-21T21:04:46.0988090Z [ 73%] 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-21T21:04:46.0990951Z [ 74%] 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-21T21:04:46.0993743Z [ 74%] 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-21T21:04:46.0995581Z [ 74%] 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-21T21:04:46.0996604Z [ 74%] Built target portable_kernels 2025-03-21T21:04:46.0997703Z [ 74%] 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-21T21:04:46.0999403Z [ 74%] 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-21T21:04:46.1001110Z [ 74%] 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-21T21:04:46.1002845Z [ 74%] 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-21T21:04:46.1004565Z [ 74%] 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-21T21:04:46.1006245Z [ 74%] 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-21T21:04:46.1007910Z [ 74%] 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-21T21:04:46.1009477Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T21:04:46.1011092Z [ 74%] 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-21T21:04:46.1012945Z [ 74%] 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-21T21:04:46.1014662Z [ 74%] 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-21T21:04:47.0372587Z [ 74%] 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-21T21:04:47.0374454Z [ 74%] 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-21T21:04:47.0376141Z [ 75%] 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-21T21:04:47.0378173Z [ 75%] 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-21T21:04:47.0379934Z [ 75%] 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-21T21:04:47.0381911Z [ 75%] 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-21T21:04:47.0383626Z [ 75%] 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-21T21:04:47.0385334Z [ 75%] 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-21T21:04:47.0387055Z [ 75%] 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-21T21:04:47.0388762Z [ 75%] 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-21T21:04:47.0390437Z [ 75%] 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-21T21:04:47.0392101Z [ 75%] 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-21T21:04:47.0393887Z [ 75%] 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-21T21:04:47.0395563Z [ 75%] 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-21T21:04:47.0397266Z [ 75%] 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-21T21:04:47.0398985Z [ 75%] 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-21T21:04:47.0400693Z [ 75%] 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-21T21:04:47.0402292Z [ 76%] 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-21T21:04:47.0407514Z [ 76%] 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-21T21:04:47.0409159Z [ 76%] 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-21T21:04:47.0410677Z [ 76%] 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-21T21:04:47.0412188Z [ 76%] 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-21T21:04:47.0413670Z [ 76%] 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-21T21:04:47.0415116Z [ 76%] 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-21T21:04:47.0416589Z [ 76%] 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-21T21:04:47.0418107Z [ 76%] 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-21T21:04:47.0419742Z [ 76%] 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-21T21:04:47.0421441Z [ 76%] 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-21T21:04:47.0423238Z [ 76%] 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-21T21:04:47.0425028Z [ 76%] 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-21T21:04:47.0426832Z [ 76%] 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-21T21:04:47.0428633Z [ 76%] 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-21T21:04:47.0430438Z [ 77%] 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-21T21:04:47.0432279Z [ 77%] 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-21T21:04:47.0434057Z [ 77%] 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-21T21:04:47.0435837Z [ 77%] 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-21T21:04:47.0437625Z [ 77%] 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-21T21:04:47.0439390Z [ 77%] 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-21T21:04:47.0441157Z [ 77%] 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-21T21:04:47.0442993Z [ 77%] 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-21T21:04:47.0444783Z [ 77%] 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-21T21:04:47.0446562Z [ 77%] 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-21T21:04:47.0448304Z [ 77%] 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-21T21:04:47.0450056Z [ 77%] 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-21T21:04:47.0451829Z [ 77%] 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-21T21:04:47.0453788Z [ 77%] 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-21T21:04:47.0456417Z [ 77%] 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-21T21:04:47.5594420Z [ 78%] 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-21T21:04:47.5596289Z [ 78%] 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-21T21:04:47.5598125Z [ 78%] 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-21T21:04:47.5599868Z [ 78%] 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-21T21:04:47.5601642Z [ 78%] 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-21T21:04:47.5603372Z [ 78%] 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-21T21:04:47.5605116Z [ 78%] 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-21T21:04:47.5606834Z [ 78%] 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-21T21:04:47.5608561Z [ 78%] 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-21T21:04:47.5610256Z [ 78%] 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-21T21:04:47.5611950Z [ 78%] 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-21T21:04:47.5613621Z [ 78%] 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-21T21:04:47.5615585Z [ 78%] 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-21T21:04:47.5617290Z [ 78%] 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-21T21:04:47.5619000Z [ 78%] 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-21T21:04:47.5620145Z [ 78%] Linking CXX static library liboptimized_kernels.a 2025-03-21T21:04:47.5621317Z [ 79%] 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-21T21:04:47.5623010Z [ 79%] 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-21T21:04:47.5624684Z [ 79%] 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-21T21:04:47.5626380Z [ 79%] 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-21T21:04:47.5628261Z [ 79%] 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-21T21:04:47.5630005Z [ 79%] 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-21T21:04:47.5631773Z [ 79%] 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-21T21:04:47.5632894Z [ 79%] Built target optimized_kernels 2025-03-21T21:04:47.5634021Z [ 79%] 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-21T21:04:47.5635057Z [ 79%] Merging kernel yaml files 2025-03-21T21:04:47.5636200Z [ 79%] 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-21T21:04:47.5637939Z [ 79%] 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-21T21:04:47.5639109Z [ 79%] Generating selected_operators.yaml for optimized_ops_lib 2025-03-21T21:04:47.5640358Z [ 79%] 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-21T21:04:47.5642078Z [ 79%] 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-21T21:04:47.5643766Z [ 79%] 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-21T21:04:47.5645477Z [ 79%] 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-21T21:04:47.5647181Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T21:04:47.5653236Z [ 80%] 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-21T21:04:47.5655587Z [ 80%] 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-21T21:04:47.5657316Z [ 80%] 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-21T21:04:47.5659031Z [ 80%] 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-21T21:04:47.5660728Z [ 80%] 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-21T21:04:47.5662502Z [ 80%] 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-21T21:04:47.5664205Z [ 80%] 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-21T21:04:47.5665387Z [ 80%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T21:04:47.5666855Z [ 80%] 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-21T21:04:47.5668477Z [ 80%] 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-21T21:04:47.5670100Z [ 80%] 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-21T21:04:47.5671711Z [ 80%] 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-21T21:04:47.5673295Z [ 80%] 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-21T21:04:47.5674776Z [ 80%] 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-21T21:04:47.5676287Z [ 80%] 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-21T21:04:47.5677735Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T21:04:47.5679158Z [ 81%] 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-21T21:04:48.3915346Z [ 81%] 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-21T21:04:48.3917015Z [ 81%] 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-21T21:04:48.3918671Z [ 81%] 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-21T21:04:48.3920258Z [ 81%] 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-21T21:04:48.3921723Z [ 81%] 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-21T21:04:48.3923541Z [ 81%] 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-21T21:04:48.3924574Z [ 81%] Generating code for kernel registration 2025-03-21T21:04:48.3925176Z [ 81%] Linking CXX static library libportable_ops_lib.a 2025-03-21T21:04:48.3925629Z [ 82%] Built target portable_ops_lib 2025-03-21T21:04:48.3926641Z [ 82%] 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-21T21:04:48.3928208Z [ 82%] 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-21T21:04:48.3929793Z [ 82%] 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-21T21:04:48.3931422Z [ 82%] 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-21T21:04:48.3932966Z [ 82%] 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-21T21:04:48.3934442Z [ 82%] 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-21T21:04:48.3936111Z [ 82%] 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-21T21:04:48.3937681Z [ 82%] 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-21T21:04:48.3938686Z [ 82%] Generating code for kernel registration 2025-03-21T21:04:48.3939659Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-03-21T21:04:48.3941022Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-03-21T21:04:48.3942391Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T21:04:48.3943784Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T21:04:48.3945160Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-03-21T21:04:48.3946527Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-03-21T21:04:48.3947909Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-03-21T21:04:48.3949300Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-03-21T21:04:48.3950677Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-03-21T21:04:48.3952129Z [ 83%] 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-21T21:04:48.3955971Z [ 83%] 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-21T21:04:48.3957455Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-03-21T21:04:48.3959003Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-03-21T21:04:48.3960432Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-03-21T21:04:48.3961965Z [ 83%] 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-21T21:04:48.3963518Z [ 84%] 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-21T21:04:48.3965079Z [ 84%] 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-21T21:04:48.3966683Z [ 84%] 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-21T21:04:48.3968300Z [ 84%] 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-21T21:04:48.3969866Z [ 84%] 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-21T21:04:48.3971535Z [ 84%] 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-21T21:04:48.3973172Z [ 84%] 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-21T21:04:48.3974833Z [ 84%] 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-21T21:04:48.3976452Z [ 84%] 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-21T21:04:48.3978066Z [ 84%] 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-21T21:04:48.3979659Z [ 84%] 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-21T21:04:48.3981234Z [ 84%] 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-21T21:04:48.3982882Z [ 84%] 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-21T21:04:48.3984534Z [ 84%] 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-21T21:04:48.3986205Z [ 84%] 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-21T21:04:48.3987894Z [ 85%] 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-21T21:04:48.3989582Z [ 85%] 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-21T21:04:48.3991233Z [ 85%] 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-21T21:04:48.3993021Z [ 85%] 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-21T21:04:48.3994649Z [ 85%] 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-21T21:04:48.3996264Z [ 85%] 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-21T21:04:49.2753951Z [ 85%] 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-21T21:04:49.2755700Z [ 85%] 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-21T21:04:49.2757419Z [ 85%] 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-21T21:04:49.2759093Z [ 85%] 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-21T21:04:49.2760762Z [ 85%] 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-21T21:04:49.2762688Z [ 85%] 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-21T21:04:49.2764209Z [ 85%] 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-21T21:04:49.2765668Z [ 85%] 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-21T21:04:49.2767148Z [ 85%] 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-21T21:04:49.2768625Z [ 86%] 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-21T21:04:49.2770067Z [ 86%] 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-21T21:04:49.2771514Z [ 86%] 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-21T21:04:49.2772949Z [ 86%] 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-21T21:04:49.2774520Z [ 86%] 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-21T21:04:49.2776125Z [ 86%] 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-21T21:04:49.2777648Z [ 86%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T21:04:49.2779189Z [ 86%] 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-21T21:04:49.2780785Z [ 86%] 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-21T21:04:49.2782380Z [ 86%] 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-21T21:04:49.2784108Z [ 86%] 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-21T21:04:49.2785657Z [ 86%] 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-21T21:04:49.2787228Z [ 86%] 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-21T21:04:49.2788822Z [ 86%] 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-21T21:04:49.2790416Z [ 86%] 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-21T21:04:49.2792015Z [ 86%] 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-21T21:04:49.2793672Z [ 87%] 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-21T21:04:49.2795299Z [ 87%] 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-21T21:04:49.2796901Z [ 87%] 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-21T21:04:49.2798569Z [ 87%] 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-21T21:04:49.2800206Z [ 87%] 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-21T21:04:49.2801828Z [ 87%] 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-21T21:04:49.2803485Z [ 87%] 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-21T21:04:49.2805110Z [ 87%] 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-21T21:04:49.2807196Z [ 87%] 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-21T21:04:49.2808951Z [ 87%] 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-21T21:04:49.2810573Z [ 87%] 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-21T21:04:49.2812187Z [ 87%] 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-21T21:04:49.2813830Z [ 87%] 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-21T21:04:49.2815469Z [ 87%] 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-21T21:04:49.2817099Z [ 88%] 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-21T21:04:49.2818794Z [ 88%] 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-21T21:04:49.2820426Z [ 88%] 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-21T21:04:49.2822015Z [ 88%] 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-21T21:04:49.2823589Z [ 88%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T21:04:49.2825163Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T21:04:49.2826563Z [ 88%] 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-21T21:04:49.2828135Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T21:04:49.2829935Z [ 88%] 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-21T21:04:49.2832310Z [ 88%] 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-21T21:04:49.2834683Z [ 88%] 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-21T21:04:49.9824982Z [ 88%] 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-21T21:04:49.9826702Z [ 88%] 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-21T21:04:49.9828225Z [ 88%] 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-21T21:04:49.9829756Z [ 88%] 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-21T21:04:49.9831264Z [ 88%] 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-21T21:04:49.9832950Z [ 89%] 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-21T21:04:49.9834514Z [ 89%] 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-21T21:04:49.9836132Z [ 89%] 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-21T21:04:49.9837679Z [ 89%] 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-21T21:04:49.9839151Z [ 89%] 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-21T21:04:49.9840666Z [ 89%] 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-21T21:04:49.9842233Z [ 89%] 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-21T21:04:49.9843993Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-03-21T21:04:49.9845378Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-03-21T21:04:49.9846738Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T21:04:49.9848110Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T21:04:49.9849465Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-03-21T21:04:49.9850816Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-03-21T21:04:49.9852175Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-03-21T21:04:49.9853779Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-03-21T21:04:49.9855341Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-03-21T21:04:49.9856791Z [ 90%] 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-21T21:04:49.9858287Z [ 90%] 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-21T21:04:49.9859712Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T21:04:49.9861117Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T21:04:49.9862530Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T21:04:49.9864040Z [ 90%] 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-21T21:04:49.9865580Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T21:04:49.9867129Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T21:04:49.9868742Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T21:04:49.9870358Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T21:04:49.9871928Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T21:04:49.9873582Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T21:04:49.9875211Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T21:04:49.9876721Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T21:04:49.9878550Z [ 91%] 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-21T21:04:49.9880350Z [ 91%] 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-21T21:04:49.9881800Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T21:04:49.9883348Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T21:04:49.9884791Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T21:04:49.9886266Z [ 91%] 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-21T21:04:49.9887800Z [ 91%] 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-21T21:04:49.9889888Z [ 91%] 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-21T21:04:49.9891323Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T21:04:49.9892706Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T21:04:49.9894081Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T21:04:49.9895430Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T21:04:49.9896778Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T21:04:49.9898188Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T21:04:49.9899620Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T21:04:49.9901066Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T21:04:49.9902481Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T21:04:49.9903939Z [ 92%] 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-21T21:04:50.9177922Z [ 92%] 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-21T21:04:50.9179423Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T21:04:50.9180745Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T21:04:50.9182075Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T21:04:50.9183454Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T21:04:50.9185103Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T21:04:50.9186466Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T21:04:50.9187955Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-03-21T21:04:50.9189555Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T21:04:50.9191187Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-03-21T21:04:50.9192390Z [ 92%] Linking CXX static library liboptimized_ops_lib.a 2025-03-21T21:04:50.9193506Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T21:04:50.9194407Z [ 92%] Built target optimized_ops_lib 2025-03-21T21:04:50.9195462Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-03-21T21:04:50.9197154Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T21:04:50.9198638Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T21:04:50.9200129Z [ 93%] 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-21T21:04:50.9201650Z [ 93%] 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-21T21:04:50.9203199Z [ 93%] 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-21T21:04:50.9204763Z [ 93%] 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-21T21:04:50.9206322Z [ 93%] 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-21T21:04:50.9207916Z [ 93%] 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-21T21:04:50.9209467Z [ 93%] 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-21T21:04:50.9210996Z [ 93%] 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-21T21:04:50.9212594Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-03-21T21:04:50.9214108Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T21:04:50.9215487Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T21:04:50.9216805Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T21:04:50.9218183Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T21:04:50.9219492Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T21:04:50.9220801Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T21:04:50.9222102Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T21:04:50.9223400Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T21:04:50.9224703Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T21:04:50.9225995Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T21:04:50.9227294Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T21:04:50.9228837Z [ 94%] 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-21T21:04:50.9230412Z [ 94%] 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-21T21:04:50.9231999Z [ 94%] 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-21T21:04:50.9233535Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T21:04:50.9234853Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T21:04:50.9236248Z [ 94%] 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-21T21:04:50.9237720Z [ 94%] 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-21T21:04:50.9239116Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T21:04:50.9240491Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T21:04:50.9241963Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T21:04:50.9243477Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T21:04:50.9244985Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T21:04:50.9246064Z [ 95%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T21:04:50.9247188Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T21:04:50.9248744Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-03-21T21:04:50.9250352Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T21:04:50.9251942Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-03-21T21:04:50.9254054Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T21:04:50.9255374Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T21:04:50.9256156Z [ 95%] Built target optimized_native_cpu_ops_lib 2025-03-21T21:04:53.4213721Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T21:04:53.4215123Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T21:04:53.4216493Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T21:04:53.4217864Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T21:04:53.4219584Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T21:04:53.4220862Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T21:04:53.4222158Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T21:04:53.4223503Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T21:04:53.4224816Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T21:04:53.4226119Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T21:04:53.4227445Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T21:04:53.4228867Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T21:04:53.4230248Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T21:04:53.4231514Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T21:04:53.4233106Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T21:04:53.4234457Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T21:04:53.4235801Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T21:04:53.4237148Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T21:04:53.4238485Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T21:04:53.4239895Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T21:04:53.4241276Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T21:04:53.4242138Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-03-21T21:04:53.4242597Z [ 97%] Built target microkernels-prod 2025-03-21T21:04:53.4243038Z [ 97%] Generating build_identifier.c 2025-03-21T21:04:53.4243900Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T21:04:53.4245212Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T21:04:53.4246413Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T21:04:53.4247603Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T21:04:53.4248770Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T21:04:53.4249939Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T21:04:53.4251107Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T21:04:53.4252374Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T21:04:53.4253888Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T21:04:53.4255110Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T21:04:53.4256353Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T21:04:53.4257575Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T21:04:53.4258783Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T21:04:53.4259993Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T21:04:53.4261189Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T21:04:53.4262436Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T21:04:53.4263699Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T21:04:53.4264875Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T21:04:53.4266135Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T21:04:53.4267292Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T21:04:53.4268702Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T21:04:53.4269943Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T21:04:53.4271112Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T21:04:53.4272375Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T21:04:53.4273682Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T21:04:53.4274862Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T21:04:53.4276027Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T21:04:53.4277104Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T21:04:53.4278108Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T21:04:53.4279122Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T21:04:53.4279908Z [ 99%] Linking CXX static library libXNNPACK.a 2025-03-21T21:04:53.4280330Z [ 99%] Built target XNNPACK 2025-03-21T21:04:53.4281036Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T21:04:53.4282065Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T21:04:53.4283101Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T21:04:53.4284187Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T21:04:53.4285226Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T21:04:53.4286322Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T21:04:53.4287173Z [ 99%] Linking CXX static library libxnnpack_backend.a 2025-03-21T21:04:53.4287627Z [ 99%] Built target xnnpack_backend 2025-03-21T21:04:53.4288333Z [ 99%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_fallback.cpp.o 2025-03-21T21:04:53.4289373Z [ 99%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T21:04:53.4290352Z [ 99%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2025-03-21T21:04:53.4291311Z [ 99%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/op_update_cache.cpp.o 2025-03-21T21:04:54.7250829Z [ 99%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T21:04:54.7252145Z [ 99%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-03-21T21:04:54.7253059Z [ 99%] Linking CXX static library libcustom_ops.a 2025-03-21T21:04:54.7253942Z [ 99%] Built target custom_ops 2025-03-21T21:04:54.7255020Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T21:04:54.7256337Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2025-03-21T21:04:54.7257592Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2025-03-21T21:04:54.7258878Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2025-03-21T21:04:54.7260199Z [ 99%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2025-03-21T21:04:54.7261280Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T21:04:54.7262585Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T21:04:54.7263547Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T21:04:54.7264438Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T21:04:54.7265342Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T21:04:54.7266349Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T21:04:54.7267119Z [100%] Linking CXX executable xnn_executor_runner 2025-03-21T21:04:54.7267625Z [100%] Linking CXX executable executor_runner 2025-03-21T21:04:54.7268018Z [100%] Built target xnn_executor_runner 2025-03-21T21:04:54.7268369Z [100%] Built target executor_runner 2025-03-21T21:04:54.7268722Z Install the project... 2025-03-21T21:04:54.7269048Z -- Install configuration: "Release" 2025-03-21T21:04:54.7269480Z -- Installing: /pytorch/executorch/cmake-out/include/fxdiv.h 2025-03-21T21:04:54.7270066Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T21:04:54.7270652Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpuinfo.a 2025-03-21T21:04:54.7271269Z -- Installing: /pytorch/executorch/cmake-out/include/cpuinfo.h 2025-03-21T21:04:54.7271861Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T21:04:54.7272825Z -- Installing: /pytorch/executorch/cmake-out/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T21:04:54.7273551Z -- Installing: /pytorch/executorch/cmake-out/lib/pkgconfig/libcpuinfo.pc 2025-03-21T21:04:54.7274166Z -- Installing: /pytorch/executorch/cmake-out/include/pthreadpool.h 2025-03-21T21:04:54.7274749Z -- Installing: /pytorch/executorch/cmake-out/lib/libpthreadpool.a 2025-03-21T21:04:54.7275366Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_portable_kernels.a 2025-03-21T21:04:54.7276036Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_kernels.a 2025-03-21T21:04:54.7276653Z -- Installing: /pytorch/executorch/cmake-out/lib/libportable_ops_lib.a 2025-03-21T21:04:54.7277368Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/Functions.h 2025-03-21T21:04:54.7278238Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T21:04:54.7279062Z -- Installing: /pytorch/executorch/cmake-out/lib/libeigen_blas.a 2025-03-21T21:04:54.7279559Z -- Installing: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-03-21T21:04:54.7280099Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_kernels.a 2025-03-21T21:04:54.7280683Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_ops_lib.a 2025-03-21T21:04:54.7281359Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/Functions.h 2025-03-21T21:04:54.7282180Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/optimized/NativeFunctions.h 2025-03-21T21:04:54.7282862Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libcpublas.a 2025-03-21T21:04:54.7283426Z -- Installing: /pytorch/executorch/cmake-out/lib/liboptimized_native_cpu_ops_lib.a 2025-03-21T21:04:54.7284022Z -- Installing: /pytorch/executorch/cmake-out/lib/Functions.h 2025-03-21T21:04:54.7284543Z -- Installing: /pytorch/executorch/cmake-out/lib/NativeFunctions.h 2025-03-21T21:04:54.7285121Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core 2025-03-21T21:04:54.7285792Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/array_ref.h 2025-03-21T21:04:54.7286503Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/data_loader.h 2025-03-21T21:04:54.7287227Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/defines.h 2025-03-21T21:04:54.7295513Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/error.h 2025-03-21T21:04:54.7296467Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/evalue.h 2025-03-21T21:04:54.7297190Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer.h 2025-03-21T21:04:54.7297963Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T21:04:54.7298836Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T21:04:54.7299637Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten 2025-03-21T21:04:54.7300375Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T21:04:54.7301210Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T21:04:54.7302102Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T21:04:54.7303070Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T21:04:54.7303995Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T21:04:54.7304885Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util 2025-03-21T21:04:54.7305715Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T21:04:54.7306621Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T21:04:54.7307562Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T21:04:54.7308530Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T21:04:54.7309469Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T21:04:54.7310289Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T21:04:54.7311078Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T21:04:54.7311904Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T21:04:54.7313019Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/memory_allocator.h 2025-03-21T21:04:54.7313834Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/named_data_map.h 2025-03-21T21:04:54.7314643Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type 2025-03-21T21:04:54.7315491Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T21:04:54.7316446Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T21:04:54.7317408Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T21:04:54.7318279Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10 2025-03-21T21:04:54.7319145Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T21:04:54.7320037Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T21:04:54.7321042Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T21:04:54.7322100Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T21:04:54.7323088Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T21:04:54.7324195Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T21:04:54.7325360Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T21:04:54.7326339Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T21:04:54.7327296Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T21:04:54.7328233Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T21:04:54.7329223Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T21:04:55.6337448Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T21:04:55.6341006Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T21:04:55.6343485Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T21:04:55.6344784Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T21:04:55.6345651Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/device.h 2025-03-21T21:04:55.6346487Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/half.h 2025-03-21T21:04:55.6347319Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T21:04:55.6348178Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T21:04:55.6349247Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T21:04:55.6350138Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T21:04:55.6351063Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T21:04:55.6351981Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T21:04:55.6353626Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T21:04:55.6354629Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T21:04:55.6355522Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/portable_type/test 2025-03-21T21:04:55.6356330Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/result.h 2025-03-21T21:04:55.6357078Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/span.h 2025-03-21T21:04:55.6357804Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tag.h 2025-03-21T21:04:55.6358580Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_layout.h 2025-03-21T21:04:55.6359453Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T21:04:55.6360322Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/core/test 2025-03-21T21:04:55.6360993Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel 2025-03-21T21:04:55.6361735Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T21:04:55.6362588Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T21:04:55.6363452Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T21:04:55.6364408Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test 2025-03-21T21:04:55.6365123Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T21:04:55.6365981Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T21:04:55.6366799Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform 2025-03-21T21:04:55.6367511Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/abort.h 2025-03-21T21:04:55.6368251Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/assert.h 2025-03-21T21:04:55.6368980Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/clock.h 2025-03-21T21:04:55.6369757Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T21:04:55.6370526Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/compiler.h 2025-03-21T21:04:55.6371288Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/default 2025-03-21T21:04:55.6372020Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/log.h 2025-03-21T21:04:55.6372866Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/platform.h 2025-03-21T21:04:55.6373638Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/profiler.h 2025-03-21T21:04:55.6374407Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/runtime.h 2025-03-21T21:04:55.6375138Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/system.h 2025-03-21T21:04:55.6375876Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test 2025-03-21T21:04:55.6376672Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T21:04:55.6377487Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/runtime/platform/types.h 2025-03-21T21:04:55.6378220Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util 2025-03-21T21:04:55.6379099Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T21:04:55.6380047Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T21:04:55.6380881Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/test 2025-03-21T21:04:55.6381680Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/kernel_util/type_list.h 2025-03-21T21:04:55.6382435Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor 2025-03-21T21:04:55.6383154Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor.h 2025-03-21T21:04:55.6383959Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T21:04:55.6384752Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T21:04:55.6385575Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T21:04:55.6386368Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/tensor/test 2025-03-21T21:04:55.6387079Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool 2025-03-21T21:04:55.6387868Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T21:04:55.6388691Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/test 2025-03-21T21:04:55.6389490Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool.h 2025-03-21T21:04:55.6390399Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T21:04:55.6391124Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch.a 2025-03-21T21:04:55.6391691Z -- Installing: /pytorch/executorch/cmake-out/lib/libexecutorch_core.a 2025-03-21T21:04:55.6392456Z -- Installing: /pytorch/executorch/cmake-out/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T21:04:55.6393329Z -- Installing: /pytorch/executorch/cmake-out/lib/libXNNPACK.a 2025-03-21T21:04:55.6393899Z -- Installing: /pytorch/executorch/cmake-out/include/xnnpack.h 2025-03-21T21:04:55.6394505Z -- Installing: /pytorch/executorch/cmake-out/include/experiments-config.h 2025-03-21T21:04:55.6395143Z -- Installing: /pytorch/executorch/cmake-out/lib/libmicrokernels-prod.a 2025-03-21T21:04:55.6395779Z -- Up-to-date: /pytorch/executorch/cmake-out/lib/libmicrokernels-prod.a 2025-03-21T21:04:55.6396409Z -- Installing: /pytorch/executorch/cmake-out/lib/libxnnpack_backend.a 2025-03-21T21:04:55.6397061Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_data_loader.a 2025-03-21T21:04:55.6397735Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_flat_tensor.a 2025-03-21T21:04:55.6398400Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module.so 2025-03-21T21:04:55.6399156Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_module_static.a 2025-03-21T21:04:55.6399888Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_tensor.a 2025-03-21T21:04:55.6400522Z -- Installing: /pytorch/executorch/cmake-out/lib/libextension_threadpool.a 2025-03-21T21:04:55.6401145Z -- Installing: /pytorch/executorch/cmake-out/lib/libcustom_ops.a 2025-03-21T21:04:55.6401737Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_kernels.a 2025-03-21T21:04:55.6402355Z -- Installing: /pytorch/executorch/cmake-out/lib/libquantized_ops_lib.a 2025-03-21T21:04:55.6403057Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/Functions.h 2025-03-21T21:04:55.6404022Z -- Installing: /pytorch/executorch/cmake-out/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T21:04:55.6404632Z + cmake_build_llava_runner 2025-03-21T21:04:55.6404951Z + dir=examples/models/llava 2025-03-21T21:04:55.6405447Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2025-03-21T21:04:55.6406048Z + python_lib=/opt/conda/envs/py_3.10/lib/python3.10/site-packages 2025-03-21T21:04:55.6407628Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_INSTALL_PREFIX=cmake-out -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.10/lib/python3.10/site-packages -Bcmake-out/examples/models/llava examples/models/llava 2025-03-21T21:04:55.6409179Z -- The C compiler identification is Clang 12.0.1 2025-03-21T21:04:55.6409610Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T21:04:55.6410014Z -- Detecting C compiler ABI info 2025-03-21T21:04:55.6410371Z -- Detecting C compiler ABI info - done 2025-03-21T21:04:55.6410816Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T21:04:55.6411223Z -- Detecting C compile features 2025-03-21T21:04:55.6411583Z -- Detecting C compile features - done 2025-03-21T21:04:55.6411951Z -- Detecting CXX compiler ABI info 2025-03-21T21:04:55.6412314Z -- Detecting CXX compiler ABI info - done 2025-03-21T21:04:55.6412761Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T21:04:55.6413170Z -- Detecting CXX compile features 2025-03-21T21:05:44.7761490Z -- Detecting CXX compile features - done 2025-03-21T21:05:44.7763089Z 'python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-03-21T21:05:44.7764568Z -- MKL_ARCH: None, set to ` intel64` by default 2025-03-21T21:05:44.7765337Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-03-21T21:05:44.7766057Z -- MKL_LINK: None, set to ` dynamic` by default 2025-03-21T21:05:44.7767413Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-03-21T21:05:44.7768274Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-03-21T21:05:44.7768979Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-03-21T21:05:44.7770732Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-03-21T21:05:44.7772113Z static library kineto_LIBRARY-NOTFOUND not found. 2025-03-21T21:05:44.7772902Z Call Stack (most recent call first): 2025-03-21T21:05:44.7774079Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-03-21T21:05:44.7775862Z /pytorch/executorch/tools/cmake/Utils.cmake:389 (find_package) 2025-03-21T21:05:44.7776875Z CMakeLists.txt:82 (find_package_torch) 2025-03-21T21:05:44.7777380Z 2025-03-21T21:05:44.7777949Z  2025-03-21T21:05:44.7778811Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-03-21T21:05:44.7780211Z CMake Warning (dev) at CMakeLists.txt:91 (find_package): 2025-03-21T21:05:44.7781460Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T21:05:44.7782846Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T21:05:44.7784671Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T21:05:44.7785220Z 2025-03-21T21:05:44.7785430Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T21:05:44.7785862Z 2025-03-21T21:05:44.7786109Z /pytorch/executorch/examples/models/llava/../../.. 2025-03-21T21:05:44.7786554Z 2025-03-21T21:05:44.7787005Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T21:05:44.7787774Z .cmake module might still use it. 2025-03-21T21:05:44.7788498Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T21:05:44.7789266Z  2025-03-21T21:05:44.7789874Z etdump library is not found. 2025-03-21T21:05:44.7790736Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7791641Z bundled_program library is not found. 2025-03-21T21:05:44.7792671Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7793518Z flatccrt library is not found. 2025-03-21T21:05:44.7794420Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7795313Z coremldelegate library is not found. 2025-03-21T21:05:44.7796228Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7797123Z mpsdelegate library is not found. 2025-03-21T21:05:44.7797999Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7798885Z neuron_backend library is not found. 2025-03-21T21:05:44.7799780Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7800719Z qnn_executorch_backend library is not found. 2025-03-21T21:05:44.7801687Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7802618Z extension_runner_util library is not found. 2025-03-21T21:05:44.7803535Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7804435Z extension_training library is not found. 2025-03-21T21:05:44.7805356Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7806210Z kleidiai library is not found. 2025-03-21T21:05:44.7807067Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7807921Z vulkan_backend library is not found. 2025-03-21T21:05:44.7808823Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7809744Z quantized_ops_aot_lib library is not found. 2025-03-21T21:05:44.7810682Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T21:05:44.7812184Z -- executorch: Using source file list /pytorch/executorch/cmake-out/extension/llm/runner/../../../executorch_srcs.cmake 2025-03-21T21:05:44.7813350Z -- 2025-03-21T21:05:44.7813728Z -- ******** Summary ******** 2025-03-21T21:05:44.7814274Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T21:05:44.7814902Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T21:05:44.7815505Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T21:05:44.7816081Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T21:05:44.7816646Z -- BUCK2 : 2025-03-21T21:05:44.7817222Z -- PYTHON_EXECUTABLE : python 2025-03-21T21:05:44.7817824Z -- FLATC_EXECUTABLE : 2025-03-21T21:05:44.7818426Z -- EXECUTORCH_ENABLE_LOGGING : 2025-03-21T21:05:44.7819092Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : 2025-03-21T21:05:44.7819735Z -- EXECUTORCH_LOG_LEVEL : 2025-03-21T21:05:44.7820387Z -- EXECUTORCH_BUILD_ANDROID_JNI : 2025-03-21T21:05:44.7821054Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : 2025-03-21T21:05:44.7821718Z -- EXECUTORCH_BUILD_CADENCE : 2025-03-21T21:05:44.7822370Z -- EXECUTORCH_BUILD_COREML : 2025-03-21T21:05:44.7823002Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T21:05:44.7827006Z -- EXECUTORCH_BUILD_DEVTOOLS : 2025-03-21T21:05:44.7827685Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : 2025-03-21T21:05:44.7828374Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : 2025-03-21T21:05:44.7829048Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : 2025-03-21T21:05:44.7829682Z -- EXECUTORCH_BUILD_EXTENSION_LLM : 2025-03-21T21:05:44.7830303Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : 2025-03-21T21:05:44.7830980Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : 2025-03-21T21:05:44.7831656Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : 2025-03-21T21:05:44.7832407Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : 2025-03-21T21:05:44.7833041Z -- EXECUTORCH_BUILD_FLATC : 2025-03-21T21:05:44.7833768Z -- EXECUTORCH_BUILD_GFLAGS : 2025-03-21T21:05:44.7834348Z -- EXECUTORCH_BUILD_HOST_TARGETS : 2025-03-21T21:05:44.7835308Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-03-21T21:05:44.7836119Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : 2025-03-21T21:05:44.7836928Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2025-03-21T21:05:44.7837704Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : 2025-03-21T21:05:44.7838586Z -- EXECUTORCH_BUILD_MPS : 2025-03-21T21:05:44.7839394Z -- EXECUTORCH_BUILD_NEURON : 2025-03-21T21:05:44.7840257Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T21:05:44.7840905Z -- EXECUTORCH_BUILD_PYBIND : 2025-03-21T21:05:44.7841698Z -- EXECUTORCH_BUILD_QNN : 2025-03-21T21:05:44.7842389Z -- EXECUTORCH_BUILD_SIZE_TEST : 2025-03-21T21:05:44.7843018Z -- EXECUTORCH_BUILD_TESTS : 2025-03-21T21:05:44.7843610Z -- EXECUTORCH_BUILD_VULKAN : 2025-03-21T21:05:44.7844233Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-03-21T21:05:44.7844805Z -- Configuring done (0.8s) 2025-03-21T21:05:44.7845328Z -- Generating done (0.0s) 2025-03-21T21:05:44.7846106Z -- Build files have been written to: /pytorch/executorch/cmake-out/examples/models/llava 2025-03-21T21:05:44.7847136Z + cmake --build cmake-out/examples/models/llava -j96 --config Release 2025-03-21T21:05:44.7849442Z [ 7%] Building CXX object /pytorch/executorch/cmake-out/extension/llm/runner/CMakeFiles/extension_llm_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T21:05:44.7852406Z [ 14%] Building CXX object /pytorch/executorch/cmake-out/extension/llm/runner/CMakeFiles/extension_llm_runner.dir/pytorch/executorch/extension/data_loader/mmap_data_loader.cpp.o 2025-03-21T21:05:44.7856607Z [ 28%] Building CXX object /pytorch/executorch/cmake-out/extension/llm/runner/CMakeFiles/extension_llm_runner.dir/text_decoder_runner.cpp.o 2025-03-21T21:05:44.7859145Z [ 28%] Building CXX object /pytorch/executorch/cmake-out/extension/llm/runner/CMakeFiles/extension_llm_runner.dir/text_prefiller.cpp.o 2025-03-21T21:05:44.7861637Z [ 35%] Building CXX object /pytorch/executorch/cmake-out/extension/llm/runner/CMakeFiles/extension_llm_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T21:05:44.7864372Z [ 42%] Building CXX object /pytorch/executorch/cmake-out/extension/llm/runner/CMakeFiles/extension_llm_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T21:05:44.7867433Z [ 50%] Building CXX object /pytorch/executorch/cmake-out/extension/llm/runner/CMakeFiles/extension_llm_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T21:05:44.7869507Z [ 57%] Linking CXX static library libextension_llm_runner.a 2025-03-21T21:05:44.7870305Z [ 57%] Built target extension_llm_runner 2025-03-21T21:05:44.7871353Z [ 64%] Building CXX object runner/CMakeFiles/llava_runner.dir/llava_runner.cpp.o 2025-03-21T21:05:44.7873225Z [ 71%] Building CXX object runner/CMakeFiles/llava_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T21:05:44.7875526Z [ 78%] Building CXX object runner/CMakeFiles/llava_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T21:05:44.7877339Z [ 85%] Linking CXX static library libllava_runner.a 2025-03-21T21:05:44.7878079Z [ 85%] Built target llava_runner 2025-03-21T21:05:44.7878952Z [ 92%] Building CXX object CMakeFiles/llava_main.dir/main.cpp.o 2025-03-21T21:05:44.7879892Z [100%] Linking CXX executable llava_main 2025-03-21T21:05:44.7880551Z [100%] Built target llava_main 2025-03-21T21:05:44.7881072Z + export_llava 2025-03-21T21:05:44.7881658Z + echo 'Starting to export Llava. This will take about 6 mins' 2025-03-21T21:05:44.7882491Z Starting to export Llava. This will take about 6 mins 2025-03-21T21:05:44.7883622Z + python -m executorch.examples.models.llava.export_llava --pte-name llava.pte --with-artifacts 2025-03-21T21:05:44.7885342Z [INFO 2025-03-21 21:05:01,361 utils.py:146] Note: detected 96 virtual cores but NumExpr set to maximum of 64, check "NUMEXPR_MAX_THREADS" environment variable. 2025-03-21T21:05:44.7887251Z [INFO 2025-03-21 21:05:01,361 utils.py:149] Note: NumExpr detected 96 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 16. 2025-03-21T21:05:44.7888639Z [INFO 2025-03-21 21:05:01,361 utils.py:162] NumExpr defaulting to 16 threads. 2025-03-21T21:05:44.7890010Z [INFO 2025-03-21 21:05:03,305 export_llava.py:306] Exporting Llava model to ExecuTorch with sdpa_with_kv_cache: True, max_seq_len: 768 2025-03-21T21:05:44.7890989Z 2025-03-21T21:05:44.7891277Z Loading checkpoint shards: 0% 0/3 [00:00] to quantizing the model... 2025-03-21T21:06:14.6168119Z [INFO 2025-03-21 21:05:55,807 builder.py:353] Calibrating with tasks: None, limit: None, calibration_data: None, tokenizer_path: None, seq_length: None 2025-03-21T21:06:14.6169066Z [INFO 2025-03-21 21:05:55,807 builder.py:376] No calibration provided, using dummy input to calibrate... 2025-03-21T21:06:14.6170651Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:06:14.6172045Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:06:14.6173430Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:06:14.6174814Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:06:14.6175288Z [INFO 2025-03-21 21:06:11,509 export_llama_lib.py:627] Applying quantizers: [] 2025-03-21T21:06:14.6176040Z [INFO 2025-03-21 21:06:11,509 quantized_kv_cache.py:277] Replacing KVCache with CustomKVCache. This modifies the model in place. 2025-03-21T21:06:14.6176885Z [INFO 2025-03-21 21:06:11,512 GPTQ.py:1142] linear: text_model.layers.0.attention.wq, in=4096, out=4096 2025-03-21T21:06:14.6177618Z [INFO 2025-03-21 21:06:11,548 GPTQ.py:1142] linear: text_model.layers.0.attention.wk, in=4096, out=4096 2025-03-21T21:06:14.6178340Z [INFO 2025-03-21 21:06:11,584 GPTQ.py:1142] linear: text_model.layers.0.attention.wv, in=4096, out=4096 2025-03-21T21:06:14.6179066Z [INFO 2025-03-21 21:06:11,621 GPTQ.py:1142] linear: text_model.layers.0.attention.wo, in=4096, out=4096 2025-03-21T21:06:14.6179807Z [INFO 2025-03-21 21:06:11,658 GPTQ.py:1142] linear: text_model.layers.0.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:14.6180554Z [INFO 2025-03-21 21:06:11,758 GPTQ.py:1142] linear: text_model.layers.0.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:14.6181285Z [INFO 2025-03-21 21:06:11,858 GPTQ.py:1142] linear: text_model.layers.0.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:14.6182020Z [INFO 2025-03-21 21:06:11,959 GPTQ.py:1142] linear: text_model.layers.1.attention.wq, in=4096, out=4096 2025-03-21T21:06:14.6182836Z [INFO 2025-03-21 21:06:11,997 GPTQ.py:1142] linear: text_model.layers.1.attention.wk, in=4096, out=4096 2025-03-21T21:06:14.6183563Z [INFO 2025-03-21 21:06:12,035 GPTQ.py:1142] linear: text_model.layers.1.attention.wv, in=4096, out=4096 2025-03-21T21:06:14.6184288Z [INFO 2025-03-21 21:06:12,073 GPTQ.py:1142] linear: text_model.layers.1.attention.wo, in=4096, out=4096 2025-03-21T21:06:14.6185026Z [INFO 2025-03-21 21:06:12,110 GPTQ.py:1142] linear: text_model.layers.1.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:14.6185768Z [INFO 2025-03-21 21:06:12,211 GPTQ.py:1142] linear: text_model.layers.1.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:14.6186500Z [INFO 2025-03-21 21:06:12,313 GPTQ.py:1142] linear: text_model.layers.1.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:14.6187234Z [INFO 2025-03-21 21:06:12,415 GPTQ.py:1142] linear: text_model.layers.2.attention.wq, in=4096, out=4096 2025-03-21T21:06:14.6187957Z [INFO 2025-03-21 21:06:12,454 GPTQ.py:1142] linear: text_model.layers.2.attention.wk, in=4096, out=4096 2025-03-21T21:06:14.6188684Z [INFO 2025-03-21 21:06:12,492 GPTQ.py:1142] linear: text_model.layers.2.attention.wv, in=4096, out=4096 2025-03-21T21:06:14.6189409Z [INFO 2025-03-21 21:06:12,531 GPTQ.py:1142] linear: text_model.layers.2.attention.wo, in=4096, out=4096 2025-03-21T21:06:14.6190149Z [INFO 2025-03-21 21:06:12,570 GPTQ.py:1142] linear: text_model.layers.2.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:14.6190959Z [INFO 2025-03-21 21:06:12,673 GPTQ.py:1142] linear: text_model.layers.2.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:14.6191713Z [INFO 2025-03-21 21:06:12,776 GPTQ.py:1142] linear: text_model.layers.2.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:14.6192580Z [INFO 2025-03-21 21:06:12,882 GPTQ.py:1142] linear: text_model.layers.3.attention.wq, in=4096, out=4096 2025-03-21T21:06:14.6193307Z [INFO 2025-03-21 21:06:12,922 GPTQ.py:1142] linear: text_model.layers.3.attention.wk, in=4096, out=4096 2025-03-21T21:06:14.6194034Z [INFO 2025-03-21 21:06:12,962 GPTQ.py:1142] linear: text_model.layers.3.attention.wv, in=4096, out=4096 2025-03-21T21:06:14.6194767Z [INFO 2025-03-21 21:06:13,003 GPTQ.py:1142] linear: text_model.layers.3.attention.wo, in=4096, out=4096 2025-03-21T21:06:14.6195501Z [INFO 2025-03-21 21:06:13,043 GPTQ.py:1142] linear: text_model.layers.3.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:14.6196235Z [INFO 2025-03-21 21:06:13,148 GPTQ.py:1142] linear: text_model.layers.3.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:14.6196979Z [INFO 2025-03-21 21:06:13,254 GPTQ.py:1142] linear: text_model.layers.3.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:14.6197710Z [INFO 2025-03-21 21:06:13,361 GPTQ.py:1142] linear: text_model.layers.4.attention.wq, in=4096, out=4096 2025-03-21T21:06:14.6198435Z [INFO 2025-03-21 21:06:13,402 GPTQ.py:1142] linear: text_model.layers.4.attention.wk, in=4096, out=4096 2025-03-21T21:06:14.6199157Z [INFO 2025-03-21 21:06:13,443 GPTQ.py:1142] linear: text_model.layers.4.attention.wv, in=4096, out=4096 2025-03-21T21:06:14.6199882Z [INFO 2025-03-21 21:06:13,485 GPTQ.py:1142] linear: text_model.layers.4.attention.wo, in=4096, out=4096 2025-03-21T21:06:14.6200614Z [INFO 2025-03-21 21:06:13,526 GPTQ.py:1142] linear: text_model.layers.4.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:14.6201345Z [INFO 2025-03-21 21:06:13,633 GPTQ.py:1142] linear: text_model.layers.4.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:14.6202093Z [INFO 2025-03-21 21:06:13,740 GPTQ.py:1142] linear: text_model.layers.4.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:14.6202835Z [INFO 2025-03-21 21:06:13,848 GPTQ.py:1142] linear: text_model.layers.5.attention.wq, in=4096, out=4096 2025-03-21T21:06:14.6203564Z [INFO 2025-03-21 21:06:13,890 GPTQ.py:1142] linear: text_model.layers.5.attention.wk, in=4096, out=4096 2025-03-21T21:06:14.6204297Z [INFO 2025-03-21 21:06:13,931 GPTQ.py:1142] linear: text_model.layers.5.attention.wv, in=4096, out=4096 2025-03-21T21:06:14.6205022Z [INFO 2025-03-21 21:06:13,973 GPTQ.py:1142] linear: text_model.layers.5.attention.wo, in=4096, out=4096 2025-03-21T21:06:14.6205847Z [INFO 2025-03-21 21:06:14,014 GPTQ.py:1142] linear: text_model.layers.5.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:14.6206596Z [INFO 2025-03-21 21:06:14,122 GPTQ.py:1142] linear: text_model.layers.5.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:14.6207349Z [INFO 2025-03-21 21:06:14,230 GPTQ.py:1142] linear: text_model.layers.5.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:14.6208091Z [INFO 2025-03-21 21:06:14,339 GPTQ.py:1142] linear: text_model.layers.6.attention.wq, in=4096, out=4096 2025-03-21T21:06:14.6208824Z [INFO 2025-03-21 21:06:14,380 GPTQ.py:1142] linear: text_model.layers.6.attention.wk, in=4096, out=4096 2025-03-21T21:06:14.6209538Z [INFO 2025-03-21 21:06:14,422 GPTQ.py:1142] linear: text_model.layers.6.attention.wv, in=4096, out=4096 2025-03-21T21:06:14.6210267Z [INFO 2025-03-21 21:06:14,463 GPTQ.py:1142] linear: text_model.layers.6.attention.wo, in=4096, out=4096 2025-03-21T21:06:14.6211004Z [INFO 2025-03-21 21:06:14,505 GPTQ.py:1142] linear: text_model.layers.6.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:19.9940043Z [INFO 2025-03-21 21:06:14,614 GPTQ.py:1142] linear: text_model.layers.6.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:19.9941717Z [INFO 2025-03-21 21:06:14,723 GPTQ.py:1142] linear: text_model.layers.6.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:19.9944768Z [INFO 2025-03-21 21:06:14,833 GPTQ.py:1142] linear: text_model.layers.7.attention.wq, in=4096, out=4096 2025-03-21T21:06:19.9946324Z [INFO 2025-03-21 21:06:14,875 GPTQ.py:1142] linear: text_model.layers.7.attention.wk, in=4096, out=4096 2025-03-21T21:06:19.9947857Z [INFO 2025-03-21 21:06:14,918 GPTQ.py:1142] linear: text_model.layers.7.attention.wv, in=4096, out=4096 2025-03-21T21:06:19.9949368Z [INFO 2025-03-21 21:06:14,961 GPTQ.py:1142] linear: text_model.layers.7.attention.wo, in=4096, out=4096 2025-03-21T21:06:19.9950917Z [INFO 2025-03-21 21:06:15,003 GPTQ.py:1142] linear: text_model.layers.7.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:19.9952608Z [INFO 2025-03-21 21:06:15,113 GPTQ.py:1142] linear: text_model.layers.7.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:19.9954325Z [INFO 2025-03-21 21:06:15,224 GPTQ.py:1142] linear: text_model.layers.7.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:19.9955842Z [INFO 2025-03-21 21:06:15,336 GPTQ.py:1142] linear: text_model.layers.8.attention.wq, in=4096, out=4096 2025-03-21T21:06:19.9957353Z [INFO 2025-03-21 21:06:15,379 GPTQ.py:1142] linear: text_model.layers.8.attention.wk, in=4096, out=4096 2025-03-21T21:06:19.9958873Z [INFO 2025-03-21 21:06:15,422 GPTQ.py:1142] linear: text_model.layers.8.attention.wv, in=4096, out=4096 2025-03-21T21:06:19.9960357Z [INFO 2025-03-21 21:06:15,465 GPTQ.py:1142] linear: text_model.layers.8.attention.wo, in=4096, out=4096 2025-03-21T21:06:19.9961878Z [INFO 2025-03-21 21:06:15,507 GPTQ.py:1142] linear: text_model.layers.8.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:19.9963415Z [INFO 2025-03-21 21:06:15,617 GPTQ.py:1142] linear: text_model.layers.8.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:19.9964956Z [INFO 2025-03-21 21:06:15,729 GPTQ.py:1142] linear: text_model.layers.8.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:19.9966476Z [INFO 2025-03-21 21:06:15,841 GPTQ.py:1142] linear: text_model.layers.9.attention.wq, in=4096, out=4096 2025-03-21T21:06:19.9967889Z [INFO 2025-03-21 21:06:15,884 GPTQ.py:1142] linear: text_model.layers.9.attention.wk, in=4096, out=4096 2025-03-21T21:06:19.9969329Z [INFO 2025-03-21 21:06:15,927 GPTQ.py:1142] linear: text_model.layers.9.attention.wv, in=4096, out=4096 2025-03-21T21:06:19.9970771Z [INFO 2025-03-21 21:06:15,971 GPTQ.py:1142] linear: text_model.layers.9.attention.wo, in=4096, out=4096 2025-03-21T21:06:19.9972223Z [INFO 2025-03-21 21:06:16,014 GPTQ.py:1142] linear: text_model.layers.9.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:19.9973698Z [INFO 2025-03-21 21:06:16,125 GPTQ.py:1142] linear: text_model.layers.9.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:19.9975531Z [INFO 2025-03-21 21:06:16,237 GPTQ.py:1142] linear: text_model.layers.9.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:19.9976800Z [INFO 2025-03-21 21:06:16,350 GPTQ.py:1142] linear: text_model.layers.10.attention.wq, in=4096, out=4096 2025-03-21T21:06:19.9978057Z [INFO 2025-03-21 21:06:16,394 GPTQ.py:1142] linear: text_model.layers.10.attention.wk, in=4096, out=4096 2025-03-21T21:06:19.9979320Z [INFO 2025-03-21 21:06:16,438 GPTQ.py:1142] linear: text_model.layers.10.attention.wv, in=4096, out=4096 2025-03-21T21:06:19.9980566Z [INFO 2025-03-21 21:06:16,483 GPTQ.py:1142] linear: text_model.layers.10.attention.wo, in=4096, out=4096 2025-03-21T21:06:19.9981848Z [INFO 2025-03-21 21:06:16,526 GPTQ.py:1142] linear: text_model.layers.10.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:19.9983049Z [INFO 2025-03-21 21:06:16,634 GPTQ.py:1142] linear: text_model.layers.10.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:19.9984277Z [INFO 2025-03-21 21:06:16,742 GPTQ.py:1142] linear: text_model.layers.10.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:19.9985487Z [INFO 2025-03-21 21:06:16,850 GPTQ.py:1142] linear: text_model.layers.11.attention.wq, in=4096, out=4096 2025-03-21T21:06:19.9986761Z [INFO 2025-03-21 21:06:16,893 GPTQ.py:1142] linear: text_model.layers.11.attention.wk, in=4096, out=4096 2025-03-21T21:06:19.9988013Z [INFO 2025-03-21 21:06:16,937 GPTQ.py:1142] linear: text_model.layers.11.attention.wv, in=4096, out=4096 2025-03-21T21:06:19.9989444Z [INFO 2025-03-21 21:06:16,980 GPTQ.py:1142] linear: text_model.layers.11.attention.wo, in=4096, out=4096 2025-03-21T21:06:19.9990697Z [INFO 2025-03-21 21:06:17,023 GPTQ.py:1142] linear: text_model.layers.11.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:19.9992072Z [INFO 2025-03-21 21:06:17,131 GPTQ.py:1142] linear: text_model.layers.11.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:19.9993343Z [INFO 2025-03-21 21:06:17,240 GPTQ.py:1142] linear: text_model.layers.11.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:19.9994577Z [INFO 2025-03-21 21:06:17,350 GPTQ.py:1142] linear: text_model.layers.12.attention.wq, in=4096, out=4096 2025-03-21T21:06:19.9995861Z [INFO 2025-03-21 21:06:17,393 GPTQ.py:1142] linear: text_model.layers.12.attention.wk, in=4096, out=4096 2025-03-21T21:06:19.9997158Z [INFO 2025-03-21 21:06:17,437 GPTQ.py:1142] linear: text_model.layers.12.attention.wv, in=4096, out=4096 2025-03-21T21:06:19.9998416Z [INFO 2025-03-21 21:06:17,480 GPTQ.py:1142] linear: text_model.layers.12.attention.wo, in=4096, out=4096 2025-03-21T21:06:19.9999694Z [INFO 2025-03-21 21:06:17,524 GPTQ.py:1142] linear: text_model.layers.12.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:20.0000942Z [INFO 2025-03-21 21:06:17,633 GPTQ.py:1142] linear: text_model.layers.12.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:20.0002204Z [INFO 2025-03-21 21:06:17,743 GPTQ.py:1142] linear: text_model.layers.12.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:20.0003459Z [INFO 2025-03-21 21:06:17,853 GPTQ.py:1142] linear: text_model.layers.13.attention.wq, in=4096, out=4096 2025-03-21T21:06:20.0004742Z [INFO 2025-03-21 21:06:17,897 GPTQ.py:1142] linear: text_model.layers.13.attention.wk, in=4096, out=4096 2025-03-21T21:06:20.0005982Z [INFO 2025-03-21 21:06:17,941 GPTQ.py:1142] linear: text_model.layers.13.attention.wv, in=4096, out=4096 2025-03-21T21:06:20.0007241Z [INFO 2025-03-21 21:06:17,983 GPTQ.py:1142] linear: text_model.layers.13.attention.wo, in=4096, out=4096 2025-03-21T21:06:20.0008535Z [INFO 2025-03-21 21:06:18,026 GPTQ.py:1142] linear: text_model.layers.13.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:20.0009822Z [INFO 2025-03-21 21:06:18,136 GPTQ.py:1142] linear: text_model.layers.13.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:20.0011143Z [INFO 2025-03-21 21:06:18,245 GPTQ.py:1142] linear: text_model.layers.13.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:20.0012408Z [INFO 2025-03-21 21:06:18,356 GPTQ.py:1142] linear: text_model.layers.14.attention.wq, in=4096, out=4096 2025-03-21T21:06:20.0014002Z [INFO 2025-03-21 21:06:18,399 GPTQ.py:1142] linear: text_model.layers.14.attention.wk, in=4096, out=4096 2025-03-21T21:06:20.0015222Z [INFO 2025-03-21 21:06:18,441 GPTQ.py:1142] linear: text_model.layers.14.attention.wv, in=4096, out=4096 2025-03-21T21:06:20.0016387Z [INFO 2025-03-21 21:06:18,484 GPTQ.py:1142] linear: text_model.layers.14.attention.wo, in=4096, out=4096 2025-03-21T21:06:20.0017622Z [INFO 2025-03-21 21:06:18,526 GPTQ.py:1142] linear: text_model.layers.14.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:20.0018969Z [INFO 2025-03-21 21:06:18,634 GPTQ.py:1142] linear: text_model.layers.14.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:20.0020169Z [INFO 2025-03-21 21:06:18,742 GPTQ.py:1142] linear: text_model.layers.14.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:20.0021396Z [INFO 2025-03-21 21:06:18,850 GPTQ.py:1142] linear: text_model.layers.15.attention.wq, in=4096, out=4096 2025-03-21T21:06:20.0022601Z [INFO 2025-03-21 21:06:18,892 GPTQ.py:1142] linear: text_model.layers.15.attention.wk, in=4096, out=4096 2025-03-21T21:06:20.0023927Z [INFO 2025-03-21 21:06:18,934 GPTQ.py:1142] linear: text_model.layers.15.attention.wv, in=4096, out=4096 2025-03-21T21:06:20.0025258Z [INFO 2025-03-21 21:06:18,976 GPTQ.py:1142] linear: text_model.layers.15.attention.wo, in=4096, out=4096 2025-03-21T21:06:20.0026536Z [INFO 2025-03-21 21:06:19,017 GPTQ.py:1142] linear: text_model.layers.15.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:20.0027990Z [INFO 2025-03-21 21:06:19,125 GPTQ.py:1142] linear: text_model.layers.15.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:20.0029347Z [INFO 2025-03-21 21:06:19,232 GPTQ.py:1142] linear: text_model.layers.15.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:20.0030614Z [INFO 2025-03-21 21:06:19,341 GPTQ.py:1142] linear: text_model.layers.16.attention.wq, in=4096, out=4096 2025-03-21T21:06:20.0031823Z [INFO 2025-03-21 21:06:19,382 GPTQ.py:1142] linear: text_model.layers.16.attention.wk, in=4096, out=4096 2025-03-21T21:06:20.0033307Z [INFO 2025-03-21 21:06:19,424 GPTQ.py:1142] linear: text_model.layers.16.attention.wv, in=4096, out=4096 2025-03-21T21:06:20.0034422Z [INFO 2025-03-21 21:06:19,465 GPTQ.py:1142] linear: text_model.layers.16.attention.wo, in=4096, out=4096 2025-03-21T21:06:20.0035562Z [INFO 2025-03-21 21:06:19,507 GPTQ.py:1142] linear: text_model.layers.16.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:20.0036841Z [INFO 2025-03-21 21:06:19,613 GPTQ.py:1142] linear: text_model.layers.16.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:20.0038200Z [INFO 2025-03-21 21:06:19,721 GPTQ.py:1142] linear: text_model.layers.16.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:20.0039357Z [INFO 2025-03-21 21:06:19,828 GPTQ.py:1142] linear: text_model.layers.17.attention.wq, in=4096, out=4096 2025-03-21T21:06:20.0040597Z [INFO 2025-03-21 21:06:19,870 GPTQ.py:1142] linear: text_model.layers.17.attention.wk, in=4096, out=4096 2025-03-21T21:06:20.0041786Z [INFO 2025-03-21 21:06:19,911 GPTQ.py:1142] linear: text_model.layers.17.attention.wv, in=4096, out=4096 2025-03-21T21:06:20.0043023Z [INFO 2025-03-21 21:06:19,952 GPTQ.py:1142] linear: text_model.layers.17.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2482492Z [INFO 2025-03-21 21:06:19,992 GPTQ.py:1142] linear: text_model.layers.17.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2484244Z [INFO 2025-03-21 21:06:20,099 GPTQ.py:1142] linear: text_model.layers.17.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2485938Z [INFO 2025-03-21 21:06:20,207 GPTQ.py:1142] linear: text_model.layers.17.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2487502Z [INFO 2025-03-21 21:06:20,313 GPTQ.py:1142] linear: text_model.layers.18.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2489085Z [INFO 2025-03-21 21:06:20,355 GPTQ.py:1142] linear: text_model.layers.18.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2490548Z [INFO 2025-03-21 21:06:20,396 GPTQ.py:1142] linear: text_model.layers.18.attention.wv, in=4096, out=4096 2025-03-21T21:06:25.2491994Z [INFO 2025-03-21 21:06:20,436 GPTQ.py:1142] linear: text_model.layers.18.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2493995Z [INFO 2025-03-21 21:06:20,476 GPTQ.py:1142] linear: text_model.layers.18.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2495476Z [INFO 2025-03-21 21:06:20,581 GPTQ.py:1142] linear: text_model.layers.18.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2496865Z [INFO 2025-03-21 21:06:20,687 GPTQ.py:1142] linear: text_model.layers.18.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2498274Z [INFO 2025-03-21 21:06:20,794 GPTQ.py:1142] linear: text_model.layers.19.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2499424Z [INFO 2025-03-21 21:06:20,834 GPTQ.py:1142] linear: text_model.layers.19.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2500565Z [INFO 2025-03-21 21:06:20,875 GPTQ.py:1142] linear: text_model.layers.19.attention.wv, in=4096, out=4096 2025-03-21T21:06:25.2501788Z [INFO 2025-03-21 21:06:20,915 GPTQ.py:1142] linear: text_model.layers.19.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2502957Z [INFO 2025-03-21 21:06:20,955 GPTQ.py:1142] linear: text_model.layers.19.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2504133Z [INFO 2025-03-21 21:06:21,061 GPTQ.py:1142] linear: text_model.layers.19.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2505296Z [INFO 2025-03-21 21:06:21,167 GPTQ.py:1142] linear: text_model.layers.19.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2506845Z [INFO 2025-03-21 21:06:21,274 GPTQ.py:1142] linear: text_model.layers.20.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2508107Z [INFO 2025-03-21 21:06:21,315 GPTQ.py:1142] linear: text_model.layers.20.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2509080Z [INFO 2025-03-21 21:06:21,356 GPTQ.py:1142] linear: text_model.layers.20.attention.wv, in=4096, out=4096 2025-03-21T21:06:25.2510371Z [INFO 2025-03-21 21:06:21,396 GPTQ.py:1142] linear: text_model.layers.20.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2511604Z [INFO 2025-03-21 21:06:21,437 GPTQ.py:1142] linear: text_model.layers.20.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2513109Z [INFO 2025-03-21 21:06:21,543 GPTQ.py:1142] linear: text_model.layers.20.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2514506Z [INFO 2025-03-21 21:06:21,650 GPTQ.py:1142] linear: text_model.layers.20.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2515890Z [INFO 2025-03-21 21:06:21,757 GPTQ.py:1142] linear: text_model.layers.21.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2517002Z [INFO 2025-03-21 21:06:21,798 GPTQ.py:1142] linear: text_model.layers.21.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2518218Z [INFO 2025-03-21 21:06:21,838 GPTQ.py:1142] linear: text_model.layers.21.attention.wv, in=4096, out=4096 2025-03-21T21:06:25.2519465Z [INFO 2025-03-21 21:06:21,879 GPTQ.py:1142] linear: text_model.layers.21.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2520802Z [INFO 2025-03-21 21:06:21,919 GPTQ.py:1142] linear: text_model.layers.21.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2522083Z [INFO 2025-03-21 21:06:22,024 GPTQ.py:1142] linear: text_model.layers.21.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2523473Z [INFO 2025-03-21 21:06:22,131 GPTQ.py:1142] linear: text_model.layers.21.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2524742Z [INFO 2025-03-21 21:06:22,238 GPTQ.py:1142] linear: text_model.layers.22.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2525987Z [INFO 2025-03-21 21:06:22,279 GPTQ.py:1142] linear: text_model.layers.22.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2527184Z [INFO 2025-03-21 21:06:22,319 GPTQ.py:1142] linear: text_model.layers.22.attention.wv, in=4096, out=4096 2025-03-21T21:06:25.2528328Z [INFO 2025-03-21 21:06:22,359 GPTQ.py:1142] linear: text_model.layers.22.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2529528Z [INFO 2025-03-21 21:06:22,399 GPTQ.py:1142] linear: text_model.layers.22.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2530782Z [INFO 2025-03-21 21:06:22,504 GPTQ.py:1142] linear: text_model.layers.22.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2532438Z [INFO 2025-03-21 21:06:22,610 GPTQ.py:1142] linear: text_model.layers.22.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2533637Z [INFO 2025-03-21 21:06:22,716 GPTQ.py:1142] linear: text_model.layers.23.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2534980Z [INFO 2025-03-21 21:06:22,756 GPTQ.py:1142] linear: text_model.layers.23.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2536207Z [INFO 2025-03-21 21:06:22,797 GPTQ.py:1142] linear: text_model.layers.23.attention.wv, in=4096, out=4096 2025-03-21T21:06:25.2537439Z [INFO 2025-03-21 21:06:22,838 GPTQ.py:1142] linear: text_model.layers.23.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2538652Z [INFO 2025-03-21 21:06:22,878 GPTQ.py:1142] linear: text_model.layers.23.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2540055Z [INFO 2025-03-21 21:06:22,984 GPTQ.py:1142] linear: text_model.layers.23.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2541288Z [INFO 2025-03-21 21:06:23,091 GPTQ.py:1142] linear: text_model.layers.23.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2542576Z [INFO 2025-03-21 21:06:23,198 GPTQ.py:1142] linear: text_model.layers.24.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2543932Z [INFO 2025-03-21 21:06:23,239 GPTQ.py:1142] linear: text_model.layers.24.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2545391Z [INFO 2025-03-21 21:06:23,280 GPTQ.py:1142] linear: text_model.layers.24.attention.wv, in=4096, out=4096 2025-03-21T21:06:25.2546723Z [INFO 2025-03-21 21:06:23,320 GPTQ.py:1142] linear: text_model.layers.24.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2548023Z [INFO 2025-03-21 21:06:23,361 GPTQ.py:1142] linear: text_model.layers.24.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2549342Z [INFO 2025-03-21 21:06:23,466 GPTQ.py:1142] linear: text_model.layers.24.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2550636Z [INFO 2025-03-21 21:06:23,573 GPTQ.py:1142] linear: text_model.layers.24.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2552000Z [INFO 2025-03-21 21:06:23,681 GPTQ.py:1142] linear: text_model.layers.25.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2553708Z [INFO 2025-03-21 21:06:23,722 GPTQ.py:1142] linear: text_model.layers.25.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2555028Z [INFO 2025-03-21 21:06:23,762 GPTQ.py:1142] linear: text_model.layers.25.attention.wv, in=4096, out=4096 2025-03-21T21:06:25.2556235Z [INFO 2025-03-21 21:06:23,802 GPTQ.py:1142] linear: text_model.layers.25.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2557415Z [INFO 2025-03-21 21:06:23,842 GPTQ.py:1142] linear: text_model.layers.25.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2558654Z [INFO 2025-03-21 21:06:23,948 GPTQ.py:1142] linear: text_model.layers.25.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2559858Z [INFO 2025-03-21 21:06:24,055 GPTQ.py:1142] linear: text_model.layers.25.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2561107Z [INFO 2025-03-21 21:06:24,161 GPTQ.py:1142] linear: text_model.layers.26.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2562427Z [INFO 2025-03-21 21:06:24,203 GPTQ.py:1142] linear: text_model.layers.26.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2563777Z [INFO 2025-03-21 21:06:24,243 GPTQ.py:1142] linear: text_model.layers.26.attention.wv, in=4096, out=4096 2025-03-21T21:06:25.2565080Z [INFO 2025-03-21 21:06:24,283 GPTQ.py:1142] linear: text_model.layers.26.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2566317Z [INFO 2025-03-21 21:06:24,323 GPTQ.py:1142] linear: text_model.layers.26.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2567627Z [INFO 2025-03-21 21:06:24,429 GPTQ.py:1142] linear: text_model.layers.26.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2568950Z [INFO 2025-03-21 21:06:24,536 GPTQ.py:1142] linear: text_model.layers.26.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2570175Z [INFO 2025-03-21 21:06:24,643 GPTQ.py:1142] linear: text_model.layers.27.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2571747Z [INFO 2025-03-21 21:06:24,684 GPTQ.py:1142] linear: text_model.layers.27.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2573000Z [INFO 2025-03-21 21:06:24,725 GPTQ.py:1142] linear: text_model.layers.27.attention.wv, in=4096, out=4096 2025-03-21T21:06:25.2574269Z [INFO 2025-03-21 21:06:24,765 GPTQ.py:1142] linear: text_model.layers.27.attention.wo, in=4096, out=4096 2025-03-21T21:06:25.2575593Z [INFO 2025-03-21 21:06:24,805 GPTQ.py:1142] linear: text_model.layers.27.feed_forward.w1, in=4096, out=11008 2025-03-21T21:06:25.2576914Z [INFO 2025-03-21 21:06:24,911 GPTQ.py:1142] linear: text_model.layers.27.feed_forward.w2, in=11008, out=4096 2025-03-21T21:06:25.2578206Z [INFO 2025-03-21 21:06:25,018 GPTQ.py:1142] linear: text_model.layers.27.feed_forward.w3, in=4096, out=11008 2025-03-21T21:06:25.2579496Z [INFO 2025-03-21 21:06:25,125 GPTQ.py:1142] linear: text_model.layers.28.attention.wq, in=4096, out=4096 2025-03-21T21:06:25.2580741Z [INFO 2025-03-21 21:06:25,166 GPTQ.py:1142] linear: text_model.layers.28.attention.wk, in=4096, out=4096 2025-03-21T21:06:25.2582161Z [INFO 2025-03-21 21:06:25,206 GPTQ.py:1142] linear: text_model.layers.28.attention.wv, in=4096, out=4096 2025-03-21T21:08:08.8759695Z [INFO 2025-03-21 21:06:25,247 GPTQ.py:1142] linear: text_model.layers.28.attention.wo, in=4096, out=4096 2025-03-21T21:08:08.8761141Z [INFO 2025-03-21 21:06:25,287 GPTQ.py:1142] linear: text_model.layers.28.feed_forward.w1, in=4096, out=11008 2025-03-21T21:08:08.8761899Z [INFO 2025-03-21 21:06:25,393 GPTQ.py:1142] linear: text_model.layers.28.feed_forward.w2, in=11008, out=4096 2025-03-21T21:08:08.8762654Z [INFO 2025-03-21 21:06:25,499 GPTQ.py:1142] linear: text_model.layers.28.feed_forward.w3, in=4096, out=11008 2025-03-21T21:08:08.8763403Z [INFO 2025-03-21 21:06:25,606 GPTQ.py:1142] linear: text_model.layers.29.attention.wq, in=4096, out=4096 2025-03-21T21:08:08.8764140Z [INFO 2025-03-21 21:06:25,647 GPTQ.py:1142] linear: text_model.layers.29.attention.wk, in=4096, out=4096 2025-03-21T21:08:08.8764989Z [INFO 2025-03-21 21:06:25,687 GPTQ.py:1142] linear: text_model.layers.29.attention.wv, in=4096, out=4096 2025-03-21T21:08:08.8765704Z [INFO 2025-03-21 21:06:25,727 GPTQ.py:1142] linear: text_model.layers.29.attention.wo, in=4096, out=4096 2025-03-21T21:08:08.8766414Z [INFO 2025-03-21 21:06:25,767 GPTQ.py:1142] linear: text_model.layers.29.feed_forward.w1, in=4096, out=11008 2025-03-21T21:08:08.8767153Z [INFO 2025-03-21 21:06:25,872 GPTQ.py:1142] linear: text_model.layers.29.feed_forward.w2, in=11008, out=4096 2025-03-21T21:08:08.8767880Z [INFO 2025-03-21 21:06:25,978 GPTQ.py:1142] linear: text_model.layers.29.feed_forward.w3, in=4096, out=11008 2025-03-21T21:08:08.8768603Z [INFO 2025-03-21 21:06:26,085 GPTQ.py:1142] linear: text_model.layers.30.attention.wq, in=4096, out=4096 2025-03-21T21:08:08.8769318Z [INFO 2025-03-21 21:06:26,125 GPTQ.py:1142] linear: text_model.layers.30.attention.wk, in=4096, out=4096 2025-03-21T21:08:08.8770030Z [INFO 2025-03-21 21:06:26,165 GPTQ.py:1142] linear: text_model.layers.30.attention.wv, in=4096, out=4096 2025-03-21T21:08:08.8770745Z [INFO 2025-03-21 21:06:26,205 GPTQ.py:1142] linear: text_model.layers.30.attention.wo, in=4096, out=4096 2025-03-21T21:08:08.8771451Z [INFO 2025-03-21 21:06:26,244 GPTQ.py:1142] linear: text_model.layers.30.feed_forward.w1, in=4096, out=11008 2025-03-21T21:08:08.8772236Z [INFO 2025-03-21 21:06:26,350 GPTQ.py:1142] linear: text_model.layers.30.feed_forward.w2, in=11008, out=4096 2025-03-21T21:08:08.8772950Z [INFO 2025-03-21 21:06:26,456 GPTQ.py:1142] linear: text_model.layers.30.feed_forward.w3, in=4096, out=11008 2025-03-21T21:08:08.8773676Z [INFO 2025-03-21 21:06:26,562 GPTQ.py:1142] linear: text_model.layers.31.attention.wq, in=4096, out=4096 2025-03-21T21:08:08.8774400Z [INFO 2025-03-21 21:06:26,603 GPTQ.py:1142] linear: text_model.layers.31.attention.wk, in=4096, out=4096 2025-03-21T21:08:08.8775213Z [INFO 2025-03-21 21:06:26,643 GPTQ.py:1142] linear: text_model.layers.31.attention.wv, in=4096, out=4096 2025-03-21T21:08:08.8776068Z [INFO 2025-03-21 21:06:26,683 GPTQ.py:1142] linear: text_model.layers.31.attention.wo, in=4096, out=4096 2025-03-21T21:08:08.8776772Z [INFO 2025-03-21 21:06:26,723 GPTQ.py:1142] linear: text_model.layers.31.feed_forward.w1, in=4096, out=11008 2025-03-21T21:08:08.8777472Z [INFO 2025-03-21 21:06:26,828 GPTQ.py:1142] linear: text_model.layers.31.feed_forward.w2, in=11008, out=4096 2025-03-21T21:08:08.8778156Z [INFO 2025-03-21 21:06:26,935 GPTQ.py:1142] linear: text_model.layers.31.feed_forward.w3, in=4096, out=11008 2025-03-21T21:08:08.8778790Z [INFO 2025-03-21 21:06:27,041 GPTQ.py:1142] linear: text_model.output, in=4096, out=32064 2025-03-21T21:08:08.8779385Z [INFO 2025-03-21 21:06:28,089 builder.py:162] Model after source transforms: LlavaTextModel( 2025-03-21T21:08:08.8779858Z (text_model): Transformer( 2025-03-21T21:08:08.8780163Z (tok_embeddings): Embedding(32064, 4096) 2025-03-21T21:08:08.8780469Z (rope): Rope() 2025-03-21T21:08:08.8780721Z (layers): ModuleList( 2025-03-21T21:08:08.8780999Z (0-31): 32 x TransformerBlock( 2025-03-21T21:08:08.8781314Z (attention): AttentionMHA( 2025-03-21T21:08:08.8781639Z (wq): Int8DynActInt4WeightLinear() 2025-03-21T21:08:08.8781974Z (wk): Int8DynActInt4WeightLinear() 2025-03-21T21:08:08.8782318Z (wv): Int8DynActInt4WeightLinear() 2025-03-21T21:08:08.8782736Z (wo): Int8DynActInt4WeightLinear() 2025-03-21T21:08:08.8783060Z (rope): Rope() 2025-03-21T21:08:08.8783337Z (kv_cache): CustomKVCache() 2025-03-21T21:08:08.8783632Z (SDPA): SDPACustom() 2025-03-21T21:08:08.8783903Z ) 2025-03-21T21:08:08.8784134Z (feed_forward): FeedForward( 2025-03-21T21:08:08.8784456Z (w1): Int8DynActInt4WeightLinear() 2025-03-21T21:08:08.8784800Z (w2): Int8DynActInt4WeightLinear() 2025-03-21T21:08:08.8785130Z (w3): Int8DynActInt4WeightLinear() 2025-03-21T21:08:08.8785440Z ) 2025-03-21T21:08:08.8785671Z (attention_norm): RMSNorm() 2025-03-21T21:08:08.8785973Z (ffn_norm): RMSNorm() 2025-03-21T21:08:08.8786247Z ) 2025-03-21T21:08:08.8786439Z ) 2025-03-21T21:08:08.8786653Z (norm): RMSNorm() 2025-03-21T21:08:08.8786934Z (output): Int8DynActInt4WeightLinear() 2025-03-21T21:08:08.8787251Z ) 2025-03-21T21:08:08.8787462Z ) 2025-03-21T21:08:08.8787727Z [INFO 2025-03-21 21:06:28,089 builder.py:217] Exporting with: 2025-03-21T21:08:08.8788365Z [INFO 2025-03-21 21:06:28,090 builder.py:218] inputs: (tensor([0]), tensor([[[ 0.0045, -0.0038, 0.0017, ..., -0.0088, 0.0025, -0.0025], 2025-03-21T21:08:08.8788971Z [-0.0112, -0.0129, -0.0121, ..., 0.0090, 0.0118, -0.0081], 2025-03-21T21:08:08.8789375Z [ 0.0195, -0.0058, 0.0061, ..., 0.0171, -0.0052, -0.0212], 2025-03-21T21:08:08.8789721Z ..., 2025-03-21T21:08:08.8789983Z [-0.0187, -0.0017, 0.0177, ..., 0.0238, 0.0052, 0.0101], 2025-03-21T21:08:08.8790380Z [ 0.0066, -0.0161, 0.0117, ..., -0.0103, 0.0148, 0.0073], 2025-03-21T21:08:08.8790785Z [ 0.0039, 0.0015, 0.0055, ..., -0.0042, 0.0151, 0.0024]]], 2025-03-21T21:08:08.8791150Z grad_fn=)) 2025-03-21T21:08:08.8791499Z [INFO 2025-03-21 21:06:28,090 builder.py:219] kwargs: None 2025-03-21T21:08:08.8792238Z [INFO 2025-03-21 21:06:28,091 builder.py:220] dynamic shapes: ({0: 1}, {1: }) 2025-03-21T21:08:08.8794074Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:08:08.8795499Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:08:08.8797004Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:08:08.8798405Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:08:08.8798919Z [INFO 2025-03-21 21:06:55,516 builder.py:337] Using pt2e [] to quantizing the model... 2025-03-21T21:08:08.8799527Z [INFO 2025-03-21 21:06:55,516 builder.py:388] No quantizer provided, passing... 2025-03-21T21:08:08.8801024Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:08:08.8802426Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:08:08.8803820Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:08:08.8805278Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:08:08.8805740Z quantize ('embed_tokens', Embedding(32064, 4096)) with group_size 32, bitwidth 8 2025-03-21T21:08:08.8807149Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:08:08.8808493Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:08:08.8809778Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:08:08.8811061Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:08:08.8812347Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:08:08.8813635Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:08:08.8814914Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:08:08.8816199Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:08:08.8817470Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:08:08.8818752Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:08:08.8820028Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:08:08.8821315Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0168108Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0169764Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0171628Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0173121Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0174520Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0175908Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0177277Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0178661Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0180047Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0181614Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0183008Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0184394Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0185815Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0187197Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0188583Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0189974Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0191359Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0192840Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0194224Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0195619Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0197009Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0198387Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0199899Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0201293Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0202680Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0204070Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0205597Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0206892Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0208176Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0209526Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0210814Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0212107Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0213398Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0214675Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0215945Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0217237Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0218519Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0219809Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0221102Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0222392Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0223674Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0224951Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0226286Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0227574Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0228837Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0230117Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:10:00.0231398Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:10:00.0232945Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:23.9430354Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:23.9432530Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:23.9435326Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:23.9437266Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:23.9439260Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:23.9441198Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:23.9443241Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:23.9445236Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:23.9447245Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:23.9449076Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:23.9451023Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:23.9453034Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:23.9455335Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:23.9457337Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:23.9458946Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:23.9460356Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:23.9462000Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/examples/models/llava/export_llava.py:249: FutureWarning: `HintBasedSymShapeEvalPass` is deprecated and will be removed in a future version of ExecuTorch. Please use `ConstraintBasedSymShapeEvalPass` instead. 2025-03-21T21:19:23.9463449Z "token_embedding": HintBasedSymShapeEvalPass(), 2025-03-21T21:19:23.9466016Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/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-21T21:19:23.9468468Z warnings.warn( 2025-03-21T21:19:23.9469077Z [INFO 2025-03-21 21:18:27,286 export_llava.py:254] Required memory for activation in bytes: [0, 68658448] 2025-03-21T21:19:23.9470149Z [INFO 2025-03-21 21:18:27,286 export_llava.py:254] Required memory for activation in bytes: [0, 2285895744] 2025-03-21T21:19:23.9471182Z [INFO 2025-03-21 21:18:27,286 export_llava.py:254] Required memory for activation in bytes: [0, 573440] 2025-03-21T21:19:23.9472025Z [INFO 2025-03-21 21:18:28,888 export_llava.py:327] Exported ExecuTorch program to llava.pte 2025-03-21T21:19:23.9474449Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/examples/models/llava/image_util.py:50: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.detach().clone() or sourceTensor.detach().clone().requires_grad_(True), rather than torch.tensor(sourceTensor). 2025-03-21T21:19:23.9475908Z copy = torch.tensor(image) 2025-03-21T21:19:23.9476346Z [INFO 2025-03-21 21:18:28,893 image_util.py:57] Saved image tensor to image.pt 2025-03-21T21:19:23.9476933Z [INFO 2025-03-21 21:18:28,920 tokenizer.py:33] #words: 32000 - BOS ID: 1 - EOS ID: 2 2025-03-21T21:19:23.9477521Z [INFO 2025-03-21 21:18:28,996 tokenizer.py:116] Wrote tokenizer to tokenizer.bin 2025-03-21T21:19:23.9477989Z + prepare_image_tensor 2025-03-21T21:19:23.9478281Z + echo 'Downloading image' 2025-03-21T21:19:23.9478578Z Downloading image 2025-03-21T21:19:23.9479295Z + curl -o basketball.jpg https://upload.wikimedia.org/wikipedia/commons/7/73/Chicago_Bulls_and_New_Jersey_Nets%2C_March_28%2C_1991.jpg 2025-03-21T21:19:23.9480163Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T21:19:23.9480677Z Dload Upload Total Spent Left Speed 2025-03-21T21:19:23.9480964Z 2025-03-21T21:19:23.9481109Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T21:19:23.9481562Z 11 237k 11 29122 0 0 539k 0 --:--:-- --:--:-- --:--:-- 536k 2025-03-21T21:19:23.9482047Z 100 237k 100 237k 0 0 3916k 0 --:--:-- --:--:-- --:--:-- 3886k 2025-03-21T21:19:23.9482764Z + python -m executorch.examples.models.llava.image_util --image-path basketball.jpg --output-path image.pt 2025-03-21T21:19:23.9483789Z [INFO 2025-03-21 21:19:04,179 utils.py:146] Note: detected 96 virtual cores but NumExpr set to maximum of 64, check "NUMEXPR_MAX_THREADS" environment variable. 2025-03-21T21:19:23.9484864Z [INFO 2025-03-21 21:19:04,179 utils.py:149] Note: NumExpr detected 96 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 16. 2025-03-21T21:19:23.9485652Z [INFO 2025-03-21 21:19:04,179 utils.py:162] NumExpr defaulting to 16 threads. 2025-03-21T21:19:23.9487267Z /opt/conda/envs/py_3.10/lib/python3.10/runpy.py:126: RuntimeWarning: 'executorch.examples.models.llava.image_util' found in sys.modules after import of package 'executorch.examples.models.llava', but prior to execution of 'executorch.examples.models.llava.image_util'; this may result in unpredictable behaviour 2025-03-21T21:19:23.9488769Z warn(RuntimeWarning(msg)) 2025-03-21T21:19:23.9490329Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/executorch/examples/models/llava/image_util.py:50: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.detach().clone() or sourceTensor.detach().clone().requires_grad_(True), rather than torch.tensor(sourceTensor). 2025-03-21T21:19:23.9491735Z copy = torch.tensor(image) 2025-03-21T21:19:23.9492162Z [INFO 2025-03-21 21:19:04,863 image_util.py:57] Saved image tensor to image.pt 2025-03-21T21:19:23.9492584Z + run_and_verify 2025-03-21T21:19:23.9492834Z ++ date +%H:%M:%S 2025-03-21T21:19:23.9493082Z + NOW=21:19:05 2025-03-21T21:19:23.9493371Z + echo 'Starting to run llava runner at 21:19:05' 2025-03-21T21:19:23.9493757Z Starting to run llava runner at 21:19:05 2025-03-21T21:19:23.9494081Z + [[ ! -f llava.pte ]] 2025-03-21T21:19:23.9494354Z + [[ ! -f image.pt ]] 2025-03-21T21:19:23.9494628Z + [[ ! -f tokenizer.bin ]] 2025-03-21T21:19:23.9495451Z + RUNTIME_ARGS='--model_path=llava.pte --tokenizer_path=tokenizer.bin --image_path=image.pt --prompt=ASSISTANT: --temperature=0 --seq_len=650' 2025-03-21T21:19:23.9496306Z + [[ native == \a\n\d\r\o\i\d ]] 2025-03-21T21:19:23.9497164Z + cmake-out/examples/models/llava/llava_main --model_path=llava.pte --tokenizer_path=tokenizer.bin --image_path=image.pt --prompt=ASSISTANT: --temperature=0 --seq_len=650 2025-03-21T21:19:23.9498297Z I 00:00:00.001345 executorch:cpuinfo_utils.cpp:62] Reading file /sys/devices/soc0/image_version 2025-03-21T21:19:23.9499057Z I 00:00:00.010883 executorch:cpuinfo_utils.cpp:78] Failed to open midr file /sys/devices/soc0/image_version 2025-03-21T21:19:23.9499930Z I 00:00:00.010914 executorch:cpuinfo_utils.cpp:91] Reading file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T21:19:23.9500911Z I 00:00:00.010934 executorch:cpuinfo_utils.cpp:100] Failed to open midr file /sys/devices/system/cpu/cpu0/regs/identification/midr_el1 2025-03-21T21:19:23.9501786Z I 00:00:00.010942 executorch:cpuinfo_utils.cpp:116] CPU info and manual query on # of cpus dont match. 2025-03-21T21:19:23.9502485Z I 00:00:00.010948 executorch:main.cpp:78] Resetting threadpool with num threads = 0 2025-03-21T21:19:23.9503323Z I 00:00:00.010965 executorch:multimodal_runner.h:49] Creating Multimodal LLM runner: model_path=llava.pte, tokenizer_path=tokenizer.bin 2025-03-21T21:19:23.9504166Z I 00:00:00.022704 executorch:main.cpp:112] image size(0): 3, size(1): 240, size(2): 336 2025-03-21T21:19:23.9504894Z E 00:00:18.068737 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9505578Z I 00:00:18.068757 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9506095Z I 00:00:18.068759 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9506547Z I 00:00:18.068761 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9506999Z I 00:00:18.068762 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9507442Z I 00:00:18.068763 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9507887Z I 00:00:18.068765 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9508406Z I 00:00:18.068766 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9508915Z I 00:00:18.068768 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9509357Z I 00:00:18.068769 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9509804Z I 00:00:18.068770 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9510245Z I 00:00:18.068772 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9510684Z I 00:00:18.068773 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9511184Z I 00:00:18.068774 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9511706Z I 00:00:18.068775 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9512215Z I 00:00:18.068778 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9512901Z I 00:00:18.068779 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9513538Z I 00:00:18.068780 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9513992Z I 00:00:18.068781 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9514551Z E 00:00:18.068783 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9515294Z E 00:00:18.068786 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9515988Z I 00:00:18.068788 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9516531Z I 00:00:18.068789 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9516987Z I 00:00:18.068790 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9517441Z I 00:00:18.068792 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9517880Z I 00:00:18.068793 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9518334Z I 00:00:18.068794 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9518868Z I 00:00:18.068795 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9519409Z I 00:00:18.068797 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9519862Z I 00:00:18.068798 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9520298Z I 00:00:18.068800 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9521819Z I 00:00:18.068801 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9522268Z I 00:00:18.068802 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9522795Z I 00:00:18.068803 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9523332Z I 00:00:18.068805 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9523783Z I 00:00:18.068806 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9524297Z I 00:00:18.068807 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9524835Z I 00:00:18.068811 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9525290Z I 00:00:18.068812 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9525870Z E 00:00:18.068813 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9526606Z E 00:00:18.068818 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9527284Z I 00:00:18.068820 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9527822Z I 00:00:18.068821 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9528274Z I 00:00:18.068822 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9528728Z I 00:00:18.068824 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9529181Z I 00:00:18.068825 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9529633Z I 00:00:18.068826 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9530146Z I 00:00:18.068828 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9530678Z I 00:00:18.068829 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9531135Z I 00:00:18.068837 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9531591Z I 00:00:18.068839 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9532042Z I 00:00:18.068859 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9532478Z I 00:00:18.068862 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9533014Z I 00:00:18.068866 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9533548Z I 00:00:18.068869 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9534000Z I 00:00:18.068872 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9534450Z I 00:00:18.068875 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9534901Z I 00:00:18.068876 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9535337Z I 00:00:18.068882 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9535862Z I 00:00:18.068883 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9536484Z I 00:00:18.068885 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9536936Z I 00:00:18.068886 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9537387Z I 00:00:18.068888 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9537929Z I 00:00:18.068889 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9538371Z I 00:00:18.068890 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9538881Z I 00:00:18.068892 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9539405Z I 00:00:18.068893 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9539847Z I 00:00:18.068894 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9540287Z I 00:00:18.068897 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9540714Z I 00:00:18.068900 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9541156Z I 00:00:18.068902 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9541717Z E 00:00:18.068904 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9542438Z E 00:00:18.068927 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9543117Z I 00:00:18.068929 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9543698Z I 00:00:18.068933 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9544125Z I 00:00:18.068937 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9544567Z I 00:00:18.068939 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9545010Z I 00:00:18.068941 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9545453Z I 00:00:18.068945 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9545969Z I 00:00:18.068947 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9546477Z I 00:00:18.068950 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9546921Z I 00:00:18.068952 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9547367Z I 00:00:18.068955 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9547811Z I 00:00:18.068957 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9548255Z I 00:00:18.068961 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9548773Z I 00:00:18.068963 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9549289Z I 00:00:18.068965 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9549740Z I 00:00:18.068967 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9550258Z I 00:00:18.068970 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9550788Z I 00:00:18.068973 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9551237Z I 00:00:18.068975 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9551782Z E 00:00:18.068978 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9552751Z E 00:00:18.068982 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9553638Z I 00:00:18.068984 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9554185Z I 00:00:18.068986 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9554647Z I 00:00:18.068988 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9555112Z I 00:00:18.068990 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9555551Z I 00:00:18.068992 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9555998Z I 00:00:18.068995 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9556521Z I 00:00:18.068998 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9557061Z I 00:00:18.069000 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9557512Z I 00:00:18.069002 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9557948Z I 00:00:18.069006 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9558521Z I 00:00:18.069008 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9558978Z I 00:00:18.069010 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9559505Z I 00:00:18.069012 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9560043Z I 00:00:18.069014 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9560497Z I 00:00:18.069016 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9561002Z I 00:00:18.069018 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9561538Z I 00:00:18.069020 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9561987Z I 00:00:18.069022 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9562556Z E 00:00:18.069024 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9563286Z E 00:00:18.069029 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9563977Z I 00:00:18.069032 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9564497Z I 00:00:18.069034 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9564950Z I 00:00:18.069036 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9565505Z I 00:00:18.069040 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9566030Z I 00:00:18.069042 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9566563Z I 00:00:18.069045 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9567043Z I 00:00:18.069047 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9567544Z I 00:00:18.069049 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9567966Z I 00:00:18.069051 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9568389Z I 00:00:18.069055 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9568810Z I 00:00:18.069057 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9569231Z I 00:00:18.069059 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9569710Z I 00:00:18.069062 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9570207Z I 00:00:18.069064 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9570629Z I 00:00:18.069067 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9571053Z I 00:00:18.069069 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9571473Z I 00:00:18.069071 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9571878Z I 00:00:18.069072 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9572368Z I 00:00:18.069074 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9572863Z I 00:00:18.069075 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9573281Z I 00:00:18.069077 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9573701Z I 00:00:18.069078 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9574123Z I 00:00:18.069079 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9574713Z I 00:00:18.069081 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9575227Z I 00:00:18.069082 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9575753Z I 00:00:18.069084 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9576192Z I 00:00:18.069085 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9576636Z I 00:00:18.069086 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9577062Z I 00:00:18.069088 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9577500Z I 00:00:18.069089 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9578054Z E 00:00:18.069090 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9578773Z E 00:00:18.069110 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9579451Z I 00:00:18.069113 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9580042Z I 00:00:18.069115 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9580471Z I 00:00:18.069118 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9580914Z I 00:00:18.069120 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9581361Z I 00:00:18.069122 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9581810Z I 00:00:18.069125 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9582323Z I 00:00:18.069127 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9582845Z I 00:00:18.069129 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9583271Z I 00:00:18.069131 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9583710Z I 00:00:18.069134 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9584151Z I 00:00:18.069136 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9584592Z I 00:00:18.069137 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9585103Z I 00:00:18.069138 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9585612Z I 00:00:18.069140 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9586056Z I 00:00:18.069142 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9586567Z I 00:00:18.069143 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9587154Z I 00:00:18.069144 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9587594Z I 00:00:18.069146 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9588149Z E 00:00:18.069147 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9588854Z E 00:00:18.069150 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9589531Z I 00:00:18.069152 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9590054Z I 00:00:18.069154 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9590497Z I 00:00:18.069156 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9590943Z I 00:00:18.069158 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9591372Z I 00:00:18.069160 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9591812Z I 00:00:18.069163 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9592402Z I 00:00:18.069164 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9593114Z I 00:00:18.069166 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9593574Z I 00:00:18.069168 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9594032Z I 00:00:18.069170 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9594473Z I 00:00:18.069173 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9594932Z I 00:00:18.069174 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9595461Z I 00:00:18.069176 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9596002Z I 00:00:18.069177 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9596465Z I 00:00:18.069179 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9596983Z I 00:00:18.069180 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9597523Z I 00:00:18.069183 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9597982Z I 00:00:18.069184 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9598563Z E 00:00:18.069186 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9599300Z E 00:00:18.069190 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9599992Z I 00:00:18.069192 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9600513Z I 00:00:18.069194 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9600971Z I 00:00:18.069196 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9601428Z I 00:00:18.069198 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9601966Z I 00:00:18.069199 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9602418Z I 00:00:18.069202 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9602948Z I 00:00:18.069203 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9603469Z I 00:00:18.069205 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9603930Z I 00:00:18.069206 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9604384Z I 00:00:18.069208 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9604941Z I 00:00:18.069210 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9605357Z I 00:00:18.069212 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9605833Z I 00:00:18.069214 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9606330Z I 00:00:18.069217 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9606749Z I 00:00:18.069219 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9607173Z I 00:00:18.069220 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9607596Z I 00:00:18.069224 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9608012Z I 00:00:18.069227 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9608487Z I 00:00:18.069229 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9609039Z I 00:00:18.069231 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9609461Z I 00:00:18.069232 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9609881Z I 00:00:18.069233 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9610304Z I 00:00:18.069235 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9610709Z I 00:00:18.069237 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9611199Z I 00:00:18.069238 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9611699Z I 00:00:18.069242 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9612119Z I 00:00:18.069244 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9612540Z I 00:00:18.069248 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9612959Z I 00:00:18.069252 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9613363Z I 00:00:18.069254 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9613887Z E 00:00:18.069256 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9614568Z E 00:00:18.069275 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9615211Z I 00:00:18.069278 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9615707Z I 00:00:18.069280 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9616118Z I 00:00:18.069282 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9616539Z I 00:00:18.069283 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9616960Z I 00:00:18.069287 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9617383Z I 00:00:18.069289 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9617873Z I 00:00:18.069291 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9618384Z I 00:00:18.069293 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9618795Z I 00:00:18.069297 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9619220Z I 00:00:18.069299 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9619639Z I 00:00:18.069301 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9620063Z I 00:00:18.069304 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9620556Z I 00:00:18.069306 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9621037Z I 00:00:18.069308 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9621458Z I 00:00:18.069311 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9621948Z I 00:00:18.069312 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9622514Z I 00:00:18.069316 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9622935Z I 00:00:18.069318 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9623474Z E 00:00:18.069319 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9624142Z E 00:00:18.069323 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9624797Z I 00:00:18.069325 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9625299Z I 00:00:18.069327 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9625720Z I 00:00:18.069329 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9626139Z I 00:00:18.069330 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9626558Z I 00:00:18.069332 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9626962Z I 00:00:18.069334 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9627448Z I 00:00:18.069336 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9627949Z I 00:00:18.069339 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9628369Z I 00:00:18.069341 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9628796Z I 00:00:18.069343 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9629258Z I 00:00:18.069346 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9629676Z I 00:00:18.069348 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9630164Z I 00:00:18.069351 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9630659Z I 00:00:18.069353 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9631080Z I 00:00:18.069355 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9631573Z I 00:00:18.069356 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9632118Z I 00:00:18.069358 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9632721Z I 00:00:18.069360 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9633298Z E 00:00:18.069362 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9634029Z E 00:00:18.069367 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9634714Z I 00:00:18.069369 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9635242Z I 00:00:18.069372 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9635696Z I 00:00:18.069374 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9636150Z I 00:00:18.069376 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9636604Z I 00:00:18.069378 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9637062Z I 00:00:18.069380 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9637590Z I 00:00:18.069382 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9638112Z I 00:00:18.069384 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9638574Z I 00:00:18.069386 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9639035Z I 00:00:18.069388 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9639506Z I 00:00:18.069391 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9639961Z I 00:00:18.069393 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9640483Z I 00:00:18.069395 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9641040Z I 00:00:18.069397 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9641510Z I 00:00:18.069399 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9641971Z I 00:00:18.069401 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9642449Z I 00:00:18.069403 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9642958Z I 00:00:18.069405 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9643500Z I 00:00:18.069407 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9644157Z I 00:00:18.069409 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9644640Z I 00:00:18.069412 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9645222Z I 00:00:18.069414 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9645669Z I 00:00:18.069415 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9646099Z I 00:00:18.069417 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9646602Z I 00:00:18.069419 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9647137Z I 00:00:18.069421 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9647573Z I 00:00:18.069422 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9647993Z I 00:00:18.069424 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9648434Z I 00:00:18.069426 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9648847Z I 00:00:18.069428 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9649392Z E 00:00:18.069430 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9650106Z E 00:00:18.069467 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9650771Z I 00:00:18.069470 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9651347Z I 00:00:18.069472 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9651782Z I 00:00:18.069474 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9652210Z I 00:00:18.069475 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9652643Z I 00:00:18.069477 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9653082Z I 00:00:18.069479 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9653917Z I 00:00:18.069481 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9654485Z I 00:00:18.069484 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9654945Z I 00:00:18.069487 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9655450Z I 00:00:18.069488 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9655953Z I 00:00:18.069490 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9656440Z I 00:00:18.069492 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9657001Z I 00:00:18.069494 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9657572Z I 00:00:18.069495 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9658040Z I 00:00:18.069497 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9658592Z I 00:00:18.069499 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9659170Z I 00:00:18.069501 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9659648Z I 00:00:18.069502 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9660246Z E 00:00:18.069504 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9660987Z E 00:00:18.069507 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9661707Z I 00:00:18.069509 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9662258Z I 00:00:18.069511 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9662719Z I 00:00:18.069513 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9663206Z I 00:00:18.069515 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9663684Z I 00:00:18.069517 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9664142Z I 00:00:18.069519 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9664703Z I 00:00:18.069522 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9665262Z I 00:00:18.069524 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9665725Z I 00:00:18.069526 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9666308Z I 00:00:18.069528 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9666756Z I 00:00:18.069530 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9667383Z I 00:00:18.069533 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9667935Z I 00:00:18.069535 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9668463Z I 00:00:18.069538 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9668947Z I 00:00:18.069540 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9669484Z I 00:00:18.069541 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9669996Z I 00:00:18.069543 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9670442Z I 00:00:18.069545 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9671033Z E 00:00:18.069547 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9674427Z E 00:00:18.069553 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9675142Z I 00:00:18.069555 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9675700Z I 00:00:18.069557 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9676158Z I 00:00:18.069559 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9676623Z I 00:00:18.069560 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9677106Z I 00:00:18.069562 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9677723Z I 00:00:18.069566 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9678300Z I 00:00:18.069569 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9678872Z I 00:00:18.069571 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9679359Z I 00:00:18.069573 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9679838Z I 00:00:18.069575 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9680291Z I 00:00:18.069578 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9680746Z I 00:00:18.069580 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9681283Z I 00:00:18.069583 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9681833Z I 00:00:18.069585 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9682317Z I 00:00:18.069587 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9682779Z I 00:00:18.069589 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9683261Z I 00:00:18.069591 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9683718Z I 00:00:18.069594 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9684257Z I 00:00:18.069596 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9684898Z I 00:00:18.069599 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9685339Z I 00:00:18.069601 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9685783Z I 00:00:18.069603 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9686261Z I 00:00:18.069606 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9686716Z I 00:00:18.069608 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9687216Z I 00:00:18.069610 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9687741Z I 00:00:18.069611 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9688186Z I 00:00:18.069613 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9688636Z I 00:00:18.069615 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9689248Z I 00:00:18.069617 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9689689Z I 00:00:18.069619 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9690323Z E 00:00:18.069621 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9691162Z E 00:00:18.069641 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9691846Z I 00:00:18.069646 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9692374Z I 00:00:18.069648 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9692897Z I 00:00:18.069650 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9693330Z I 00:00:18.069652 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9693778Z I 00:00:18.069654 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9694230Z I 00:00:18.069656 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9694746Z I 00:00:18.069658 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9695271Z I 00:00:18.069660 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9695717Z I 00:00:18.069662 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9696147Z I 00:00:18.069663 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9696586Z I 00:00:18.069664 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9697025Z I 00:00:18.069667 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9697537Z I 00:00:18.069668 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9698060Z I 00:00:18.069670 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9698486Z I 00:00:18.069672 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9698995Z I 00:00:18.069674 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9699588Z I 00:00:18.069676 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9700030Z I 00:00:18.069678 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9700584Z E 00:00:18.069681 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9701304Z E 00:00:18.069684 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9701967Z I 00:00:18.069687 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9702490Z I 00:00:18.069689 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9702931Z I 00:00:18.069690 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9703377Z I 00:00:18.069692 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9703820Z I 00:00:18.069694 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9704251Z I 00:00:18.069697 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9704764Z I 00:00:18.069699 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9705294Z I 00:00:18.069701 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9705737Z I 00:00:18.069703 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9706180Z I 00:00:18.069706 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9706618Z I 00:00:18.069708 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9707045Z I 00:00:18.069710 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9707555Z I 00:00:18.069711 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9708077Z I 00:00:18.069713 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9708521Z I 00:00:18.069715 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9709032Z I 00:00:18.069716 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9709539Z I 00:00:18.069718 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9709981Z I 00:00:18.069719 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9710539Z E 00:00:18.069722 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9711254Z E 00:00:18.069727 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9711925Z I 00:00:18.069730 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9712703Z I 00:00:18.069731 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9713149Z I 00:00:18.069733 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9713617Z I 00:00:18.069735 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9714074Z I 00:00:18.069737 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9714600Z I 00:00:18.069738 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9715128Z I 00:00:18.069740 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9715666Z I 00:00:18.069741 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9716108Z I 00:00:18.069743 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9716565Z I 00:00:18.069747 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9717021Z I 00:00:18.069749 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9717477Z I 00:00:18.069750 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9718014Z I 00:00:18.069753 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9718538Z I 00:00:18.069755 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9718990Z I 00:00:18.069757 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9719443Z I 00:00:18.069759 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9719900Z I 00:00:18.069761 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9720353Z I 00:00:18.069763 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9720879Z I 00:00:18.069765 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9721404Z I 00:00:18.069769 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9721917Z I 00:00:18.069771 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9722369Z I 00:00:18.069773 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9722818Z I 00:00:18.069780 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9723265Z I 00:00:18.069781 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9723776Z I 00:00:18.069783 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9724316Z I 00:00:18.069785 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9724870Z I 00:00:18.069788 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9725292Z I 00:00:18.069790 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9725711Z I 00:00:18.069792 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9726130Z I 00:00:18.069795 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9726644Z E 00:00:18.069797 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9727329Z E 00:00:18.069834 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9727976Z I 00:00:18.069837 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9728481Z I 00:00:18.069839 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9728906Z I 00:00:18.069840 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9729313Z I 00:00:18.069843 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9729733Z I 00:00:18.069844 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9730151Z I 00:00:18.069848 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9730645Z I 00:00:18.069850 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9731142Z I 00:00:18.069852 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9731561Z I 00:00:18.069854 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9731969Z I 00:00:18.069856 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9732391Z I 00:00:18.069858 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9732813Z I 00:00:18.069861 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9733307Z I 00:00:18.069863 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9733809Z I 00:00:18.069865 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9734217Z I 00:00:18.069866 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9734714Z I 00:00:18.069868 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9735219Z I 00:00:18.069869 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9735706Z I 00:00:18.069871 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9736241Z E 00:00:18.069872 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9736929Z E 00:00:18.069875 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9737566Z I 00:00:18.069878 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9738074Z I 00:00:18.069880 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9738503Z I 00:00:18.069882 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9738929Z I 00:00:18.069883 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9739353Z I 00:00:18.069885 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9739775Z I 00:00:18.069888 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9740253Z I 00:00:18.069889 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9740753Z I 00:00:18.069891 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9741173Z I 00:00:18.069892 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9741593Z I 00:00:18.069894 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9742016Z I 00:00:18.069895 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9742487Z I 00:00:18.069897 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9742974Z I 00:00:18.069899 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9743469Z I 00:00:18.069902 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9743888Z I 00:00:18.069906 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9744378Z I 00:00:18.069912 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9744873Z I 00:00:18.069914 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9745278Z I 00:00:18.069916 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9745809Z E 00:00:18.069918 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9746485Z E 00:00:18.069922 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9747116Z I 00:00:18.069924 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9747619Z I 00:00:18.069927 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9748026Z I 00:00:18.069928 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9748447Z I 00:00:18.069930 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9748867Z I 00:00:18.069932 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9749290Z I 00:00:18.069934 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9749783Z I 00:00:18.069936 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9750279Z I 00:00:18.069938 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9750687Z I 00:00:18.069940 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9751113Z I 00:00:18.069942 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9751534Z I 00:00:18.069944 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9751953Z I 00:00:18.069946 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9752696Z I 00:00:18.069948 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9753221Z I 00:00:18.069950 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9753899Z I 00:00:18.069952 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9754360Z I 00:00:18.069954 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9754819Z I 00:00:18.069957 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9755277Z I 00:00:18.069959 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9755809Z I 00:00:18.069961 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9756336Z I 00:00:18.069963 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9756909Z I 00:00:18.069967 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9757369Z I 00:00:18.069969 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9757826Z I 00:00:18.069971 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9758282Z I 00:00:18.069973 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9758807Z I 00:00:18.069977 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9759344Z I 00:00:18.069979 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9759798Z I 00:00:18.069982 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9760250Z I 00:00:18.069985 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9760698Z I 00:00:18.069987 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9761148Z I 00:00:18.069989 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9761700Z E 00:00:18.069990 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9762436Z E 00:00:18.070013 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9763131Z I 00:00:18.070016 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9763668Z I 00:00:18.070018 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9764195Z I 00:00:18.070020 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9764650Z I 00:00:18.070022 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9765194Z I 00:00:18.070024 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9765635Z I 00:00:18.070028 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9766238Z I 00:00:18.070029 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9766736Z I 00:00:18.070032 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9767155Z I 00:00:18.070033 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9767560Z I 00:00:18.070035 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9767985Z I 00:00:18.070037 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9768403Z I 00:00:18.070039 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9768890Z I 00:00:18.070041 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9769388Z I 00:00:18.070044 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9769805Z I 00:00:18.070046 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9770282Z I 00:00:18.070048 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9770779Z I 00:00:18.070052 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9771201Z I 00:00:18.070055 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9771728Z E 00:00:18.070056 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9772412Z E 00:00:18.070061 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9773048Z I 00:00:18.070063 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9773544Z I 00:00:18.070065 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9773968Z I 00:00:18.070067 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9774391Z I 00:00:18.070071 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9774812Z I 00:00:18.070073 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9775233Z I 00:00:18.070075 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9775709Z I 00:00:18.070080 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9776207Z I 00:00:18.070081 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9776634Z I 00:00:18.070084 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9777056Z I 00:00:18.070086 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9777481Z I 00:00:18.070087 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9777969Z I 00:00:18.070089 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9778471Z I 00:00:18.070091 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9778975Z I 00:00:18.070095 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9779398Z I 00:00:18.070097 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9779898Z I 00:00:18.070099 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9780404Z I 00:00:18.070102 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9780816Z I 00:00:18.070105 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9781351Z E 00:00:18.070108 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9782035Z E 00:00:18.070114 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9782680Z I 00:00:18.070117 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9783185Z I 00:00:18.070120 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9783610Z I 00:00:18.070122 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9784016Z I 00:00:18.070123 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9784436Z I 00:00:18.070126 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9784911Z I 00:00:18.070128 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9785401Z I 00:00:18.070129 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9785902Z I 00:00:18.070132 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9786309Z I 00:00:18.070134 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9786729Z I 00:00:18.070136 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9787147Z I 00:00:18.070137 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9787566Z I 00:00:18.070139 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9788056Z I 00:00:18.070142 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9788548Z I 00:00:18.070146 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9788952Z I 00:00:18.070148 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9789369Z I 00:00:18.070150 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9789792Z I 00:00:18.070152 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9790210Z I 00:00:18.070154 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9790697Z I 00:00:18.070156 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9791180Z I 00:00:18.070158 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9791600Z I 00:00:18.070159 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9792267Z I 00:00:18.070161 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9792877Z I 00:00:18.070163 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9793331Z I 00:00:18.070164 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9793867Z I 00:00:18.070166 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9794393Z I 00:00:18.070168 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9794849Z I 00:00:18.070171 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9795302Z I 00:00:18.070173 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9795752Z I 00:00:18.070176 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9796203Z I 00:00:18.070178 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9796757Z E 00:00:18.070180 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9797490Z E 00:00:18.070201 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9798182Z I 00:00:18.070204 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9798718Z I 00:00:18.070206 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9799626Z I 00:00:18.070213 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9800087Z I 00:00:18.070216 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9800530Z I 00:00:18.070217 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9800987Z I 00:00:18.070219 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9801522Z I 00:00:18.070221 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9802064Z I 00:00:18.070223 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9802520Z I 00:00:18.070225 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9802975Z I 00:00:18.070227 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9803410Z I 00:00:18.070230 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9803858Z I 00:00:18.070232 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9804383Z I 00:00:18.070236 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9805019Z I 00:00:18.070237 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9805438Z I 00:00:18.070239 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9805913Z I 00:00:18.070244 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9806407Z I 00:00:18.070246 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9806894Z I 00:00:18.070247 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9807421Z E 00:00:18.070249 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9808104Z E 00:00:18.070254 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9808751Z I 00:00:18.070256 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9809238Z I 00:00:18.070258 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9809659Z I 00:00:18.070263 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9810083Z I 00:00:18.070267 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9810506Z I 00:00:18.070268 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9810923Z I 00:00:18.070269 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9811396Z I 00:00:18.070271 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9811894Z I 00:00:18.070272 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9812312Z I 00:00:18.070274 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9812735Z I 00:00:18.070275 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9813154Z I 00:00:18.070277 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9813572Z I 00:00:18.070278 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9814046Z I 00:00:18.070280 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9814545Z I 00:00:18.070283 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9814967Z I 00:00:18.070285 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9815459Z I 00:00:18.070286 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9815957Z I 00:00:18.070289 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9816368Z I 00:00:18.070291 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9816901Z E 00:00:18.070294 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9817582Z E 00:00:18.070299 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9818217Z I 00:00:18.070302 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9818711Z I 00:00:18.070304 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9819131Z I 00:00:18.070306 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9819540Z I 00:00:18.070308 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9833096Z I 00:00:18.070309 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9833809Z I 00:00:18.070311 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9834381Z I 00:00:18.070313 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9834964Z I 00:00:18.070314 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9835428Z I 00:00:18.070316 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9835896Z I 00:00:18.070317 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9836367Z I 00:00:18.070320 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9836861Z I 00:00:18.070324 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9837408Z I 00:00:18.070325 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9837944Z I 00:00:18.070327 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9838397Z I 00:00:18.070329 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9838862Z I 00:00:18.070331 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9839307Z I 00:00:18.070332 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9839799Z I 00:00:18.070334 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9840325Z I 00:00:18.070336 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9840889Z I 00:00:18.070338 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9841436Z I 00:00:18.070341 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9841876Z I 00:00:18.070343 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9842355Z I 00:00:18.070348 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9842810Z I 00:00:18.070350 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9843361Z I 00:00:18.070351 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9843905Z I 00:00:18.070354 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9844369Z I 00:00:18.070356 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9845044Z I 00:00:18.070358 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9845494Z I 00:00:18.070360 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9845919Z I 00:00:18.070362 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9846464Z E 00:00:18.070364 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9847154Z E 00:00:18.070385 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9847792Z I 00:00:18.070388 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9848319Z I 00:00:18.070391 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9848800Z I 00:00:18.070392 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9849264Z I 00:00:18.070394 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9849706Z I 00:00:18.070396 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9850161Z I 00:00:18.070398 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9850649Z I 00:00:18.070400 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9851161Z I 00:00:18.070401 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9851584Z I 00:00:18.070403 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9852037Z I 00:00:18.070406 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9852506Z I 00:00:18.070408 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9852938Z I 00:00:18.070411 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9853790Z I 00:00:18.070412 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9854429Z I 00:00:18.070414 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9854911Z I 00:00:18.070415 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9855485Z I 00:00:18.070417 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9856053Z I 00:00:18.070419 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9856610Z I 00:00:18.070423 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9857191Z E 00:00:18.070426 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9857938Z E 00:00:18.070429 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9858660Z I 00:00:18.070432 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9859223Z I 00:00:18.070436 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9859716Z I 00:00:18.070438 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9860166Z I 00:00:18.070440 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9860628Z I 00:00:18.070443 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9861084Z I 00:00:18.070445 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9861643Z I 00:00:18.070447 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9862221Z I 00:00:18.070448 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9862671Z I 00:00:18.070451 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9863144Z I 00:00:18.070453 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9863596Z I 00:00:18.070455 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9864151Z I 00:00:18.070457 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9864682Z I 00:00:18.070460 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9865221Z I 00:00:18.070462 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9865659Z I 00:00:18.070464 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9866393Z I 00:00:18.070465 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9866896Z I 00:00:18.070470 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9867324Z I 00:00:18.070473 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9867852Z E 00:00:18.070475 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9868721Z E 00:00:18.070480 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9869377Z I 00:00:18.070483 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9869878Z I 00:00:18.070485 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9870294Z I 00:00:18.070486 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9870714Z I 00:00:18.070488 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9871132Z I 00:00:18.070490 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9871554Z I 00:00:18.070493 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9872041Z I 00:00:18.070495 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9872793Z I 00:00:18.070498 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9873233Z I 00:00:18.070501 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9873674Z I 00:00:18.070503 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9874110Z I 00:00:18.070505 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9874537Z I 00:00:18.070507 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9875039Z I 00:00:18.070509 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9875569Z I 00:00:18.070511 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9876001Z I 00:00:18.070514 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9876428Z I 00:00:18.070518 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9876861Z I 00:00:18.070519 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9877288Z I 00:00:18.070524 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9877799Z I 00:00:18.070525 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9878323Z I 00:00:18.070528 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9878829Z I 00:00:18.070530 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9879260Z I 00:00:18.070531 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9879693Z I 00:00:18.070533 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9880116Z I 00:00:18.070535 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9880632Z I 00:00:18.070537 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9881144Z I 00:00:18.070540 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9881577Z I 00:00:18.070542 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9882011Z I 00:00:18.070544 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9882439Z I 00:00:18.070546 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9882865Z I 00:00:18.070547 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9883410Z E 00:00:18.070549 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9884129Z E 00:00:18.070569 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9884911Z I 00:00:18.070572 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9885418Z I 00:00:18.070573 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9885899Z I 00:00:18.070576 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9886320Z I 00:00:18.070577 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9886741Z I 00:00:18.070581 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9887163Z I 00:00:18.070582 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9887665Z I 00:00:18.070584 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9888167Z I 00:00:18.070587 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9888581Z I 00:00:18.070589 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9889004Z I 00:00:18.070590 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9889425Z I 00:00:18.070593 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9889860Z I 00:00:18.070594 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9890443Z I 00:00:18.070598 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9890928Z I 00:00:18.070599 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9891319Z I 00:00:18.070602 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9891792Z I 00:00:18.070603 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9892281Z I 00:00:18.070604 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9892680Z I 00:00:18.070606 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9893194Z E 00:00:18.070608 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9893848Z E 00:00:18.070612 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9894471Z I 00:00:18.070614 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9894940Z I 00:00:18.070616 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9895339Z I 00:00:18.070618 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9895739Z I 00:00:18.070620 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9896152Z I 00:00:18.070623 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9896552Z I 00:00:18.070625 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9897030Z I 00:00:18.070626 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9897519Z I 00:00:18.070628 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9897931Z I 00:00:18.070630 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9898341Z I 00:00:18.070632 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9898742Z I 00:00:18.070634 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9899201Z I 00:00:18.070636 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9899681Z I 00:00:18.070637 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9900170Z I 00:00:18.070639 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9900578Z I 00:00:18.070641 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9901059Z I 00:00:18.070643 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9901533Z I 00:00:18.070645 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9901944Z I 00:00:18.070649 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9902457Z E 00:00:18.070650 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9903124Z E 00:00:18.070655 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9903753Z I 00:00:18.070657 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9904245Z I 00:00:18.070659 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9904643Z I 00:00:18.070661 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9905050Z I 00:00:18.070663 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9905453Z I 00:00:18.070665 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9905913Z I 00:00:18.070667 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9906391Z I 00:00:18.070669 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9906863Z I 00:00:18.070671 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9907268Z I 00:00:18.070675 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9907675Z I 00:00:18.070677 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9908087Z I 00:00:18.070682 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9908498Z I 00:00:18.070686 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9908975Z I 00:00:18.070692 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9909454Z I 00:00:18.070695 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9909866Z I 00:00:18.070699 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9910276Z I 00:00:18.070701 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9910682Z I 00:00:18.070702 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9911084Z I 00:00:18.070708 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9911552Z I 00:00:18.070709 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9912033Z I 00:00:18.070711 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9912674Z I 00:00:18.070715 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9913103Z I 00:00:18.070717 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9913537Z I 00:00:18.070722 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9913972Z I 00:00:18.070726 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9914483Z I 00:00:18.070730 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9914997Z I 00:00:18.070732 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9915434Z I 00:00:18.070734 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9915854Z I 00:00:18.070735 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9916288Z I 00:00:18.070737 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9916716Z I 00:00:18.070739 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9917261Z E 00:00:18.070741 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9917975Z E 00:00:18.070762 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9918648Z I 00:00:18.070765 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9919160Z I 00:00:18.070767 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9919659Z I 00:00:18.070769 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9920093Z I 00:00:18.070770 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9920531Z I 00:00:18.070774 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9920960Z I 00:00:18.070775 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9921468Z I 00:00:18.070777 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9921986Z I 00:00:18.070779 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9922423Z I 00:00:18.070781 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9922852Z I 00:00:18.070782 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9923283Z I 00:00:18.070785 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9923710Z I 00:00:18.070787 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9924208Z I 00:00:18.070789 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9924720Z I 00:00:18.070792 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9925240Z I 00:00:18.070794 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9925718Z I 00:00:18.070796 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9926197Z I 00:00:18.070798 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9926658Z I 00:00:18.070800 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9927165Z E 00:00:18.070802 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9927830Z E 00:00:18.070805 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9928460Z I 00:00:18.070807 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9928942Z I 00:00:18.070809 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9929351Z I 00:00:18.070811 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9929746Z I 00:00:18.070812 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9930155Z I 00:00:18.070815 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9930560Z I 00:00:18.070816 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9931032Z I 00:00:18.070818 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9931511Z I 00:00:18.070820 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9931907Z I 00:00:18.070824 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9932312Z I 00:00:18.070826 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9932715Z I 00:00:18.070828 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9933117Z I 00:00:18.070831 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9933594Z I 00:00:18.070833 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9934069Z I 00:00:18.070835 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9934456Z I 00:00:18.070838 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9934924Z I 00:00:18.070840 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9935401Z I 00:00:18.070842 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9935801Z I 00:00:18.070844 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9936305Z E 00:00:18.070845 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9936963Z E 00:00:18.070850 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9937567Z I 00:00:18.070853 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9938052Z I 00:00:18.070855 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9938447Z I 00:00:18.070857 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9938851Z I 00:00:18.070858 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9939250Z I 00:00:18.070860 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9939637Z I 00:00:18.070863 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9940159Z I 00:00:18.070865 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9940642Z I 00:00:18.070867 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9941053Z I 00:00:18.070869 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9941463Z I 00:00:18.070874 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9941873Z I 00:00:18.070876 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9942267Z I 00:00:18.070878 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9942738Z I 00:00:18.070880 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9943223Z I 00:00:18.070882 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9943637Z I 00:00:18.070883 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9944045Z I 00:00:18.070887 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9944434Z I 00:00:18.070889 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9944838Z I 00:00:18.070892 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9945302Z I 00:00:18.070894 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9945785Z I 00:00:18.070896 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9946258Z I 00:00:18.070898 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9946663Z I 00:00:18.070901 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9947054Z I 00:00:18.070903 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9947456Z I 00:00:18.070905 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9947924Z I 00:00:18.070906 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9948403Z I 00:00:18.070908 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9948804Z I 00:00:18.070909 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9949197Z I 00:00:18.070910 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9949598Z I 00:00:18.070913 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9950002Z I 00:00:18.070915 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9950506Z E 00:00:18.070917 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9951173Z E 00:00:18.070935 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9951798Z I 00:00:18.070937 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9952342Z I 00:00:18.070939 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9952937Z I 00:00:18.070941 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9953519Z I 00:00:18.070943 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9953958Z I 00:00:18.070945 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9954393Z I 00:00:18.070947 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9954897Z I 00:00:18.070949 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9955414Z I 00:00:18.070952 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9955854Z I 00:00:18.070953 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9956287Z I 00:00:18.070955 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9956725Z I 00:00:18.070957 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9957158Z I 00:00:18.070959 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9957656Z I 00:00:18.070961 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9958170Z I 00:00:18.070964 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9958604Z I 00:00:18.070968 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9959111Z I 00:00:18.070971 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9959633Z I 00:00:18.070973 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9960154Z I 00:00:18.070974 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9960713Z E 00:00:18.070978 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9961438Z E 00:00:18.070982 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9962121Z I 00:00:18.070985 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9962644Z I 00:00:18.070987 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9963085Z I 00:00:18.070988 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9963511Z I 00:00:18.070989 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9963946Z I 00:00:18.070993 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9964383Z I 00:00:18.070995 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9964891Z I 00:00:18.070997 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9965506Z I 00:00:18.071000 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9965927Z I 00:00:18.071002 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9966432Z I 00:00:18.071004 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9966834Z I 00:00:18.071006 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9967235Z I 00:00:18.071007 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9967780Z I 00:00:18.071009 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9968257Z I 00:00:18.071011 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9968646Z I 00:00:18.071013 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9969114Z I 00:00:18.071015 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9969594Z I 00:00:18.071017 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9970000Z I 00:00:18.071019 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9970506Z E 00:00:18.071021 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9971173Z E 00:00:18.071027 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:23.9971782Z I 00:00:18.071030 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9972440Z I 00:00:18.071032 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9972864Z I 00:00:18.071036 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9973284Z I 00:00:18.071038 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9973704Z I 00:00:18.071040 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9974119Z I 00:00:18.071042 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9974597Z I 00:00:18.071045 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9975093Z I 00:00:18.071046 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9975510Z I 00:00:18.071049 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9975935Z I 00:00:18.071051 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9976350Z I 00:00:18.071053 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9976763Z I 00:00:18.071054 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9977255Z I 00:00:18.071055 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9977755Z I 00:00:18.071057 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9978176Z I 00:00:18.071059 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9978595Z I 00:00:18.071060 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9979010Z I 00:00:18.071064 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9979419Z I 00:00:18.071066 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9982793Z I 00:00:18.071071 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9983305Z I 00:00:18.071072 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9983811Z I 00:00:18.071074 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9984233Z I 00:00:18.071077 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9984832Z I 00:00:18.071080 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9985270Z I 00:00:18.071082 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9985786Z I 00:00:18.071084 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9986301Z I 00:00:18.071088 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9986737Z I 00:00:18.071090 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9987159Z I 00:00:18.071092 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9987591Z I 00:00:18.071093 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9988024Z I 00:00:18.071097 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9988603Z E 00:00:18.071099 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:23.9989329Z E 00:00:18.071119 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:23.9990100Z I 00:00:18.071122 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9990604Z I 00:00:18.071123 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9991035Z I 00:00:18.071125 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9991507Z I 00:00:18.071127 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9991936Z I 00:00:18.071129 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9992437Z I 00:00:18.071131 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9993112Z I 00:00:18.071135 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9993632Z I 00:00:18.071137 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9994071Z I 00:00:18.071139 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:23.9994506Z I 00:00:18.071141 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:23.9994946Z I 00:00:18.071143 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:23.9995374Z I 00:00:18.071145 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9995881Z I 00:00:18.071148 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9996401Z I 00:00:18.071150 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9996833Z I 00:00:18.071152 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9997345Z I 00:00:18.071154 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:23.9997857Z I 00:00:18.071159 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:23.9998291Z I 00:00:18.071161 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:23.9998840Z E 00:00:18.071164 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:23.9999565Z E 00:00:18.071167 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0000254Z I 00:00:18.071170 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0000774Z I 00:00:18.071171 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0000933Z I 00:00:18.071173 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0001093Z I 00:00:18.071177 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0001262Z I 00:00:18.071179 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0001419Z I 00:00:18.071180 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0001669Z I 00:00:18.071183 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0001826Z I 00:00:18.071186 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0001997Z I 00:00:18.071188 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0002157Z I 00:00:18.071191 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0002406Z I 00:00:18.071193 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0002574Z I 00:00:18.071195 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0002915Z I 00:00:18.071199 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0003085Z I 00:00:18.071201 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0003243Z I 00:00:18.071203 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0003491Z I 00:00:18.071205 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0003648Z I 00:00:18.071207 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0003806Z I 00:00:18.071209 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0004098Z E 00:00:18.071211 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0004414Z E 00:00:18.071217 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0004770Z I 00:00:18.071219 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0004922Z I 00:00:18.071221 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0005087Z I 00:00:18.071223 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0005232Z I 00:00:18.071225 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0005380Z I 00:00:18.071226 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0005535Z I 00:00:18.071228 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0005785Z I 00:00:18.071230 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0005941Z I 00:00:18.071232 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0006092Z I 00:00:18.071234 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0006253Z I 00:00:18.071238 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0006396Z I 00:00:18.071240 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0006547Z I 00:00:18.071241 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0006775Z I 00:00:18.071243 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0006923Z I 00:00:18.071244 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0007083Z I 00:00:18.071246 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0007229Z I 00:00:18.071250 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0007384Z I 00:00:18.071253 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0007532Z I 00:00:18.071255 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0007750Z I 00:00:18.071257 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0007907Z I 00:00:18.071259 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0008050Z I 00:00:18.071262 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0008206Z I 00:00:18.071264 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0008352Z I 00:00:18.071267 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0008511Z I 00:00:18.071269 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0008734Z I 00:00:18.071271 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0008881Z I 00:00:18.071273 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0009039Z I 00:00:18.071275 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0009183Z I 00:00:18.071276 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0009347Z I 00:00:18.071278 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0009490Z I 00:00:18.071281 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0009757Z E 00:00:18.071282 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0010054Z E 00:00:18.071302 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0010270Z I 00:00:18.071305 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0010473Z I 00:00:18.071307 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0010622Z I 00:00:18.071308 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0010845Z I 00:00:18.071310 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0010996Z I 00:00:18.071312 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0011146Z I 00:00:18.071314 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0011364Z I 00:00:18.071316 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0011510Z I 00:00:18.071319 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0011667Z I 00:00:18.071321 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0011815Z I 00:00:18.071323 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0011972Z I 00:00:18.071324 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0012118Z I 00:00:18.071326 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0012347Z I 00:00:18.071327 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0012493Z I 00:00:18.071330 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0012640Z I 00:00:18.071332 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0012869Z I 00:00:18.071334 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0013014Z I 00:00:18.071336 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0013165Z I 00:00:18.071337 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0013447Z E 00:00:18.071339 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0013749Z E 00:00:18.071343 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0013967Z I 00:00:18.071345 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0014116Z I 00:00:18.071348 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0014270Z I 00:00:18.071349 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0014418Z I 00:00:18.071351 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0014575Z I 00:00:18.071353 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0014722Z I 00:00:18.071355 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0014949Z I 00:00:18.071357 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0015097Z I 00:00:18.071359 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0015247Z I 00:00:18.071361 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0015397Z I 00:00:18.071362 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0015545Z I 00:00:18.071366 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0015699Z I 00:00:18.071369 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0015919Z I 00:00:18.071371 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0016076Z I 00:00:18.071372 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0016222Z I 00:00:18.071376 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0016445Z I 00:00:18.071379 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0016600Z I 00:00:18.071382 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0016746Z I 00:00:18.071384 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0017012Z E 00:00:18.071386 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0017304Z E 00:00:18.071390 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0017533Z I 00:00:18.071393 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0017679Z I 00:00:18.071395 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0017827Z I 00:00:18.071397 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0017985Z I 00:00:18.071400 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0018162Z I 00:00:18.071402 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0018316Z I 00:00:18.071404 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0018579Z I 00:00:18.071406 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0018739Z I 00:00:18.071407 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0018887Z I 00:00:18.071413 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0019045Z I 00:00:18.071417 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0019203Z I 00:00:18.071420 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0019350Z I 00:00:18.071424 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0019585Z I 00:00:18.071426 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0019729Z I 00:00:18.071428 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0019885Z I 00:00:18.071431 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0020031Z I 00:00:18.071435 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0020178Z I 00:00:18.071437 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0020343Z I 00:00:18.071439 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0020558Z I 00:00:18.071441 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0020726Z I 00:00:18.071442 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0020870Z I 00:00:18.071446 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0021053Z I 00:00:18.071449 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0021198Z I 00:00:18.071451 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0021347Z I 00:00:18.071453 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0021575Z I 00:00:18.071454 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0021720Z I 00:00:18.071458 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0021884Z I 00:00:18.071461 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0022027Z I 00:00:18.071463 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0022189Z I 00:00:18.071465 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0022340Z I 00:00:18.071466 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0022594Z E 00:00:18.071469 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0022901Z E 00:00:18.071488 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0023117Z I 00:00:18.071491 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0023277Z I 00:00:18.071494 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0023421Z I 00:00:18.071495 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0023573Z I 00:00:18.071497 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0023719Z I 00:00:18.071501 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0023863Z I 00:00:18.071503 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0024089Z I 00:00:18.071507 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0024239Z I 00:00:18.071509 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0024399Z I 00:00:18.071510 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0024548Z I 00:00:18.071513 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0024705Z I 00:00:18.071517 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0024854Z I 00:00:18.071519 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0025069Z I 00:00:18.071521 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0025233Z I 00:00:18.071523 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0025378Z I 00:00:18.071525 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0025606Z I 00:00:18.071528 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0025783Z I 00:00:18.071532 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0025939Z I 00:00:18.071537 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0026630Z E 00:00:18.071538 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0026928Z E 00:00:18.071542 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0027160Z I 00:00:18.071545 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0027309Z I 00:00:18.071547 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0027465Z I 00:00:18.071550 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0027612Z I 00:00:18.071552 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0027767Z I 00:00:18.071554 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0027911Z I 00:00:18.071556 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0028135Z I 00:00:18.071557 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0028295Z I 00:00:18.071559 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0028447Z I 00:00:18.071561 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0028605Z I 00:00:18.071563 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0028756Z I 00:00:18.071567 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0028906Z I 00:00:18.071572 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0029148Z I 00:00:18.071574 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0029297Z I 00:00:18.071576 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0029447Z I 00:00:18.071578 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0029664Z I 00:00:18.071580 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0029815Z I 00:00:18.071583 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0029960Z I 00:00:18.071585 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0030224Z E 00:00:18.071587 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0030515Z E 00:00:18.071591 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0030732Z I 00:00:18.071594 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0030885Z I 00:00:18.071596 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0031033Z I 00:00:18.071598 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0031185Z I 00:00:18.071601 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0031331Z I 00:00:18.071604 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0031486Z I 00:00:18.071607 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0031704Z I 00:00:18.071609 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0031855Z I 00:00:18.071611 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0032014Z I 00:00:18.071613 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0032235Z I 00:00:18.071615 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0032400Z I 00:00:18.071618 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0032715Z I 00:00:18.071620 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0032970Z I 00:00:18.071622 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0033132Z I 00:00:18.071624 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0033294Z I 00:00:18.071626 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0033463Z I 00:00:18.071629 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0033623Z I 00:00:18.071631 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0033793Z I 00:00:18.071633 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0034028Z I 00:00:18.071635 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0034236Z I 00:00:18.071636 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0034393Z I 00:00:18.071638 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0034613Z I 00:00:18.071640 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0034792Z I 00:00:18.071642 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0034949Z I 00:00:18.071643 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0035195Z I 00:00:18.071645 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0035353Z I 00:00:18.071648 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0035521Z I 00:00:18.071649 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0035678Z I 00:00:18.071651 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0035846Z I 00:00:18.071653 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0036027Z I 00:00:18.071654 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0036307Z E 00:00:18.071656 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0036647Z E 00:00:18.071674 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0036880Z I 00:00:18.071677 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0037053Z I 00:00:18.071679 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0037217Z I 00:00:18.071681 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0037407Z I 00:00:18.071682 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0037593Z I 00:00:18.071685 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0037754Z I 00:00:18.071687 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0038019Z I 00:00:18.071689 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0038180Z I 00:00:18.071691 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0038368Z I 00:00:18.071693 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0038541Z I 00:00:18.071695 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0038702Z I 00:00:18.071696 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0038894Z I 00:00:18.071698 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0039138Z I 00:00:18.071700 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0039314Z I 00:00:18.071702 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0039480Z I 00:00:18.071705 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0039721Z I 00:00:18.071707 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0039891Z I 00:00:18.071709 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0040049Z I 00:00:18.071712 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0040346Z E 00:00:18.071714 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0040679Z E 00:00:18.071717 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0040933Z I 00:00:18.071720 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0041101Z I 00:00:18.071722 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0041279Z I 00:00:18.071724 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0041440Z I 00:00:18.071727 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0041602Z I 00:00:18.071729 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0041777Z I 00:00:18.071731 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0042015Z I 00:00:18.071733 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0042190Z I 00:00:18.071736 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0042350Z I 00:00:18.071739 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0042522Z I 00:00:18.071741 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0042727Z I 00:00:18.071746 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0042896Z I 00:00:18.071748 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0043203Z I 00:00:18.071751 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0043369Z I 00:00:18.071755 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0043540Z I 00:00:18.071761 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0043780Z I 00:00:18.071762 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0043959Z I 00:00:18.071765 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0044117Z I 00:00:18.071767 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0044400Z E 00:00:18.071769 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0044841Z E 00:00:18.071773 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0045078Z I 00:00:18.071777 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0045247Z I 00:00:18.071780 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0045405Z I 00:00:18.071781 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0045580Z I 00:00:18.071783 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0045735Z I 00:00:18.071784 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0045893Z I 00:00:18.071786 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0046167Z I 00:00:18.071787 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0046325Z I 00:00:18.071789 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0046491Z I 00:00:18.071792 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0046650Z I 00:00:18.071794 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0046822Z I 00:00:18.071797 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0046981Z I 00:00:18.071798 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0047219Z I 00:00:18.071800 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0047403Z I 00:00:18.071802 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0047568Z I 00:00:18.071804 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0047736Z I 00:00:18.071806 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0047894Z I 00:00:18.071807 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0048064Z I 00:00:18.071809 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0048295Z I 00:00:18.071811 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0048453Z I 00:00:18.071813 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0048624Z I 00:00:18.071815 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0048787Z I 00:00:18.071818 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0048973Z I 00:00:18.071819 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0049129Z I 00:00:18.071821 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0049390Z I 00:00:18.071823 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0049549Z I 00:00:18.071825 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0049708Z I 00:00:18.071826 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0049881Z I 00:00:18.071828 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0050044Z I 00:00:18.071830 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0050223Z I 00:00:18.071832 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0050494Z E 00:00:18.071834 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0050832Z E 00:00:18.071853 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0051060Z I 00:00:18.071856 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0051252Z I 00:00:18.071858 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0051435Z I 00:00:18.071860 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0051635Z I 00:00:18.071862 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0051806Z I 00:00:18.071864 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0051957Z I 00:00:18.071867 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0052211Z I 00:00:18.071869 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0052373Z I 00:00:18.071871 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0052528Z I 00:00:18.071874 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0052702Z I 00:00:18.071877 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0052858Z I 00:00:18.071879 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0053036Z I 00:00:18.071881 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0053404Z I 00:00:18.071883 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0053587Z I 00:00:18.071885 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0053928Z I 00:00:18.071887 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0054167Z I 00:00:18.071889 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0054344Z I 00:00:18.071890 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0054504Z I 00:00:18.071892 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0054868Z E 00:00:18.071893 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0055202Z E 00:00:18.071896 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0055465Z I 00:00:18.071898 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0055635Z I 00:00:18.071900 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0055798Z I 00:00:18.071901 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0055989Z I 00:00:18.071903 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0056157Z I 00:00:18.071904 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0056329Z I 00:00:18.071906 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0056562Z I 00:00:18.071907 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0056732Z I 00:00:18.071911 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0056899Z I 00:00:18.071913 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0057062Z I 00:00:18.071915 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0057241Z I 00:00:18.071917 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0057403Z I 00:00:18.071919 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0057648Z I 00:00:18.071921 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0057804Z I 00:00:18.071925 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0057970Z I 00:00:18.071928 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0058206Z I 00:00:18.071929 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0058379Z I 00:00:18.071931 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0058562Z I 00:00:18.071933 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0058842Z E 00:00:18.071935 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0059173Z E 00:00:18.071940 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0059415Z I 00:00:18.071944 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0059584Z I 00:00:18.071946 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0059746Z I 00:00:18.071949 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0059903Z I 00:00:18.071951 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0060124Z I 00:00:18.071953 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0060293Z I 00:00:18.071955 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0060610Z I 00:00:18.071956 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0060768Z I 00:00:18.071961 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0060950Z I 00:00:18.071963 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0061117Z I 00:00:18.071965 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0061277Z I 00:00:18.071968 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0061455Z I 00:00:18.071970 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0061701Z I 00:00:18.071972 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0061881Z I 00:00:18.071974 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0062041Z I 00:00:18.071976 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0062225Z I 00:00:18.071977 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0062389Z I 00:00:18.071979 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0062556Z I 00:00:18.071980 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0062816Z I 00:00:18.071982 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0062974Z I 00:00:18.071983 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0063143Z I 00:00:18.071986 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0063326Z I 00:00:18.071988 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0063499Z I 00:00:18.071990 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0063655Z I 00:00:18.071992 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0063898Z I 00:00:18.071994 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0064067Z I 00:00:18.071996 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0064225Z I 00:00:18.071999 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0064408Z I 00:00:18.072001 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0064574Z I 00:00:18.072004 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0064746Z I 00:00:18.072008 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0065020Z E 00:00:18.072010 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0065338Z E 00:00:18.072031 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0065601Z I 00:00:18.072033 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0065759Z I 00:00:18.072035 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0065931Z I 00:00:18.072037 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0066228Z I 00:00:18.072039 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0066405Z I 00:00:18.072041 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0066665Z I 00:00:18.072043 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0066882Z I 00:00:18.072046 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0067044Z I 00:00:18.072048 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0067189Z I 00:00:18.072050 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0067343Z I 00:00:18.072053 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0067487Z I 00:00:18.072055 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0067652Z I 00:00:18.072056 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0067886Z I 00:00:18.072058 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0068035Z I 00:00:18.072060 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0068192Z I 00:00:18.072061 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0068413Z I 00:00:18.072063 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0068603Z I 00:00:18.072065 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0068746Z I 00:00:18.072067 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0069065Z E 00:00:18.072069 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0069361Z E 00:00:18.072073 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0069582Z I 00:00:18.072075 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0069750Z I 00:00:18.072078 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0069898Z I 00:00:18.072080 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0070060Z I 00:00:18.072082 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0070206Z I 00:00:18.072083 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0070368Z I 00:00:18.072085 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0070586Z I 00:00:18.072086 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0070733Z I 00:00:18.072088 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0070903Z I 00:00:18.072090 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0071051Z I 00:00:18.072093 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0071216Z I 00:00:18.072095 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0071360Z I 00:00:18.072097 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0071634Z I 00:00:18.072099 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0071783Z I 00:00:18.072101 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0071931Z I 00:00:18.072103 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0072224Z I 00:00:18.072107 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0072373Z I 00:00:18.072109 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0072705Z I 00:00:18.072111 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0072983Z E 00:00:18.072114 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0073313Z E 00:00:18.072120 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0073553Z I 00:00:18.072122 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0073712Z I 00:00:18.072125 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0073890Z I 00:00:18.072127 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0074048Z I 00:00:18.072130 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0074222Z I 00:00:18.072132 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0074384Z I 00:00:18.072135 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0074633Z I 00:00:18.072139 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0074794Z I 00:00:18.072140 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0074955Z I 00:00:18.072142 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0075130Z I 00:00:18.072144 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0075291Z I 00:00:18.072146 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0075463Z I 00:00:18.072147 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0075699Z I 00:00:18.072150 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0075875Z I 00:00:18.072152 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0076038Z I 00:00:18.072154 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0076196Z I 00:00:18.072157 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0076363Z I 00:00:18.072160 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0076522Z I 00:00:18.072162 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0076769Z I 00:00:18.072165 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0076966Z I 00:00:18.072169 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0077129Z I 00:00:18.072172 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0077338Z I 00:00:18.072174 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0077500Z I 00:00:18.072176 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0077667Z I 00:00:18.072180 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0077905Z I 00:00:18.072182 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0078071Z I 00:00:18.072184 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0078229Z I 00:00:18.072185 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0078397Z I 00:00:18.072187 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0078556Z I 00:00:18.072188 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0078718Z I 00:00:18.072191 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0079004Z E 00:00:18.072192 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0079326Z E 00:00:18.072211 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0079571Z I 00:00:18.072214 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0079731Z I 00:00:18.072215 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0079898Z I 00:00:18.072217 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0080087Z I 00:00:18.072219 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0080246Z I 00:00:18.072221 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0080408Z I 00:00:18.072223 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0080646Z I 00:00:18.072227 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0080819Z I 00:00:18.072229 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0080978Z I 00:00:18.072231 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0081154Z I 00:00:18.072233 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0081312Z I 00:00:18.072234 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0081475Z I 00:00:18.072237 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0081718Z I 00:00:18.072239 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0081876Z I 00:00:18.072241 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0082044Z I 00:00:18.072243 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0082282Z I 00:00:18.072245 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0082454Z I 00:00:18.072246 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0082611Z I 00:00:18.072248 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0082890Z E 00:00:18.072253 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0083222Z E 00:00:18.072256 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0083462Z I 00:00:18.072260 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0083634Z I 00:00:18.072261 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0083792Z I 00:00:18.072263 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0083963Z I 00:00:18.072265 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0084118Z I 00:00:18.072268 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0084278Z I 00:00:18.072271 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0084524Z I 00:00:18.072272 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0084790Z I 00:00:18.072274 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0084960Z I 00:00:18.072277 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0085111Z I 00:00:18.072280 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0085308Z I 00:00:18.072283 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0085461Z I 00:00:18.072284 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0085739Z I 00:00:18.072286 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0085909Z I 00:00:18.072287 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0086059Z I 00:00:18.072289 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0086303Z I 00:00:18.072291 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0086458Z I 00:00:18.072293 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0086626Z I 00:00:18.072296 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0086901Z E 00:00:18.072300 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0087204Z E 00:00:18.072307 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0087449Z I 00:00:18.072309 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0087605Z I 00:00:18.072311 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0087772Z I 00:00:18.072313 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0087927Z I 00:00:18.072315 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0088094Z I 00:00:18.072317 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0088247Z I 00:00:18.072318 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0088504Z I 00:00:18.072320 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0088671Z I 00:00:18.072321 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0088826Z I 00:00:18.072323 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0088996Z I 00:00:18.072325 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0089152Z I 00:00:18.072327 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0089316Z I 00:00:18.072346 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0089548Z I 00:00:18.072348 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0089698Z I 00:00:18.072351 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0089871Z I 00:00:18.072353 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0090022Z I 00:00:18.072355 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0090185Z I 00:00:18.072356 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0090342Z I 00:00:18.072358 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0090678Z I 00:00:18.072359 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0090827Z I 00:00:18.072362 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0090972Z I 00:00:18.072364 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0091130Z I 00:00:18.072365 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0091278Z I 00:00:18.072369 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0091436Z I 00:00:18.072371 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0091658Z I 00:00:18.072374 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0091812Z I 00:00:18.072375 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0091960Z I 00:00:18.072378 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0092106Z I 00:00:18.072380 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0092263Z I 00:00:18.072381 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0092413Z I 00:00:18.072383 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0092677Z E 00:00:18.072384 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0092973Z E 00:00:18.072406 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0093204Z I 00:00:18.072412 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0093379Z I 00:00:18.072414 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0093528Z I 00:00:18.072416 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0093684Z I 00:00:18.072418 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0093879Z I 00:00:18.072420 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0094037Z I 00:00:18.072422 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0094258Z I 00:00:18.072424 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0094418Z I 00:00:18.072426 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0094565Z I 00:00:18.072429 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0094714Z I 00:00:18.072430 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0094869Z I 00:00:18.072432 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0095013Z I 00:00:18.072434 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0095244Z I 00:00:18.072436 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0095391Z I 00:00:18.072438 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0095543Z I 00:00:18.072440 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0095761Z I 00:00:18.072442 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0095910Z I 00:00:18.072444 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0096065Z I 00:00:18.072446 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0096348Z E 00:00:18.072448 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0096657Z E 00:00:18.072452 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0096873Z I 00:00:18.072455 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0097037Z I 00:00:18.072457 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0097184Z I 00:00:18.072459 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0097334Z I 00:00:18.072462 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0097495Z I 00:00:18.072466 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0097645Z I 00:00:18.072467 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0097875Z I 00:00:18.072469 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0098025Z I 00:00:18.072471 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0098188Z I 00:00:18.072476 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0098334Z I 00:00:18.072478 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0098484Z I 00:00:18.072482 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0098642Z I 00:00:18.072485 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0098858Z I 00:00:18.072487 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0099018Z I 00:00:18.072489 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0099160Z I 00:00:18.072492 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0099388Z I 00:00:18.072494 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0099535Z I 00:00:18.072496 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0099680Z I 00:00:18.072498 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0099951Z E 00:00:18.072500 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0100239Z E 00:00:18.072506 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0100470Z I 00:00:18.072508 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0100615Z I 00:00:18.072510 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0100771Z I 00:00:18.072512 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0100918Z I 00:00:18.072515 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0101094Z I 00:00:18.072517 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0101250Z I 00:00:18.072519 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0101526Z I 00:00:18.072522 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0101689Z I 00:00:18.072524 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0101834Z I 00:00:18.072527 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0101993Z I 00:00:18.072529 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0102145Z I 00:00:18.072531 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0102289Z I 00:00:18.072535 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0102521Z I 00:00:18.072537 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0102672Z I 00:00:18.072540 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0102831Z I 00:00:18.072541 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0102981Z I 00:00:18.072544 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0103140Z I 00:00:18.072546 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0103289Z I 00:00:18.072549 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0103509Z I 00:00:18.072551 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0103672Z I 00:00:18.072554 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0103824Z I 00:00:18.072555 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0104005Z I 00:00:18.072557 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0104156Z I 00:00:18.072558 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0104310Z I 00:00:18.072561 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0104534Z I 00:00:18.072563 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0104682Z I 00:00:18.072567 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0104842Z I 00:00:18.072569 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0104994Z I 00:00:18.072571 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0105155Z I 00:00:18.072573 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0105310Z I 00:00:18.072575 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0105576Z E 00:00:18.072577 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0105875Z E 00:00:18.072599 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0106102Z I 00:00:18.072602 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0106262Z I 00:00:18.072604 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0106410Z I 00:00:18.072605 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0106566Z I 00:00:18.072607 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0106716Z I 00:00:18.072609 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0106876Z I 00:00:18.072613 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0107100Z I 00:00:18.072614 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0107253Z I 00:00:18.072616 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0107410Z I 00:00:18.072618 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0107557Z I 00:00:18.072620 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0107712Z I 00:00:18.072622 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0107861Z I 00:00:18.072623 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0108088Z I 00:00:18.072626 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0108238Z I 00:00:18.072628 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0108386Z I 00:00:18.072630 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0108614Z I 00:00:18.072632 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0108792Z I 00:00:18.072633 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0108949Z I 00:00:18.072635 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0109258Z E 00:00:18.072636 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0109564Z E 00:00:18.072640 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0109784Z I 00:00:18.072642 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0109933Z I 00:00:18.072644 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0110086Z I 00:00:18.072649 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0110232Z I 00:00:18.072654 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0110387Z I 00:00:18.072656 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0110531Z I 00:00:18.072657 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0110761Z I 00:00:18.072659 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0110909Z I 00:00:18.072662 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0111058Z I 00:00:18.072665 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0111216Z I 00:00:18.072667 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0111363Z I 00:00:18.072669 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0111521Z I 00:00:18.072671 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0111740Z I 00:00:18.072673 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0111925Z I 00:00:18.072676 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0112129Z I 00:00:18.072678 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0112354Z I 00:00:18.072680 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0112681Z I 00:00:18.072682 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0112838Z I 00:00:18.072684 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0113135Z E 00:00:18.072685 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0113452Z E 00:00:18.072692 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0113705Z I 00:00:18.072694 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0113863Z I 00:00:18.072696 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0114022Z I 00:00:18.072698 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0114196Z I 00:00:18.072700 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0114355Z I 00:00:18.072703 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0114529Z I 00:00:18.072705 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0114761Z I 00:00:18.072708 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0114929Z I 00:00:18.072713 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0115089Z I 00:00:18.072715 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0115247Z I 00:00:18.072717 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0115421Z I 00:00:18.072719 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0115576Z I 00:00:18.072722 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0115822Z I 00:00:18.072724 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0115977Z I 00:00:18.072726 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0116148Z I 00:00:18.072728 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0116308Z I 00:00:18.072731 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0116465Z I 00:00:18.072733 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0116633Z I 00:00:18.072734 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0116866Z I 00:00:18.072737 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0117064Z I 00:00:18.072738 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0117224Z I 00:00:18.072740 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0117394Z I 00:00:18.072743 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0117604Z I 00:00:18.072745 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0117760Z I 00:00:18.072747 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0118009Z I 00:00:18.072749 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0118170Z I 00:00:18.072751 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0118335Z I 00:00:18.072755 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0118495Z I 00:00:18.072757 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0118661Z I 00:00:18.072759 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0118822Z I 00:00:18.072760 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0119098Z E 00:00:18.072762 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0119431Z E 00:00:18.072781 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0119672Z I 00:00:18.072784 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0119841Z I 00:00:18.072786 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0120002Z I 00:00:18.072788 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0120169Z I 00:00:18.072790 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0120354Z I 00:00:18.072793 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0120514Z I 00:00:18.072796 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0120760Z I 00:00:18.072797 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0120919Z I 00:00:18.072799 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0121086Z I 00:00:18.072800 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0121247Z I 00:00:18.072803 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0121418Z I 00:00:18.072805 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0121580Z I 00:00:18.072806 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0121817Z I 00:00:18.072808 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0121984Z I 00:00:18.072811 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0122142Z I 00:00:18.072813 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0122389Z I 00:00:18.072815 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0122547Z I 00:00:18.072817 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0122713Z I 00:00:18.072819 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0122996Z E 00:00:18.072820 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0123315Z E 00:00:18.072824 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0123560Z I 00:00:18.072827 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0123724Z I 00:00:18.072829 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0123892Z I 00:00:18.072830 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0124052Z I 00:00:18.072832 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0124219Z I 00:00:18.072834 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0124378Z I 00:00:18.072836 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0124718Z I 00:00:18.072838 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0124873Z I 00:00:18.072840 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0125023Z I 00:00:18.072843 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0125183Z I 00:00:18.072845 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0125329Z I 00:00:18.072848 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0125517Z I 00:00:18.072850 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0125734Z I 00:00:18.072852 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0125926Z I 00:00:18.072854 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0126080Z I 00:00:18.072858 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0126301Z I 00:00:18.072863 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0126459Z I 00:00:18.072865 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0126601Z I 00:00:18.072868 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0126871Z E 00:00:18.072870 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0127161Z E 00:00:18.072876 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0127381Z I 00:00:18.072878 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0127538Z I 00:00:18.072882 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0127682Z I 00:00:18.072884 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0127843Z I 00:00:18.072886 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0127988Z I 00:00:18.072888 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0128148Z I 00:00:18.072890 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0128363Z I 00:00:18.072892 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0128534Z I 00:00:18.072894 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0128694Z I 00:00:18.072896 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0128838Z I 00:00:18.072899 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0129005Z I 00:00:18.072903 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0129146Z I 00:00:18.072905 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0129380Z I 00:00:18.072907 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0129527Z I 00:00:18.072909 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0129674Z I 00:00:18.072911 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0129838Z I 00:00:18.072912 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0129983Z I 00:00:18.072915 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0130143Z I 00:00:18.072917 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0130361Z I 00:00:18.072919 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0130516Z I 00:00:18.072922 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0130665Z I 00:00:18.072924 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0130812Z I 00:00:18.072926 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0130975Z I 00:00:18.072930 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0131121Z I 00:00:18.072933 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0131350Z I 00:00:18.072936 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0131504Z I 00:00:18.072938 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0131659Z I 00:00:18.072941 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0131809Z I 00:00:18.072943 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0131954Z I 00:00:18.072946 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0132112Z I 00:00:18.072948 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0132366Z E 00:00:18.072950 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0132673Z E 00:00:18.072970 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0132890Z I 00:00:18.072973 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0133048Z I 00:00:18.072975 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0133495Z I 00:00:18.072977 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0133642Z I 00:00:18.072979 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0133924Z I 00:00:18.072980 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0134076Z I 00:00:18.072983 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0134302Z I 00:00:18.072985 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0134451Z I 00:00:18.072986 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0134610Z I 00:00:18.072988 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0134762Z I 00:00:18.072990 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0134910Z I 00:00:18.072993 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0135067Z I 00:00:18.072995 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0135290Z I 00:00:18.072996 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0135451Z I 00:00:18.072999 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0135595Z I 00:00:18.073001 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0135828Z I 00:00:18.073002 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0135974Z I 00:00:18.073004 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0136118Z I 00:00:18.073006 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0136387Z E 00:00:18.073008 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0136706Z E 00:00:18.073011 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0136933Z I 00:00:18.073015 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0137082Z I 00:00:18.073017 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0137245Z I 00:00:18.073020 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0137393Z I 00:00:18.073023 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0137536Z I 00:00:18.073025 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0137694Z I 00:00:18.073029 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0137913Z I 00:00:18.073031 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0138069Z I 00:00:18.073034 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0138212Z I 00:00:18.073036 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0138373Z I 00:00:18.073040 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0138519Z I 00:00:18.073042 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0138663Z I 00:00:18.073044 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0138898Z I 00:00:18.073045 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0139044Z I 00:00:18.073048 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0139205Z I 00:00:18.073050 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0139419Z I 00:00:18.073051 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0139578Z I 00:00:18.073054 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0139726Z I 00:00:18.073058 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0139981Z E 00:00:18.073060 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0140283Z E 00:00:18.073065 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0140500Z I 00:00:18.073068 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0140660Z I 00:00:18.073070 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0140806Z I 00:00:18.073072 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0140964Z I 00:00:18.073075 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0141112Z I 00:00:18.073076 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0141280Z I 00:00:18.073080 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0141513Z I 00:00:18.073082 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0141702Z I 00:00:18.073084 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0141859Z I 00:00:18.073086 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0142006Z I 00:00:18.073088 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0142161Z I 00:00:18.073091 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0142310Z I 00:00:18.073093 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0142524Z I 00:00:18.073095 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0142678Z I 00:00:18.073096 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0142827Z I 00:00:18.073098 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0142988Z I 00:00:18.073100 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0143138Z I 00:00:18.073101 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0143293Z I 00:00:18.073105 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0143517Z I 00:00:18.073107 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0143663Z I 00:00:18.073110 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0143818Z I 00:00:18.073115 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0143965Z I 00:00:18.073117 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0144146Z I 00:00:18.073119 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0144289Z I 00:00:18.073121 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0144514Z I 00:00:18.073123 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0144658Z I 00:00:18.073125 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0144803Z I 00:00:18.073127 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0144956Z I 00:00:18.073129 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0145099Z I 00:00:18.073131 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0145255Z I 00:00:18.073133 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0145509Z E 00:00:18.073135 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0145813Z E 00:00:18.073154 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0146036Z I 00:00:18.073157 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0146184Z I 00:00:18.073159 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0146335Z I 00:00:18.073162 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0146480Z I 00:00:18.073164 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0146633Z I 00:00:18.073166 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0146776Z I 00:00:18.073168 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0147000Z I 00:00:18.073169 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0147146Z I 00:00:18.073172 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0147296Z I 00:00:18.073173 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0147447Z I 00:00:18.073175 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0147590Z I 00:00:18.073178 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0147741Z I 00:00:18.073180 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0147957Z I 00:00:18.073182 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0148110Z I 00:00:18.073185 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0148252Z I 00:00:18.073187 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0148468Z I 00:00:18.073188 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0148622Z I 00:00:18.073191 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0148791Z I 00:00:18.073194 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0149058Z E 00:00:18.073196 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0149400Z E 00:00:18.073200 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0149631Z I 00:00:18.073202 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0149778Z I 00:00:18.073205 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0149925Z I 00:00:18.073207 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0150078Z I 00:00:18.073209 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0150222Z I 00:00:18.073212 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0150383Z I 00:00:18.073214 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0150597Z I 00:00:18.073215 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0150757Z I 00:00:18.073218 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0150901Z I 00:00:18.073220 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0151051Z I 00:00:18.073224 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0151212Z I 00:00:18.073226 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0151354Z I 00:00:18.073228 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0151575Z I 00:00:18.073230 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0151746Z I 00:00:18.073232 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0151896Z I 00:00:18.073234 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0152184Z I 00:00:18.073236 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0152331Z I 00:00:18.073238 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0152647Z I 00:00:18.073239 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0152928Z E 00:00:18.073241 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0153249Z E 00:00:18.073246 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0153635Z I 00:00:18.073249 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0153805Z I 00:00:18.073251 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0153964Z I 00:00:18.073253 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0154122Z I 00:00:18.073256 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0154293Z I 00:00:18.073258 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0154448Z I 00:00:18.073259 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0154696Z I 00:00:18.073261 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0154858Z I 00:00:18.073264 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0155028Z I 00:00:18.073266 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0155190Z I 00:00:18.073269 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0155347Z I 00:00:18.073271 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0155521Z I 00:00:18.073273 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0155757Z I 00:00:18.073275 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0155928Z I 00:00:18.073278 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0156086Z I 00:00:18.073280 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0156255Z I 00:00:18.073282 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0156413Z I 00:00:18.073283 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0156568Z I 00:00:18.073285 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0156810Z I 00:00:18.073286 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0156969Z I 00:00:18.073288 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0157197Z I 00:00:18.073289 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0157356Z I 00:00:18.073291 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0157587Z I 00:00:18.073293 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0157747Z I 00:00:18.073295 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0157984Z I 00:00:18.073297 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0158149Z I 00:00:18.073299 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0158308Z I 00:00:18.073301 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0158477Z I 00:00:18.073303 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0158636Z I 00:00:18.073305 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0158801Z I 00:00:18.073307 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0159077Z E 00:00:18.073308 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0159400Z E 00:00:18.073327 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0159652Z I 00:00:18.073330 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0159812Z I 00:00:18.073331 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0159984Z I 00:00:18.073333 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0160142Z I 00:00:18.073337 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0160341Z I 00:00:18.073338 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0160499Z I 00:00:18.073341 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0160733Z I 00:00:18.073344 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0160900Z I 00:00:18.073346 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0161058Z I 00:00:18.073347 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0161225Z I 00:00:18.073350 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0161383Z I 00:00:18.073351 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0161545Z I 00:00:18.073355 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0161783Z I 00:00:18.073357 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0161945Z I 00:00:18.073359 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0162114Z I 00:00:18.073362 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0162351Z I 00:00:18.073364 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0162520Z I 00:00:18.073367 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0162678Z I 00:00:18.073369 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0162967Z E 00:00:18.073371 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0163285Z E 00:00:18.073374 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0163524Z I 00:00:18.073377 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0163690Z I 00:00:18.073379 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0163851Z I 00:00:18.073381 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0164019Z I 00:00:18.073384 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0164178Z I 00:00:18.073386 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0164350Z I 00:00:18.073388 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0164585Z I 00:00:18.073390 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0164743Z I 00:00:18.073392 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0165019Z I 00:00:18.073395 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0165171Z I 00:00:18.073397 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0165340Z I 00:00:18.073399 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0165533Z I 00:00:18.073401 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0165775Z I 00:00:18.073403 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0165981Z I 00:00:18.073404 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0166133Z I 00:00:18.073406 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0166371Z I 00:00:18.073408 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0166522Z I 00:00:18.073410 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0166685Z I 00:00:18.073411 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0166954Z E 00:00:18.073413 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0167271Z E 00:00:18.073417 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0167498Z I 00:00:18.073420 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0167671Z I 00:00:18.073422 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0167829Z I 00:00:18.073423 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0167991Z I 00:00:18.073424 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0168165Z I 00:00:18.073428 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0168323Z I 00:00:18.073429 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0168573Z I 00:00:18.073431 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0168760Z I 00:00:18.073433 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0168922Z I 00:00:18.073434 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0169097Z I 00:00:18.073437 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0169258Z I 00:00:18.073438 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0169437Z I 00:00:18.073440 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0169672Z I 00:00:18.073442 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0169851Z I 00:00:18.073446 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0170012Z I 00:00:18.073447 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0170177Z I 00:00:18.073449 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0170359Z I 00:00:18.073451 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0170519Z I 00:00:18.073453 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0170786Z I 00:00:18.073455 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0170961Z I 00:00:18.073457 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0171140Z I 00:00:18.073459 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0171303Z I 00:00:18.073460 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0171479Z I 00:00:18.073462 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0171655Z I 00:00:18.073464 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0171892Z I 00:00:18.073465 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0172072Z I 00:00:18.073467 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0172237Z I 00:00:18.073469 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0172414Z I 00:00:18.073471 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0172575Z I 00:00:18.073473 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0172743Z I 00:00:18.073478 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0173059Z E 00:00:18.073480 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0173391Z E 00:00:18.073499 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0173673Z I 00:00:18.073502 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0173842Z I 00:00:18.073504 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0174074Z I 00:00:18.073506 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0174247Z I 00:00:18.073507 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0174469Z I 00:00:18.073509 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0174655Z I 00:00:18.073512 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0174890Z I 00:00:18.073514 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0175070Z I 00:00:18.073516 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0175230Z I 00:00:18.073519 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0175405Z I 00:00:18.073521 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0175564Z I 00:00:18.073522 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0175724Z I 00:00:18.073526 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0184959Z I 00:00:18.073527 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0185232Z I 00:00:18.073531 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0185415Z I 00:00:18.073534 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0185656Z I 00:00:18.073535 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0185833Z I 00:00:18.073537 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0185994Z I 00:00:18.073539 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0186277Z E 00:00:18.073541 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0186688Z E 00:00:18.073544 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0186923Z I 00:00:18.073547 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0187095Z I 00:00:18.073549 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0187261Z I 00:00:18.073551 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0187435Z I 00:00:18.073554 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0187605Z I 00:00:18.073557 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0187762Z I 00:00:18.073558 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0188126Z I 00:00:18.073562 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0188280Z I 00:00:18.073566 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0188442Z I 00:00:18.073567 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0188592Z I 00:00:18.073569 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0188758Z I 00:00:18.073572 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0188905Z I 00:00:18.073573 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0189124Z I 00:00:18.073577 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0189291Z I 00:00:18.073579 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0189437Z I 00:00:18.073583 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0189684Z I 00:00:18.073585 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0189839Z I 00:00:18.073588 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0190006Z I 00:00:18.073591 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0190267Z E 00:00:18.073593 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0190559Z E 00:00:18.073597 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0190802Z I 00:00:18.073602 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0190962Z I 00:00:18.073603 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0191136Z I 00:00:18.073605 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0191283Z I 00:00:18.073606 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0191439Z I 00:00:18.073609 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0191625Z I 00:00:18.073611 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0191841Z I 00:00:18.073613 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0192121Z I 00:00:18.073614 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0192282Z I 00:00:18.073616 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0192433Z I 00:00:18.073623 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0192758Z I 00:00:18.073625 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0192926Z I 00:00:18.073629 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0193161Z I 00:00:18.073631 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0193319Z I 00:00:18.073632 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0193484Z I 00:00:18.073634 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0193650Z I 00:00:18.073638 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0193830Z I 00:00:18.073642 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0193998Z I 00:00:18.073645 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0194264Z I 00:00:18.073646 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0194424Z I 00:00:18.073648 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0194584Z I 00:00:18.073649 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0194755Z I 00:00:18.073651 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0194945Z I 00:00:18.073653 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0195115Z I 00:00:18.073654 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0195350Z I 00:00:18.073659 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0195521Z I 00:00:18.073661 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0195680Z I 00:00:18.073663 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0195838Z I 00:00:18.073665 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0196019Z I 00:00:18.073666 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0196188Z I 00:00:18.073668 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0196486Z E 00:00:18.073669 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0196815Z E 00:00:18.073688 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0197068Z I 00:00:18.073690 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0197229Z I 00:00:18.073692 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0197393Z I 00:00:18.073694 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0197575Z I 00:00:18.073695 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0197739Z I 00:00:18.073698 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0197913Z I 00:00:18.073700 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0198152Z I 00:00:18.073702 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0198322Z I 00:00:18.073704 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0198483Z I 00:00:18.073705 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0198641Z I 00:00:18.073707 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0198806Z I 00:00:18.073708 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0198967Z I 00:00:18.073711 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0199232Z I 00:00:18.073712 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0199398Z I 00:00:18.073716 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0199581Z I 00:00:18.073720 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0199820Z I 00:00:18.073722 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0199978Z I 00:00:18.073724 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0200176Z I 00:00:18.073725 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0200463Z E 00:00:18.073727 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0200855Z E 00:00:18.073735 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0201094Z I 00:00:18.073738 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0201266Z I 00:00:18.073740 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0201424Z I 00:00:18.073744 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0201583Z I 00:00:18.073746 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0201767Z I 00:00:18.073748 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0201926Z I 00:00:18.073751 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0202172Z I 00:00:18.073753 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0202331Z I 00:00:18.073754 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0202498Z I 00:00:18.073757 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0202655Z I 00:00:18.073758 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0202817Z I 00:00:18.073760 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0202983Z I 00:00:18.073763 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0203214Z I 00:00:18.073764 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0203425Z I 00:00:18.073766 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0203579Z I 00:00:18.073768 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0203832Z I 00:00:18.073770 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0203996Z I 00:00:18.073773 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0204159Z I 00:00:18.073775 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0204462Z E 00:00:18.073778 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0204882Z E 00:00:18.073782 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0205112Z I 00:00:18.073784 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0205258Z I 00:00:18.073786 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0205420Z I 00:00:18.073788 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0205573Z I 00:00:18.073791 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0205749Z I 00:00:18.073792 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0205898Z I 00:00:18.073795 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0206122Z I 00:00:18.073797 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0206302Z I 00:00:18.073799 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0206457Z I 00:00:18.073801 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0206626Z I 00:00:18.073803 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0206775Z I 00:00:18.073806 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0206927Z I 00:00:18.073808 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0207158Z I 00:00:18.073811 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0207306Z I 00:00:18.073812 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0207461Z I 00:00:18.073814 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0207607Z I 00:00:18.073816 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0207761Z I 00:00:18.073818 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0207905Z I 00:00:18.073820 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0208121Z I 00:00:18.073822 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0208275Z I 00:00:18.073826 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0208447Z I 00:00:18.073829 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0208599Z I 00:00:18.073832 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0208797Z I 00:00:18.073834 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0208950Z I 00:00:18.073836 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0209167Z I 00:00:18.073839 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0209311Z I 00:00:18.073841 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0209469Z I 00:00:18.073843 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0209618Z I 00:00:18.073848 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0209775Z I 00:00:18.073850 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0209919Z I 00:00:18.073852 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0210180Z E 00:00:18.073854 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0210473Z E 00:00:18.073873 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0210688Z I 00:00:18.073875 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0210843Z I 00:00:18.073877 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0210986Z I 00:00:18.073879 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0211138Z I 00:00:18.073880 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0211306Z I 00:00:18.073884 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0211455Z I 00:00:18.073885 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0211673Z I 00:00:18.073887 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0211817Z I 00:00:18.073890 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0211969Z I 00:00:18.073893 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0212112Z I 00:00:18.073896 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0212262Z I 00:00:18.073897 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0212404Z I 00:00:18.073899 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0212627Z I 00:00:18.073901 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0212771Z I 00:00:18.073902 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0212916Z I 00:00:18.073904 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0213137Z I 00:00:18.073905 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0213283Z I 00:00:18.073907 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0213436Z I 00:00:18.073909 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0213691Z E 00:00:18.073912 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0213989Z E 00:00:18.073916 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0214205Z I 00:00:18.073918 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0214356Z I 00:00:18.073920 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0214503Z I 00:00:18.073922 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0214647Z I 00:00:18.073923 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0214795Z I 00:00:18.073925 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0214937Z I 00:00:18.073927 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0215159Z I 00:00:18.073930 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0215305Z I 00:00:18.073932 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0215449Z I 00:00:18.073935 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0215599Z I 00:00:18.073937 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0215745Z I 00:00:18.073938 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0215919Z I 00:00:18.073943 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0216133Z I 00:00:18.073946 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0216337Z I 00:00:18.073949 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0216480Z I 00:00:18.073951 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0216693Z I 00:00:18.073954 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0216844Z I 00:00:18.073956 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0216989Z I 00:00:18.073958 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0217255Z E 00:00:18.073961 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0217540Z E 00:00:18.073966 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0217757Z I 00:00:18.073969 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0217910Z I 00:00:18.073971 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0218053Z I 00:00:18.073975 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0218206Z I 00:00:18.073979 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0218352Z I 00:00:18.073981 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0218500Z I 00:00:18.073983 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0218716Z I 00:00:18.073985 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0218883Z I 00:00:18.073986 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0219039Z I 00:00:18.073988 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0219182Z I 00:00:18.073990 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0219329Z I 00:00:18.073993 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0219471Z I 00:00:18.073996 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0219691Z I 00:00:18.073998 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0219838Z I 00:00:18.074000 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0219980Z I 00:00:18.074002 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0220136Z I 00:00:18.074004 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0220283Z I 00:00:18.074007 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0220429Z I 00:00:18.074011 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0220644Z I 00:00:18.074016 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0220792Z I 00:00:18.074017 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0220937Z I 00:00:18.074020 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0221080Z I 00:00:18.074022 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0221230Z I 00:00:18.074025 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0221373Z I 00:00:18.074027 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0221594Z I 00:00:18.074029 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0221739Z I 00:00:18.074031 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0221892Z I 00:00:18.074032 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0222035Z I 00:00:18.074036 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0222177Z I 00:00:18.074038 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0222329Z I 00:00:18.074040 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0222584Z E 00:00:18.074042 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0222882Z E 00:00:18.074063 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0223098Z I 00:00:18.074066 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0223247Z I 00:00:18.074067 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0223418Z I 00:00:18.074069 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0223561Z I 00:00:18.074071 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0223710Z I 00:00:18.074074 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0223897Z I 00:00:18.074076 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0224120Z I 00:00:18.074079 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0224263Z I 00:00:18.074081 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0224417Z I 00:00:18.074083 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0224560Z I 00:00:18.074084 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0224707Z I 00:00:18.074086 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0224856Z I 00:00:18.074088 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0225073Z I 00:00:18.074089 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0225224Z I 00:00:18.074091 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0225369Z I 00:00:18.074093 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0225596Z I 00:00:18.074095 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0225741Z I 00:00:18.074097 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0225884Z I 00:00:18.074099 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0226144Z E 00:00:18.074101 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0226463Z E 00:00:18.074104 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0226689Z I 00:00:18.074107 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0226835Z I 00:00:18.074109 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0226988Z I 00:00:18.074111 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0227131Z I 00:00:18.074113 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0227276Z I 00:00:18.074114 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0227425Z I 00:00:18.074118 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0227643Z I 00:00:18.074120 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0227792Z I 00:00:18.074122 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0227933Z I 00:00:18.074125 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0228085Z I 00:00:18.074126 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0228270Z I 00:00:18.074128 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0228425Z I 00:00:18.074130 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0228639Z I 00:00:18.074132 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0228792Z I 00:00:18.074134 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0228936Z I 00:00:18.074137 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0229153Z I 00:00:18.074139 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0229307Z I 00:00:18.074141 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0229454Z I 00:00:18.074143 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0229719Z E 00:00:18.074146 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0230009Z E 00:00:18.074152 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0230233Z I 00:00:18.074155 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0230380Z I 00:00:18.074157 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0230526Z I 00:00:18.074159 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0230678Z I 00:00:18.074161 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0230826Z I 00:00:18.074162 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0231003Z I 00:00:18.074165 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0231220Z I 00:00:18.074168 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0231435Z I 00:00:18.074170 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0231579Z I 00:00:18.074172 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0231725Z I 00:00:18.074174 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0231876Z I 00:00:18.074176 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0232021Z I 00:00:18.074178 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0232319Z I 00:00:18.074181 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0232629Z I 00:00:18.074183 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0232796Z I 00:00:18.074185 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0232953Z I 00:00:18.074188 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0233107Z I 00:00:18.074190 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0233270Z I 00:00:18.074192 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0233504Z I 00:00:18.074194 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0233671Z I 00:00:18.074197 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0233827Z I 00:00:18.074199 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0233993Z I 00:00:18.074203 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0234184Z I 00:00:18.074205 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0234341Z I 00:00:18.074211 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0234581Z I 00:00:18.074213 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0234737Z I 00:00:18.074216 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0234901Z I 00:00:18.074219 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0235058Z I 00:00:18.074222 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0235226Z I 00:00:18.074224 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0235380Z I 00:00:18.074226 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0235658Z E 00:00:18.074228 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0235985Z E 00:00:18.074248 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0236220Z I 00:00:18.074251 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0236388Z I 00:00:18.074253 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0236545Z I 00:00:18.074255 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0236707Z I 00:00:18.074257 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0236860Z I 00:00:18.074258 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0237014Z I 00:00:18.074260 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0237256Z I 00:00:18.074265 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0237412Z I 00:00:18.074269 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0237580Z I 00:00:18.074271 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0237733Z I 00:00:18.074273 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0237895Z I 00:00:18.074275 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0238047Z I 00:00:18.074279 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0238285Z I 00:00:18.074281 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0238450Z I 00:00:18.074284 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0238602Z I 00:00:18.074287 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0238839Z I 00:00:18.074288 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0238994Z I 00:00:18.074290 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0239181Z I 00:00:18.074293 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0239455Z E 00:00:18.074295 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0240058Z E 00:00:18.074298 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0240308Z I 00:00:18.074301 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0240464Z I 00:00:18.074303 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0240635Z I 00:00:18.074305 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0240790Z I 00:00:18.074307 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0240958Z I 00:00:18.074308 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0241115Z I 00:00:18.074310 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0241350Z I 00:00:18.074312 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0241518Z I 00:00:18.074314 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0241676Z I 00:00:18.074315 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0241836Z I 00:00:18.074317 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0242010Z I 00:00:18.074320 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0242163Z I 00:00:18.074322 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0242401Z I 00:00:18.074325 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0242582Z I 00:00:18.074327 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0242735Z I 00:00:18.074329 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0242976Z I 00:00:18.074331 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0243132Z I 00:00:18.074333 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0243295Z I 00:00:18.074335 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0243572Z E 00:00:18.074338 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:24.0243890Z E 00:00:18.074343 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:24.0244127Z I 00:00:18.074347 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0244282Z I 00:00:18.074349 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0244443Z I 00:00:18.074351 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0244598Z I 00:00:18.074354 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0244865Z I 00:00:18.074356 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0245012Z I 00:00:18.074359 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0245234Z I 00:00:18.074362 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0245376Z I 00:00:18.074364 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0245518Z I 00:00:18.074365 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0245671Z I 00:00:18.074367 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0245815Z I 00:00:18.074369 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0245965Z I 00:00:18.074371 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0246180Z I 00:00:18.074373 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0246331Z I 00:00:18.074375 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0246473Z I 00:00:18.074378 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0246619Z I 00:00:18.074380 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0246768Z I 00:00:18.074382 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0246911Z I 00:00:18.074384 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0247134Z I 00:00:18.074385 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0247278Z I 00:00:18.074387 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0247461Z I 00:00:18.074388 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0247603Z I 00:00:18.074391 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0247750Z I 00:00:18.074393 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0247952Z I 00:00:18.074395 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0248170Z I 00:00:18.074399 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0248322Z I 00:00:18.074401 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0248470Z I 00:00:18.074404 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0248615Z I 00:00:18.074406 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0248766Z I 00:00:18.074410 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0248914Z I 00:00:18.074412 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0249177Z E 00:00:18.074414 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:24.0249473Z E 00:00:18.074433 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:24.0249703Z I 00:00:18.074436 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0249853Z I 00:00:18.074438 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0250010Z I 00:00:18.074439 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0250153Z I 00:00:18.074441 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0250298Z I 00:00:18.074443 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:24.0250479Z I 00:00:18.074445 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:24.0250698Z I 00:00:18.074447 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:24.0250847Z I 00:00:18.074449 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:24.0250990Z I 00:00:18.074451 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:24.0251139Z I 00:00:18.074453 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:24.0251282Z I 00:00:18.074454 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2108267Z I 00:00:18.074456 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2109017Z I 00:00:18.074458 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2110013Z I 00:00:18.074460 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2110562Z I 00:00:18.074462 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2111099Z I 00:00:18.074464 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2111718Z I 00:00:18.074467 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2112661Z I 00:00:18.074469 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2113264Z E 00:00:18.074471 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2114128Z E 00:00:18.074474 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2115242Z I 00:00:18.074475 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2115787Z I 00:00:18.074477 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2116344Z I 00:00:18.074480 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2117125Z I 00:00:18.074482 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2117767Z I 00:00:18.074484 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2118215Z I 00:00:18.074486 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2118996Z I 00:00:18.074490 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2119723Z I 00:00:18.074493 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2120154Z I 00:00:18.074495 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2120600Z I 00:00:18.074497 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2121191Z I 00:00:18.074498 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2121973Z I 00:00:18.074500 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2122803Z I 00:00:18.074502 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2123452Z I 00:00:18.074504 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2124339Z I 00:00:18.074508 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2124871Z I 00:00:18.074510 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2125411Z I 00:00:18.074513 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2126093Z I 00:00:18.074514 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2126925Z E 00:00:18.074516 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2127641Z E 00:00:18.074521 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2128638Z I 00:00:18.074524 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2129356Z I 00:00:18.074526 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2129809Z I 00:00:18.074529 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2130315Z I 00:00:18.074532 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2131114Z I 00:00:18.074533 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2131762Z I 00:00:18.074535 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2132288Z I 00:00:18.074537 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2132824Z I 00:00:18.074538 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2133491Z I 00:00:18.074541 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2134276Z I 00:00:18.074542 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2134729Z I 00:00:18.074546 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2135180Z I 00:00:18.074548 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2135695Z I 00:00:18.074550 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2136235Z I 00:00:18.074552 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2136829Z I 00:00:18.074554 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2137627Z I 00:00:18.074556 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2138084Z I 00:00:18.074558 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2138538Z I 00:00:18.074562 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2139053Z I 00:00:18.074564 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2139603Z I 00:00:18.074569 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2140166Z I 00:00:18.074571 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2140962Z I 00:00:18.074573 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2141412Z I 00:00:18.074575 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2141862Z I 00:00:18.074577 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2142373Z I 00:00:18.074580 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2143089Z I 00:00:18.074582 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2143784Z I 00:00:18.074584 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2144230Z I 00:00:18.074586 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2144676Z I 00:00:18.074588 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2145107Z I 00:00:18.074590 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2145674Z E 00:00:18.074592 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2146694Z E 00:00:18.074601 executorch:method.cpp:964] There are 96 instructions don't have corresponding operator registered. See logs for details 2025-03-21T21:19:42.2147616Z E 00:00:36.336559 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2148309Z I 00:00:36.336577 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2148902Z I 00:00:36.336579 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2149434Z I 00:00:36.336581 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2149977Z I 00:00:36.336582 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2150431Z I 00:00:36.336583 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2150883Z I 00:00:36.336585 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2151416Z I 00:00:36.336586 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2151953Z I 00:00:36.336588 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2152497Z I 00:00:36.336589 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2152962Z I 00:00:36.336590 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2153688Z I 00:00:36.336591 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2154145Z I 00:00:36.336593 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2154725Z I 00:00:36.336594 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2155244Z I 00:00:36.336595 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2155701Z I 00:00:36.336597 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2156226Z I 00:00:36.336598 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2156924Z I 00:00:36.336600 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2157643Z I 00:00:36.336601 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2158302Z E 00:00:36.336602 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2159028Z E 00:00:36.336606 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2159730Z I 00:00:36.336608 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2160271Z I 00:00:36.336609 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2160726Z I 00:00:36.336610 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2161173Z I 00:00:36.336611 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2161619Z I 00:00:36.336613 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2162054Z I 00:00:36.336614 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2162574Z I 00:00:36.336615 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2163110Z I 00:00:36.336617 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2163569Z I 00:00:36.336618 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2164016Z I 00:00:36.336619 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2164451Z I 00:00:36.336621 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2164899Z I 00:00:36.336622 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2165421Z I 00:00:36.336623 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2165952Z I 00:00:36.336624 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2166401Z I 00:00:36.336626 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2166923Z I 00:00:36.336628 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2167445Z I 00:00:36.336629 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2167892Z I 00:00:36.336631 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2168465Z E 00:00:36.336632 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2169192Z E 00:00:36.336636 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2169876Z I 00:00:36.336639 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2170392Z I 00:00:36.336641 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2170847Z I 00:00:36.336642 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2171297Z I 00:00:36.336643 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2171831Z I 00:00:36.336645 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2172828Z I 00:00:36.336646 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2174073Z I 00:00:36.336647 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2174605Z I 00:00:36.336649 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2175064Z I 00:00:36.336650 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2175514Z I 00:00:36.336651 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2175965Z I 00:00:36.336653 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2176414Z I 00:00:36.336654 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2176940Z I 00:00:36.336655 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2177459Z I 00:00:36.336657 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2177910Z I 00:00:36.336658 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2178377Z I 00:00:36.336662 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2178829Z I 00:00:36.336663 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2179285Z I 00:00:36.336687 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2179805Z I 00:00:36.336689 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2180361Z I 00:00:36.336691 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2180820Z I 00:00:36.336693 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2181313Z I 00:00:36.336694 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2181804Z I 00:00:36.336697 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2182302Z I 00:00:36.336700 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2182827Z I 00:00:36.336703 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2183405Z I 00:00:36.336707 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2183895Z I 00:00:36.336709 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2184398Z I 00:00:36.336710 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2184857Z I 00:00:36.336712 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2185315Z I 00:00:36.336713 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2185900Z E 00:00:36.336715 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2186646Z E 00:00:36.336736 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2187354Z I 00:00:36.336738 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2187897Z I 00:00:36.336741 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2188372Z I 00:00:36.336744 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2188813Z I 00:00:36.336747 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2189295Z I 00:00:36.336750 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2189789Z I 00:00:36.336753 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2190342Z I 00:00:36.336755 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2190895Z I 00:00:36.336758 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2191341Z I 00:00:36.336760 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2191813Z I 00:00:36.336762 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2192380Z I 00:00:36.336764 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2192851Z I 00:00:36.336767 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2193415Z I 00:00:36.336769 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2193970Z I 00:00:36.336771 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2194436Z I 00:00:36.336772 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2194993Z I 00:00:36.336774 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2195627Z I 00:00:36.336778 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2196118Z I 00:00:36.336780 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2196793Z E 00:00:36.336782 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2197564Z E 00:00:36.336786 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2198280Z I 00:00:36.336789 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2198840Z I 00:00:36.336791 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2199332Z I 00:00:36.336793 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2199806Z I 00:00:36.336795 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2200286Z I 00:00:36.336798 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2200729Z I 00:00:36.336800 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2201280Z I 00:00:36.336802 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2201818Z I 00:00:36.336805 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2202294Z I 00:00:36.336808 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2202769Z I 00:00:36.336810 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2203241Z I 00:00:36.336813 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2203699Z I 00:00:36.336816 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2204294Z I 00:00:36.336818 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2204941Z I 00:00:36.336820 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2205398Z I 00:00:36.336822 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2205937Z I 00:00:36.336824 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2206464Z I 00:00:36.336826 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2206940Z I 00:00:36.336828 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2207515Z E 00:00:36.336830 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2208242Z E 00:00:36.336836 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2208929Z I 00:00:36.336838 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2209456Z I 00:00:36.336841 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2209887Z I 00:00:36.336843 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2210338Z I 00:00:36.336845 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2210795Z I 00:00:36.336848 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2211263Z I 00:00:36.336850 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2211789Z I 00:00:36.336852 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2212316Z I 00:00:36.336854 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2212769Z I 00:00:36.336857 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2213214Z I 00:00:36.336859 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2213688Z I 00:00:36.336861 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2214156Z I 00:00:36.336863 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2214699Z I 00:00:36.336865 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2215229Z I 00:00:36.336867 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2215692Z I 00:00:36.336869 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2216143Z I 00:00:36.336871 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2216580Z I 00:00:36.336874 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2217015Z I 00:00:36.336877 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2217514Z I 00:00:36.336879 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2218096Z I 00:00:36.336883 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2218550Z I 00:00:36.336885 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2219059Z I 00:00:36.336888 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2219516Z I 00:00:36.336890 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2219983Z I 00:00:36.336893 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2220488Z I 00:00:36.336896 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2221013Z I 00:00:36.336898 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2221451Z I 00:00:36.336900 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2221897Z I 00:00:36.336901 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2222364Z I 00:00:36.336903 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2222805Z I 00:00:36.336904 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2223358Z E 00:00:36.336905 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2224075Z E 00:00:36.336927 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2224760Z I 00:00:36.336928 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2225288Z I 00:00:36.336930 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2225734Z I 00:00:36.336931 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2226190Z I 00:00:36.336933 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2226634Z I 00:00:36.336935 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2227076Z I 00:00:36.336937 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2227594Z I 00:00:36.336940 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2228120Z I 00:00:36.336942 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2228566Z I 00:00:36.336944 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2228997Z I 00:00:36.336947 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2229445Z I 00:00:36.336949 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2229890Z I 00:00:36.336951 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2230403Z I 00:00:36.336953 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2230921Z I 00:00:36.336955 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2231350Z I 00:00:36.336957 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2231861Z I 00:00:36.336959 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2232619Z I 00:00:36.336960 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2233069Z I 00:00:36.336962 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2233638Z E 00:00:36.336963 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2234376Z E 00:00:36.336966 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2235051Z I 00:00:36.336968 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2235589Z I 00:00:36.336969 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2236042Z I 00:00:36.336970 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2236488Z I 00:00:36.336972 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2236935Z I 00:00:36.336973 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2237370Z I 00:00:36.336975 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2237892Z I 00:00:36.336976 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2238421Z I 00:00:36.336977 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2238868Z I 00:00:36.336979 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2239317Z I 00:00:36.336980 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2239805Z I 00:00:36.336981 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2240250Z I 00:00:36.336983 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2240842Z I 00:00:36.336984 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2241377Z I 00:00:36.336986 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2241830Z I 00:00:36.336987 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2242353Z I 00:00:36.336989 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2242869Z I 00:00:36.336991 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2243314Z I 00:00:36.336994 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2243879Z E 00:00:36.336996 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2244602Z E 00:00:36.337001 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2245379Z I 00:00:36.337003 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2245897Z I 00:00:36.337006 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2246323Z I 00:00:36.337008 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2246767Z I 00:00:36.337010 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2247208Z I 00:00:36.337012 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2247645Z I 00:00:36.337013 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2248187Z I 00:00:36.337015 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2248705Z I 00:00:36.337016 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2249128Z I 00:00:36.337019 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2249563Z I 00:00:36.337020 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2249998Z I 00:00:36.337022 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2250433Z I 00:00:36.337024 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2250941Z I 00:00:36.337025 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2251444Z I 00:00:36.337027 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2251885Z I 00:00:36.337028 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2252322Z I 00:00:36.337030 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2252758Z I 00:00:36.337031 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2253194Z I 00:00:36.337033 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2254063Z I 00:00:36.337034 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2254584Z I 00:00:36.337036 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2255037Z I 00:00:36.337037 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2255492Z I 00:00:36.337039 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2255945Z I 00:00:36.337040 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2256400Z I 00:00:36.337042 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2256909Z I 00:00:36.337044 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2257445Z I 00:00:36.337049 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2257893Z I 00:00:36.337051 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2258339Z I 00:00:36.337055 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2258783Z I 00:00:36.337057 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2259233Z I 00:00:36.337058 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2259777Z E 00:00:36.337060 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2260510Z E 00:00:36.337081 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2261200Z I 00:00:36.337084 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2261810Z I 00:00:36.337086 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2262261Z I 00:00:36.337088 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2262773Z I 00:00:36.337090 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2263229Z I 00:00:36.337092 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2263679Z I 00:00:36.337093 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2264213Z I 00:00:36.337097 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2264754Z I 00:00:36.337099 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2265203Z I 00:00:36.337102 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2265639Z I 00:00:36.337104 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2266191Z I 00:00:36.337106 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2266627Z I 00:00:36.337107 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2267137Z I 00:00:36.337109 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2267766Z I 00:00:36.337111 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2268169Z I 00:00:36.337113 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2268657Z I 00:00:36.337115 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2269152Z I 00:00:36.337117 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2269569Z I 00:00:36.337120 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2270151Z E 00:00:36.337122 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2270835Z E 00:00:36.337126 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2271471Z I 00:00:36.337128 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2271971Z I 00:00:36.337131 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2272457Z I 00:00:36.337133 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2273080Z I 00:00:36.337135 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2273535Z I 00:00:36.337137 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2273992Z I 00:00:36.337139 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2274510Z I 00:00:36.337141 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2275047Z I 00:00:36.337143 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2275502Z I 00:00:36.337145 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2275960Z I 00:00:36.337146 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2276414Z I 00:00:36.337148 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2276853Z I 00:00:36.337150 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2277379Z I 00:00:36.337152 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2277912Z I 00:00:36.337154 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2278363Z I 00:00:36.337155 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2278884Z I 00:00:36.337157 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2279424Z I 00:00:36.337161 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2279865Z I 00:00:36.337162 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2280425Z E 00:00:36.337164 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2281153Z E 00:00:36.337169 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2281831Z I 00:00:36.337172 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2282363Z I 00:00:36.337175 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2282814Z I 00:00:36.337177 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2283248Z I 00:00:36.337181 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2283733Z I 00:00:36.337183 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2284186Z I 00:00:36.337185 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2284868Z I 00:00:36.337188 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2285361Z I 00:00:36.337190 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2285766Z I 00:00:36.337192 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2286182Z I 00:00:36.337194 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2286601Z I 00:00:36.337196 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2287021Z I 00:00:36.337198 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2287509Z I 00:00:36.337200 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2288004Z I 00:00:36.337204 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2288411Z I 00:00:36.337206 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2288830Z I 00:00:36.337210 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2289247Z I 00:00:36.337213 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2289662Z I 00:00:36.337215 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2290151Z I 00:00:36.337217 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2290628Z I 00:00:36.337219 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2291046Z I 00:00:36.337221 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2291492Z I 00:00:36.337222 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2291910Z I 00:00:36.337224 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2292325Z I 00:00:36.337225 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2292799Z I 00:00:36.337227 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2293294Z I 00:00:36.337228 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2293711Z I 00:00:36.337230 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2294127Z I 00:00:36.337232 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2294546Z I 00:00:36.337235 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2294966Z I 00:00:36.337237 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2295472Z E 00:00:36.337238 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2296148Z E 00:00:36.337259 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2296794Z I 00:00:36.337261 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2297283Z I 00:00:36.337263 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2297698Z I 00:00:36.337265 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2298116Z I 00:00:36.337266 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2298520Z I 00:00:36.337269 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2298936Z I 00:00:36.337273 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2299423Z I 00:00:36.337275 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2299920Z I 00:00:36.337279 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2300342Z I 00:00:36.337281 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2300748Z I 00:00:36.337283 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2301165Z I 00:00:36.337285 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2301583Z I 00:00:36.337287 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2302066Z I 00:00:36.337289 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2302554Z I 00:00:36.337291 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2302968Z I 00:00:36.337293 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2303439Z I 00:00:36.337296 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2303968Z I 00:00:36.337298 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2304385Z I 00:00:36.337300 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2304966Z E 00:00:36.337301 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2305644Z E 00:00:36.337305 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2306282Z I 00:00:36.337307 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2306764Z I 00:00:36.337311 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2307185Z I 00:00:36.337313 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2307603Z I 00:00:36.337315 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2308020Z I 00:00:36.337316 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2308437Z I 00:00:36.337318 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2308913Z I 00:00:36.337320 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2309411Z I 00:00:36.337322 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2309826Z I 00:00:36.337325 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2310248Z I 00:00:36.337327 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2310666Z I 00:00:36.337331 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2311064Z I 00:00:36.337332 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2311549Z I 00:00:36.337334 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2312140Z I 00:00:36.337337 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2312756Z I 00:00:36.337339 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2313292Z I 00:00:36.337340 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2313825Z I 00:00:36.337342 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2314265Z I 00:00:36.337344 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2314843Z E 00:00:36.337345 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2315578Z E 00:00:36.337350 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2316264Z I 00:00:36.337352 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2316799Z I 00:00:36.337355 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2317263Z I 00:00:36.337357 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2317703Z I 00:00:36.337359 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2318158Z I 00:00:36.337361 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2318614Z I 00:00:36.337363 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2319143Z I 00:00:36.337365 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2319678Z I 00:00:36.337367 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2320119Z I 00:00:36.337368 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2320574Z I 00:00:36.337370 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2321026Z I 00:00:36.337371 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2321472Z I 00:00:36.337374 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2321994Z I 00:00:36.337376 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2322526Z I 00:00:36.337378 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2322962Z I 00:00:36.337382 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2323409Z I 00:00:36.337384 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2323856Z I 00:00:36.337386 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2324302Z I 00:00:36.337388 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2324919Z I 00:00:36.337389 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2325431Z I 00:00:36.337390 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2325848Z I 00:00:36.337392 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2326324Z I 00:00:36.337393 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2326740Z I 00:00:36.337395 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2327157Z I 00:00:36.337397 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2327645Z I 00:00:36.337399 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2328125Z I 00:00:36.337401 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2328541Z I 00:00:36.337402 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2328959Z I 00:00:36.337404 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2329376Z I 00:00:36.337405 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2329795Z I 00:00:36.337407 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2330304Z E 00:00:36.337408 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2330992Z E 00:00:36.337431 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2331639Z I 00:00:36.337434 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2332130Z I 00:00:36.337436 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2332546Z I 00:00:36.337438 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2332965Z I 00:00:36.337440 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2333397Z I 00:00:36.337442 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2333813Z I 00:00:36.337443 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2334297Z I 00:00:36.337446 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2334790Z I 00:00:36.337448 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2335214Z I 00:00:36.337449 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2335639Z I 00:00:36.337451 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2336043Z I 00:00:36.337453 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2336462Z I 00:00:36.337454 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2336945Z I 00:00:36.337457 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2337438Z I 00:00:36.337459 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2337853Z I 00:00:36.337461 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2338324Z I 00:00:36.337463 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2338819Z I 00:00:36.337481 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2339235Z I 00:00:36.337483 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2339760Z E 00:00:36.337485 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2340438Z E 00:00:36.337488 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2341077Z I 00:00:36.337490 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2341558Z I 00:00:36.337492 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2341977Z I 00:00:36.337497 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2342394Z I 00:00:36.337501 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2342809Z I 00:00:36.337505 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2343230Z I 00:00:36.337507 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2343703Z I 00:00:36.337509 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2344196Z I 00:00:36.337511 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2344613Z I 00:00:36.337514 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2345029Z I 00:00:36.337516 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2345448Z I 00:00:36.337518 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2345895Z I 00:00:36.337521 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2346365Z I 00:00:36.337525 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2346925Z I 00:00:36.337527 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2347342Z I 00:00:36.337529 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2347827Z I 00:00:36.337530 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2348321Z I 00:00:36.337532 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2348722Z I 00:00:36.337534 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2349249Z E 00:00:36.337536 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2349922Z E 00:00:36.337542 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2350557Z I 00:00:36.337545 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2351055Z I 00:00:36.337549 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2351479Z I 00:00:36.337551 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2351888Z I 00:00:36.337553 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2352380Z I 00:00:36.337555 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2352990Z I 00:00:36.337556 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2353710Z I 00:00:36.337558 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2354317Z I 00:00:36.337560 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2354767Z I 00:00:36.337563 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2355202Z I 00:00:36.337564 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2355655Z I 00:00:36.337566 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2356105Z I 00:00:36.337568 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2356633Z I 00:00:36.337572 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2357166Z I 00:00:36.337575 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2357611Z I 00:00:36.337577 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2358063Z I 00:00:36.337579 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2358516Z I 00:00:36.337581 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2358976Z I 00:00:36.337583 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2359520Z I 00:00:36.337585 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2360071Z I 00:00:36.337587 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2360526Z I 00:00:36.337589 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2360982Z I 00:00:36.337591 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2361438Z I 00:00:36.337593 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2361894Z I 00:00:36.337595 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2362446Z I 00:00:36.337597 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2363004Z I 00:00:36.337599 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2363491Z I 00:00:36.337602 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2363972Z I 00:00:36.337604 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2364440Z I 00:00:36.337606 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2364903Z I 00:00:36.337608 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2365571Z E 00:00:36.337610 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2366355Z E 00:00:36.337630 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2366992Z I 00:00:36.337633 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2384012Z I 00:00:36.337635 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2384609Z I 00:00:36.337636 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2385063Z I 00:00:36.337638 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2385612Z I 00:00:36.337641 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2386060Z I 00:00:36.337645 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2386591Z I 00:00:36.337647 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2387128Z I 00:00:36.337649 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2387603Z I 00:00:36.337651 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2388051Z I 00:00:36.337653 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2388496Z I 00:00:36.337655 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2388935Z I 00:00:36.337657 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2389449Z I 00:00:36.337658 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2389990Z I 00:00:36.337661 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2390480Z I 00:00:36.337663 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2391035Z I 00:00:36.337665 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2391584Z I 00:00:36.337667 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2392147Z I 00:00:36.337669 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2392898Z E 00:00:36.337671 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2393687Z E 00:00:36.337676 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2394380Z I 00:00:36.337678 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2394951Z I 00:00:36.337680 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2395447Z I 00:00:36.337682 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2395924Z I 00:00:36.337684 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2396388Z I 00:00:36.337686 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2396885Z I 00:00:36.337687 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2397424Z I 00:00:36.337689 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2397997Z I 00:00:36.337693 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2398459Z I 00:00:36.337695 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2398897Z I 00:00:36.337700 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2399348Z I 00:00:36.337702 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2399798Z I 00:00:36.337704 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2400341Z I 00:00:36.337708 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2400902Z I 00:00:36.337710 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2401384Z I 00:00:36.337711 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2401901Z I 00:00:36.337713 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2402441Z I 00:00:36.337715 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2402903Z I 00:00:36.337719 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2403507Z E 00:00:36.337721 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2404286Z E 00:00:36.337725 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2405069Z I 00:00:36.337728 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2405570Z I 00:00:36.337730 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2405988Z I 00:00:36.337732 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2406412Z I 00:00:36.337734 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2406832Z I 00:00:36.337737 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2407289Z I 00:00:36.337739 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2407766Z I 00:00:36.337740 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2408317Z I 00:00:36.337742 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2408739Z I 00:00:36.337744 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2409159Z I 00:00:36.337762 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2409587Z I 00:00:36.337765 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2410011Z I 00:00:36.337767 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2410487Z I 00:00:36.337770 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2410988Z I 00:00:36.337773 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2411414Z I 00:00:36.337774 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2411839Z I 00:00:36.337776 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2412264Z I 00:00:36.337778 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2412669Z I 00:00:36.337780 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2413163Z I 00:00:36.337782 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2413664Z I 00:00:36.337784 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2414087Z I 00:00:36.337786 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2414510Z I 00:00:36.337788 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2414963Z I 00:00:36.337789 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2415370Z I 00:00:36.337792 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2415860Z I 00:00:36.337794 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2416357Z I 00:00:36.337796 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2416778Z I 00:00:36.337799 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2417195Z I 00:00:36.337801 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2417600Z I 00:00:36.337803 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2418019Z I 00:00:36.337805 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2418539Z E 00:00:36.337807 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2419208Z E 00:00:36.337830 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2419851Z I 00:00:36.337832 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2420342Z I 00:00:36.337834 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2420757Z I 00:00:36.337836 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2421172Z I 00:00:36.337838 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2421588Z I 00:00:36.337842 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2421989Z I 00:00:36.337845 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2422480Z I 00:00:36.337847 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2422973Z I 00:00:36.337849 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2423399Z I 00:00:36.337851 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2423818Z I 00:00:36.337853 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2424226Z I 00:00:36.337855 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2424647Z I 00:00:36.337858 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2425134Z I 00:00:36.337860 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2425625Z I 00:00:36.337862 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2426040Z I 00:00:36.337864 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2426525Z I 00:00:36.337865 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2427004Z I 00:00:36.337867 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2427454Z I 00:00:36.337869 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2428034Z E 00:00:36.337872 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2428724Z E 00:00:36.337876 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2429370Z I 00:00:36.337882 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2429869Z I 00:00:36.337885 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2430274Z I 00:00:36.337887 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2430692Z I 00:00:36.337889 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2431112Z I 00:00:36.337892 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2431528Z I 00:00:36.337894 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2432016Z I 00:00:36.337898 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2432751Z I 00:00:36.337900 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2433209Z I 00:00:36.337902 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2433667Z I 00:00:36.337904 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2434120Z I 00:00:36.337907 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2434570Z I 00:00:36.337909 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2435097Z I 00:00:36.337912 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2435652Z I 00:00:36.337914 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2436100Z I 00:00:36.337917 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2436624Z I 00:00:36.337918 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2437154Z I 00:00:36.337920 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2437603Z I 00:00:36.337921 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2438160Z E 00:00:36.337923 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2438887Z E 00:00:36.337928 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2439575Z I 00:00:36.337931 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2440101Z I 00:00:36.337933 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2440549Z I 00:00:36.337938 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2440997Z I 00:00:36.337941 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2441432Z I 00:00:36.337942 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2441876Z I 00:00:36.337944 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2442398Z I 00:00:36.337946 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2442928Z I 00:00:36.337948 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2443378Z I 00:00:36.337950 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2443827Z I 00:00:36.337951 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2444260Z I 00:00:36.337953 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2444820Z I 00:00:36.337955 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2445309Z I 00:00:36.337957 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2445807Z I 00:00:36.337960 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2446232Z I 00:00:36.337962 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2446637Z I 00:00:36.337964 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2447052Z I 00:00:36.337966 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2447468Z I 00:00:36.337968 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2447952Z I 00:00:36.337970 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2448446Z I 00:00:36.337971 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2448895Z I 00:00:36.337973 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2449300Z I 00:00:36.337974 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2449791Z I 00:00:36.337980 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2450215Z I 00:00:36.337982 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2450708Z I 00:00:36.337987 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2451388Z I 00:00:36.337990 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2451817Z I 00:00:36.337991 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2452263Z I 00:00:36.337993 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2452702Z I 00:00:36.337995 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2453124Z I 00:00:36.337999 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2454009Z E 00:00:36.338001 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2454728Z E 00:00:36.338020 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2455416Z I 00:00:36.338023 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2455935Z I 00:00:36.338025 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2456372Z I 00:00:36.338027 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2456804Z I 00:00:36.338029 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2457691Z I 00:00:36.338030 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2458127Z I 00:00:36.338034 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2458640Z I 00:00:36.338039 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2459161Z I 00:00:36.338041 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2459592Z I 00:00:36.338045 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2460038Z I 00:00:36.338049 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2460478Z I 00:00:36.338051 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2460922Z I 00:00:36.338056 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2461441Z I 00:00:36.338060 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2461952Z I 00:00:36.338062 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2462384Z I 00:00:36.338064 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2462888Z I 00:00:36.338067 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2463408Z I 00:00:36.338069 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2463839Z I 00:00:36.338070 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2464389Z E 00:00:36.338072 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2465107Z E 00:00:36.338075 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2465775Z I 00:00:36.338078 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2466297Z I 00:00:36.338079 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2466738Z I 00:00:36.338083 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2467274Z I 00:00:36.338085 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2467694Z I 00:00:36.338087 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2468112Z I 00:00:36.338089 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2468611Z I 00:00:36.338091 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2469117Z I 00:00:36.338096 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2469542Z I 00:00:36.338098 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2469971Z I 00:00:36.338100 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2470394Z I 00:00:36.338101 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2470859Z I 00:00:36.338103 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2471356Z I 00:00:36.338106 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2471929Z I 00:00:36.338108 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2472426Z I 00:00:36.338110 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2473101Z I 00:00:36.338112 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2473620Z I 00:00:36.338114 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2474060Z I 00:00:36.338116 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2474614Z E 00:00:36.338119 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2475329Z E 00:00:36.338125 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2475997Z I 00:00:36.338127 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2476519Z I 00:00:36.338130 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2476949Z I 00:00:36.338132 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2477392Z I 00:00:36.338134 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2477825Z I 00:00:36.338136 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2478268Z I 00:00:36.338140 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2478778Z I 00:00:36.338143 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2479332Z I 00:00:36.338145 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2479764Z I 00:00:36.338148 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2480206Z I 00:00:36.338150 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2480637Z I 00:00:36.338154 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2481077Z I 00:00:36.338155 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2481589Z I 00:00:36.338157 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2482101Z I 00:00:36.338159 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2482552Z I 00:00:36.338160 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2482991Z I 00:00:36.338163 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2483427Z I 00:00:36.338166 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2483856Z I 00:00:36.338167 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2484476Z I 00:00:36.338170 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2484948Z I 00:00:36.338171 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2485347Z I 00:00:36.338173 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2485753Z I 00:00:36.338175 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2486158Z I 00:00:36.338176 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2486564Z I 00:00:36.338178 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2487030Z I 00:00:36.338180 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2487518Z I 00:00:36.338181 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2488092Z I 00:00:36.338183 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2488517Z I 00:00:36.338186 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2488946Z I 00:00:36.338189 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2489362Z I 00:00:36.338191 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2489898Z E 00:00:36.338195 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2490597Z E 00:00:36.338232 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2491250Z I 00:00:36.338235 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2491752Z I 00:00:36.338236 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2492206Z I 00:00:36.338238 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2492620Z I 00:00:36.338240 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2493098Z I 00:00:36.338241 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2493519Z I 00:00:36.338243 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2494013Z I 00:00:36.338244 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2494518Z I 00:00:36.338246 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2494945Z I 00:00:36.338250 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2495366Z I 00:00:36.338252 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2495791Z I 00:00:36.338255 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2496217Z I 00:00:36.338256 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2496718Z I 00:00:36.338260 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2497222Z I 00:00:36.338262 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2497637Z I 00:00:36.338265 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2498143Z I 00:00:36.338267 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2498651Z I 00:00:36.338270 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2499073Z I 00:00:36.338272 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2499606Z E 00:00:36.338276 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2500426Z E 00:00:36.338280 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2501044Z I 00:00:36.338282 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2501525Z I 00:00:36.338284 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2501925Z I 00:00:36.338286 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2502335Z I 00:00:36.338288 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2502735Z I 00:00:36.338289 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2503141Z I 00:00:36.338292 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2503609Z I 00:00:36.338294 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2504091Z I 00:00:36.338296 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2504500Z I 00:00:36.338299 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2504911Z I 00:00:36.338304 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2505320Z I 00:00:36.338306 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2505719Z I 00:00:36.338308 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2506193Z I 00:00:36.338310 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2506677Z I 00:00:36.338311 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2507088Z I 00:00:36.338313 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2507557Z I 00:00:36.338315 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2508035Z I 00:00:36.338317 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2508433Z I 00:00:36.338319 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2508948Z E 00:00:36.338321 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2509606Z E 00:00:36.338328 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2510225Z I 00:00:36.338331 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2510704Z I 00:00:36.338334 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2511104Z I 00:00:36.338335 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2511516Z I 00:00:36.338337 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2511922Z I 00:00:36.338339 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2512426Z I 00:00:36.338341 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2513106Z I 00:00:36.338343 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2513676Z I 00:00:36.338346 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2514106Z I 00:00:36.338348 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2514541Z I 00:00:36.338352 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2514976Z I 00:00:36.338353 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2515416Z I 00:00:36.338356 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2515924Z I 00:00:36.338358 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2516434Z I 00:00:36.338360 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2516868Z I 00:00:36.338362 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2517305Z I 00:00:36.338363 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2517742Z I 00:00:36.338366 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2518176Z I 00:00:36.338368 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2518684Z I 00:00:36.338371 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2519195Z I 00:00:36.338374 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2519635Z I 00:00:36.338376 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2520073Z I 00:00:36.338377 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2520543Z I 00:00:36.338379 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2520977Z I 00:00:36.338383 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2521481Z I 00:00:36.338385 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2521998Z I 00:00:36.338387 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2522434Z I 00:00:36.338389 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2522873Z I 00:00:36.338393 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2523305Z I 00:00:36.338395 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2523738Z I 00:00:36.338397 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2524281Z E 00:00:36.338398 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2525103Z E 00:00:36.338422 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2525763Z I 00:00:36.338425 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2526269Z I 00:00:36.338427 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2526693Z I 00:00:36.338429 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2527117Z I 00:00:36.338430 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2527531Z I 00:00:36.338432 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2527958Z I 00:00:36.338435 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2528456Z I 00:00:36.338436 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2528962Z I 00:00:36.338438 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2529386Z I 00:00:36.338440 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2529800Z I 00:00:36.338442 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2530226Z I 00:00:36.338444 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2530649Z I 00:00:36.338445 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2531149Z I 00:00:36.338447 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2531656Z I 00:00:36.338449 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2532083Z I 00:00:36.338451 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2532568Z I 00:00:36.338453 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2533074Z I 00:00:36.338455 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2533567Z I 00:00:36.338457 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2534109Z E 00:00:36.338459 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2534863Z E 00:00:36.338462 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2535626Z I 00:00:36.338464 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2536111Z I 00:00:36.338468 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2536521Z I 00:00:36.338471 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2536930Z I 00:00:36.338473 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2537337Z I 00:00:36.338475 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2537745Z I 00:00:36.338478 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2538213Z I 00:00:36.338480 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2538699Z I 00:00:36.338482 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2539103Z I 00:00:36.338483 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2539506Z I 00:00:36.338485 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2539912Z I 00:00:36.338486 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2540309Z I 00:00:36.338489 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2540777Z I 00:00:36.338491 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2541287Z I 00:00:36.338492 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2541696Z I 00:00:36.338494 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2542177Z I 00:00:36.338498 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2542672Z I 00:00:36.338500 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2543073Z I 00:00:36.338502 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2543594Z E 00:00:36.338504 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2544248Z E 00:00:36.338509 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2544870Z I 00:00:36.338511 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2545354Z I 00:00:36.338514 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2545764Z I 00:00:36.338516 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2546171Z I 00:00:36.338521 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2546581Z I 00:00:36.338523 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2546980Z I 00:00:36.338525 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2547450Z I 00:00:36.338527 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2547925Z I 00:00:36.338529 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2548326Z I 00:00:36.338531 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2548736Z I 00:00:36.338533 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2549140Z I 00:00:36.338535 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2549550Z I 00:00:36.338537 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2550018Z I 00:00:36.338539 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2550490Z I 00:00:36.338541 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2550885Z I 00:00:36.338543 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2551465Z I 00:00:36.338545 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2551897Z I 00:00:36.338547 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2552398Z I 00:00:36.338549 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2553075Z I 00:00:36.338551 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2553716Z I 00:00:36.338554 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2554214Z I 00:00:36.338556 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2554643Z I 00:00:36.338558 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2555150Z I 00:00:36.338560 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2555593Z I 00:00:36.338562 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2556102Z I 00:00:36.338564 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2556605Z I 00:00:36.338566 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2557043Z I 00:00:36.338567 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2557483Z I 00:00:36.338569 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2557922Z I 00:00:36.338571 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2558357Z I 00:00:36.338572 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2558904Z E 00:00:36.338575 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2559626Z E 00:00:36.338596 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2560297Z I 00:00:36.338599 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2560808Z I 00:00:36.338600 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2561232Z I 00:00:36.338602 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2561654Z I 00:00:36.338605 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2562131Z I 00:00:36.338607 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2562563Z I 00:00:36.338609 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2563066Z I 00:00:36.338611 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2563594Z I 00:00:36.338613 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2564043Z I 00:00:36.338615 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2564473Z I 00:00:36.338617 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2564919Z I 00:00:36.338619 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2565366Z I 00:00:36.338620 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2565871Z I 00:00:36.338622 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2566394Z I 00:00:36.338624 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2566838Z I 00:00:36.338627 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2567332Z I 00:00:36.338631 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2567958Z I 00:00:36.338634 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2568382Z I 00:00:36.338636 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2568923Z E 00:00:36.338638 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2569631Z E 00:00:36.338642 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2570298Z I 00:00:36.338645 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2570793Z I 00:00:36.338647 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2571222Z I 00:00:36.338649 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2571650Z I 00:00:36.338650 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2572078Z I 00:00:36.338652 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2572510Z I 00:00:36.338654 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2573001Z I 00:00:36.338656 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2573508Z I 00:00:36.338658 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2573934Z I 00:00:36.338660 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2574359Z I 00:00:36.338661 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2574791Z I 00:00:36.338664 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2575254Z I 00:00:36.338666 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2575741Z I 00:00:36.338667 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2576304Z I 00:00:36.338669 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2576734Z I 00:00:36.338671 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2577238Z I 00:00:36.338673 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2577747Z I 00:00:36.338674 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2578164Z I 00:00:36.338677 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2578796Z E 00:00:36.338679 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2579459Z E 00:00:36.338687 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2580085Z I 00:00:36.338690 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2580568Z I 00:00:36.338692 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2580976Z I 00:00:36.338694 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2581365Z I 00:00:36.338695 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2581760Z I 00:00:36.338697 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2582157Z I 00:00:36.338699 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2582636Z I 00:00:36.338701 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2583148Z I 00:00:36.338704 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2583552Z I 00:00:36.338706 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2583945Z I 00:00:36.338707 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2584349Z I 00:00:36.338709 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2584759Z I 00:00:36.338712 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2585238Z I 00:00:36.338713 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2585728Z I 00:00:36.338716 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2586128Z I 00:00:36.338719 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2586543Z I 00:00:36.338721 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2586966Z I 00:00:36.338723 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2587379Z I 00:00:36.338725 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2587869Z I 00:00:36.338729 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2588374Z I 00:00:36.338731 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2588777Z I 00:00:36.338734 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2589187Z I 00:00:36.338735 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2589624Z I 00:00:36.338738 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2590072Z I 00:00:36.338740 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2590565Z I 00:00:36.338742 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2591056Z I 00:00:36.338744 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2591492Z I 00:00:36.338746 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2591937Z I 00:00:36.338748 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2592422Z I 00:00:36.338750 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2593039Z I 00:00:36.338752 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2593609Z E 00:00:36.338756 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2594334Z E 00:00:36.338776 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2595025Z I 00:00:36.338779 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2595551Z I 00:00:36.338780 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2596038Z I 00:00:36.338782 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2596480Z I 00:00:36.338786 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2596906Z I 00:00:36.338789 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2597424Z I 00:00:36.338791 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2597959Z I 00:00:36.338794 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2598508Z I 00:00:36.338795 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2598956Z I 00:00:36.338797 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2599412Z I 00:00:36.338799 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2599840Z I 00:00:36.338801 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2600290Z I 00:00:36.338803 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2600829Z I 00:00:36.338804 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2601368Z I 00:00:36.338807 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2601832Z I 00:00:36.338809 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2602337Z I 00:00:36.338812 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2602894Z I 00:00:36.338814 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2603362Z I 00:00:36.338816 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2603925Z E 00:00:36.338818 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2604812Z E 00:00:36.338822 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2605453Z I 00:00:36.338825 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2605929Z I 00:00:36.338826 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2606361Z I 00:00:36.338829 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2606791Z I 00:00:36.338830 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2607227Z I 00:00:36.338832 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2607655Z I 00:00:36.338834 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2608148Z I 00:00:36.338835 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2608628Z I 00:00:36.338838 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2609050Z I 00:00:36.338839 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2609475Z I 00:00:36.338841 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2609901Z I 00:00:36.338843 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2610323Z I 00:00:36.338847 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2610808Z I 00:00:36.338851 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2611316Z I 00:00:36.338854 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2611733Z I 00:00:36.338857 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2612231Z I 00:00:36.338858 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2612725Z I 00:00:36.338860 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2613145Z I 00:00:36.338862 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2613655Z E 00:00:36.338863 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2614324Z E 00:00:36.338869 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2614977Z I 00:00:36.338872 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2615476Z I 00:00:36.338874 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2615886Z I 00:00:36.338876 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2616280Z I 00:00:36.338877 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2616706Z I 00:00:36.338879 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2617157Z I 00:00:36.338880 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2617648Z I 00:00:36.338883 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2618185Z I 00:00:36.338885 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2618611Z I 00:00:36.338888 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2619006Z I 00:00:36.338890 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2619433Z I 00:00:36.338892 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2619871Z I 00:00:36.338896 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2620383Z I 00:00:36.338897 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2620893Z I 00:00:36.338900 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2621301Z I 00:00:36.338901 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2621735Z I 00:00:36.338904 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2622146Z I 00:00:36.338905 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2622560Z I 00:00:36.338907 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2623045Z I 00:00:36.338910 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2623552Z I 00:00:36.338912 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2623963Z I 00:00:36.338916 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2624371Z I 00:00:36.338918 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2624821Z I 00:00:36.338920 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2625233Z I 00:00:36.338921 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2625721Z I 00:00:36.338924 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2626187Z I 00:00:36.338928 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2626596Z I 00:00:36.338930 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2627005Z I 00:00:36.338932 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2627439Z I 00:00:36.338936 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2627850Z I 00:00:36.338940 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2628375Z E 00:00:36.338942 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2629038Z E 00:00:36.338964 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2629683Z I 00:00:36.338967 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2630184Z I 00:00:36.338969 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2630607Z I 00:00:36.338971 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2631031Z I 00:00:36.338973 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2631453Z I 00:00:36.338975 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2631860Z I 00:00:36.338977 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2632421Z I 00:00:36.338979 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2633122Z I 00:00:36.338981 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2633583Z I 00:00:36.338983 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2634040Z I 00:00:36.338985 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2634478Z I 00:00:36.338987 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2634933Z I 00:00:36.338993 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2635465Z I 00:00:36.338996 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2635994Z I 00:00:36.338998 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2636445Z I 00:00:36.339000 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2636970Z I 00:00:36.339001 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2637489Z I 00:00:36.339003 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2637976Z I 00:00:36.339005 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2638541Z E 00:00:36.339007 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2639332Z E 00:00:36.339011 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2640020Z I 00:00:36.339014 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2640538Z I 00:00:36.339016 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2640990Z I 00:00:36.339017 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2641440Z I 00:00:36.339019 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2641890Z I 00:00:36.339021 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2642339Z I 00:00:36.339022 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2642860Z I 00:00:36.339024 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2643023Z I 00:00:36.339026 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2643188Z I 00:00:36.339028 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2643363Z I 00:00:36.339029 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2643528Z I 00:00:36.339033 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2643703Z I 00:00:36.339036 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2643941Z I 00:00:36.339038 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2644145Z I 00:00:36.339039 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2644305Z I 00:00:36.339041 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2644543Z I 00:00:36.339043 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2644826Z I 00:00:36.339045 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2644974Z I 00:00:36.339047 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2645252Z E 00:00:36.339049 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2645549Z E 00:00:36.339053 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2645791Z I 00:00:36.339057 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2645945Z I 00:00:36.339059 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2646095Z I 00:00:36.339061 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2646261Z I 00:00:36.339063 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2646415Z I 00:00:36.339068 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2646580Z I 00:00:36.339070 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2646801Z I 00:00:36.339072 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2646965Z I 00:00:36.339074 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2647113Z I 00:00:36.339076 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2647264Z I 00:00:36.339078 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2647428Z I 00:00:36.339080 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2647580Z I 00:00:36.339081 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2647816Z I 00:00:36.339083 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2647965Z I 00:00:36.339085 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2648127Z I 00:00:36.339088 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2648278Z I 00:00:36.339089 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2648428Z I 00:00:36.339094 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2648591Z I 00:00:36.339096 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2648812Z I 00:00:36.339099 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2648975Z I 00:00:36.339100 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2649152Z I 00:00:36.339102 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2649316Z I 00:00:36.339104 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2649466Z I 00:00:36.339106 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2649664Z I 00:00:36.339108 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2649901Z I 00:00:36.339110 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2650051Z I 00:00:36.339112 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2650216Z I 00:00:36.339114 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2650367Z I 00:00:36.339117 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2650530Z I 00:00:36.339119 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2650677Z I 00:00:36.339121 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2650935Z E 00:00:36.339124 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2651251Z E 00:00:36.339145 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2651473Z I 00:00:36.339148 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2651641Z I 00:00:36.339150 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2651789Z I 00:00:36.339152 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2651943Z I 00:00:36.339154 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2652089Z I 00:00:36.339155 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2652262Z I 00:00:36.339158 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2652661Z I 00:00:36.339160 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2652815Z I 00:00:36.339161 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2652985Z I 00:00:36.339163 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2653140Z I 00:00:36.339165 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2653455Z I 00:00:36.339167 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2653783Z I 00:00:36.339169 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2654028Z I 00:00:36.339171 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2654205Z I 00:00:36.339175 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2654364Z I 00:00:36.339177 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2654621Z I 00:00:36.339179 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2654785Z I 00:00:36.339181 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2654961Z I 00:00:36.339183 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2655250Z E 00:00:36.339185 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2655572Z E 00:00:36.339188 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2655832Z I 00:00:36.339191 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2655995Z I 00:00:36.339193 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2656177Z I 00:00:36.339195 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2656343Z I 00:00:36.339197 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2656517Z I 00:00:36.339198 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2656677Z I 00:00:36.339200 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2656919Z I 00:00:36.339202 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2657095Z I 00:00:36.339204 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2657260Z I 00:00:36.339205 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2657440Z I 00:00:36.339207 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2657600Z I 00:00:36.339209 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2657773Z I 00:00:36.339211 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2658067Z I 00:00:36.339213 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2658228Z I 00:00:36.339216 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2658484Z I 00:00:36.339218 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2658723Z I 00:00:36.339220 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2658897Z I 00:00:36.339222 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2659058Z I 00:00:36.339225 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2659355Z E 00:00:36.339227 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2659670Z E 00:00:36.339232 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2659913Z I 00:00:36.339234 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2660089Z I 00:00:36.339237 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2660251Z I 00:00:36.339239 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2660425Z I 00:00:36.339241 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2660590Z I 00:00:36.339243 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2660768Z I 00:00:36.339245 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2661006Z I 00:00:36.339247 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2661166Z I 00:00:36.339248 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2661375Z I 00:00:36.339250 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2661537Z I 00:00:36.339252 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2661714Z I 00:00:36.339256 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2661875Z I 00:00:36.339259 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2662128Z I 00:00:36.339261 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2662294Z I 00:00:36.339263 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2662453Z I 00:00:36.339264 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2662632Z I 00:00:36.339267 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2662794Z I 00:00:36.339269 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2662970Z I 00:00:36.339271 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2663207Z I 00:00:36.339273 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2663386Z I 00:00:36.339274 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2663547Z I 00:00:36.339277 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2663709Z I 00:00:36.339279 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2663884Z I 00:00:36.339281 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2664042Z I 00:00:36.339283 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2664296Z I 00:00:36.339285 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2664457Z I 00:00:36.339286 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2664634Z I 00:00:36.339289 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2664795Z I 00:00:36.339291 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2664958Z I 00:00:36.339293 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2665132Z I 00:00:36.339294 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2665415Z E 00:00:36.339297 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2665751Z E 00:00:36.339319 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2666095Z I 00:00:36.339321 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2666267Z I 00:00:36.339323 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2666424Z I 00:00:36.339325 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2666717Z I 00:00:36.339326 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2666882Z I 00:00:36.339330 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2667082Z I 00:00:36.339332 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2667321Z I 00:00:36.339336 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2667473Z I 00:00:36.339339 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2667644Z I 00:00:36.339341 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2667795Z I 00:00:36.339342 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2667946Z I 00:00:36.339345 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2668113Z I 00:00:36.339346 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2668336Z I 00:00:36.339350 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2668506Z I 00:00:36.339352 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2668657Z I 00:00:36.339354 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2668892Z I 00:00:36.339356 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2669047Z I 00:00:36.339359 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2669200Z I 00:00:36.339361 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2669477Z E 00:00:36.339364 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2669807Z E 00:00:36.339367 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2670042Z I 00:00:36.339369 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2670194Z I 00:00:36.339371 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2670361Z I 00:00:36.339372 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2670512Z I 00:00:36.339374 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2670665Z I 00:00:36.339376 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2670830Z I 00:00:36.339377 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2671050Z I 00:00:36.339379 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2671210Z I 00:00:36.339383 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2671358Z I 00:00:36.339386 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2671527Z I 00:00:36.339388 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2671682Z I 00:00:36.339390 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2671834Z I 00:00:36.339393 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2672128Z I 00:00:36.339394 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2672285Z I 00:00:36.339397 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2672451Z I 00:00:36.339401 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2672854Z I 00:00:36.339403 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2673032Z I 00:00:36.339408 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2673218Z I 00:00:36.339412 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2673499Z E 00:00:36.339414 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2673827Z E 00:00:36.339421 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2674068Z I 00:00:36.339423 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2674247Z I 00:00:36.339426 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2674408Z I 00:00:36.339427 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2674583Z I 00:00:36.339429 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2674742Z I 00:00:36.339431 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2674903Z I 00:00:36.339434 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2675191Z I 00:00:36.339437 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2675354Z I 00:00:36.339440 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2675937Z I 00:00:36.339443 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2676100Z I 00:00:36.339445 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2676276Z I 00:00:36.339447 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2676434Z I 00:00:36.339449 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2676673Z I 00:00:36.339450 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2676847Z I 00:00:36.339452 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2677005Z I 00:00:36.339454 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2677181Z I 00:00:36.339455 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2677340Z I 00:00:36.339457 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2677516Z I 00:00:36.339459 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2677752Z I 00:00:36.339461 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2677917Z I 00:00:36.339463 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2678092Z I 00:00:36.339464 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2678252Z I 00:00:36.339468 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2678426Z I 00:00:36.339470 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2678612Z I 00:00:36.339473 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2678861Z I 00:00:36.339475 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2679020Z I 00:00:36.339476 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2679178Z I 00:00:36.339478 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2679358Z I 00:00:36.339481 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2679524Z I 00:00:36.339483 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2679699Z I 00:00:36.339489 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2679980Z E 00:00:36.339491 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2680317Z E 00:00:36.339512 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2680556Z I 00:00:36.339514 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2680721Z I 00:00:36.339516 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2680897Z I 00:00:36.339518 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2681061Z I 00:00:36.339520 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2681235Z I 00:00:36.339521 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2681396Z I 00:00:36.339524 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2681648Z I 00:00:36.339526 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2681815Z I 00:00:36.339528 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2681979Z I 00:00:36.339530 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2682148Z I 00:00:36.339531 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2682304Z I 00:00:36.339534 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2682468Z I 00:00:36.339535 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2682700Z I 00:00:36.339537 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2682860Z I 00:00:36.339539 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2683011Z I 00:00:36.339541 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2683243Z I 00:00:36.339543 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2683406Z I 00:00:36.339546 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2683561Z I 00:00:36.339548 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2683878Z E 00:00:36.339550 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2684251Z E 00:00:36.339553 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2684500Z I 00:00:36.339555 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2684661Z I 00:00:36.339558 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2684921Z I 00:00:36.339560 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2685073Z I 00:00:36.339562 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2685216Z I 00:00:36.339563 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2685372Z I 00:00:36.339566 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2685587Z I 00:00:36.339568 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2685741Z I 00:00:36.339570 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2685889Z I 00:00:36.339572 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2686037Z I 00:00:36.339574 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2686201Z I 00:00:36.339575 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2686344Z I 00:00:36.339577 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2686570Z I 00:00:36.339579 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2686711Z I 00:00:36.339581 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2686887Z I 00:00:36.339584 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2687105Z I 00:00:36.339586 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2687251Z I 00:00:36.339589 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2687410Z I 00:00:36.339590 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2687673Z E 00:00:36.339592 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2687970Z E 00:00:36.339597 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2688186Z I 00:00:36.339599 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2688339Z I 00:00:36.339601 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2688485Z I 00:00:36.339606 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2688632Z I 00:00:36.339608 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2688784Z I 00:00:36.339612 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2688931Z I 00:00:36.339615 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2689161Z I 00:00:36.339619 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2689309Z I 00:00:36.339624 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2689469Z I 00:00:36.339627 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2689616Z I 00:00:36.339630 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2689761Z I 00:00:36.339632 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2689909Z I 00:00:36.339634 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2690131Z I 00:00:36.339636 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2690290Z I 00:00:36.339637 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2690435Z I 00:00:36.339638 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2690601Z I 00:00:36.339640 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2690751Z I 00:00:36.339643 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2690899Z I 00:00:36.339645 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2691128Z I 00:00:36.339647 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2691274Z I 00:00:36.339649 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2691423Z I 00:00:36.339651 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2691592Z I 00:00:36.339653 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2691750Z I 00:00:36.339657 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2691950Z I 00:00:36.339661 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2692169Z I 00:00:36.339666 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2692325Z I 00:00:36.339667 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2692477Z I 00:00:36.339669 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2692634Z I 00:00:36.339671 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2692783Z I 00:00:36.339675 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2692929Z I 00:00:36.339677 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2693180Z E 00:00:36.339680 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2693474Z E 00:00:36.339700 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2693706Z I 00:00:36.339703 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2693856Z I 00:00:36.339705 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2694015Z I 00:00:36.339708 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2694162Z I 00:00:36.339710 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2694322Z I 00:00:36.339711 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2694493Z I 00:00:36.339713 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2694708Z I 00:00:36.339715 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2694859Z I 00:00:36.339717 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2695002Z I 00:00:36.339719 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2695153Z I 00:00:36.339721 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2695301Z I 00:00:36.339723 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2695458Z I 00:00:36.339725 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2695682Z I 00:00:36.339726 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2695829Z I 00:00:36.339728 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2695988Z I 00:00:36.339731 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2696205Z I 00:00:36.339733 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2696358Z I 00:00:36.339735 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2696497Z I 00:00:36.339736 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2696764Z E 00:00:36.339738 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2697059Z E 00:00:36.339741 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2697278Z I 00:00:36.339744 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2697443Z I 00:00:36.339746 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2697590Z I 00:00:36.339749 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2697753Z I 00:00:36.339751 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2697896Z I 00:00:36.339757 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2698051Z I 00:00:36.339761 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2698265Z I 00:00:36.339763 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2698409Z I 00:00:36.339765 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2698561Z I 00:00:36.339769 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2698705Z I 00:00:36.339771 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2698861Z I 00:00:36.339774 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2699007Z I 00:00:36.339776 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2699264Z I 00:00:36.339779 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2699411Z I 00:00:36.339781 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2699602Z I 00:00:36.339783 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2699832Z I 00:00:36.339785 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2699976Z I 00:00:36.339787 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2700126Z I 00:00:36.339790 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2700389Z E 00:00:36.339792 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2700692Z E 00:00:36.339797 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2700913Z I 00:00:36.339800 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2701061Z I 00:00:36.339802 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2701224Z I 00:00:36.339806 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2701370Z I 00:00:36.339807 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2701535Z I 00:00:36.339810 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2701680Z I 00:00:36.339815 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2701909Z I 00:00:36.339819 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2702058Z I 00:00:36.339822 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2702247Z I 00:00:36.339824 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2702406Z I 00:00:36.339828 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2702551Z I 00:00:36.339831 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2702709Z I 00:00:36.339833 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2702931Z I 00:00:36.339835 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2703087Z I 00:00:36.339839 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2703235Z I 00:00:36.339841 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2703379Z I 00:00:36.339843 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2703543Z I 00:00:36.339846 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2703688Z I 00:00:36.339848 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2703925Z I 00:00:36.339850 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2704076Z I 00:00:36.339852 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2704235Z I 00:00:36.339854 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2704385Z I 00:00:36.339856 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2704531Z I 00:00:36.339858 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2704687Z I 00:00:36.339861 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2704909Z I 00:00:36.339863 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2705072Z I 00:00:36.339865 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2705222Z I 00:00:36.339867 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2705377Z I 00:00:36.339870 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2705524Z I 00:00:36.339872 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2705671Z I 00:00:36.339873 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2705937Z E 00:00:36.339875 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2706233Z E 00:00:36.339896 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2706458Z I 00:00:36.339899 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2706605Z I 00:00:36.339901 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2706761Z I 00:00:36.339903 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2706931Z I 00:00:36.339906 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2707073Z I 00:00:36.339908 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2707275Z I 00:00:36.339910 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2707491Z I 00:00:36.339912 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2707647Z I 00:00:36.339915 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2707794Z I 00:00:36.339917 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2707952Z I 00:00:36.339918 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2708101Z I 00:00:36.339920 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2708249Z I 00:00:36.339922 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2708474Z I 00:00:36.339924 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2708620Z I 00:00:36.339925 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2708774Z I 00:00:36.339927 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2708992Z I 00:00:36.339929 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2709150Z I 00:00:36.339931 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2709295Z I 00:00:36.339934 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2709555Z E 00:00:36.339936 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2709859Z E 00:00:36.339939 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2710103Z I 00:00:36.339942 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2710259Z I 00:00:36.339944 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2710403Z I 00:00:36.339946 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2710564Z I 00:00:36.339947 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2710708Z I 00:00:36.339949 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2710856Z I 00:00:36.339951 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2711084Z I 00:00:36.339953 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2711231Z I 00:00:36.339957 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2711388Z I 00:00:36.339959 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2711533Z I 00:00:36.339961 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2711693Z I 00:00:36.339963 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2711837Z I 00:00:36.339964 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2712119Z I 00:00:36.339965 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2712289Z I 00:00:36.339967 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2712434Z I 00:00:36.339969 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2712844Z I 00:00:36.339971 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2713002Z I 00:00:36.339975 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2713172Z I 00:00:36.339977 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2713454Z E 00:00:36.339980 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2713765Z E 00:00:36.339986 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2714015Z I 00:00:36.339989 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2714173Z I 00:00:36.339992 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2714341Z I 00:00:36.339993 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2714495Z I 00:00:36.339996 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2714664Z I 00:00:36.339998 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2714822Z I 00:00:36.340000 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2715086Z I 00:00:36.340002 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2715257Z I 00:00:36.340004 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2715461Z I 00:00:36.340006 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2715631Z I 00:00:36.340008 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2715788Z I 00:00:36.340010 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2715955Z I 00:00:36.340012 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2716197Z I 00:00:36.340014 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2716353Z I 00:00:36.340016 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2716527Z I 00:00:36.340019 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2716684Z I 00:00:36.340021 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2716857Z I 00:00:36.340024 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2717017Z I 00:00:36.340026 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2717265Z I 00:00:36.340030 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2717429Z I 00:00:36.340032 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2717584Z I 00:00:36.340035 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2717753Z I 00:00:36.340037 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2717912Z I 00:00:36.340038 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2718110Z I 00:00:36.340041 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2718346Z I 00:00:36.340044 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2718515Z I 00:00:36.340050 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2718678Z I 00:00:36.340051 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2718835Z I 00:00:36.340053 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2719002Z I 00:00:36.340055 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2719162Z I 00:00:36.340056 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2719451Z E 00:00:36.340059 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2719770Z E 00:00:36.340081 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2720015Z I 00:00:36.340083 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2720178Z I 00:00:36.340085 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2720336Z I 00:00:36.340087 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2720506Z I 00:00:36.340089 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2720668Z I 00:00:36.340090 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2720834Z I 00:00:36.340092 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2721069Z I 00:00:36.340094 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2721239Z I 00:00:36.340098 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2721399Z I 00:00:36.340100 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2721562Z I 00:00:36.340102 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2721728Z I 00:00:36.340104 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2721885Z I 00:00:36.340106 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2722127Z I 00:00:36.340107 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2722287Z I 00:00:36.340110 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2722454Z I 00:00:36.340112 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2722687Z I 00:00:36.340114 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2722845Z I 00:00:36.340115 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2723009Z I 00:00:36.340117 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2723328Z E 00:00:36.340119 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2723708Z E 00:00:36.340123 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2723950Z I 00:00:36.340126 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2724119Z I 00:00:36.340128 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2724278Z I 00:00:36.340131 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2724437Z I 00:00:36.340134 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2724603Z I 00:00:36.340138 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2724863Z I 00:00:36.340140 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2725092Z I 00:00:36.340144 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2725244Z I 00:00:36.340147 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2725406Z I 00:00:36.340148 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2725547Z I 00:00:36.340150 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2725693Z I 00:00:36.340152 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2725851Z I 00:00:36.340153 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2726071Z I 00:00:36.340155 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2726227Z I 00:00:36.340156 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2726395Z I 00:00:36.340158 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2726624Z I 00:00:36.340161 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2726768Z I 00:00:36.340163 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2726914Z I 00:00:36.340165 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2727184Z E 00:00:36.340167 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2727476Z E 00:00:36.340173 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2727708Z I 00:00:36.340175 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2727856Z I 00:00:36.340180 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2728015Z I 00:00:36.340182 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2728162Z I 00:00:36.340184 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2728309Z I 00:00:36.340186 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2728471Z I 00:00:36.340188 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2728687Z I 00:00:36.340189 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2728850Z I 00:00:36.340192 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2728996Z I 00:00:36.340194 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2729160Z I 00:00:36.340197 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2729310Z I 00:00:36.340200 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2729454Z I 00:00:36.340203 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2729691Z I 00:00:36.340204 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2729838Z I 00:00:36.340206 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2730000Z I 00:00:36.340208 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2730144Z I 00:00:36.340212 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2730299Z I 00:00:36.340214 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2730445Z I 00:00:36.340217 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2730663Z I 00:00:36.340219 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2730816Z I 00:00:36.340221 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2730958Z I 00:00:36.340223 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2731162Z I 00:00:36.340225 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2731309Z I 00:00:36.340227 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2731510Z I 00:00:36.340228 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2731730Z I 00:00:36.340230 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2731873Z I 00:00:36.340233 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2732025Z I 00:00:36.340235 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2732172Z I 00:00:36.340237 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2732328Z I 00:00:36.340239 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2732478Z I 00:00:36.340242 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2732743Z E 00:00:36.340245 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2733040Z E 00:00:36.340266 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2733262Z I 00:00:36.340269 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2733421Z I 00:00:36.340271 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2733575Z I 00:00:36.340272 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2733729Z I 00:00:36.340275 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2733880Z I 00:00:36.340277 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2734056Z I 00:00:36.340279 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2734276Z I 00:00:36.340281 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2734424Z I 00:00:36.340284 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2734584Z I 00:00:36.340286 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2734734Z I 00:00:36.340287 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2734897Z I 00:00:36.340289 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2735047Z I 00:00:36.340291 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2735285Z I 00:00:36.340295 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2735444Z I 00:00:36.340298 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2735594Z I 00:00:36.340300 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2735827Z I 00:00:36.340303 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2735990Z I 00:00:36.340306 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2736144Z I 00:00:36.340308 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2736403Z E 00:00:36.340311 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2736710Z E 00:00:36.340314 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2736932Z I 00:00:36.340317 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2737087Z I 00:00:36.340320 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2737244Z I 00:00:36.340322 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2737401Z I 00:00:36.340326 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2737571Z I 00:00:36.340328 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2737725Z I 00:00:36.340331 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2737966Z I 00:00:36.340333 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2738118Z I 00:00:36.340337 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2738276Z I 00:00:36.340339 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2738446Z I 00:00:36.340341 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2738597Z I 00:00:36.340343 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2738766Z I 00:00:36.340345 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2739009Z I 00:00:36.340347 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2739177Z I 00:00:36.340349 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2739366Z I 00:00:36.340353 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2739585Z I 00:00:36.340359 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2739740Z I 00:00:36.340361 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2739884Z I 00:00:36.340362 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2740152Z E 00:00:36.340366 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2740438Z E 00:00:36.340372 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2740683Z I 00:00:36.340375 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2740847Z I 00:00:36.340377 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2741001Z I 00:00:36.340381 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2741182Z I 00:00:36.340384 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2741332Z I 00:00:36.340386 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2741497Z I 00:00:36.340392 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2741729Z I 00:00:36.340394 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2741904Z I 00:00:36.340396 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2742084Z I 00:00:36.340400 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2742232Z I 00:00:36.340402 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2742394Z I 00:00:36.340404 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2742554Z I 00:00:36.340406 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2742788Z I 00:00:36.340408 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2742938Z I 00:00:36.340410 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2743103Z I 00:00:36.340411 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2743252Z I 00:00:36.340414 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2743408Z I 00:00:36.340416 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2743569Z I 00:00:36.340419 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2743791Z I 00:00:36.340422 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2743954Z I 00:00:36.340423 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2744103Z I 00:00:36.340426 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2744265Z I 00:00:36.340428 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2744413Z I 00:00:36.340430 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2744562Z I 00:00:36.340431 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2744818Z I 00:00:36.340433 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2745042Z I 00:00:36.340436 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2745280Z I 00:00:36.340438 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2745464Z I 00:00:36.340441 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2745803Z I 00:00:36.340443 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2746051Z I 00:00:36.340444 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2746340Z E 00:00:36.340447 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2758754Z E 00:00:36.340467 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2759106Z I 00:00:36.340469 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2759317Z I 00:00:36.340472 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2759476Z I 00:00:36.340473 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2759778Z I 00:00:36.340475 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2759957Z I 00:00:36.340477 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2760118Z I 00:00:36.340479 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2760460Z I 00:00:36.340481 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2760618Z I 00:00:36.340484 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2760788Z I 00:00:36.340486 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2760952Z I 00:00:36.340488 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2761117Z I 00:00:36.340490 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2761292Z I 00:00:36.340493 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2761533Z I 00:00:36.340495 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2761703Z I 00:00:36.340500 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2761859Z I 00:00:36.340502 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2762110Z I 00:00:36.340504 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2762264Z I 00:00:36.340508 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2762422Z I 00:00:36.340510 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2762725Z E 00:00:36.340513 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2763046Z E 00:00:36.340516 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2763337Z I 00:00:36.340519 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2763493Z I 00:00:36.340521 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2763685Z I 00:00:36.340523 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2763848Z I 00:00:36.340524 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2764013Z I 00:00:36.340527 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2764200Z I 00:00:36.340529 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2764438Z I 00:00:36.340530 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2764613Z I 00:00:36.340532 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2764774Z I 00:00:36.340534 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2764961Z I 00:00:36.340536 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2765126Z I 00:00:36.340539 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2765390Z I 00:00:36.340540 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2765635Z I 00:00:36.340543 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2765789Z I 00:00:36.340545 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2765949Z I 00:00:36.340548 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2766177Z I 00:00:36.340550 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2766339Z I 00:00:36.340552 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2766499Z I 00:00:36.340553 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2766781Z E 00:00:36.340555 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2767113Z E 00:00:36.340560 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2767352Z I 00:00:36.340563 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2767534Z I 00:00:36.340566 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2767691Z I 00:00:36.340568 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2767861Z I 00:00:36.340570 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2768028Z I 00:00:36.340573 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2768186Z I 00:00:36.340574 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2768435Z I 00:00:36.340578 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2768634Z I 00:00:36.340580 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2768845Z I 00:00:36.340582 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2769008Z I 00:00:36.340584 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2769188Z I 00:00:36.340587 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2769351Z I 00:00:36.340589 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2769586Z I 00:00:36.340592 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2769747Z I 00:00:36.340594 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2769902Z I 00:00:36.340596 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2770063Z I 00:00:36.340598 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2770218Z I 00:00:36.340600 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2770381Z I 00:00:36.340602 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2770611Z I 00:00:36.340604 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2770766Z I 00:00:36.340607 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2771048Z I 00:00:36.340610 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2771198Z I 00:00:36.340612 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2771377Z I 00:00:36.340615 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2771561Z I 00:00:36.340617 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2771803Z I 00:00:36.340619 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2771951Z I 00:00:36.340623 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2772102Z I 00:00:36.340625 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2772256Z I 00:00:36.340627 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2772404Z I 00:00:36.340629 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2772575Z I 00:00:36.340631 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2772835Z E 00:00:36.340633 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2773167Z E 00:00:36.340653 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2773393Z I 00:00:36.340655 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2773552Z I 00:00:36.340657 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2773732Z I 00:00:36.340659 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2773892Z I 00:00:36.340661 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2774054Z I 00:00:36.340664 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2774209Z I 00:00:36.340667 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2774447Z I 00:00:36.340671 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2774596Z I 00:00:36.340673 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2774744Z I 00:00:36.340675 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2774907Z I 00:00:36.340676 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2775054Z I 00:00:36.340679 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2775211Z I 00:00:36.340682 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2775425Z I 00:00:36.340683 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2775587Z I 00:00:36.340685 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2775730Z I 00:00:36.340687 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2775947Z I 00:00:36.340691 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2776104Z I 00:00:36.340693 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2776247Z I 00:00:36.340695 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2776548Z E 00:00:36.340698 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2776843Z E 00:00:36.340700 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2777125Z I 00:00:36.340703 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2777269Z I 00:00:36.340705 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2777416Z I 00:00:36.340707 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2777577Z I 00:00:36.340709 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2777719Z I 00:00:36.340711 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2777877Z I 00:00:36.340712 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2778092Z I 00:00:36.340714 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2778250Z I 00:00:36.340715 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2778394Z I 00:00:36.340717 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2778539Z I 00:00:36.340719 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2778698Z I 00:00:36.340721 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2778843Z I 00:00:36.340723 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2779069Z I 00:00:36.340724 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2779215Z I 00:00:36.340726 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2779397Z I 00:00:36.340728 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2779612Z I 00:00:36.340729 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2779754Z I 00:00:36.340731 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2779904Z I 00:00:36.340734 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2780158Z E 00:00:36.340735 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2780456Z E 00:00:36.340740 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2780676Z I 00:00:36.340743 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2780834Z I 00:00:36.340746 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2780982Z I 00:00:36.340747 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2781124Z I 00:00:36.340749 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2781284Z I 00:00:36.340752 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2781432Z I 00:00:36.340753 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2781655Z I 00:00:36.340758 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2781802Z I 00:00:36.340760 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2781956Z I 00:00:36.340763 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2782105Z I 00:00:36.340765 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2782253Z I 00:00:36.340769 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2782408Z I 00:00:36.340772 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2782629Z I 00:00:36.340773 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2782785Z I 00:00:36.340775 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2782933Z I 00:00:36.340778 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2783091Z I 00:00:36.340780 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2783241Z I 00:00:36.340783 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2783388Z I 00:00:36.340785 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2783616Z I 00:00:36.340787 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2783763Z I 00:00:36.340790 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2783916Z I 00:00:36.340792 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2784093Z I 00:00:36.340794 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2784244Z I 00:00:36.340796 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2784389Z I 00:00:36.340798 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2784660Z I 00:00:36.340801 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2784812Z I 00:00:36.340804 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2784968Z I 00:00:36.340806 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2785117Z I 00:00:36.340808 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2785269Z I 00:00:36.340810 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2785418Z I 00:00:36.340812 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2785684Z E 00:00:36.340813 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2785977Z E 00:00:36.340833 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2786209Z I 00:00:36.340836 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2786352Z I 00:00:36.340837 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2786502Z I 00:00:36.340839 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2786653Z I 00:00:36.340843 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2786800Z I 00:00:36.340845 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2786960Z I 00:00:36.340848 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2787431Z I 00:00:36.340850 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2787582Z I 00:00:36.340851 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2787739Z I 00:00:36.340854 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2787885Z I 00:00:36.340855 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2788042Z I 00:00:36.340857 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2788186Z I 00:00:36.340860 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2788419Z I 00:00:36.340862 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2788565Z I 00:00:36.340864 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2788710Z I 00:00:36.340867 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2788940Z I 00:00:36.340870 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2789084Z I 00:00:36.340872 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2789243Z I 00:00:36.340875 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2789497Z E 00:00:36.340876 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2789803Z E 00:00:36.340880 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2790018Z I 00:00:36.340884 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2790178Z I 00:00:36.340886 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2790325Z I 00:00:36.340889 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2790473Z I 00:00:36.340892 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2790636Z I 00:00:36.340894 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2790778Z I 00:00:36.340896 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2791007Z I 00:00:36.340898 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2791154Z I 00:00:36.340901 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2791310Z I 00:00:36.340903 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2791459Z I 00:00:36.340907 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2791603Z I 00:00:36.340911 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2791756Z I 00:00:36.340913 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2791969Z I 00:00:36.340915 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2792244Z I 00:00:36.340916 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2792395Z I 00:00:36.340918 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2792846Z I 00:00:36.340919 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2793023Z I 00:00:36.340921 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2793179Z I 00:00:36.340923 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2793476Z E 00:00:36.340925 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2793788Z E 00:00:36.340930 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2794036Z I 00:00:36.340932 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2794196Z I 00:00:36.340935 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2794365Z I 00:00:36.340938 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2794525Z I 00:00:36.340941 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2794680Z I 00:00:36.340943 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2794849Z I 00:00:36.340945 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2795084Z I 00:00:36.340947 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2795248Z I 00:00:36.340950 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2795405Z I 00:00:36.340952 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2795597Z I 00:00:36.340955 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2795751Z I 00:00:36.340957 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2795905Z I 00:00:36.340958 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2796143Z I 00:00:36.340961 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2796299Z I 00:00:36.340964 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2796467Z I 00:00:36.340967 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2796622Z I 00:00:36.340968 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2796784Z I 00:00:36.340970 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2796952Z I 00:00:36.340971 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2797186Z I 00:00:36.340973 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2797349Z I 00:00:36.340976 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2797508Z I 00:00:36.340977 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2797673Z I 00:00:36.340979 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2797830Z I 00:00:36.340981 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2797987Z I 00:00:36.340985 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2798234Z I 00:00:36.340987 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2798393Z I 00:00:36.340988 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2798558Z I 00:00:36.340991 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2798716Z I 00:00:36.340993 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2798879Z I 00:00:36.340997 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2799034Z I 00:00:36.340999 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2799311Z E 00:00:36.341002 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2799637Z E 00:00:36.341023 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2799871Z I 00:00:36.341025 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2800035Z I 00:00:36.341027 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2800194Z I 00:00:36.341029 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2800359Z I 00:00:36.341031 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2800543Z I 00:00:36.341032 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2800699Z I 00:00:36.341037 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2800991Z I 00:00:36.341039 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2801148Z I 00:00:36.341041 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2801316Z I 00:00:36.341043 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2801475Z I 00:00:36.341045 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2801643Z I 00:00:36.341047 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2801797Z I 00:00:36.341051 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2802032Z I 00:00:36.341055 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2802200Z I 00:00:36.341056 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2802357Z I 00:00:36.341059 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2802600Z I 00:00:36.341062 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2802760Z I 00:00:36.341064 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2802934Z I 00:00:36.341066 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2803210Z E 00:00:36.341070 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2803543Z E 00:00:36.341073 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2803801Z I 00:00:36.341076 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2803962Z I 00:00:36.341079 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2804134Z I 00:00:36.341083 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2804289Z I 00:00:36.341085 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2804457Z I 00:00:36.341087 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2804614Z I 00:00:36.341088 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2804955Z I 00:00:36.341090 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2805104Z I 00:00:36.341092 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2805245Z I 00:00:36.341093 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2805405Z I 00:00:36.341095 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2805548Z I 00:00:36.341097 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2805704Z I 00:00:36.341099 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2805918Z I 00:00:36.341101 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2806062Z I 00:00:36.341102 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2806221Z I 00:00:36.341105 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2806437Z I 00:00:36.341107 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2806595Z I 00:00:36.341109 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2806736Z I 00:00:36.341111 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2807007Z E 00:00:36.341113 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2807297Z E 00:00:36.341118 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2807523Z I 00:00:36.341120 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2807671Z I 00:00:36.341124 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2807813Z I 00:00:36.341126 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2807971Z I 00:00:36.341128 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2808116Z I 00:00:36.341130 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2808267Z I 00:00:36.341132 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2808485Z I 00:00:36.341134 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2808666Z I 00:00:36.341136 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2808812Z I 00:00:36.341138 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2809007Z I 00:00:36.341140 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2809157Z I 00:00:36.341143 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2809303Z I 00:00:36.341145 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2809526Z I 00:00:36.341146 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2809678Z I 00:00:36.341148 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2809829Z I 00:00:36.341149 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2809974Z I 00:00:36.341151 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2810130Z I 00:00:36.341153 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2810275Z I 00:00:36.341155 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2810498Z I 00:00:36.341157 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2810643Z I 00:00:36.341160 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2810802Z I 00:00:36.341161 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2810947Z I 00:00:36.341164 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2811093Z I 00:00:36.341166 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2811245Z I 00:00:36.341168 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2811484Z I 00:00:36.341169 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2811635Z I 00:00:36.341171 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2811780Z I 00:00:36.341174 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2811935Z I 00:00:36.341176 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2812074Z I 00:00:36.341177 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2812221Z I 00:00:36.341180 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2812481Z E 00:00:36.341181 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2812778Z E 00:00:36.341201 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2813000Z I 00:00:36.341204 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2813144Z I 00:00:36.341206 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2813299Z I 00:00:36.341208 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2813447Z I 00:00:36.341210 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2813590Z I 00:00:36.341211 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2813741Z I 00:00:36.341213 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2813956Z I 00:00:36.341215 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2814109Z I 00:00:36.341217 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2814255Z I 00:00:36.341219 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2814406Z I 00:00:36.341221 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2814551Z I 00:00:36.341223 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2814695Z I 00:00:36.341225 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2814922Z I 00:00:36.341226 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2815066Z I 00:00:36.341229 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2815224Z I 00:00:36.341230 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2815437Z I 00:00:36.341232 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2815595Z I 00:00:36.341234 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2815738Z I 00:00:36.341235 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2815994Z E 00:00:36.341237 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2816326Z E 00:00:36.341241 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2816599Z I 00:00:36.341243 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2816758Z I 00:00:36.341245 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2816903Z I 00:00:36.341247 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2817057Z I 00:00:36.341250 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2817207Z I 00:00:36.341251 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2817349Z I 00:00:36.341253 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2817572Z I 00:00:36.341255 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2817717Z I 00:00:36.341257 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2817872Z I 00:00:36.341259 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2818019Z I 00:00:36.341261 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2818174Z I 00:00:36.341263 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2818319Z I 00:00:36.341265 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2818531Z I 00:00:36.341268 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2818685Z I 00:00:36.341271 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2818827Z I 00:00:36.341273 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2819072Z I 00:00:36.341275 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2819218Z I 00:00:36.341277 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2819366Z I 00:00:36.341279 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2819619Z E 00:00:36.341280 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2819916Z E 00:00:36.341286 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2820131Z I 00:00:36.341290 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2820283Z I 00:00:36.341292 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2820438Z I 00:00:36.341294 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2820586Z I 00:00:36.341296 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2820736Z I 00:00:36.341298 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2820884Z I 00:00:36.341300 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2821104Z I 00:00:36.341304 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2821245Z I 00:00:36.341306 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2821388Z I 00:00:36.341308 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2821536Z I 00:00:36.341310 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2821684Z I 00:00:36.341313 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2821840Z I 00:00:36.341314 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2822057Z I 00:00:36.341316 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2822202Z I 00:00:36.341318 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2822353Z I 00:00:36.341320 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2822498Z I 00:00:36.341322 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2822651Z I 00:00:36.341325 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2822791Z I 00:00:36.341326 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2823012Z I 00:00:36.341329 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2823156Z I 00:00:36.341331 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2823303Z I 00:00:36.341333 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2823455Z I 00:00:36.341335 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2823627Z I 00:00:36.341337 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2823774Z I 00:00:36.341338 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2824037Z I 00:00:36.341340 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2824190Z I 00:00:36.341343 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2824341Z I 00:00:36.341344 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2824485Z I 00:00:36.341346 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2824637Z I 00:00:36.341348 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2824782Z I 00:00:36.341352 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2825039Z E 00:00:36.341354 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2825337Z E 00:00:36.341374 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2825562Z I 00:00:36.341377 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2825712Z I 00:00:36.341379 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2825859Z I 00:00:36.341381 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2826009Z I 00:00:36.341383 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2826155Z I 00:00:36.341384 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2826307Z I 00:00:36.341387 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2826552Z I 00:00:36.341391 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2826702Z I 00:00:36.341393 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2826852Z I 00:00:36.341394 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2827001Z I 00:00:36.341397 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2827155Z I 00:00:36.341398 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2827305Z I 00:00:36.341400 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2827528Z I 00:00:36.341403 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2827674Z I 00:00:36.341405 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2827826Z I 00:00:36.341407 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2828039Z I 00:00:36.341409 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2828188Z I 00:00:36.341411 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2828338Z I 00:00:36.341415 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2828591Z E 00:00:36.341417 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2828896Z E 00:00:36.341421 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2829109Z I 00:00:36.341423 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2829257Z I 00:00:36.341425 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2829399Z I 00:00:36.341426 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2829552Z I 00:00:36.341428 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2829701Z I 00:00:36.341431 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2829844Z I 00:00:36.341434 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2830061Z I 00:00:36.341436 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2830209Z I 00:00:36.341439 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2830358Z I 00:00:36.341440 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2830499Z I 00:00:36.341443 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2830645Z I 00:00:36.341446 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2830792Z I 00:00:36.341448 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2831003Z I 00:00:36.341449 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2831180Z I 00:00:36.341451 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2831319Z I 00:00:36.341453 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2831591Z I 00:00:36.341455 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2831737Z I 00:00:36.341458 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2831878Z I 00:00:36.341460 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2832210Z E 00:00:36.341462 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2832673Z E 00:00:36.341467 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2832918Z I 00:00:36.341469 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2833077Z I 00:00:36.341471 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2833242Z I 00:00:36.341473 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2833403Z I 00:00:36.341475 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2833570Z I 00:00:36.341478 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2833735Z I 00:00:36.341479 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2833970Z I 00:00:36.341481 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2834130Z I 00:00:36.341484 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2834282Z I 00:00:36.341486 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2834472Z I 00:00:36.341488 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2834628Z I 00:00:36.341491 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2834782Z I 00:00:36.341493 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2835023Z I 00:00:36.341495 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2835179Z I 00:00:36.341497 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2835342Z I 00:00:36.341498 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2835496Z I 00:00:36.341500 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2835657Z I 00:00:36.341502 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2835813Z I 00:00:36.341503 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2836047Z I 00:00:36.341506 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2836208Z I 00:00:36.341507 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2836366Z I 00:00:36.341509 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2836528Z I 00:00:36.341511 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2836680Z I 00:00:36.341514 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2836842Z I 00:00:36.341516 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2837074Z I 00:00:36.341517 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2837230Z I 00:00:36.341519 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2837396Z I 00:00:36.341521 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2837553Z I 00:00:36.341524 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2837719Z I 00:00:36.341526 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2837874Z I 00:00:36.341527 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2838158Z E 00:00:36.341529 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2838476Z E 00:00:36.341551 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2838707Z I 00:00:36.341554 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2838869Z I 00:00:36.341555 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2839022Z I 00:00:36.341558 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2839182Z I 00:00:36.341560 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2839368Z I 00:00:36.341564 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2839530Z I 00:00:36.341568 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2839809Z I 00:00:36.341569 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2839967Z I 00:00:36.341571 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2840128Z I 00:00:36.341573 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2840283Z I 00:00:36.341575 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2840447Z I 00:00:36.341577 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2840602Z I 00:00:36.341579 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2840839Z I 00:00:36.341580 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2840994Z I 00:00:36.341583 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2841146Z I 00:00:36.341585 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2841388Z I 00:00:36.341590 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2841543Z I 00:00:36.341592 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2841708Z I 00:00:36.341594 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2841987Z E 00:00:36.341596 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2842313Z E 00:00:36.341600 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2842572Z I 00:00:36.341602 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2842737Z I 00:00:36.341605 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2842893Z I 00:00:36.341606 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2843049Z I 00:00:36.341608 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2843213Z I 00:00:36.341609 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2843371Z I 00:00:36.341610 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2843618Z I 00:00:36.341616 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2843773Z I 00:00:36.341619 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2843933Z I 00:00:36.341621 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2844098Z I 00:00:36.341623 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2844253Z I 00:00:36.341626 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2844416Z I 00:00:36.341628 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2844653Z I 00:00:36.341630 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2844918Z I 00:00:36.341632 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2845062Z I 00:00:36.341634 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2845281Z I 00:00:36.341636 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2845432Z I 00:00:36.341638 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2845579Z I 00:00:36.341640 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2845843Z E 00:00:36.341642 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2846135Z E 00:00:36.341647 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2846357Z I 00:00:36.341650 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2846501Z I 00:00:36.341653 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2846653Z I 00:00:36.341655 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2846795Z I 00:00:36.341656 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2846942Z I 00:00:36.341659 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2847092Z I 00:00:36.341662 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2847310Z I 00:00:36.341666 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2847493Z I 00:00:36.341671 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2847636Z I 00:00:36.341673 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2847848Z I 00:00:36.341675 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2847990Z I 00:00:36.341676 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2848131Z I 00:00:36.341677 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2848351Z I 00:00:36.341680 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2848497Z I 00:00:36.341682 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2848645Z I 00:00:36.341684 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2848791Z I 00:00:36.341685 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2848935Z I 00:00:36.341688 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2849082Z I 00:00:36.341690 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2849303Z I 00:00:36.341692 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2849456Z I 00:00:36.341694 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2849602Z I 00:00:36.341696 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2849756Z I 00:00:36.341697 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2849900Z I 00:00:36.341699 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2850047Z I 00:00:36.341703 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2850290Z I 00:00:36.341705 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2850432Z I 00:00:36.341707 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2850584Z I 00:00:36.341708 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2850725Z I 00:00:36.341710 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2850876Z I 00:00:36.341712 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2851017Z I 00:00:36.341714 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2851269Z E 00:00:36.341715 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2851570Z E 00:00:36.341736 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2851789Z I 00:00:36.341739 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2851937Z I 00:00:36.341741 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2852079Z I 00:00:36.341743 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2852234Z I 00:00:36.341745 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2852376Z I 00:00:36.341747 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2852520Z I 00:00:36.341749 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2852740Z I 00:00:36.341753 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2852883Z I 00:00:36.341757 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2853033Z I 00:00:36.341759 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2853174Z I 00:00:36.341761 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2853456Z I 00:00:36.341763 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2853770Z I 00:00:36.341764 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2854001Z I 00:00:36.341767 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2854164Z I 00:00:36.341769 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2854320Z I 00:00:36.341771 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2854559Z I 00:00:36.341773 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2854715Z I 00:00:36.341774 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2854875Z I 00:00:36.341778 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2855152Z E 00:00:36.341780 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2855525Z E 00:00:36.341783 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2855834Z I 00:00:36.341786 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2855991Z I 00:00:36.341788 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2856152Z I 00:00:36.341790 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2856308Z I 00:00:36.341791 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2856470Z I 00:00:36.341793 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2856621Z I 00:00:36.341795 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2856861Z I 00:00:36.341797 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2857014Z I 00:00:36.341800 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2857166Z I 00:00:36.341802 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2857326Z I 00:00:36.341804 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2857481Z I 00:00:36.341806 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2857639Z I 00:00:36.341807 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2857873Z I 00:00:36.341811 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2858027Z I 00:00:36.341814 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2858187Z I 00:00:36.341816 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2858457Z I 00:00:36.341818 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2858621Z I 00:00:36.341821 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2858776Z I 00:00:36.341823 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2859055Z E 00:00:36.341824 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2859363Z E 00:00:36.341829 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2859606Z I 00:00:36.341832 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2859761Z I 00:00:36.341835 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2859919Z I 00:00:36.341838 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2860079Z I 00:00:36.341840 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2860234Z I 00:00:36.341842 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2860396Z I 00:00:36.341844 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2860628Z I 00:00:36.341846 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2860791Z I 00:00:36.341848 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2860942Z I 00:00:36.341850 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2861092Z I 00:00:36.341852 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2861251Z I 00:00:36.341855 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2861405Z I 00:00:36.341857 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2861643Z I 00:00:36.341858 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2861802Z I 00:00:36.341860 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2861955Z I 00:00:36.341861 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2862114Z I 00:00:36.341865 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2862270Z I 00:00:36.341868 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2862431Z I 00:00:36.341872 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2862661Z I 00:00:36.341874 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2862820Z I 00:00:36.341876 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2862972Z I 00:00:36.341878 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2863127Z I 00:00:36.341881 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2863316Z I 00:00:36.341883 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2863469Z I 00:00:36.341884 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2863756Z I 00:00:36.341888 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2863911Z I 00:00:36.341890 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2864071Z I 00:00:36.341892 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2864228Z I 00:00:36.341894 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2864385Z I 00:00:36.341896 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2864546Z I 00:00:36.341897 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2864820Z E 00:00:36.341901 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2865140Z E 00:00:36.341923 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2865373Z I 00:00:36.341925 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2865537Z I 00:00:36.341927 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2865799Z I 00:00:36.341929 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2865953Z I 00:00:36.341930 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2866106Z I 00:00:36.341932 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2866258Z I 00:00:36.341934 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2866587Z I 00:00:36.341936 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2866759Z I 00:00:36.341940 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2866915Z I 00:00:36.341942 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2867059Z I 00:00:36.341944 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2867203Z I 00:00:36.341946 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2867354Z I 00:00:36.341947 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2867569Z I 00:00:36.341950 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2867717Z I 00:00:36.341953 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2867861Z I 00:00:36.341955 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2868083Z I 00:00:36.341957 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2868224Z I 00:00:36.341958 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2868366Z I 00:00:36.341960 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2868629Z E 00:00:36.341963 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2868921Z E 00:00:36.341967 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2869140Z I 00:00:36.341969 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2869285Z I 00:00:36.341971 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2869434Z I 00:00:36.341973 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2869578Z I 00:00:36.341974 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2869730Z I 00:00:36.341976 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2869874Z I 00:00:36.341977 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2870090Z I 00:00:36.341979 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2870235Z I 00:00:36.341981 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2870380Z I 00:00:36.341983 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2870531Z I 00:00:36.341985 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2870671Z I 00:00:36.341986 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2870813Z I 00:00:36.341990 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2871031Z I 00:00:36.341992 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2871210Z I 00:00:36.341994 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2871356Z I 00:00:36.341996 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2871614Z I 00:00:36.341998 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2871765Z I 00:00:36.342000 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2871910Z I 00:00:36.342001 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2872227Z E 00:00:36.342003 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2872690Z E 00:00:36.342009 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2872922Z I 00:00:36.342011 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2873084Z I 00:00:36.342013 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2873237Z I 00:00:36.342015 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2873395Z I 00:00:36.342018 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2873550Z I 00:00:36.342020 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2873707Z I 00:00:36.342022 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2873941Z I 00:00:36.342024 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2874098Z I 00:00:36.342027 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2874256Z I 00:00:36.342028 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2874441Z I 00:00:36.342030 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2874600Z I 00:00:36.342031 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2874754Z I 00:00:36.342034 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2874991Z I 00:00:36.342036 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2875150Z I 00:00:36.342039 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2875303Z I 00:00:36.342041 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2875470Z I 00:00:36.342043 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2875623Z I 00:00:36.342046 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2875792Z I 00:00:36.342050 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2876024Z I 00:00:36.342053 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2876189Z I 00:00:36.342055 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2876346Z I 00:00:36.342057 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2876503Z I 00:00:36.342062 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2876665Z I 00:00:36.342065 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2876819Z I 00:00:36.342068 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2877067Z I 00:00:36.342071 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2877221Z I 00:00:36.342073 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2877377Z I 00:00:36.342076 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2877540Z I 00:00:36.342078 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2877697Z I 00:00:36.342081 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2877864Z I 00:00:36.342085 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2878138Z E 00:00:36.342087 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2878464Z E 00:00:36.342108 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2878699Z I 00:00:36.342110 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2878863Z I 00:00:36.342113 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2879020Z I 00:00:36.342114 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2879174Z I 00:00:36.342116 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2879338Z I 00:00:36.342120 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2879532Z I 00:00:36.342122 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2879765Z I 00:00:36.342124 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2879975Z I 00:00:36.342126 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2880129Z I 00:00:36.342128 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2880291Z I 00:00:36.342130 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2880447Z I 00:00:36.342135 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2880609Z I 00:00:36.342139 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2880846Z I 00:00:36.342141 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2881011Z I 00:00:36.342143 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2881168Z I 00:00:36.342145 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2881403Z I 00:00:36.342147 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2881568Z I 00:00:36.342149 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2881724Z I 00:00:36.342151 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2882012Z E 00:00:36.342153 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2882326Z E 00:00:36.342157 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2882563Z I 00:00:36.342159 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2882748Z I 00:00:36.342162 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2882909Z I 00:00:36.342164 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2883063Z I 00:00:36.342165 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2883215Z I 00:00:36.342167 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2883375Z I 00:00:36.342169 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2883609Z I 00:00:36.342171 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2883774Z I 00:00:36.342176 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2883934Z I 00:00:36.342179 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2884098Z I 00:00:36.342180 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2884251Z I 00:00:36.342184 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2884406Z I 00:00:36.342188 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2884646Z I 00:00:36.342190 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2884903Z I 00:00:36.342195 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2885051Z I 00:00:36.342197 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2885262Z I 00:00:36.342200 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2885414Z I 00:00:36.342202 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2885555Z I 00:00:36.342204 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2885813Z E 00:00:36.342212 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2886109Z E 00:00:36.342219 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2886322Z I 00:00:36.342222 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2886477Z I 00:00:36.342225 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2886620Z I 00:00:36.342227 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2886772Z I 00:00:36.342229 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2886915Z I 00:00:36.342230 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2887058Z I 00:00:36.342232 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2887283Z I 00:00:36.342234 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2887451Z I 00:00:36.342236 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2887603Z I 00:00:36.342238 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2887744Z I 00:00:36.342241 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2888131Z I 00:00:36.342244 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2888273Z I 00:00:36.342246 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2888487Z I 00:00:36.342247 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2888644Z I 00:00:36.342249 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2888784Z I 00:00:36.342251 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2888940Z I 00:00:36.342255 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2889081Z I 00:00:36.342257 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2889224Z I 00:00:36.342259 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2889449Z I 00:00:36.342261 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2889595Z I 00:00:36.342262 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2889746Z I 00:00:36.342265 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2889891Z I 00:00:36.342266 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2890045Z I 00:00:36.342270 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2890188Z I 00:00:36.342272 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2890567Z I 00:00:36.342274 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2890755Z I 00:00:36.342276 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2890903Z I 00:00:36.342278 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2891064Z I 00:00:36.342281 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2891213Z I 00:00:36.342283 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2891371Z I 00:00:36.342284 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2891637Z E 00:00:36.342286 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:42.2891946Z E 00:00:36.342308 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2892178Z I 00:00:36.342310 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2892329Z I 00:00:36.342313 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2892488Z I 00:00:36.342314 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2892642Z I 00:00:36.342316 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2892799Z I 00:00:36.342318 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2892950Z I 00:00:36.342320 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2893182Z I 00:00:36.342322 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2893336Z I 00:00:36.342327 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2893491Z I 00:00:36.342345 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2893653Z I 00:00:36.342347 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2893807Z I 00:00:36.342349 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2893963Z I 00:00:36.342353 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2894193Z I 00:00:36.342354 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2894346Z I 00:00:36.342356 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2894504Z I 00:00:36.342357 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2894732Z I 00:00:36.342359 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2894887Z I 00:00:36.342361 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2895038Z I 00:00:36.342362 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2895313Z E 00:00:36.342367 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2895648Z E 00:00:36.342371 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:42.2895883Z I 00:00:36.342373 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2896082Z I 00:00:36.342374 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2896234Z I 00:00:36.342376 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2896392Z I 00:00:36.342378 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2896548Z I 00:00:36.342379 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2896706Z I 00:00:36.342381 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2896934Z I 00:00:36.342382 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2897092Z I 00:00:36.342384 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2897241Z I 00:00:36.342399 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2897394Z I 00:00:36.342401 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2897551Z I 00:00:36.342403 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2897701Z I 00:00:36.342405 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2897940Z I 00:00:36.342409 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2898089Z I 00:00:36.342415 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2898251Z I 00:00:36.342418 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2898478Z I 00:00:36.342419 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2898657Z I 00:00:36.342421 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2898820Z I 00:00:36.342424 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2899094Z E 00:00:36.342425 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:42.2899401Z E 00:00:36.342430 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:42.2899628Z I 00:00:36.342433 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2899798Z I 00:00:36.342436 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2899949Z I 00:00:36.342438 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2900100Z I 00:00:36.342441 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2900261Z I 00:00:36.342443 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2900409Z I 00:00:36.342445 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2900653Z I 00:00:36.342447 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2900809Z I 00:00:36.342450 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2900971Z I 00:00:36.342452 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2901121Z I 00:00:36.342454 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2901271Z I 00:00:36.342456 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2901436Z I 00:00:36.342459 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2901663Z I 00:00:36.342460 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2901828Z I 00:00:36.342462 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2901978Z I 00:00:36.342465 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2902142Z I 00:00:36.342467 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2902294Z I 00:00:36.342471 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:42.2902550Z I 00:00:36.342473 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:42.2902781Z I 00:00:36.342474 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:42.2902922Z I 00:00:36.342477 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:42.2903077Z I 00:00:36.342479 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:42.2903219Z I 00:00:36.342481 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:42.2903362Z I 00:00:36.342483 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1902396Z I 00:00:36.342485 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1903452Z I 00:00:36.342487 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1904895Z I 00:00:36.342489 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1905602Z I 00:00:36.342491 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1906390Z I 00:00:36.342496 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1907007Z I 00:00:36.342499 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1907611Z I 00:00:36.342502 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1908608Z E 00:00:36.342505 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.1909498Z E 00:00:36.342516 executorch:method.cpp:964] There are 96 instructions don't have corresponding operator registered. See logs for details 2025-03-21T21:19:59.1911060Z I 00:00:36.426431 executorch:llava_runner.cpp:144] RSS after loading model: 6408.457031 MiB (0 if unsupported) 2025-03-21T21:19:59.1912000Z E 00:00:53.315922 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.1913244Z I 00:00:53.315939 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1913823Z I 00:00:53.315942 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1914313Z I 00:00:53.315943 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1915063Z I 00:00:53.315945 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1915839Z I 00:00:53.315946 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1916329Z I 00:00:53.315947 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1916921Z I 00:00:53.315949 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1917897Z I 00:00:53.315950 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1918370Z I 00:00:53.315951 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1918833Z I 00:00:53.315953 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1919318Z I 00:00:53.315954 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1920005Z I 00:00:53.315955 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1920806Z I 00:00:53.315956 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1921363Z I 00:00:53.315958 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1921810Z I 00:00:53.315959 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1922377Z I 00:00:53.315960 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1923013Z I 00:00:53.315962 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1923862Z I 00:00:53.315963 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1924463Z E 00:00:53.315964 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.1925224Z E 00:00:53.315969 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.1925926Z I 00:00:53.315970 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1926655Z I 00:00:53.315971 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1927453Z I 00:00:53.315973 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1928026Z I 00:00:53.315974 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1928485Z I 00:00:53.315976 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1928950Z I 00:00:53.315977 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1929575Z I 00:00:53.315979 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1930116Z I 00:00:53.315980 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1930595Z I 00:00:53.315982 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1931044Z I 00:00:53.315983 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1931611Z I 00:00:53.315984 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1932061Z I 00:00:53.315986 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1932746Z I 00:00:53.315987 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1933317Z I 00:00:53.315989 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1933768Z I 00:00:53.315991 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1934292Z I 00:00:53.315992 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1934829Z I 00:00:53.315993 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1935279Z I 00:00:53.316003 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1935936Z E 00:00:53.316004 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.1936695Z E 00:00:53.316010 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.1937381Z I 00:00:53.316012 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1937945Z I 00:00:53.316014 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1938415Z I 00:00:53.316016 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1938870Z I 00:00:53.316018 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1939734Z I 00:00:53.316036 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1940195Z I 00:00:53.316038 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1940760Z I 00:00:53.316040 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1941306Z I 00:00:53.316042 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1941868Z I 00:00:53.316044 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1942611Z I 00:00:53.316045 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1943064Z I 00:00:53.316047 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1943516Z I 00:00:53.316048 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1944047Z I 00:00:53.316051 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1944586Z I 00:00:53.316058 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1945242Z I 00:00:53.316060 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1945995Z I 00:00:53.316071 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1946604Z I 00:00:53.316073 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1947053Z I 00:00:53.316075 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1947582Z I 00:00:53.316077 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1948294Z I 00:00:53.316079 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1948973Z I 00:00:53.316082 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1949421Z I 00:00:53.316084 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1949866Z I 00:00:53.316086 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1950317Z I 00:00:53.316088 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1950838Z I 00:00:53.316091 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1951357Z I 00:00:53.316093 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1951803Z I 00:00:53.316097 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1952338Z I 00:00:53.316099 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1952789Z I 00:00:53.316101 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1953241Z I 00:00:53.316104 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1954015Z E 00:00:53.316106 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.1954734Z E 00:00:53.316136 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.1955426Z I 00:00:53.316138 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1956058Z I 00:00:53.316140 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1956510Z I 00:00:53.316142 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1956965Z I 00:00:53.316146 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1957488Z I 00:00:53.316148 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1957938Z I 00:00:53.316150 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1958459Z I 00:00:53.316152 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1959001Z I 00:00:53.316154 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1959456Z I 00:00:53.316158 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1959908Z I 00:00:53.316160 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1960342Z I 00:00:53.316162 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1960788Z I 00:00:53.316164 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1961310Z I 00:00:53.316166 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1961849Z I 00:00:53.316168 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1962296Z I 00:00:53.316170 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1962807Z I 00:00:53.316172 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1963342Z I 00:00:53.316174 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1963791Z I 00:00:53.316176 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1964398Z E 00:00:53.316178 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.1965132Z E 00:00:53.316182 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.1965820Z I 00:00:53.316185 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1966340Z I 00:00:53.316187 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1966895Z I 00:00:53.316189 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1967335Z I 00:00:53.316192 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1967769Z I 00:00:53.316194 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1968207Z I 00:00:53.316196 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1968888Z I 00:00:53.316198 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1969407Z I 00:00:53.316201 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1969853Z I 00:00:53.316204 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1970299Z I 00:00:53.316206 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1970743Z I 00:00:53.316208 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1971188Z I 00:00:53.316211 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1971695Z I 00:00:53.316213 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1972227Z I 00:00:53.316215 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1972675Z I 00:00:53.316218 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1973193Z I 00:00:53.316220 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1973730Z I 00:00:53.316222 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1974175Z I 00:00:53.316224 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1974723Z E 00:00:53.316227 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.1975452Z E 00:00:53.316233 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.1976131Z I 00:00:53.316235 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1976662Z I 00:00:53.316237 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1977108Z I 00:00:53.316239 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1977540Z I 00:00:53.316241 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1978065Z I 00:00:53.316243 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1978512Z I 00:00:53.316246 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1979096Z I 00:00:53.316248 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1979631Z I 00:00:53.316250 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1980080Z I 00:00:53.316252 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1980516Z I 00:00:53.316254 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1980974Z I 00:00:53.316255 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1981421Z I 00:00:53.316257 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1981941Z I 00:00:53.316258 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1982470Z I 00:00:53.316260 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1982904Z I 00:00:53.316261 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1983868Z I 00:00:53.316262 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1984328Z I 00:00:53.316264 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1984780Z I 00:00:53.316265 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1985307Z I 00:00:53.316268 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1985839Z I 00:00:53.316269 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1986277Z I 00:00:53.316271 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1986755Z I 00:00:53.316274 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1987205Z I 00:00:53.316276 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1987654Z I 00:00:53.316278 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1988179Z I 00:00:53.316280 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1988711Z I 00:00:53.316282 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1989146Z I 00:00:53.316284 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1989604Z I 00:00:53.316287 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1990063Z I 00:00:53.316290 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1990514Z I 00:00:53.316292 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1991078Z E 00:00:53.316294 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.1991798Z E 00:00:53.316319 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.1992576Z I 00:00:53.316321 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1993143Z I 00:00:53.316323 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1993593Z I 00:00:53.316324 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1994045Z I 00:00:53.316326 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1994496Z I 00:00:53.316327 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1994930Z I 00:00:53.316328 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.1995453Z I 00:00:53.316329 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.1995987Z I 00:00:53.316331 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.1996434Z I 00:00:53.316332 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.1996880Z I 00:00:53.316334 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.1997314Z I 00:00:53.316335 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.1997759Z I 00:00:53.316336 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2001216Z I 00:00:53.316338 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2001792Z I 00:00:53.316339 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2002245Z I 00:00:53.316340 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2002756Z I 00:00:53.316342 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2003342Z I 00:00:53.316343 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2003791Z I 00:00:53.316345 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2004494Z E 00:00:53.316346 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2005178Z E 00:00:53.316349 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2005824Z I 00:00:53.316350 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2006312Z I 00:00:53.316352 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2006734Z I 00:00:53.316353 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2007188Z I 00:00:53.316354 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2007607Z I 00:00:53.316356 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2008026Z I 00:00:53.316357 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2008497Z I 00:00:53.316358 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2008993Z I 00:00:53.316360 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2009410Z I 00:00:53.316361 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2009830Z I 00:00:53.316362 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2010248Z I 00:00:53.316364 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2010659Z I 00:00:53.316365 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2011143Z I 00:00:53.316366 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2011672Z I 00:00:53.316368 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2012086Z I 00:00:53.316369 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2012570Z I 00:00:53.316370 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2013069Z I 00:00:53.316372 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2013473Z I 00:00:53.316373 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2014003Z E 00:00:53.316375 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2014684Z E 00:00:53.316379 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2015315Z I 00:00:53.316381 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2015809Z I 00:00:53.316382 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2016212Z I 00:00:53.316383 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2016631Z I 00:00:53.316385 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2017053Z I 00:00:53.316387 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2017467Z I 00:00:53.316388 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2017954Z I 00:00:53.316389 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2018452Z I 00:00:53.316391 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2018859Z I 00:00:53.316392 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2019273Z I 00:00:53.316394 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2019691Z I 00:00:53.316395 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2020106Z I 00:00:53.316396 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2020587Z I 00:00:53.316397 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2021066Z I 00:00:53.316399 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2021483Z I 00:00:53.316400 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2021896Z I 00:00:53.316402 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2022393Z I 00:00:53.316403 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2022811Z I 00:00:53.316404 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2023299Z I 00:00:53.316406 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2023813Z I 00:00:53.316411 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2024231Z I 00:00:53.316414 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2024651Z I 00:00:53.316416 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2025100Z I 00:00:53.316418 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2025521Z I 00:00:53.316420 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2025995Z I 00:00:53.316421 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2026495Z I 00:00:53.316422 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2026918Z I 00:00:53.316432 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2027343Z I 00:00:53.316434 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2027762Z I 00:00:53.316436 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2028180Z I 00:00:53.316439 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2028685Z E 00:00:53.316440 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2029365Z E 00:00:53.316467 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2030007Z I 00:00:53.316470 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2030502Z I 00:00:53.316472 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2030937Z I 00:00:53.316474 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2031357Z I 00:00:53.316478 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2031790Z I 00:00:53.316479 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2032296Z I 00:00:53.316483 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2032979Z I 00:00:53.316486 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2033525Z I 00:00:53.316488 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2033981Z I 00:00:53.316490 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2034424Z I 00:00:53.316493 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2034881Z I 00:00:53.316495 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2035337Z I 00:00:53.316496 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2035869Z I 00:00:53.316498 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2036412Z I 00:00:53.316501 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2036865Z I 00:00:53.316503 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2037378Z I 00:00:53.316504 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2037916Z I 00:00:53.316506 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2038363Z I 00:00:53.316508 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2038932Z E 00:00:53.316510 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2039672Z E 00:00:53.316515 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2040353Z I 00:00:53.316518 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2040887Z I 00:00:53.316520 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2041338Z I 00:00:53.316521 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2041787Z I 00:00:53.316524 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2042236Z I 00:00:53.316526 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2042681Z I 00:00:53.316529 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2043190Z I 00:00:53.316531 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2043771Z I 00:00:53.316533 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2044222Z I 00:00:53.316536 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2044775Z I 00:00:53.316538 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2045215Z I 00:00:53.316540 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2045672Z I 00:00:53.316541 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2046181Z I 00:00:53.316542 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2046750Z I 00:00:53.316544 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2047188Z I 00:00:53.316545 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2047699Z I 00:00:53.316547 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2048224Z I 00:00:53.316549 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2048650Z I 00:00:53.316551 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2049205Z E 00:00:53.316553 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2049918Z E 00:00:53.316558 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2050586Z I 00:00:53.316561 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2051107Z I 00:00:53.316562 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2051543Z I 00:00:53.316566 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2051968Z I 00:00:53.316568 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2052403Z I 00:00:53.316571 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2052840Z I 00:00:53.316573 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2053529Z I 00:00:53.316576 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2054300Z I 00:00:53.316579 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2054744Z I 00:00:53.316581 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2055208Z I 00:00:53.316583 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2055661Z I 00:00:53.316585 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2056119Z I 00:00:53.316587 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2056644Z I 00:00:53.316589 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2057182Z I 00:00:53.316592 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2057618Z I 00:00:53.316595 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2058067Z I 00:00:53.316597 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2058517Z I 00:00:53.316598 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2058967Z I 00:00:53.316600 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2059490Z I 00:00:53.316602 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2060008Z I 00:00:53.316608 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2060458Z I 00:00:53.316610 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2060906Z I 00:00:53.316612 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2061357Z I 00:00:53.316614 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2061808Z I 00:00:53.316615 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2062332Z I 00:00:53.316617 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2062853Z I 00:00:53.316619 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2063302Z I 00:00:53.316620 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2063751Z I 00:00:53.316623 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2064198Z I 00:00:53.316625 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2064644Z I 00:00:53.316628 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2065241Z E 00:00:53.316630 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2066071Z E 00:00:53.316655 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2066751Z I 00:00:53.316657 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2067272Z I 00:00:53.316660 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2067752Z I 00:00:53.316661 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2068192Z I 00:00:53.316664 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2068650Z I 00:00:53.316665 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2069092Z I 00:00:53.316667 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2069599Z I 00:00:53.316669 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2070118Z I 00:00:53.316671 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2070566Z I 00:00:53.316672 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2071009Z I 00:00:53.316674 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2071433Z I 00:00:53.316676 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2071876Z I 00:00:53.316678 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2072619Z I 00:00:53.316680 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2073158Z I 00:00:53.316682 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2073611Z I 00:00:53.316684 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2074124Z I 00:00:53.316685 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2074659Z I 00:00:53.316686 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2075109Z I 00:00:53.316688 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2075675Z E 00:00:53.316689 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2077965Z E 00:00:53.316692 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2078664Z I 00:00:53.316695 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2079186Z I 00:00:53.316700 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2079645Z I 00:00:53.316701 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2080104Z I 00:00:53.316703 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2080557Z I 00:00:53.316705 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2081032Z I 00:00:53.316706 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2081553Z I 00:00:53.316710 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2082115Z I 00:00:53.316712 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2082587Z I 00:00:53.316714 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2083045Z I 00:00:53.316715 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2083500Z I 00:00:53.316717 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2083959Z I 00:00:53.316720 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2084482Z I 00:00:53.316722 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2085171Z I 00:00:53.316725 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2085654Z I 00:00:53.316727 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2086202Z I 00:00:53.316729 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2086744Z I 00:00:53.316731 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2087180Z I 00:00:53.316732 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2087734Z E 00:00:53.316736 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2088442Z E 00:00:53.316743 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2089109Z I 00:00:53.316746 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2089699Z I 00:00:53.316748 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2090152Z I 00:00:53.316749 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2090676Z I 00:00:53.316751 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2091117Z I 00:00:53.316753 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2091570Z I 00:00:53.316755 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2092067Z I 00:00:53.316756 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2092589Z I 00:00:53.316758 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2093012Z I 00:00:53.316760 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2093413Z I 00:00:53.316764 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2093829Z I 00:00:53.316766 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2094246Z I 00:00:53.316769 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2094747Z I 00:00:53.316770 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2095254Z I 00:00:53.316772 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2095657Z I 00:00:53.316775 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2096077Z I 00:00:53.316777 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2096564Z I 00:00:53.316779 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2097193Z I 00:00:53.316781 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2112630Z I 00:00:53.316782 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2113210Z I 00:00:53.316786 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2113673Z I 00:00:53.316788 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2114139Z I 00:00:53.316794 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2114688Z I 00:00:53.316796 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2115130Z I 00:00:53.316798 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2115685Z I 00:00:53.316800 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2116248Z I 00:00:53.316802 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2116710Z I 00:00:53.316804 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2117168Z I 00:00:53.316806 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2117603Z I 00:00:53.316807 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2118056Z I 00:00:53.316809 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2118631Z E 00:00:53.316811 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2119410Z E 00:00:53.316839 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2120156Z I 00:00:53.316841 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2120701Z I 00:00:53.316844 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2121171Z I 00:00:53.316845 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2121651Z I 00:00:53.316847 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2122109Z I 00:00:53.316849 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2122562Z I 00:00:53.316851 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2123109Z I 00:00:53.316853 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2123688Z I 00:00:53.316855 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2124164Z I 00:00:53.316857 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2124742Z I 00:00:53.316859 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2125209Z I 00:00:53.316861 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2125667Z I 00:00:53.316863 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2126177Z I 00:00:53.316865 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2126734Z I 00:00:53.316866 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2127160Z I 00:00:53.316869 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2127649Z I 00:00:53.316871 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2128144Z I 00:00:53.316874 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2128605Z I 00:00:53.316876 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2129141Z E 00:00:53.316877 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2129873Z E 00:00:53.316881 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2130546Z I 00:00:53.316884 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2131041Z I 00:00:53.316886 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2131474Z I 00:00:53.316888 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2131924Z I 00:00:53.316890 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2132378Z I 00:00:53.316892 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2132810Z I 00:00:53.316896 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2133313Z I 00:00:53.316899 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2133816Z I 00:00:53.316902 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2134236Z I 00:00:53.316905 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2134656Z I 00:00:53.316909 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2135061Z I 00:00:53.316911 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2135481Z I 00:00:53.316913 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2135970Z I 00:00:53.316915 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2136504Z I 00:00:53.316917 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2136933Z I 00:00:53.316919 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2137421Z I 00:00:53.316923 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2137904Z I 00:00:53.316925 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2138323Z I 00:00:53.316927 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2138851Z E 00:00:53.316929 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2139530Z E 00:00:53.316934 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2140168Z I 00:00:53.316937 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2140649Z I 00:00:53.316939 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2141065Z I 00:00:53.316941 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2141486Z I 00:00:53.316944 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2141907Z I 00:00:53.316945 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2142333Z I 00:00:53.316947 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2142821Z I 00:00:53.316948 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2143301Z I 00:00:53.316950 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2143725Z I 00:00:53.316954 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2144147Z I 00:00:53.316955 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2144567Z I 00:00:53.316957 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2144989Z I 00:00:53.316960 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2145465Z I 00:00:53.316962 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2145962Z I 00:00:53.316965 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2146384Z I 00:00:53.316967 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2146800Z I 00:00:53.316969 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2147246Z I 00:00:53.316971 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2147662Z I 00:00:53.316974 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2148146Z I 00:00:53.316976 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2148640Z I 00:00:53.316978 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2149115Z I 00:00:53.316980 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2149531Z I 00:00:53.316982 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2149982Z I 00:00:53.316984 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2150398Z I 00:00:53.316985 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2150885Z I 00:00:53.316987 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2151369Z I 00:00:53.316989 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2151790Z I 00:00:53.316991 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2152287Z I 00:00:53.316993 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2152894Z I 00:00:53.316996 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2153480Z I 00:00:53.316998 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2154046Z E 00:00:53.316999 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2154764Z E 00:00:53.317026 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2155463Z I 00:00:53.317029 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2155998Z I 00:00:53.317031 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2156447Z I 00:00:53.317032 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2156895Z I 00:00:53.317036 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2157418Z I 00:00:53.317037 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2157853Z I 00:00:53.317039 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2158384Z I 00:00:53.317042 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2158925Z I 00:00:53.317044 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2159380Z I 00:00:53.317045 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2159827Z I 00:00:53.317047 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2160264Z I 00:00:53.317049 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2160707Z I 00:00:53.317051 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2161231Z I 00:00:53.317053 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2161760Z I 00:00:53.317055 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2162205Z I 00:00:53.317057 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2162726Z I 00:00:53.317059 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2163238Z I 00:00:53.317061 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2163687Z I 00:00:53.317063 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2164248Z E 00:00:53.317064 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2164979Z E 00:00:53.317067 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2165671Z I 00:00:53.317070 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2166296Z I 00:00:53.317072 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2166734Z I 00:00:53.317074 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2167336Z I 00:00:53.317076 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2167782Z I 00:00:53.317079 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2168229Z I 00:00:53.317083 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2168752Z I 00:00:53.317085 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2169319Z I 00:00:53.317087 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2169773Z I 00:00:53.317104 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2170222Z I 00:00:53.317106 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2170672Z I 00:00:53.317108 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2171163Z I 00:00:53.317109 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2171670Z I 00:00:53.317112 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2172269Z I 00:00:53.317114 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2172720Z I 00:00:53.317115 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2173247Z I 00:00:53.317117 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2173779Z I 00:00:53.317121 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2174342Z I 00:00:53.317123 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2174883Z E 00:00:53.317125 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2175598Z E 00:00:53.317133 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2176263Z I 00:00:53.317136 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2176790Z I 00:00:53.317138 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2177225Z I 00:00:53.317140 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2177666Z I 00:00:53.317143 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2178090Z I 00:00:53.317145 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2178526Z I 00:00:53.317147 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2179035Z I 00:00:53.317150 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2179584Z I 00:00:53.317152 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2180025Z I 00:00:53.317154 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2180453Z I 00:00:53.317157 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2180892Z I 00:00:53.317159 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2181330Z I 00:00:53.317160 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2181842Z I 00:00:53.317162 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2182353Z I 00:00:53.317164 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2182779Z I 00:00:53.317166 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2183205Z I 00:00:53.317168 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2183616Z I 00:00:53.317171 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2184133Z I 00:00:53.317173 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2184599Z I 00:00:53.317175 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2185081Z I 00:00:53.317178 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2185488Z I 00:00:53.317180 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2185901Z I 00:00:53.317183 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2186300Z I 00:00:53.317185 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2186688Z I 00:00:53.317187 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2187157Z I 00:00:53.317189 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2187627Z I 00:00:53.317191 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2188034Z I 00:00:53.317193 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2188441Z I 00:00:53.317197 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2188843Z I 00:00:53.317200 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2189238Z I 00:00:53.317201 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2189735Z E 00:00:53.317203 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2190429Z E 00:00:53.317229 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2191053Z I 00:00:53.317232 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2191533Z I 00:00:53.317234 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2191976Z I 00:00:53.317236 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2192449Z I 00:00:53.317238 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2193085Z I 00:00:53.317240 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2193525Z I 00:00:53.317242 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2194033Z I 00:00:53.317244 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2194551Z I 00:00:53.317248 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2194977Z I 00:00:53.317250 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2195417Z I 00:00:53.317253 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2195854Z I 00:00:53.317256 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2196286Z I 00:00:53.317260 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2196794Z I 00:00:53.317262 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2197311Z I 00:00:53.317267 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2197736Z I 00:00:53.317271 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2198246Z I 00:00:53.317276 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2198763Z I 00:00:53.317278 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2199195Z I 00:00:53.317280 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2199743Z E 00:00:53.317285 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2200479Z E 00:00:53.317289 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2201164Z I 00:00:53.317290 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2201681Z I 00:00:53.317292 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2202119Z I 00:00:53.317296 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2202563Z I 00:00:53.317300 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2203003Z I 00:00:53.317303 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2203436Z I 00:00:53.317304 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2203952Z I 00:00:53.317306 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2204471Z I 00:00:53.317308 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2204998Z I 00:00:53.317312 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2205403Z I 00:00:53.317314 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2205794Z I 00:00:53.317316 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2206202Z I 00:00:53.317317 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2206674Z I 00:00:53.317320 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2207150Z I 00:00:53.317322 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2207547Z I 00:00:53.317323 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2208023Z I 00:00:53.317326 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2208491Z I 00:00:53.317328 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2208898Z I 00:00:53.317331 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2209411Z E 00:00:53.317333 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2210069Z E 00:00:53.317339 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2210688Z I 00:00:53.317342 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2211201Z I 00:00:53.317344 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2211604Z I 00:00:53.317346 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2212011Z I 00:00:53.317348 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2212419Z I 00:00:53.317350 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2212855Z I 00:00:53.317353 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2213335Z I 00:00:53.317354 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2213830Z I 00:00:53.317356 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2214240Z I 00:00:53.317359 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2214648Z I 00:00:53.317361 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2215054Z I 00:00:53.317365 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2215459Z I 00:00:53.317370 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2215935Z I 00:00:53.317373 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2216405Z I 00:00:53.317375 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2216811Z I 00:00:53.317377 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2217219Z I 00:00:53.317378 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2217623Z I 00:00:53.317380 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2218024Z I 00:00:53.317382 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2218484Z I 00:00:53.317384 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2218967Z I 00:00:53.317386 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2219374Z I 00:00:53.317389 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2219777Z I 00:00:53.317391 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2220207Z I 00:00:53.317394 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2220612Z I 00:00:53.317396 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2221075Z I 00:00:53.317399 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2221559Z I 00:00:53.317400 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2221962Z I 00:00:53.317402 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2222366Z I 00:00:53.317404 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2222766Z I 00:00:53.317406 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2223148Z I 00:00:53.317408 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2223647Z E 00:00:53.317410 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2224308Z E 00:00:53.317433 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2224934Z I 00:00:53.317436 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2225421Z I 00:00:53.317438 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2225835Z I 00:00:53.317440 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2226233Z I 00:00:53.317442 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2226645Z I 00:00:53.317443 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2227049Z I 00:00:53.317445 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2227530Z I 00:00:53.317447 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2228014Z I 00:00:53.317450 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2228417Z I 00:00:53.317452 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2228827Z I 00:00:53.317453 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2229234Z I 00:00:53.317455 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2229643Z I 00:00:53.317457 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2230121Z I 00:00:53.317458 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2230643Z I 00:00:53.317461 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2231043Z I 00:00:53.317463 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2231517Z I 00:00:53.317467 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2231999Z I 00:00:53.317471 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2232674Z I 00:00:53.317473 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2233232Z E 00:00:53.317475 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2233985Z E 00:00:53.317480 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2234659Z I 00:00:53.317482 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2235179Z I 00:00:53.317485 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2235619Z I 00:00:53.317489 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2236056Z I 00:00:53.317491 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2236496Z I 00:00:53.317494 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2236920Z I 00:00:53.317496 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2237433Z I 00:00:53.317499 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2237955Z I 00:00:53.317501 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2238389Z I 00:00:53.317502 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2238829Z I 00:00:53.317504 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2239272Z I 00:00:53.317506 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2239700Z I 00:00:53.317508 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2240216Z I 00:00:53.317510 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2240759Z I 00:00:53.317512 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2241190Z I 00:00:53.317517 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2241704Z I 00:00:53.317519 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2242214Z I 00:00:53.317523 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2242645Z I 00:00:53.317525 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2243193Z E 00:00:53.317527 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2243903Z E 00:00:53.317533 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2244779Z I 00:00:53.317535 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2245260Z I 00:00:53.317539 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2245652Z I 00:00:53.317541 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2246056Z I 00:00:53.317546 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2246460Z I 00:00:53.317550 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2246865Z I 00:00:53.317553 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2247340Z I 00:00:53.317555 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2247811Z I 00:00:53.317558 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2248214Z I 00:00:53.317559 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2248622Z I 00:00:53.317561 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2249023Z I 00:00:53.317564 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2249429Z I 00:00:53.317566 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2249900Z I 00:00:53.317569 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2250366Z I 00:00:53.317571 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2250768Z I 00:00:53.317572 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2251177Z I 00:00:53.317576 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2251612Z I 00:00:53.317579 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2252016Z I 00:00:53.317584 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2252482Z I 00:00:53.317586 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2252959Z I 00:00:53.317588 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2253532Z I 00:00:53.317590 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2254132Z I 00:00:53.317592 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2254624Z I 00:00:53.317595 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2255062Z I 00:00:53.317597 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2255567Z I 00:00:53.317599 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2256088Z I 00:00:53.317602 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2256529Z I 00:00:53.317603 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2256968Z I 00:00:53.317605 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2257405Z I 00:00:53.317608 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2257829Z I 00:00:53.317610 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2258375Z E 00:00:53.317613 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2259094Z E 00:00:53.317635 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2259777Z I 00:00:53.317638 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2260293Z I 00:00:53.317641 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2260726Z I 00:00:53.317642 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2261152Z I 00:00:53.317644 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2261620Z I 00:00:53.317646 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2262053Z I 00:00:53.317648 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2262566Z I 00:00:53.317650 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2263084Z I 00:00:53.317652 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2263516Z I 00:00:53.317654 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2263945Z I 00:00:53.317657 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2264385Z I 00:00:53.317659 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2264818Z I 00:00:53.317662 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2265319Z I 00:00:53.317663 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2265935Z I 00:00:53.317665 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2266346Z I 00:00:53.317667 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2266927Z I 00:00:53.317669 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2267407Z I 00:00:53.317675 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2267812Z I 00:00:53.317678 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2268339Z E 00:00:53.317682 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2269217Z E 00:00:53.317689 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2269880Z I 00:00:53.317691 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2270405Z I 00:00:53.317693 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2270855Z I 00:00:53.317695 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2271298Z I 00:00:53.317699 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2271739Z I 00:00:53.317702 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2272232Z I 00:00:53.317704 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2272926Z I 00:00:53.317706 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2273518Z I 00:00:53.317710 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2273975Z I 00:00:53.317713 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2274435Z I 00:00:53.317716 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2274894Z I 00:00:53.317718 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2275375Z I 00:00:53.317720 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2275902Z I 00:00:53.317723 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2276462Z I 00:00:53.317725 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2276920Z I 00:00:53.317728 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2277444Z I 00:00:53.317732 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2277976Z I 00:00:53.317736 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2278413Z I 00:00:53.317738 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2278981Z E 00:00:53.317740 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2279711Z E 00:00:53.317746 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2280398Z I 00:00:53.317748 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2280935Z I 00:00:53.317752 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2281375Z I 00:00:53.317756 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2281822Z I 00:00:53.317759 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2282273Z I 00:00:53.317761 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2282722Z I 00:00:53.317763 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2283243Z I 00:00:53.317766 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2283800Z I 00:00:53.317768 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2284242Z I 00:00:53.317769 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2284797Z I 00:00:53.317772 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2285216Z I 00:00:53.317774 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2285632Z I 00:00:53.317776 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2286117Z I 00:00:53.317779 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2286601Z I 00:00:53.317780 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2287025Z I 00:00:53.317784 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2287448Z I 00:00:53.317786 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2287867Z I 00:00:53.317788 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2288281Z I 00:00:53.317789 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2288767Z I 00:00:53.317791 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2289248Z I 00:00:53.317793 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2289669Z I 00:00:53.317795 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2290085Z I 00:00:53.317798 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2290502Z I 00:00:53.317801 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2290919Z I 00:00:53.317803 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2291394Z I 00:00:53.317805 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2291898Z I 00:00:53.317807 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2292317Z I 00:00:53.317812 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2292735Z I 00:00:53.317815 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2293152Z I 00:00:53.317817 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2293569Z I 00:00:53.317819 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2294083Z E 00:00:53.317821 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2294801Z E 00:00:53.317845 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2295451Z I 00:00:53.317847 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2295945Z I 00:00:53.317850 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2296368Z I 00:00:53.317851 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2296825Z I 00:00:53.317853 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2297229Z I 00:00:53.317855 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2297670Z I 00:00:53.317858 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2298160Z I 00:00:53.317860 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2298657Z I 00:00:53.317861 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2299074Z I 00:00:53.317864 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2299478Z I 00:00:53.317865 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2299903Z I 00:00:53.317867 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2300329Z I 00:00:53.317869 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2300816Z I 00:00:53.317872 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2301315Z I 00:00:53.317875 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2301730Z I 00:00:53.317877 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2302196Z I 00:00:53.317881 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2302686Z I 00:00:53.317884 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2303099Z I 00:00:53.317886 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2303621Z E 00:00:53.317888 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2304325Z E 00:00:53.317892 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2304952Z I 00:00:53.317894 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2305455Z I 00:00:53.317895 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2305872Z I 00:00:53.317898 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2306289Z I 00:00:53.317900 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2306716Z I 00:00:53.317902 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2307134Z I 00:00:53.317904 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2307609Z I 00:00:53.317907 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2308107Z I 00:00:53.317909 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2308527Z I 00:00:53.317911 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2308948Z I 00:00:53.317913 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2309367Z I 00:00:53.317915 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2309772Z I 00:00:53.317918 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2310259Z I 00:00:53.317921 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2310752Z I 00:00:53.317925 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2311171Z I 00:00:53.317927 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2311655Z I 00:00:53.317929 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2312219Z I 00:00:53.317931 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2312805Z I 00:00:53.317934 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2313381Z E 00:00:53.317936 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2314118Z E 00:00:53.317943 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2314808Z I 00:00:53.317945 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2315404Z I 00:00:53.317947 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2315858Z I 00:00:53.317949 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2316297Z I 00:00:53.317951 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2316778Z I 00:00:53.317952 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2317251Z I 00:00:53.317954 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2317813Z I 00:00:53.317956 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2318354Z I 00:00:53.317958 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2318848Z I 00:00:53.317960 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2319352Z I 00:00:53.317962 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2319842Z I 00:00:53.317963 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2320337Z I 00:00:53.317965 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2320851Z I 00:00:53.317966 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2321371Z I 00:00:53.317970 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2321793Z I 00:00:53.317972 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2322233Z I 00:00:53.317975 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2322676Z I 00:00:53.317977 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2323112Z I 00:00:53.317980 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2323618Z I 00:00:53.317984 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2324127Z I 00:00:53.317986 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2324578Z I 00:00:53.317988 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2325099Z I 00:00:53.317992 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2325544Z I 00:00:53.317994 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2325960Z I 00:00:53.317995 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2326451Z I 00:00:53.317998 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2326922Z I 00:00:53.318000 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2327318Z I 00:00:53.318002 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2327724Z I 00:00:53.318004 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2328126Z I 00:00:53.318006 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2328536Z I 00:00:53.318008 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2329046Z E 00:00:53.318011 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2329729Z E 00:00:53.318036 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2330383Z I 00:00:53.318038 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2330860Z I 00:00:53.318041 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2331262Z I 00:00:53.318042 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2331680Z I 00:00:53.318044 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2332094Z I 00:00:53.318048 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2332527Z I 00:00:53.318050 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2332989Z I 00:00:53.318052 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2333483Z I 00:00:53.318055 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2333912Z I 00:00:53.318057 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2334314Z I 00:00:53.318059 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2334744Z I 00:00:53.318061 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2335157Z I 00:00:53.318063 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2335633Z I 00:00:53.318066 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2336109Z I 00:00:53.318068 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2336582Z I 00:00:53.318070 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2337072Z I 00:00:53.318072 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2337580Z I 00:00:53.318075 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2338045Z I 00:00:53.318077 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2338569Z E 00:00:53.318078 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2339267Z E 00:00:53.318083 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2339912Z I 00:00:53.318085 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2340405Z I 00:00:53.318094 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2340835Z I 00:00:53.318097 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2341261Z I 00:00:53.318100 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2341657Z I 00:00:53.318103 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2342069Z I 00:00:53.318104 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2342534Z I 00:00:53.318106 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2343024Z I 00:00:53.318108 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2343436Z I 00:00:53.318110 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2343852Z I 00:00:53.318111 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2344268Z I 00:00:53.318113 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2344676Z I 00:00:53.318115 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2345149Z I 00:00:53.318117 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2345640Z I 00:00:53.318119 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2346089Z I 00:00:53.318121 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2346580Z I 00:00:53.318122 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2347080Z I 00:00:53.318124 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2347486Z I 00:00:53.318126 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2347994Z E 00:00:53.318128 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2348660Z E 00:00:53.318132 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2349302Z I 00:00:53.318136 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2349787Z I 00:00:53.318137 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2350191Z I 00:00:53.318139 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2350591Z I 00:00:53.318141 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2351003Z I 00:00:53.318142 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2351413Z I 00:00:53.318144 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2351883Z I 00:00:53.318146 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2352621Z I 00:00:53.318148 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2353058Z I 00:00:53.318149 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2353691Z I 00:00:53.318151 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2354129Z I 00:00:53.318153 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2354562Z I 00:00:53.318154 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2355074Z I 00:00:53.318156 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2355608Z I 00:00:53.318158 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2356047Z I 00:00:53.318160 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2356502Z I 00:00:53.318161 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2356955Z I 00:00:53.318163 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2357484Z I 00:00:53.318165 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2358015Z I 00:00:53.318167 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2358556Z I 00:00:53.318169 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2358992Z I 00:00:53.318171 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2359880Z I 00:00:53.318173 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2360339Z I 00:00:53.318175 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2360829Z I 00:00:53.318176 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2361356Z I 00:00:53.318178 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2361879Z I 00:00:53.318181 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2362333Z I 00:00:53.318183 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2362787Z I 00:00:53.318186 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2363247Z I 00:00:53.318188 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2363698Z I 00:00:53.318190 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2364246Z E 00:00:53.318191 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2364974Z E 00:00:53.318223 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2365772Z I 00:00:53.318226 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2366394Z I 00:00:53.318228 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2366812Z I 00:00:53.318229 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2367230Z I 00:00:53.318230 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2367632Z I 00:00:53.318232 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2368085Z I 00:00:53.318234 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2368571Z I 00:00:53.318236 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2369065Z I 00:00:53.318240 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2369482Z I 00:00:53.318242 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2369897Z I 00:00:53.318244 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2370298Z I 00:00:53.318245 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2370711Z I 00:00:53.318246 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2371199Z I 00:00:53.318250 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2371693Z I 00:00:53.318251 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2372106Z I 00:00:53.318254 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2372577Z I 00:00:53.318255 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2373077Z I 00:00:53.318258 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2373669Z I 00:00:53.318259 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2374227Z E 00:00:53.318261 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2374949Z E 00:00:53.318265 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2375621Z I 00:00:53.318267 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2376126Z I 00:00:53.318270 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2376562Z I 00:00:53.318271 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2377002Z I 00:00:53.318273 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2377439Z I 00:00:53.318275 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2377876Z I 00:00:53.318277 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2378386Z I 00:00:53.318278 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2378903Z I 00:00:53.318280 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2379387Z I 00:00:53.318282 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2379827Z I 00:00:53.318285 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2380268Z I 00:00:53.318287 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2380708Z I 00:00:53.318289 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2381235Z I 00:00:53.318291 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2381757Z I 00:00:53.318296 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2382217Z I 00:00:53.318298 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2382727Z I 00:00:53.318300 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2383244Z I 00:00:53.318302 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2383681Z I 00:00:53.318304 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2384217Z E 00:00:53.318306 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2384927Z E 00:00:53.318313 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2385590Z I 00:00:53.318315 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2386106Z I 00:00:53.318318 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2386546Z I 00:00:53.318321 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2386972Z I 00:00:53.318323 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2387413Z I 00:00:53.318328 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2387851Z I 00:00:53.318330 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2388359Z I 00:00:53.318332 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2388876Z I 00:00:53.318334 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2389345Z I 00:00:53.318335 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2389770Z I 00:00:53.318337 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2390206Z I 00:00:53.318339 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2390639Z I 00:00:53.318341 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2391154Z I 00:00:53.318343 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2391672Z I 00:00:53.318346 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2392158Z I 00:00:53.318348 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2392769Z I 00:00:53.318352 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2393216Z I 00:00:53.318354 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2393666Z I 00:00:53.318356 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2394193Z I 00:00:53.318357 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2394728Z I 00:00:53.318359 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2395164Z I 00:00:53.318360 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2395617Z I 00:00:53.318363 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2396069Z I 00:00:53.318365 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2396520Z I 00:00:53.318369 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2397046Z I 00:00:53.318372 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2397570Z I 00:00:53.318374 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2398019Z I 00:00:53.318378 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2398474Z I 00:00:53.318379 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2398924Z I 00:00:53.318381 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2399371Z I 00:00:53.318383 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2399935Z E 00:00:53.318385 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2400686Z E 00:00:53.318411 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2401380Z I 00:00:53.318414 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2401913Z I 00:00:53.318416 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2402366Z I 00:00:53.318418 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2402850Z I 00:00:53.318421 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2403303Z I 00:00:53.318423 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2403769Z I 00:00:53.318427 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2404300Z I 00:00:53.318429 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2404935Z I 00:00:53.318431 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2405357Z I 00:00:53.318433 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2405785Z I 00:00:53.318436 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2406193Z I 00:00:53.318437 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2406618Z I 00:00:53.318439 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2407111Z I 00:00:53.318440 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2407614Z I 00:00:53.318442 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2408039Z I 00:00:53.318444 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2408528Z I 00:00:53.318446 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2409011Z I 00:00:53.318449 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2409425Z I 00:00:53.318451 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2409956Z E 00:00:53.318453 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2410676Z E 00:00:53.318458 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2411321Z I 00:00:53.318461 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2411800Z I 00:00:53.318463 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2412224Z I 00:00:53.318465 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2412641Z I 00:00:53.318467 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2413057Z I 00:00:53.318469 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2413474Z I 00:00:53.318470 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2413959Z I 00:00:53.318472 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2414437Z I 00:00:53.318475 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2414855Z I 00:00:53.318478 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2415270Z I 00:00:53.318480 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2415688Z I 00:00:53.318482 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2416100Z I 00:00:53.318484 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2416574Z I 00:00:53.318486 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2417066Z I 00:00:53.318488 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2417481Z I 00:00:53.318489 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2417969Z I 00:00:53.318491 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2418467Z I 00:00:53.318494 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2418891Z I 00:00:53.318496 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2419406Z E 00:00:53.318497 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2420086Z E 00:00:53.318504 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2420721Z I 00:00:53.318507 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2421211Z I 00:00:53.318509 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2421659Z I 00:00:53.318511 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2422075Z I 00:00:53.318513 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2422481Z I 00:00:53.318515 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2422898Z I 00:00:53.318520 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2423414Z I 00:00:53.318522 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2423909Z I 00:00:53.318524 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2424357Z I 00:00:53.318526 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2424761Z I 00:00:53.318528 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2425180Z I 00:00:53.318531 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2425595Z I 00:00:53.318532 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2426080Z I 00:00:53.318534 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2426578Z I 00:00:53.318537 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2426995Z I 00:00:53.318539 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2427396Z I 00:00:53.318541 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2427812Z I 00:00:53.318543 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2428228Z I 00:00:53.318545 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2428712Z I 00:00:53.318548 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2429207Z I 00:00:53.318550 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2429611Z I 00:00:53.318552 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2430027Z I 00:00:53.318555 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2430450Z I 00:00:53.318557 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2430891Z I 00:00:53.318559 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2431378Z I 00:00:53.318561 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2431874Z I 00:00:53.318564 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2432345Z I 00:00:53.318567 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2432951Z I 00:00:53.318568 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2433407Z I 00:00:53.318570 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2433858Z I 00:00:53.318572 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2434419Z E 00:00:53.318574 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2435135Z E 00:00:53.318596 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2435821Z I 00:00:53.318599 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2436353Z I 00:00:53.318601 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2436802Z I 00:00:53.318603 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2437254Z I 00:00:53.318605 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2437704Z I 00:00:53.318606 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2438136Z I 00:00:53.318609 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2438389Z I 00:00:53.318611 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2438555Z I 00:00:53.318613 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2438731Z I 00:00:53.318615 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2438894Z I 00:00:53.318617 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2439068Z I 00:00:53.318619 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2439228Z I 00:00:53.318622 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2439467Z I 00:00:53.318624 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2439645Z I 00:00:53.318626 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2439840Z I 00:00:53.318627 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2440097Z I 00:00:53.318629 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2440258Z I 00:00:53.318632 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2440433Z I 00:00:53.318634 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2440743Z E 00:00:53.318636 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2441095Z E 00:00:53.318639 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2441350Z I 00:00:53.318641 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2441511Z I 00:00:53.318644 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2441686Z I 00:00:53.318646 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2441849Z I 00:00:53.318649 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2442024Z I 00:00:53.318651 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2442185Z I 00:00:53.318653 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2442425Z I 00:00:53.318655 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2442600Z I 00:00:53.318659 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2442763Z I 00:00:53.318662 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2442940Z I 00:00:53.318663 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2443103Z I 00:00:53.318666 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2443283Z I 00:00:53.318668 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2443523Z I 00:00:53.318670 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2443687Z I 00:00:53.318673 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2443889Z I 00:00:53.318675 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2444128Z I 00:00:53.318677 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2444298Z I 00:00:53.318679 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2444458Z I 00:00:53.318682 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2444857Z E 00:00:53.318684 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2445148Z E 00:00:53.318689 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2445367Z I 00:00:53.318691 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2445526Z I 00:00:53.318695 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2445674Z I 00:00:53.318700 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2445842Z I 00:00:53.318703 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2445988Z I 00:00:53.318705 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2446143Z I 00:00:53.318707 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2446361Z I 00:00:53.318710 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2446506Z I 00:00:53.318712 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2446663Z I 00:00:53.318713 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2446809Z I 00:00:53.318715 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2446973Z I 00:00:53.318717 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2447118Z I 00:00:53.318718 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2447353Z I 00:00:53.318721 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2447498Z I 00:00:53.318723 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2447644Z I 00:00:53.318727 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2447806Z I 00:00:53.318729 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2447952Z I 00:00:53.318730 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2448138Z I 00:00:53.318734 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2448353Z I 00:00:53.318736 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2448513Z I 00:00:53.318740 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2448659Z I 00:00:53.318742 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2448832Z I 00:00:53.318744 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2448992Z I 00:00:53.318747 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2449160Z I 00:00:53.318749 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2449390Z I 00:00:53.318750 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2449535Z I 00:00:53.318752 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2449695Z I 00:00:53.318755 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2449848Z I 00:00:53.318757 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2449994Z I 00:00:53.318760 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2450149Z I 00:00:53.318762 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2450403Z E 00:00:53.318765 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2450709Z E 00:00:53.318789 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2450929Z I 00:00:53.318792 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2451088Z I 00:00:53.318794 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2451234Z I 00:00:53.318796 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2451375Z I 00:00:53.318798 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2451537Z I 00:00:53.318800 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2451710Z I 00:00:53.318802 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2451941Z I 00:00:53.318804 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2452090Z I 00:00:53.318806 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2452247Z I 00:00:53.318808 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2452396Z I 00:00:53.318809 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2452547Z I 00:00:53.318811 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2452706Z I 00:00:53.318813 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2452926Z I 00:00:53.318816 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2453083Z I 00:00:53.318818 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2453224Z I 00:00:53.318819 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2453571Z I 00:00:53.318822 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2453893Z I 00:00:53.318824 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2454050Z I 00:00:53.318826 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2454334Z E 00:00:53.318829 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2454655Z E 00:00:53.318832 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2454895Z I 00:00:53.318834 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2455064Z I 00:00:53.318836 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2455233Z I 00:00:53.318838 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2455393Z I 00:00:53.318841 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2455555Z I 00:00:53.318843 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2455722Z I 00:00:53.318846 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2455959Z I 00:00:53.318848 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2456129Z I 00:00:53.318850 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2456370Z I 00:00:53.318851 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2456541Z I 00:00:53.318856 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2456697Z I 00:00:53.318858 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2456853Z I 00:00:53.318860 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2457135Z I 00:00:53.318862 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2457290Z I 00:00:53.318864 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2457500Z I 00:00:53.318866 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2457736Z I 00:00:53.318869 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2457902Z I 00:00:53.318871 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2458055Z I 00:00:53.318873 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2458338Z E 00:00:53.318875 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2458659Z E 00:00:53.318880 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2458893Z I 00:00:53.318883 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2459061Z I 00:00:53.318885 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2459217Z I 00:00:53.318887 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2459387Z I 00:00:53.318889 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2459545Z I 00:00:53.318891 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2459706Z I 00:00:53.318893 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2459954Z I 00:00:53.318895 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2460112Z I 00:00:53.318898 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2460317Z I 00:00:53.318900 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2460471Z I 00:00:53.318902 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2460643Z I 00:00:53.318906 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2460797Z I 00:00:53.318908 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2461030Z I 00:00:53.318911 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2461199Z I 00:00:53.318913 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2461357Z I 00:00:53.318915 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2461531Z I 00:00:53.318918 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2461687Z I 00:00:53.318920 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2461852Z I 00:00:53.318922 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2462087Z I 00:00:53.318924 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2462247Z I 00:00:53.318925 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2462424Z I 00:00:53.318929 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2462581Z I 00:00:53.318931 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2462752Z I 00:00:53.318933 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2462905Z I 00:00:53.318935 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2463152Z I 00:00:53.318936 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2463311Z I 00:00:53.318938 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2463469Z I 00:00:53.318943 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2463642Z I 00:00:53.318946 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2463797Z I 00:00:53.318948 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2463969Z I 00:00:53.318950 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2464248Z E 00:00:53.318951 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2464609Z E 00:00:53.318974 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2464848Z I 00:00:53.318977 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2465005Z I 00:00:53.318978 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2465173Z I 00:00:53.318980 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2465354Z I 00:00:53.318982 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2465520Z I 00:00:53.318984 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2465816Z I 00:00:53.318986 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2466056Z I 00:00:53.318988 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2466211Z I 00:00:53.318991 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2466464Z I 00:00:53.318993 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2466625Z I 00:00:53.318995 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2466775Z I 00:00:53.318996 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2466932Z I 00:00:53.318999 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2467149Z I 00:00:53.319003 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2467300Z I 00:00:53.319009 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2467445Z I 00:00:53.319011 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2467659Z I 00:00:53.319014 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2467819Z I 00:00:53.319016 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2467965Z I 00:00:53.319019 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2468237Z E 00:00:53.319021 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2468531Z E 00:00:53.319025 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2468785Z I 00:00:53.319028 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2468936Z I 00:00:53.319030 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2469086Z I 00:00:53.319032 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2469243Z I 00:00:53.319036 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2469390Z I 00:00:53.319038 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2469542Z I 00:00:53.319040 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2469760Z I 00:00:53.319043 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2469913Z I 00:00:53.319044 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2470057Z I 00:00:53.319046 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2470201Z I 00:00:53.319049 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2470355Z I 00:00:53.319051 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2470501Z I 00:00:53.319053 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2470732Z I 00:00:53.319055 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2470879Z I 00:00:53.319057 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2471036Z I 00:00:53.319059 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2471254Z I 00:00:53.319061 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2471403Z I 00:00:53.319065 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2471556Z I 00:00:53.319069 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2471819Z E 00:00:53.319072 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2472177Z E 00:00:53.319077 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2472398Z I 00:00:53.319080 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2472557Z I 00:00:53.319081 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2472907Z I 00:00:53.319083 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2473069Z I 00:00:53.319086 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2473239Z I 00:00:53.319088 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2473397Z I 00:00:53.319090 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2473677Z I 00:00:53.319092 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2473834Z I 00:00:53.319094 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2474033Z I 00:00:53.319096 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2474196Z I 00:00:53.319098 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2474357Z I 00:00:53.319100 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2474523Z I 00:00:53.319102 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2474757Z I 00:00:53.319105 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2474926Z I 00:00:53.319108 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2475082Z I 00:00:53.319111 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2475255Z I 00:00:53.319113 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2475408Z I 00:00:53.319115 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2475567Z I 00:00:53.319118 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2475809Z I 00:00:53.319120 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2475966Z I 00:00:53.319122 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2476138Z I 00:00:53.319123 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2476290Z I 00:00:53.319126 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2476458Z I 00:00:53.319127 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2476639Z I 00:00:53.319130 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2476870Z I 00:00:53.319134 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2477041Z I 00:00:53.319139 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2477299Z I 00:00:53.319140 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2477470Z I 00:00:53.319142 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2477627Z I 00:00:53.319144 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2477801Z I 00:00:53.319148 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2478077Z E 00:00:53.319151 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2478399Z E 00:00:53.319172 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2478652Z I 00:00:53.319175 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2478810Z I 00:00:53.319177 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2478980Z I 00:00:53.319179 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2479139Z I 00:00:53.319181 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2479309Z I 00:00:53.319185 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2479475Z I 00:00:53.319187 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2479705Z I 00:00:53.319190 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2479881Z I 00:00:53.319192 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2480040Z I 00:00:53.319193 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2480219Z I 00:00:53.319195 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2480380Z I 00:00:53.319197 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2480564Z I 00:00:53.319199 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2480798Z I 00:00:53.319200 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2480954Z I 00:00:53.319203 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2481151Z I 00:00:53.319205 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2481386Z I 00:00:53.319208 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2481558Z I 00:00:53.319210 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2481716Z I 00:00:53.319212 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2482035Z E 00:00:53.319214 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2482362Z E 00:00:53.319217 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2482628Z I 00:00:53.319219 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2482816Z I 00:00:53.319222 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2482983Z I 00:00:53.319224 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2483162Z I 00:00:53.319227 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2483331Z I 00:00:53.319228 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2483508Z I 00:00:53.319231 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2483757Z I 00:00:53.319233 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2483919Z I 00:00:53.319235 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2484096Z I 00:00:53.319236 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2484255Z I 00:00:53.319238 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2484419Z I 00:00:53.319241 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2484580Z I 00:00:53.319243 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2484825Z I 00:00:53.319247 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2484986Z I 00:00:53.319249 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2485172Z I 00:00:53.319252 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2485415Z I 00:00:53.319254 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2485586Z I 00:00:53.319256 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2485761Z I 00:00:53.319257 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2486053Z E 00:00:53.319259 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2486375Z E 00:00:53.319264 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2486611Z I 00:00:53.319267 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2486772Z I 00:00:53.319269 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2486939Z I 00:00:53.319271 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2487098Z I 00:00:53.319273 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2487272Z I 00:00:53.319274 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2487433Z I 00:00:53.319277 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2487681Z I 00:00:53.319279 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2487838Z I 00:00:53.319281 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2487996Z I 00:00:53.319283 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2488160Z I 00:00:53.319285 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2488318Z I 00:00:53.319287 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2488486Z I 00:00:53.319290 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2488721Z I 00:00:53.319292 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2488893Z I 00:00:53.319293 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2489153Z I 00:00:53.319295 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2489307Z I 00:00:53.319297 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2489467Z I 00:00:53.319299 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2489644Z I 00:00:53.319301 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2489886Z I 00:00:53.319303 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2490042Z I 00:00:53.319305 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2490210Z I 00:00:53.319307 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2490398Z I 00:00:53.319309 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2490550Z I 00:00:53.319311 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2490738Z I 00:00:53.319314 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2490969Z I 00:00:53.319316 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2502771Z I 00:00:53.319318 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2503061Z I 00:00:53.319320 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2503253Z I 00:00:53.319323 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2503413Z I 00:00:53.319325 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2503574Z I 00:00:53.319327 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2503875Z E 00:00:53.319328 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2504205Z E 00:00:53.319350 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2504459Z I 00:00:53.319353 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2504620Z I 00:00:53.319355 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2504792Z I 00:00:53.319357 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2504949Z I 00:00:53.319359 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2505116Z I 00:00:53.319361 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2505292Z I 00:00:53.319363 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2505628Z I 00:00:53.319365 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2505817Z I 00:00:53.319368 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2505973Z I 00:00:53.319370 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2506143Z I 00:00:53.319372 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2506301Z I 00:00:53.319375 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2506465Z I 00:00:53.319377 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2506711Z I 00:00:53.319379 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2506870Z I 00:00:53.319380 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2507041Z I 00:00:53.319382 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2507275Z I 00:00:53.319383 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2507458Z I 00:00:53.319385 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2507629Z I 00:00:53.319387 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2507915Z E 00:00:53.319389 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2508269Z E 00:00:53.319393 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2508520Z I 00:00:53.319395 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2508702Z I 00:00:53.319397 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2508859Z I 00:00:53.319399 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2509046Z I 00:00:53.319401 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2509215Z I 00:00:53.319402 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2509380Z I 00:00:53.319405 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2509646Z I 00:00:53.319406 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2509806Z I 00:00:53.319408 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2510008Z I 00:00:53.319410 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2510169Z I 00:00:53.319412 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2510337Z I 00:00:53.319414 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2510499Z I 00:00:53.319416 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2510742Z I 00:00:53.319418 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2510968Z I 00:00:53.319420 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2511130Z I 00:00:53.319422 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2511422Z I 00:00:53.319425 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2511594Z I 00:00:53.319427 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2511770Z I 00:00:53.319429 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2512156Z E 00:00:53.319430 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2512715Z E 00:00:53.319436 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2512988Z I 00:00:53.319438 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2513156Z I 00:00:53.319440 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2513335Z I 00:00:53.319442 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2513496Z I 00:00:53.319444 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2513682Z I 00:00:53.319446 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2513855Z I 00:00:53.319449 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2514098Z I 00:00:53.319451 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2514265Z I 00:00:53.319453 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2514467Z I 00:00:53.319456 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2514637Z I 00:00:53.319458 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2514797Z I 00:00:53.319461 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2514965Z I 00:00:53.319463 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2515199Z I 00:00:53.319465 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2515359Z I 00:00:53.319468 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2515542Z I 00:00:53.319470 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2515701Z I 00:00:53.319472 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2515881Z I 00:00:53.319475 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2516050Z I 00:00:53.319478 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2516310Z I 00:00:53.319480 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2516468Z I 00:00:53.319482 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2516634Z I 00:00:53.319483 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2516809Z I 00:00:53.319485 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2516968Z I 00:00:53.319487 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2517142Z I 00:00:53.319488 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2517383Z I 00:00:53.319490 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2517582Z I 00:00:53.319491 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2517746Z I 00:00:53.319493 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2517915Z I 00:00:53.319496 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2518104Z I 00:00:53.319499 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2518270Z I 00:00:53.319502 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2518570Z E 00:00:53.319504 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2518897Z E 00:00:53.319527 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2519188Z I 00:00:53.319530 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2519350Z I 00:00:53.319532 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2519508Z I 00:00:53.319534 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2519676Z I 00:00:53.319536 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2519863Z I 00:00:53.319538 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2520031Z I 00:00:53.319540 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2520292Z I 00:00:53.319542 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2520460Z I 00:00:53.319544 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2520616Z I 00:00:53.319546 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2520774Z I 00:00:53.319548 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2520943Z I 00:00:53.319550 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2521100Z I 00:00:53.319552 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2521342Z I 00:00:53.319555 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2521500Z I 00:00:53.319557 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2521668Z I 00:00:53.319560 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2521906Z I 00:00:53.319563 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2522063Z I 00:00:53.319565 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2522233Z I 00:00:53.319568 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2522511Z E 00:00:53.319569 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2522842Z E 00:00:53.319572 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2523388Z I 00:00:53.319575 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2523563Z I 00:00:53.319579 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2523719Z I 00:00:53.319582 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2523873Z I 00:00:53.319584 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2524150Z I 00:00:53.319586 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2524305Z I 00:00:53.319588 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2524546Z I 00:00:53.319589 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2524812Z I 00:00:53.319591 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2524973Z I 00:00:53.319593 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2525122Z I 00:00:53.319595 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2525268Z I 00:00:53.319597 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2525425Z I 00:00:53.319599 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2525646Z I 00:00:53.319600 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2525803Z I 00:00:53.319602 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2525950Z I 00:00:53.319603 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2526174Z I 00:00:53.319606 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2526325Z I 00:00:53.319608 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2526470Z I 00:00:53.319610 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2526747Z E 00:00:53.319611 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2527037Z E 00:00:53.319617 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2527262Z I 00:00:53.319619 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2527413Z I 00:00:53.319621 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2527567Z I 00:00:53.319624 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2527742Z I 00:00:53.319626 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2527892Z I 00:00:53.319627 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2528053Z I 00:00:53.319629 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2528272Z I 00:00:53.319631 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2528452Z I 00:00:53.319633 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2528602Z I 00:00:53.319636 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2528783Z I 00:00:53.319638 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2528931Z I 00:00:53.319640 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2529077Z I 00:00:53.319642 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2529306Z I 00:00:53.319645 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2529453Z I 00:00:53.319647 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2529613Z I 00:00:53.319650 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2529760Z I 00:00:53.319654 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2529915Z I 00:00:53.319655 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2530059Z I 00:00:53.319657 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2530275Z I 00:00:53.319659 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2530437Z I 00:00:53.319661 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2530584Z I 00:00:53.319662 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2530729Z I 00:00:53.319666 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2530889Z I 00:00:53.319667 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2531032Z I 00:00:53.319669 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2531287Z I 00:00:53.319673 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2531430Z I 00:00:53.319675 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2531586Z I 00:00:53.319678 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2531730Z I 00:00:53.319681 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2531872Z I 00:00:53.319683 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2532032Z I 00:00:53.319685 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2532284Z E 00:00:53.319687 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2532589Z E 00:00:53.319708 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2532807Z I 00:00:53.319711 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2532969Z I 00:00:53.319713 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2533116Z I 00:00:53.319715 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2533262Z I 00:00:53.319718 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2533430Z I 00:00:53.319720 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2533573Z I 00:00:53.319723 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2533799Z I 00:00:53.319725 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2533948Z I 00:00:53.319728 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2534099Z I 00:00:53.319732 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2534247Z I 00:00:53.319734 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2534393Z I 00:00:53.319738 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2534547Z I 00:00:53.319739 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2534761Z I 00:00:53.319741 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2534914Z I 00:00:53.319743 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2535056Z I 00:00:53.319747 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2535316Z I 00:00:53.319748 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2535464Z I 00:00:53.319750 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2535605Z I 00:00:53.319752 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2535872Z E 00:00:53.319754 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2536190Z E 00:00:53.319757 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2536611Z I 00:00:53.319759 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2536768Z I 00:00:53.319760 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2536931Z I 00:00:53.319763 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2537091Z I 00:00:53.319764 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2537249Z I 00:00:53.319767 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2537411Z I 00:00:53.319770 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2537640Z I 00:00:53.319772 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2537796Z I 00:00:53.319774 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2537948Z I 00:00:53.319775 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2538116Z I 00:00:53.319777 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2538268Z I 00:00:53.319781 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2538423Z I 00:00:53.319783 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2538658Z I 00:00:53.319785 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2538812Z I 00:00:53.319787 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2538970Z I 00:00:53.319789 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2539226Z I 00:00:53.319790 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2539391Z I 00:00:53.319793 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2539545Z I 00:00:53.319795 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2539816Z E 00:00:53.319796 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2540124Z E 00:00:53.319801 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2540356Z I 00:00:53.319803 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2540520Z I 00:00:53.319805 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2540673Z I 00:00:53.319806 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2540833Z I 00:00:53.319809 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2540988Z I 00:00:53.319811 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2541140Z I 00:00:53.319813 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2541376Z I 00:00:53.319815 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2541533Z I 00:00:53.319817 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2541693Z I 00:00:53.319818 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2541843Z I 00:00:53.319821 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2542010Z I 00:00:53.319823 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2542163Z I 00:00:53.319825 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2542396Z I 00:00:53.319827 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2542557Z I 00:00:53.319830 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2542710Z I 00:00:53.319832 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2542872Z I 00:00:53.319834 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2543025Z I 00:00:53.319835 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2543186Z I 00:00:53.319837 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2543436Z I 00:00:53.319841 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2543589Z I 00:00:53.319842 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2543752Z I 00:00:53.319844 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2543908Z I 00:00:53.319846 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2544097Z I 00:00:53.319848 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2544248Z I 00:00:53.319849 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2544513Z I 00:00:53.319851 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2544668Z I 00:00:53.319855 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2544820Z I 00:00:53.319857 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2544988Z I 00:00:53.319860 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2545137Z I 00:00:53.319864 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2545303Z I 00:00:53.319866 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2545572Z E 00:00:53.319869 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2545898Z E 00:00:53.319892 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2546124Z I 00:00:53.319895 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2546274Z I 00:00:53.319896 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2546443Z I 00:00:53.319898 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2546593Z I 00:00:53.319900 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2546765Z I 00:00:53.319902 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2546919Z I 00:00:53.319904 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2547179Z I 00:00:53.319906 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2547336Z I 00:00:53.319908 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2547487Z I 00:00:53.319913 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2547652Z I 00:00:53.319915 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2547807Z I 00:00:53.319916 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2547970Z I 00:00:53.319918 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2548299Z I 00:00:53.319919 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2548457Z I 00:00:53.319922 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2548602Z I 00:00:53.319924 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2548815Z I 00:00:53.319926 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2548974Z I 00:00:53.319929 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2549119Z I 00:00:53.319931 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2549389Z E 00:00:53.319932 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2549682Z E 00:00:53.319936 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2549906Z I 00:00:53.319938 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2550053Z I 00:00:53.319940 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2550197Z I 00:00:53.319942 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2550350Z I 00:00:53.319945 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2550496Z I 00:00:53.319947 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2550649Z I 00:00:53.319949 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2550865Z I 00:00:53.319951 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2551019Z I 00:00:53.319952 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2551169Z I 00:00:53.319956 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2551343Z I 00:00:53.319959 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2551503Z I 00:00:53.319961 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2551649Z I 00:00:53.319964 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2551871Z I 00:00:53.319966 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2552116Z I 00:00:53.319974 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2552282Z I 00:00:53.319976 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2552695Z I 00:00:53.319979 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2552855Z I 00:00:53.319982 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2553017Z I 00:00:53.319984 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2553467Z E 00:00:53.319986 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2553793Z E 00:00:53.319991 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2554028Z I 00:00:53.319993 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2554200Z I 00:00:53.319995 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2554358Z I 00:00:53.319997 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2554533Z I 00:00:53.319999 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2554689Z I 00:00:53.320001 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2554847Z I 00:00:53.320004 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2555095Z I 00:00:53.320006 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2555256Z I 00:00:53.320007 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2555423Z I 00:00:53.320010 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2555644Z I 00:00:53.320012 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2555805Z I 00:00:53.320014 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2555970Z I 00:00:53.320016 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2556217Z I 00:00:53.320018 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2556374Z I 00:00:53.320020 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2556549Z I 00:00:53.320021 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2556703Z I 00:00:53.320023 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2556866Z I 00:00:53.320024 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2557020Z I 00:00:53.320028 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2557249Z I 00:00:53.320030 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2557409Z I 00:00:53.320033 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2557565Z I 00:00:53.320035 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2557729Z I 00:00:53.320037 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2557889Z I 00:00:53.320040 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2558047Z I 00:00:53.320042 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2558284Z I 00:00:53.320045 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2558503Z I 00:00:53.320047 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2558715Z I 00:00:53.320049 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2558872Z I 00:00:53.320052 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2559040Z I 00:00:53.320054 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2559197Z I 00:00:53.320056 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2559478Z E 00:00:53.320059 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2559803Z E 00:00:53.320081 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2560083Z I 00:00:53.320084 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2560249Z I 00:00:53.320086 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2560404Z I 00:00:53.320088 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2560569Z I 00:00:53.320090 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2560760Z I 00:00:53.320091 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2560921Z I 00:00:53.320093 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2561186Z I 00:00:53.320096 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2561342Z I 00:00:53.320098 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2561511Z I 00:00:53.320100 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2561666Z I 00:00:53.320101 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2561831Z I 00:00:53.320104 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2561991Z I 00:00:53.320106 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2562235Z I 00:00:53.320107 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2562391Z I 00:00:53.320109 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2562547Z I 00:00:53.320110 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2562789Z I 00:00:53.320113 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2562947Z I 00:00:53.320115 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2563114Z I 00:00:53.320117 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2563390Z E 00:00:53.320118 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2563769Z E 00:00:53.320122 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2564047Z I 00:00:53.320124 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2564209Z I 00:00:53.320126 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2564375Z I 00:00:53.320129 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2564532Z I 00:00:53.320131 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2564696Z I 00:00:53.320132 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2564852Z I 00:00:53.320134 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2565090Z I 00:00:53.320137 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2565246Z I 00:00:53.320139 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2565400Z I 00:00:53.320141 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2565562Z I 00:00:53.320146 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2565715Z I 00:00:53.320148 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2565882Z I 00:00:53.320150 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2566117Z I 00:00:53.320152 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2566286Z I 00:00:53.320154 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2566441Z I 00:00:53.320158 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2566672Z I 00:00:53.320160 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2566842Z I 00:00:53.320162 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2566999Z I 00:00:53.320165 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2567285Z E 00:00:53.320167 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2567597Z E 00:00:53.320172 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2567842Z I 00:00:53.320175 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2568002Z I 00:00:53.320179 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2568154Z I 00:00:53.320181 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2568344Z I 00:00:53.320183 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2568499Z I 00:00:53.320185 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2568664Z I 00:00:53.320187 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2568895Z I 00:00:53.320189 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2569085Z I 00:00:53.320191 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2569238Z I 00:00:53.320193 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2569419Z I 00:00:53.320194 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2569586Z I 00:00:53.320197 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2569741Z I 00:00:53.320199 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2569983Z I 00:00:53.320201 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2570140Z I 00:00:53.320202 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2570308Z I 00:00:53.320204 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2570463Z I 00:00:53.320205 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2570615Z I 00:00:53.320208 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2570780Z I 00:00:53.320210 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2571011Z I 00:00:53.320212 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2571173Z I 00:00:53.320213 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2571329Z I 00:00:53.320216 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2571498Z I 00:00:53.320218 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2571654Z I 00:00:53.320220 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2571807Z I 00:00:53.320221 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2572077Z I 00:00:53.320224 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2572233Z I 00:00:53.320225 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2572398Z I 00:00:53.320228 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2572555Z I 00:00:53.320230 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2572720Z I 00:00:53.320232 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2572879Z I 00:00:53.320234 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2573151Z E 00:00:53.320237 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2573484Z E 00:00:53.320259 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2573719Z I 00:00:53.320262 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2573883Z I 00:00:53.320264 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2574041Z I 00:00:53.320266 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2574200Z I 00:00:53.320268 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2574360Z I 00:00:53.320269 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2574517Z I 00:00:53.320271 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2574758Z I 00:00:53.320273 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2574916Z I 00:00:53.320275 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2575082Z I 00:00:53.320277 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2575238Z I 00:00:53.320279 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2575404Z I 00:00:53.320281 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2575560Z I 00:00:53.320283 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2575794Z I 00:00:53.320285 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2575961Z I 00:00:53.320287 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2576117Z I 00:00:53.320289 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2576383Z I 00:00:53.320291 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2576543Z I 00:00:53.320293 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2576703Z I 00:00:53.320295 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2576982Z E 00:00:53.320297 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2577326Z E 00:00:53.320301 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2577593Z I 00:00:53.320303 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2577752Z I 00:00:53.320305 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2577915Z I 00:00:53.320307 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2578071Z I 00:00:53.320309 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2578238Z I 00:00:53.320311 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2578395Z I 00:00:53.320313 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2578630Z I 00:00:53.320315 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2578792Z I 00:00:53.320317 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2578947Z I 00:00:53.320318 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2579115Z I 00:00:53.320320 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2579268Z I 00:00:53.320321 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2579432Z I 00:00:53.320323 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2579663Z I 00:00:53.320324 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2579824Z I 00:00:53.320326 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2579987Z I 00:00:53.320329 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2580244Z I 00:00:53.320331 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2580410Z I 00:00:53.320333 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2580564Z I 00:00:53.320335 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2580854Z E 00:00:53.320337 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2581167Z E 00:00:53.320342 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2581414Z I 00:00:53.320344 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2581567Z I 00:00:53.320347 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2581728Z I 00:00:53.320349 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2581896Z I 00:00:53.320350 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2582055Z I 00:00:53.320353 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2582225Z I 00:00:53.320356 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2582458Z I 00:00:53.320358 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2582616Z I 00:00:53.320359 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2582780Z I 00:00:53.320361 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2582938Z I 00:00:53.320363 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2583107Z I 00:00:53.320364 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2583260Z I 00:00:53.320366 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2583503Z I 00:00:53.320368 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2583659Z I 00:00:53.320370 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2583813Z I 00:00:53.320372 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2583979Z I 00:00:53.320375 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2584131Z I 00:00:53.320377 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2584292Z I 00:00:53.320379 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2584546Z I 00:00:53.320381 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2584710Z I 00:00:53.320384 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2584866Z I 00:00:53.320387 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2585018Z I 00:00:53.320389 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2585212Z I 00:00:53.320392 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2585368Z I 00:00:53.320394 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2585638Z I 00:00:53.320396 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2585795Z I 00:00:53.320399 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2585966Z I 00:00:53.320401 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2586123Z I 00:00:53.320403 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2586277Z I 00:00:53.320406 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2586444Z I 00:00:53.320408 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2586715Z E 00:00:53.320410 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2587041Z E 00:00:53.320434 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2587689Z I 00:00:53.320437 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2587855Z I 00:00:53.320439 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2588012Z I 00:00:53.320440 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2588168Z I 00:00:53.320442 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2588336Z I 00:00:53.320445 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2588495Z I 00:00:53.320447 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2588788Z I 00:00:53.320449 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2588946Z I 00:00:53.320451 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2589107Z I 00:00:53.320453 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2589266Z I 00:00:53.320455 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2589421Z I 00:00:53.320457 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2589589Z I 00:00:53.320459 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2589831Z I 00:00:53.320460 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2589996Z I 00:00:53.320463 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2590156Z I 00:00:53.320466 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2590395Z I 00:00:53.320469 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2590551Z I 00:00:53.320472 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2590709Z I 00:00:53.320473 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2590997Z E 00:00:53.320475 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2591316Z E 00:00:53.320478 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2591555Z I 00:00:53.320481 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2591714Z I 00:00:53.320483 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2591882Z I 00:00:53.320485 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2592092Z I 00:00:53.320487 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2592272Z I 00:00:53.320490 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2592436Z I 00:00:53.320492 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2592672Z I 00:00:53.320493 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2592839Z I 00:00:53.320496 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2592999Z I 00:00:53.320497 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2593198Z I 00:00:53.320499 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2593356Z I 00:00:53.320501 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2593510Z I 00:00:53.320503 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2593752Z I 00:00:53.320505 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2593937Z I 00:00:53.320507 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2594102Z I 00:00:53.320512 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2594370Z I 00:00:53.320514 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2594537Z I 00:00:53.320516 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2594691Z I 00:00:53.320520 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2594970Z E 00:00:53.320522 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2595292Z E 00:00:53.320528 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2595534Z I 00:00:53.320531 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2595701Z I 00:00:53.320533 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2595858Z I 00:00:53.320535 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2596028Z I 00:00:53.320537 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2596183Z I 00:00:53.320538 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2596339Z I 00:00:53.320541 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2596582Z I 00:00:53.320543 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2596739Z I 00:00:53.320545 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2596910Z I 00:00:53.320547 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2597132Z I 00:00:53.320548 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2597304Z I 00:00:53.320550 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2597459Z I 00:00:53.320552 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2597689Z I 00:00:53.320555 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2597857Z I 00:00:53.320556 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2598013Z I 00:00:53.320558 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2598182Z I 00:00:53.320560 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2598339Z I 00:00:53.320562 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2598510Z I 00:00:53.320565 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2598741Z I 00:00:53.320567 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2598896Z I 00:00:53.320571 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2599070Z I 00:00:53.320573 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2599229Z I 00:00:53.320575 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2599400Z I 00:00:53.320577 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2599553Z I 00:00:53.320579 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2599798Z I 00:00:53.320580 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2599957Z I 00:00:53.320583 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2600111Z I 00:00:53.320585 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2600468Z I 00:00:53.320588 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2600634Z I 00:00:53.320590 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2600803Z I 00:00:53.320594 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2601076Z E 00:00:53.320597 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2601405Z E 00:00:53.320619 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2601669Z I 00:00:53.320622 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2601827Z I 00:00:53.320624 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2601994Z I 00:00:53.320626 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2602146Z I 00:00:53.320628 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2602333Z I 00:00:53.320629 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2602490Z I 00:00:53.320632 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2602758Z I 00:00:53.320634 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2602918Z I 00:00:53.320636 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2603073Z I 00:00:53.320638 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2603238Z I 00:00:53.320640 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2603398Z I 00:00:53.320642 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2603561Z I 00:00:53.320644 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2603802Z I 00:00:53.320645 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2603963Z I 00:00:53.320647 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2604120Z I 00:00:53.320649 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2604349Z I 00:00:53.320654 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2604513Z I 00:00:53.320657 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2604668Z I 00:00:53.320661 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2604955Z E 00:00:53.320663 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2605275Z E 00:00:53.320667 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2605546Z I 00:00:53.320669 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2605705Z I 00:00:53.320673 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2605865Z I 00:00:53.320675 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2606032Z I 00:00:53.320677 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2606189Z I 00:00:53.320679 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2606351Z I 00:00:53.320681 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2606586Z I 00:00:53.320683 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2606749Z I 00:00:53.320685 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2606910Z I 00:00:53.320686 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2607064Z I 00:00:53.320688 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2607225Z I 00:00:53.320691 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2607382Z I 00:00:53.320696 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2607627Z I 00:00:53.320698 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2607783Z I 00:00:53.320701 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2607947Z I 00:00:53.320704 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2608180Z I 00:00:53.320706 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2608338Z I 00:00:53.320708 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2608501Z I 00:00:53.320709 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2608776Z E 00:00:53.320712 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2609097Z E 00:00:53.320717 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2609333Z I 00:00:53.320720 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2609498Z I 00:00:53.320722 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2609655Z I 00:00:53.320724 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2609837Z I 00:00:53.320727 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2610001Z I 00:00:53.320729 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2610160Z I 00:00:53.320730 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2610397Z I 00:00:53.320732 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2610577Z I 00:00:53.320736 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2610745Z I 00:00:53.320738 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2610931Z I 00:00:53.320740 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2611088Z I 00:00:53.320742 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2611251Z I 00:00:53.320743 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2611483Z I 00:00:53.320746 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2611653Z I 00:00:53.320748 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2611809Z I 00:00:53.320751 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2611975Z I 00:00:53.320754 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2612131Z I 00:00:53.320756 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2612396Z I 00:00:53.320757 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2612629Z I 00:00:53.320759 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2612784Z I 00:00:53.320761 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2612944Z I 00:00:53.320763 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2613097Z I 00:00:53.320765 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2613261Z I 00:00:53.320767 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2613413Z I 00:00:53.320769 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2613665Z I 00:00:53.320770 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2613829Z I 00:00:53.320774 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2613980Z I 00:00:53.320777 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2614147Z I 00:00:53.320779 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2614297Z I 00:00:53.320780 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2614456Z I 00:00:53.320782 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2614723Z E 00:00:53.320784 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2615033Z E 00:00:53.320811 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2615268Z I 00:00:53.320814 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2615419Z I 00:00:53.320816 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2615578Z I 00:00:53.320817 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2615732Z I 00:00:53.320819 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2615898Z I 00:00:53.320822 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2616049Z I 00:00:53.320824 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2616275Z I 00:00:53.320826 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2616438Z I 00:00:53.320828 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2616588Z I 00:00:53.320830 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2616750Z I 00:00:53.320832 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2616905Z I 00:00:53.320834 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2617063Z I 00:00:53.320836 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2617293Z I 00:00:53.320838 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2617441Z I 00:00:53.320841 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2617603Z I 00:00:53.320843 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2617855Z I 00:00:53.320845 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2618019Z I 00:00:53.320847 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2618172Z I 00:00:53.320850 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2618455Z E 00:00:53.320853 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2618811Z E 00:00:53.320857 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2619063Z I 00:00:53.320860 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2619224Z I 00:00:53.320863 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2619380Z I 00:00:53.320866 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2619535Z I 00:00:53.320868 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2619689Z I 00:00:53.320870 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2619846Z I 00:00:53.320872 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2620078Z I 00:00:53.320875 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2620231Z I 00:00:53.320878 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2620388Z I 00:00:53.320880 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2620543Z I 00:00:53.320883 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2620705Z I 00:00:53.320885 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2620857Z I 00:00:53.320887 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2621088Z I 00:00:53.320889 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2621239Z I 00:00:53.320891 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2621390Z I 00:00:53.320894 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2621653Z I 00:00:53.320898 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2621807Z I 00:00:53.320900 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2621965Z I 00:00:53.320903 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2622232Z E 00:00:53.320906 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2622539Z E 00:00:53.320912 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2622774Z I 00:00:53.320914 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2622936Z I 00:00:53.320917 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2623088Z I 00:00:53.320920 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2623235Z I 00:00:53.320923 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2623387Z I 00:00:53.320925 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2623540Z I 00:00:53.320928 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2623782Z I 00:00:53.320929 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2623933Z I 00:00:53.320931 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2624106Z I 00:00:53.320933 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2624259Z I 00:00:53.320935 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2624413Z I 00:00:53.320937 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2624585Z I 00:00:53.320939 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2624814Z I 00:00:53.320941 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2624979Z I 00:00:53.320942 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2625133Z I 00:00:53.320944 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2625287Z I 00:00:53.320946 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2625451Z I 00:00:53.320948 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2625614Z I 00:00:53.320953 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2625876Z I 00:00:53.320955 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2626033Z I 00:00:53.320958 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2626197Z I 00:00:53.320960 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2626352Z I 00:00:53.320962 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2626751Z I 00:00:53.320964 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2626911Z I 00:00:53.320966 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2627167Z I 00:00:53.320968 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2627330Z I 00:00:53.320970 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2627482Z I 00:00:53.320972 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2627644Z I 00:00:53.320975 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2627798Z I 00:00:53.320977 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2627950Z I 00:00:53.320978 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2628229Z E 00:00:53.320980 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2628539Z E 00:00:53.321002 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2628773Z I 00:00:53.321005 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2628929Z I 00:00:53.321007 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2629094Z I 00:00:53.321009 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2629249Z I 00:00:53.321011 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2629406Z I 00:00:53.321013 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2629570Z I 00:00:53.321015 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2629800Z I 00:00:53.321018 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2629988Z I 00:00:53.321019 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2630143Z I 00:00:53.321021 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2630310Z I 00:00:53.321024 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2630459Z I 00:00:53.321025 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2630609Z I 00:00:53.321027 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2630847Z I 00:00:53.321030 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2631003Z I 00:00:53.321032 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2631165Z I 00:00:53.321034 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2631394Z I 00:00:53.321036 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2631562Z I 00:00:53.321038 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2631712Z I 00:00:53.321041 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2631989Z E 00:00:53.321043 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2632384Z E 00:00:53.321047 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2632791Z I 00:00:53.321048 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2632964Z I 00:00:53.321051 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2633120Z I 00:00:53.321053 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2633292Z I 00:00:53.321054 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2633452Z I 00:00:53.321056 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2633605Z I 00:00:53.321058 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2633850Z I 00:00:53.321059 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2634003Z I 00:00:53.321061 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2634175Z I 00:00:53.321063 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2634328Z I 00:00:53.321066 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2634526Z I 00:00:53.321068 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2634682Z I 00:00:53.321069 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2634911Z I 00:00:53.321071 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2635107Z I 00:00:53.321076 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2635261Z I 00:00:53.321078 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2635532Z I 00:00:53.321080 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2635688Z I 00:00:53.321082 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2635855Z I 00:00:53.321085 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2636137Z E 00:00:53.321087 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2636461Z E 00:00:53.321093 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2636701Z I 00:00:53.321096 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2636862Z I 00:00:53.321098 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2637033Z I 00:00:53.321101 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2637190Z I 00:00:53.321103 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2637356Z I 00:00:53.321105 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2637512Z I 00:00:53.321109 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2637753Z I 00:00:53.321111 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2637907Z I 00:00:53.321113 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2638065Z I 00:00:53.321116 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2638255Z I 00:00:53.321117 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2638416Z I 00:00:53.321119 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2638579Z I 00:00:53.321121 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2638813Z I 00:00:53.321124 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2638971Z I 00:00:53.321126 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2639137Z I 00:00:53.321127 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2639296Z I 00:00:53.321129 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2639461Z I 00:00:53.321131 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2639621Z I 00:00:53.321133 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2639860Z I 00:00:53.321135 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2640015Z I 00:00:53.321138 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2640175Z I 00:00:53.321139 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2640342Z I 00:00:53.321142 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2640504Z I 00:00:53.321144 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2640664Z I 00:00:53.321146 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2640900Z I 00:00:53.321147 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2641069Z I 00:00:53.321149 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2641227Z I 00:00:53.321151 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2641384Z I 00:00:53.321152 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2641551Z I 00:00:53.321155 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2641708Z I 00:00:53.321157 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2641992Z E 00:00:53.321158 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2642310Z E 00:00:53.321180 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2642557Z I 00:00:53.321183 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2642743Z I 00:00:53.321185 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2642906Z I 00:00:53.321186 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2643074Z I 00:00:53.321188 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2643232Z I 00:00:53.321190 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2643421Z I 00:00:53.321192 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2643656Z I 00:00:53.321194 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2643855Z I 00:00:53.321195 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2644013Z I 00:00:53.321198 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2644172Z I 00:00:53.321199 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2644344Z I 00:00:53.321201 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2644500Z I 00:00:53.321203 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2644857Z I 00:00:53.321204 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2645011Z I 00:00:53.321207 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2645179Z I 00:00:53.321209 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2645403Z I 00:00:53.321211 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2645556Z I 00:00:53.321213 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2645722Z I 00:00:53.321215 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2645994Z E 00:00:53.321216 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2646315Z E 00:00:53.321220 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2646543Z I 00:00:53.321223 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2646737Z I 00:00:53.321225 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2646891Z I 00:00:53.321227 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2647054Z I 00:00:53.321229 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2647211Z I 00:00:53.321230 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2647359Z I 00:00:53.321232 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2647599Z I 00:00:53.321233 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2647751Z I 00:00:53.321235 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2647915Z I 00:00:53.321237 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2648065Z I 00:00:53.321239 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2648222Z I 00:00:53.321240 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2648381Z I 00:00:53.321242 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2648610Z I 00:00:53.321244 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2648770Z I 00:00:53.321246 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2648922Z I 00:00:53.321248 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2649157Z I 00:00:53.321251 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2649312Z I 00:00:53.321252 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2649461Z I 00:00:53.321254 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2649743Z E 00:00:53.321255 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2650044Z E 00:00:53.321260 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2650282Z I 00:00:53.321263 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2650437Z I 00:00:53.321265 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2650603Z I 00:00:53.321266 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2650756Z I 00:00:53.321269 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2650943Z I 00:00:53.321271 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2651102Z I 00:00:53.321273 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2651329Z I 00:00:53.321275 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2651490Z I 00:00:53.321276 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2651672Z I 00:00:53.321278 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2651836Z I 00:00:53.321280 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2652017Z I 00:00:53.321281 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2652167Z I 00:00:53.321283 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2652414Z I 00:00:53.321285 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2652570Z I 00:00:53.321287 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2652730Z I 00:00:53.321289 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2652882Z I 00:00:53.321291 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2653041Z I 00:00:53.321293 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2653196Z I 00:00:53.321296 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2653567Z I 00:00:53.321297 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2653906Z I 00:00:53.321300 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2654065Z I 00:00:53.321302 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2654231Z I 00:00:53.321303 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2654389Z I 00:00:53.321306 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2654553Z I 00:00:53.321308 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2654791Z I 00:00:53.321311 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2655008Z I 00:00:53.321313 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2655173Z I 00:00:53.321315 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2655329Z I 00:00:53.321318 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2655494Z I 00:00:53.321320 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2655655Z I 00:00:53.321321 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2655943Z E 00:00:53.321324 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2656258Z E 00:00:53.321347 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2656496Z I 00:00:53.321349 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2656662Z I 00:00:53.321352 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2656824Z I 00:00:53.321353 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2656991Z I 00:00:53.321357 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2657145Z I 00:00:53.321359 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2657311Z I 00:00:53.321361 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2657541Z I 00:00:53.321363 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2657700Z I 00:00:53.321365 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2657870Z I 00:00:53.321367 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2658025Z I 00:00:53.321370 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2658190Z I 00:00:53.321374 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2658346Z I 00:00:53.321379 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2658586Z I 00:00:53.321384 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2658742Z I 00:00:53.321386 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2658896Z I 00:00:53.321389 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2659138Z I 00:00:53.321390 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2659337Z I 00:00:53.321393 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2659497Z I 00:00:53.321395 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2659773Z E 00:00:53.321398 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2660147Z E 00:00:53.321401 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2660379Z I 00:00:53.321403 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2660583Z I 00:00:53.321407 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2660741Z I 00:00:53.321409 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2660896Z I 00:00:53.321412 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2661066Z I 00:00:53.321416 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2661227Z I 00:00:53.321419 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2661495Z I 00:00:53.321421 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2661652Z I 00:00:53.321422 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2661810Z I 00:00:53.321425 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2661979Z I 00:00:53.321427 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2662139Z I 00:00:53.321430 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2662318Z I 00:00:53.321432 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2662551Z I 00:00:53.321434 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2662729Z I 00:00:53.321435 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2662889Z I 00:00:53.321437 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2663125Z I 00:00:53.321439 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2663332Z I 00:00:53.321441 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2663490Z I 00:00:53.321443 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2663807Z E 00:00:53.321445 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2664121Z E 00:00:53.321450 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2664380Z I 00:00:53.321453 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2664543Z I 00:00:53.321455 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2664725Z I 00:00:53.321459 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2664884Z I 00:00:53.321463 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2665037Z I 00:00:53.321465 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2665200Z I 00:00:53.321469 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2665439Z I 00:00:53.321471 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2665608Z I 00:00:53.321472 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2665762Z I 00:00:53.321475 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2666038Z I 00:00:53.321478 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2666192Z I 00:00:53.321481 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2666348Z I 00:00:53.321483 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2666587Z I 00:00:53.321485 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2666737Z I 00:00:53.321487 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2666895Z I 00:00:53.321489 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2667050Z I 00:00:53.321490 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2667198Z I 00:00:53.321492 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2667364Z I 00:00:53.321496 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2667589Z I 00:00:53.321498 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2667779Z I 00:00:53.321499 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2667930Z I 00:00:53.321502 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2668094Z I 00:00:53.321504 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2668247Z I 00:00:53.321505 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2668427Z I 00:00:53.321508 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2668665Z I 00:00:53.321511 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2668844Z I 00:00:53.321515 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2669009Z I 00:00:53.321518 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2669158Z I 00:00:53.321519 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2669321Z I 00:00:53.321520 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2669473Z I 00:00:53.321523 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2669745Z E 00:00:53.321524 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:19:59.2670067Z E 00:00:53.321546 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2670297Z I 00:00:53.321549 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2670456Z I 00:00:53.321551 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2670609Z I 00:00:53.321553 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2670780Z I 00:00:53.321554 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2670941Z I 00:00:53.321556 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2671097Z I 00:00:53.321558 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2671332Z I 00:00:53.321559 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2671517Z I 00:00:53.321561 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2671680Z I 00:00:53.321563 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2671838Z I 00:00:53.321565 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2672002Z I 00:00:53.321566 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2672215Z I 00:00:53.321568 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2672459Z I 00:00:53.321570 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2672789Z I 00:00:53.321571 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2672956Z I 00:00:53.321573 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2673200Z I 00:00:53.321575 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2673365Z I 00:00:53.321576 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2673534Z I 00:00:53.321579 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2673821Z E 00:00:53.321581 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2674155Z E 00:00:53.321586 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:19:59.2674405Z I 00:00:53.321588 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2674569Z I 00:00:53.321591 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2674737Z I 00:00:53.321593 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2674898Z I 00:00:53.321594 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2675063Z I 00:00:53.321596 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2675222Z I 00:00:53.321598 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2675459Z I 00:00:53.321600 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2675626Z I 00:00:53.321602 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2675785Z I 00:00:53.321604 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2675959Z I 00:00:53.321605 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2676140Z I 00:00:53.321607 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2676316Z I 00:00:53.321610 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2676546Z I 00:00:53.321614 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2676706Z I 00:00:53.321616 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2676898Z I 00:00:53.321618 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2677128Z I 00:00:53.321621 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2677337Z I 00:00:53.321624 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2677488Z I 00:00:53.321627 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2677783Z E 00:00:53.321629 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:19:59.2678095Z E 00:00:53.321635 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:19:59.2678352Z I 00:00:53.321637 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2678514Z I 00:00:53.321639 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2678675Z I 00:00:53.321642 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2678843Z I 00:00:53.321645 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2679002Z I 00:00:53.321647 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2679172Z I 00:00:53.321649 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2679408Z I 00:00:53.321651 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2679573Z I 00:00:53.321652 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2679737Z I 00:00:53.321655 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2679892Z I 00:00:53.321657 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2680097Z I 00:00:53.321661 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2680255Z I 00:00:53.321664 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2680511Z I 00:00:53.321666 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2680671Z I 00:00:53.321669 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2680835Z I 00:00:53.321671 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2681006Z I 00:00:53.321673 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2681159Z I 00:00:53.321674 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:19:59.2681324Z I 00:00:53.321676 executorch:operator_registry.cpp:253] ] 2025-03-21T21:19:59.2681564Z I 00:00:53.321679 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:19:59.2681734Z I 00:00:53.321681 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:19:59.2681891Z I 00:00:53.321683 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:19:59.2682047Z I 00:00:53.321685 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:19:59.2682213Z I 00:00:53.321691 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1323363Z I 00:00:53.321693 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1323963Z I 00:00:53.321695 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1324512Z I 00:00:53.321697 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1324976Z I 00:00:53.321700 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1325439Z I 00:00:53.321702 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1325895Z I 00:00:53.321705 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1326352Z I 00:00:53.321707 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1326939Z E 00:00:53.321710 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1327669Z E 00:00:53.321734 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1328376Z I 00:00:53.321736 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1329223Z I 00:00:53.321739 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1329694Z I 00:00:53.321740 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1330164Z I 00:00:53.321742 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1330612Z I 00:00:53.321745 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1331119Z I 00:00:53.321747 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1331646Z I 00:00:53.321749 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1332270Z I 00:00:53.321750 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1332729Z I 00:00:53.321752 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1333180Z I 00:00:53.321757 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1333628Z I 00:00:53.321759 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1334066Z I 00:00:53.321764 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1334602Z I 00:00:53.321766 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1335158Z I 00:00:53.321768 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1335604Z I 00:00:53.321772 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1336123Z I 00:00:53.321774 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1336651Z I 00:00:53.321775 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1337105Z I 00:00:53.321777 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1337692Z E 00:00:53.321779 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1338428Z E 00:00:53.321783 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1339128Z I 00:00:53.321785 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1339723Z I 00:00:53.321787 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1340161Z I 00:00:53.321789 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1340610Z I 00:00:53.321791 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1341059Z I 00:00:53.321793 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1341511Z I 00:00:53.321795 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1342043Z I 00:00:53.321798 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1342594Z I 00:00:53.321802 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1343041Z I 00:00:53.321805 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1343491Z I 00:00:53.321807 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1343941Z I 00:00:53.321809 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1344621Z I 00:00:53.321814 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1345154Z I 00:00:53.321817 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1345701Z I 00:00:53.321819 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1346157Z I 00:00:53.321822 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1346689Z I 00:00:53.321823 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1347216Z I 00:00:53.321825 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1347663Z I 00:00:53.321826 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1348231Z E 00:00:53.321829 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1348971Z E 00:00:53.321835 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1349661Z I 00:00:53.321837 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1350191Z I 00:00:53.321839 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1350642Z I 00:00:53.321841 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1351091Z I 00:00:53.321844 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1351605Z I 00:00:53.321847 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1352140Z I 00:00:53.321849 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1352678Z I 00:00:53.321852 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1353220Z I 00:00:53.321854 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1353899Z I 00:00:53.321856 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1354350Z I 00:00:53.321858 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1354841Z I 00:00:53.321859 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1355310Z I 00:00:53.321862 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1355843Z I 00:00:53.321864 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1356385Z I 00:00:53.321866 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1356839Z I 00:00:53.321867 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1357295Z I 00:00:53.321870 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1357727Z I 00:00:53.321872 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1358183Z I 00:00:53.321874 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1358714Z I 00:00:53.321876 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1359250Z I 00:00:53.321878 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1359703Z I 00:00:53.321880 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1360156Z I 00:00:53.321882 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1360592Z I 00:00:53.321884 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1361043Z I 00:00:53.321888 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1361574Z I 00:00:53.321890 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1362159Z I 00:00:53.321892 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1362617Z I 00:00:53.321895 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1363052Z I 00:00:53.321896 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1363504Z I 00:00:53.321900 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1363954Z I 00:00:53.321902 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1364525Z E 00:00:53.321904 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1365420Z E 00:00:53.321914 executorch:method.cpp:964] There are 96 instructions don't have corresponding operator registered. See logs for details 2025-03-21T21:20:17.1366343Z E 00:01:11.258364 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1367019Z I 00:01:11.258383 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1367555Z I 00:01:11.258385 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1368004Z I 00:01:11.258387 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1368456Z I 00:01:11.258388 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1368912Z I 00:01:11.258390 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1369369Z I 00:01:11.258391 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1369875Z I 00:01:11.258394 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1370412Z I 00:01:11.258396 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1370859Z I 00:01:11.258397 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1371329Z I 00:01:11.258399 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1371796Z I 00:01:11.258403 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1372230Z I 00:01:11.258409 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1372751Z I 00:01:11.258413 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1373281Z I 00:01:11.258415 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1373771Z I 00:01:11.258418 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1374293Z I 00:01:11.258422 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1374826Z I 00:01:11.258424 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1375291Z I 00:01:11.258426 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1375902Z E 00:01:11.258428 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1376664Z E 00:01:11.258434 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1377355Z I 00:01:11.258437 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1377885Z I 00:01:11.258440 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1378334Z I 00:01:11.258443 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1378772Z I 00:01:11.258445 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1379218Z I 00:01:11.258448 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1379669Z I 00:01:11.258450 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1380192Z I 00:01:11.258453 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1380728Z I 00:01:11.258456 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1381169Z I 00:01:11.258459 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1381621Z I 00:01:11.258461 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1382069Z I 00:01:11.258465 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1382517Z I 00:01:11.258467 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1383039Z I 00:01:11.258470 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1383571Z I 00:01:11.258473 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1384041Z I 00:01:11.258475 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1384562Z I 00:01:11.258477 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1385094Z I 00:01:11.258479 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1385540Z I 00:01:11.258481 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1386104Z E 00:01:11.258483 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1386820Z E 00:01:11.258489 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1387502Z I 00:01:11.258491 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1388032Z I 00:01:11.258493 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1388482Z I 00:01:11.258496 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1388928Z I 00:01:11.258498 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1389374Z I 00:01:11.258500 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1389809Z I 00:01:11.258502 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1390330Z I 00:01:11.258506 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1390861Z I 00:01:11.258508 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1391308Z I 00:01:11.258510 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1391753Z I 00:01:11.258512 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1392281Z I 00:01:11.258514 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1392715Z I 00:01:11.258515 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1393241Z I 00:01:11.258517 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1393774Z I 00:01:11.258520 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1394238Z I 00:01:11.258521 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1394689Z I 00:01:11.258523 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1395144Z I 00:01:11.258525 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1395618Z I 00:01:11.258526 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1396147Z I 00:01:11.258528 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1396682Z I 00:01:11.258529 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1397136Z I 00:01:11.258531 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1397622Z I 00:01:11.258533 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1398082Z I 00:01:11.258534 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1398572Z I 00:01:11.258536 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1399103Z I 00:01:11.258538 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1399640Z I 00:01:11.258540 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1400093Z I 00:01:11.258543 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1400554Z I 00:01:11.258545 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1400989Z I 00:01:11.258546 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1401438Z I 00:01:11.258548 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1401999Z E 00:01:11.258550 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1402728Z E 00:01:11.258574 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1403418Z I 00:01:11.258577 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1403950Z I 00:01:11.258579 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1404386Z I 00:01:11.258581 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1404914Z I 00:01:11.258583 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1405328Z I 00:01:11.258585 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1405773Z I 00:01:11.258588 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1406257Z I 00:01:11.258591 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1406737Z I 00:01:11.258593 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1407150Z I 00:01:11.258595 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1407567Z I 00:01:11.258596 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1407986Z I 00:01:11.258599 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1408405Z I 00:01:11.258603 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1408886Z I 00:01:11.258606 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1409366Z I 00:01:11.258609 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1409781Z I 00:01:11.258610 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1410262Z I 00:01:11.258612 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1410758Z I 00:01:11.258615 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1411177Z I 00:01:11.258617 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1411693Z E 00:01:11.258619 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1412375Z E 00:01:11.258624 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1413013Z I 00:01:11.258626 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1413503Z I 00:01:11.258628 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1413918Z I 00:01:11.258630 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1414331Z I 00:01:11.258632 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1414729Z I 00:01:11.258636 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1415146Z I 00:01:11.258638 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1415630Z I 00:01:11.258640 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1416125Z I 00:01:11.258642 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1416571Z I 00:01:11.258645 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1416989Z I 00:01:11.258649 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1417392Z I 00:01:11.258651 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1417807Z I 00:01:11.258653 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1418323Z I 00:01:11.258655 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1418816Z I 00:01:11.258657 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1419255Z I 00:01:11.258659 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1419726Z I 00:01:11.258661 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1420217Z I 00:01:11.258663 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1420967Z I 00:01:11.258665 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1421538Z E 00:01:11.258667 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1422268Z E 00:01:11.258673 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1422953Z I 00:01:11.258676 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1423471Z I 00:01:11.258678 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1423919Z I 00:01:11.258684 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1424368Z I 00:01:11.258686 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1424815Z I 00:01:11.258689 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1425261Z I 00:01:11.258693 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1425769Z I 00:01:11.258695 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1426299Z I 00:01:11.258696 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1428239Z I 00:01:11.258698 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1428686Z I 00:01:11.258701 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1429142Z I 00:01:11.258703 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1429585Z I 00:01:11.258705 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1430090Z I 00:01:11.258707 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1430621Z I 00:01:11.258710 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1431071Z I 00:01:11.258714 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1431516Z I 00:01:11.258717 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1432023Z I 00:01:11.258719 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1432469Z I 00:01:11.258721 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1432994Z I 00:01:11.258724 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1433528Z I 00:01:11.258726 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1433976Z I 00:01:11.258728 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1434429Z I 00:01:11.258730 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1434879Z I 00:01:11.258732 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1435313Z I 00:01:11.258734 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1435837Z I 00:01:11.258747 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1436371Z I 00:01:11.258751 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1436904Z I 00:01:11.258753 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1437353Z I 00:01:11.258755 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1437788Z I 00:01:11.258757 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1438235Z I 00:01:11.258759 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1438800Z E 00:01:11.258761 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1439531Z E 00:01:11.258784 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1440268Z I 00:01:11.258787 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1440806Z I 00:01:11.258789 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1441246Z I 00:01:11.258791 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1441700Z I 00:01:11.258792 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1442186Z I 00:01:11.258796 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1442645Z I 00:01:11.258799 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1443227Z I 00:01:11.258801 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1443774Z I 00:01:11.258803 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1444333Z I 00:01:11.258805 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1444780Z I 00:01:11.258807 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1445223Z I 00:01:11.258809 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1445670Z I 00:01:11.258811 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1446210Z I 00:01:11.258813 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1446746Z I 00:01:11.258815 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1447218Z I 00:01:11.258817 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1447934Z I 00:01:11.258818 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1448481Z I 00:01:11.258819 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1448945Z I 00:01:11.258821 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1449513Z E 00:01:11.258822 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1450228Z E 00:01:11.258826 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1450948Z I 00:01:11.258831 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1451514Z I 00:01:11.258832 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1451973Z I 00:01:11.258837 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1452431Z I 00:01:11.258840 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1452873Z I 00:01:11.258842 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1453435Z I 00:01:11.258846 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1453969Z I 00:01:11.258848 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1454502Z I 00:01:11.258850 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1454955Z I 00:01:11.258854 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1455405Z I 00:01:11.258856 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1455845Z I 00:01:11.258859 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1456295Z I 00:01:11.258861 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1456832Z I 00:01:11.258863 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1457370Z I 00:01:11.258867 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1457816Z I 00:01:11.258869 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1458323Z I 00:01:11.258871 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1458860Z I 00:01:11.258874 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1473994Z I 00:01:11.258876 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1474757Z E 00:01:11.258878 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1475517Z E 00:01:11.258883 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1476229Z I 00:01:11.258886 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1476793Z I 00:01:11.258891 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1477385Z I 00:01:11.258893 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1477841Z I 00:01:11.258895 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1478296Z I 00:01:11.258900 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1478743Z I 00:01:11.258901 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1479314Z I 00:01:11.258903 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1479941Z I 00:01:11.258906 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1480393Z I 00:01:11.258908 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1480908Z I 00:01:11.258910 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1481389Z I 00:01:11.258912 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1481856Z I 00:01:11.258913 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1482385Z I 00:01:11.258915 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1482901Z I 00:01:11.258918 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1483382Z I 00:01:11.258921 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1483866Z I 00:01:11.258924 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1484345Z I 00:01:11.258927 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1484933Z I 00:01:11.258928 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1485486Z I 00:01:11.258930 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1485991Z I 00:01:11.258932 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1486464Z I 00:01:11.258934 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1486915Z I 00:01:11.258937 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1487352Z I 00:01:11.258939 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1487835Z I 00:01:11.258941 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1488332Z I 00:01:11.258943 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1488872Z I 00:01:11.258947 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1489330Z I 00:01:11.258949 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1489802Z I 00:01:11.258952 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1490249Z I 00:01:11.258955 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1490690Z I 00:01:11.258957 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1491244Z E 00:01:11.258959 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1491995Z E 00:01:11.258981 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1492721Z I 00:01:11.258984 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1493250Z I 00:01:11.258986 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1493707Z I 00:01:11.258988 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1494145Z I 00:01:11.258990 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1494569Z I 00:01:11.258992 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1495004Z I 00:01:11.258994 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1495512Z I 00:01:11.258996 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1496032Z I 00:01:11.258998 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1496470Z I 00:01:11.258999 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1496895Z I 00:01:11.259001 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1497335Z I 00:01:11.259003 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1497774Z I 00:01:11.259007 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1498284Z I 00:01:11.259008 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1498808Z I 00:01:11.259010 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1499241Z I 00:01:11.259015 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1499770Z I 00:01:11.259017 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1500295Z I 00:01:11.259019 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1500733Z I 00:01:11.259021 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1501331Z E 00:01:11.259022 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1502045Z E 00:01:11.259028 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1502730Z I 00:01:11.259031 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1503255Z I 00:01:11.259034 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1503693Z I 00:01:11.259037 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1504139Z I 00:01:11.259039 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1504578Z I 00:01:11.259042 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1505021Z I 00:01:11.259044 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1505513Z I 00:01:11.259061 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1506031Z I 00:01:11.259063 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1506469Z I 00:01:11.259065 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1506907Z I 00:01:11.259069 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1507345Z I 00:01:11.259072 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1507768Z I 00:01:11.259074 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1508278Z I 00:01:11.259076 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1508795Z I 00:01:11.259077 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1509214Z I 00:01:11.259079 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1509748Z I 00:01:11.259083 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1510265Z I 00:01:11.259085 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1510697Z I 00:01:11.259087 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1511246Z E 00:01:11.259089 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1511951Z E 00:01:11.259096 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1512864Z I 00:01:11.259098 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1513399Z I 00:01:11.259100 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1513850Z I 00:01:11.259102 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1514308Z I 00:01:11.259104 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1514756Z I 00:01:11.259105 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1515205Z I 00:01:11.259107 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1515717Z I 00:01:11.259109 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1516244Z I 00:01:11.259110 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1516688Z I 00:01:11.259112 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1517135Z I 00:01:11.259114 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1517585Z I 00:01:11.259116 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1518018Z I 00:01:11.259118 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1518543Z I 00:01:11.259120 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1519072Z I 00:01:11.259122 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1519526Z I 00:01:11.259124 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1519970Z I 00:01:11.259126 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1520419Z I 00:01:11.259129 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1520857Z I 00:01:11.259133 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1521415Z I 00:01:11.259138 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1521944Z I 00:01:11.259140 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1522389Z I 00:01:11.259143 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1522837Z I 00:01:11.259146 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1523306Z I 00:01:11.259149 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1523754Z I 00:01:11.259153 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1524300Z I 00:01:11.259155 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1524920Z I 00:01:11.259157 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1525334Z I 00:01:11.259159 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1525750Z I 00:01:11.259162 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1526151Z I 00:01:11.259165 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1526566Z I 00:01:11.259167 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1527086Z E 00:01:11.259169 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1527761Z E 00:01:11.259196 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1528400Z I 00:01:11.259199 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1528877Z I 00:01:11.259201 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1529291Z I 00:01:11.259202 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1529708Z I 00:01:11.259205 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1530120Z I 00:01:11.259206 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1530532Z I 00:01:11.259208 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1531048Z I 00:01:11.259210 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1531529Z I 00:01:11.259212 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1531942Z I 00:01:11.259214 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1532356Z I 00:01:11.259216 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1532775Z I 00:01:11.259218 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1533190Z I 00:01:11.259220 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1533659Z I 00:01:11.259222 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1534160Z I 00:01:11.259224 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1534579Z I 00:01:11.259226 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1535069Z I 00:01:11.259228 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1535561Z I 00:01:11.259230 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1535973Z I 00:01:11.259233 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1536486Z E 00:01:11.259235 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1537164Z E 00:01:11.259239 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1537801Z I 00:01:11.259242 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1538295Z I 00:01:11.259244 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1538709Z I 00:01:11.259246 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1539122Z I 00:01:11.259248 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1539528Z I 00:01:11.259250 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1539941Z I 00:01:11.259252 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1540426Z I 00:01:11.259253 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1540922Z I 00:01:11.259256 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1541329Z I 00:01:11.259260 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1541761Z I 00:01:11.259262 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1542176Z I 00:01:11.259264 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1542597Z I 00:01:11.259266 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1543070Z I 00:01:11.259267 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1543598Z I 00:01:11.259270 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1544017Z I 00:01:11.259271 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1544530Z I 00:01:11.259273 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1545030Z I 00:01:11.259275 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1545451Z I 00:01:11.259276 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1545964Z E 00:01:11.259278 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1546643Z E 00:01:11.259285 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1547282Z I 00:01:11.259287 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1547780Z I 00:01:11.259290 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1548204Z I 00:01:11.259291 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1548620Z I 00:01:11.259293 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1549025Z I 00:01:11.259294 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1549442Z I 00:01:11.259296 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1549927Z I 00:01:11.259298 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1550418Z I 00:01:11.259302 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1550826Z I 00:01:11.259304 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1551240Z I 00:01:11.259306 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1551637Z I 00:01:11.259308 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1552110Z I 00:01:11.259310 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1552765Z I 00:01:11.259311 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1553424Z I 00:01:11.259314 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1553862Z I 00:01:11.259316 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1554631Z I 00:01:11.259318 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1555067Z I 00:01:11.259320 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1555502Z I 00:01:11.259323 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1556013Z I 00:01:11.259326 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1556522Z I 00:01:11.259329 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1556954Z I 00:01:11.259331 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1557385Z I 00:01:11.259333 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1557824Z I 00:01:11.259335 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1558256Z I 00:01:11.259337 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1558762Z I 00:01:11.259339 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1559277Z I 00:01:11.259341 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1559700Z I 00:01:11.259342 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1560132Z I 00:01:11.259344 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1560567Z I 00:01:11.259346 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1560993Z I 00:01:11.259350 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1561534Z E 00:01:11.259352 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1562241Z E 00:01:11.259374 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1562989Z I 00:01:11.259377 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1563513Z I 00:01:11.259379 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1563951Z I 00:01:11.259381 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1564391Z I 00:01:11.259383 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1564865Z I 00:01:11.259385 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1565389Z I 00:01:11.259387 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1566028Z I 00:01:11.259389 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1566511Z I 00:01:11.259390 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1566915Z I 00:01:11.259392 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1567316Z I 00:01:11.259395 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1567710Z I 00:01:11.259396 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1568116Z I 00:01:11.259398 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1568586Z I 00:01:11.259400 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1569066Z I 00:01:11.259403 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1569477Z I 00:01:11.259405 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1569940Z I 00:01:11.259406 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1570409Z I 00:01:11.259408 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1570815Z I 00:01:11.259410 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1571324Z E 00:01:11.259413 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1571991Z E 00:01:11.259416 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1572655Z I 00:01:11.259418 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1573134Z I 00:01:11.259421 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1573531Z I 00:01:11.259425 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1573925Z I 00:01:11.259427 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1574328Z I 00:01:11.259428 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1574728Z I 00:01:11.259430 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1575202Z I 00:01:11.259432 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1575670Z I 00:01:11.259433 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1576080Z I 00:01:11.259435 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1576468Z I 00:01:11.259437 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1576869Z I 00:01:11.259438 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1577269Z I 00:01:11.259441 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1577739Z I 00:01:11.259443 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1578207Z I 00:01:11.259446 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1578602Z I 00:01:11.259450 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1579076Z I 00:01:11.259452 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1579556Z I 00:01:11.259454 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1579961Z I 00:01:11.259456 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1580460Z E 00:01:11.259458 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1581113Z E 00:01:11.259464 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1581723Z I 00:01:11.259466 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1582208Z I 00:01:11.259469 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1582611Z I 00:01:11.259472 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1583062Z I 00:01:11.259474 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1583460Z I 00:01:11.259475 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1583864Z I 00:01:11.259478 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1584335Z I 00:01:11.259480 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1584837Z I 00:01:11.259482 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1585233Z I 00:01:11.259484 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1585657Z I 00:01:11.259487 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1586051Z I 00:01:11.259488 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1586452Z I 00:01:11.259490 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1586925Z I 00:01:11.259492 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1587398Z I 00:01:11.259494 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1587807Z I 00:01:11.259495 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1588195Z I 00:01:11.259497 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1588591Z I 00:01:11.259500 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1588995Z I 00:01:11.259501 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1589479Z I 00:01:11.259503 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1589957Z I 00:01:11.259505 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1590353Z I 00:01:11.259508 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1590753Z I 00:01:11.259511 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1591153Z I 00:01:11.259513 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1591554Z I 00:01:11.259514 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1592141Z I 00:01:11.259516 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1592813Z I 00:01:11.259520 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1593240Z I 00:01:11.259523 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1593677Z I 00:01:11.259525 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1594110Z I 00:01:11.259529 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1594530Z I 00:01:11.259531 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1595073Z E 00:01:11.259533 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1595791Z E 00:01:11.259556 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1596457Z I 00:01:11.259559 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1596972Z I 00:01:11.259560 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1597411Z I 00:01:11.259562 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1597845Z I 00:01:11.259565 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1598278Z I 00:01:11.259567 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1598699Z I 00:01:11.259568 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1599200Z I 00:01:11.259571 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1599720Z I 00:01:11.259572 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1600161Z I 00:01:11.259574 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1600598Z I 00:01:11.259576 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1601035Z I 00:01:11.259578 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1601456Z I 00:01:11.259579 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1601957Z I 00:01:11.259581 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1602473Z I 00:01:11.259584 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1602903Z I 00:01:11.259586 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1603447Z I 00:01:11.259587 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1603956Z I 00:01:11.259590 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1604392Z I 00:01:11.259591 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1605014Z E 00:01:11.259594 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1605706Z E 00:01:11.259598 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1606357Z I 00:01:11.259601 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1606839Z I 00:01:11.259603 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1607235Z I 00:01:11.259605 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1607640Z I 00:01:11.259607 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1608049Z I 00:01:11.259609 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1608455Z I 00:01:11.259610 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1608928Z I 00:01:11.259612 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1609396Z I 00:01:11.259614 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1609778Z I 00:01:11.259617 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1610182Z I 00:01:11.259618 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1610587Z I 00:01:11.259621 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1610987Z I 00:01:11.259623 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1611458Z I 00:01:11.259624 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1611927Z I 00:01:11.259626 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1612329Z I 00:01:11.259628 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1612828Z I 00:01:11.259630 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1613318Z I 00:01:11.259632 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1613722Z I 00:01:11.259634 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1614235Z E 00:01:11.259637 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1614881Z E 00:01:11.259643 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1615501Z I 00:01:11.259646 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1615982Z I 00:01:11.259647 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1616387Z I 00:01:11.259649 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1616795Z I 00:01:11.259653 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1617187Z I 00:01:11.259655 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1617589Z I 00:01:11.259657 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1618060Z I 00:01:11.259658 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1618540Z I 00:01:11.259660 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1618945Z I 00:01:11.259663 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1619356Z I 00:01:11.259665 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1619751Z I 00:01:11.259667 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1620152Z I 00:01:11.259669 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1620628Z I 00:01:11.259671 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1621114Z I 00:01:11.259673 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1621523Z I 00:01:11.259676 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1621916Z I 00:01:11.259677 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1622325Z I 00:01:11.259682 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1622729Z I 00:01:11.259685 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1623228Z I 00:01:11.259687 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1623710Z I 00:01:11.259689 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1624115Z I 00:01:11.259691 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1624507Z I 00:01:11.259694 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1624934Z I 00:01:11.259696 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1625332Z I 00:01:11.259698 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1625844Z I 00:01:11.259702 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1626335Z I 00:01:11.259705 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1626745Z I 00:01:11.259708 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1627171Z I 00:01:11.259709 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1627595Z I 00:01:11.259711 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1628014Z I 00:01:11.259713 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1628540Z E 00:01:11.259715 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1629219Z E 00:01:11.259739 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1629851Z I 00:01:11.259742 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1630352Z I 00:01:11.259744 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1630782Z I 00:01:11.259745 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1631205Z I 00:01:11.259747 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1631629Z I 00:01:11.259749 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1632114Z I 00:01:11.259751 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1632807Z I 00:01:11.259753 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1633344Z I 00:01:11.259755 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1633799Z I 00:01:11.259757 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1634248Z I 00:01:11.259760 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1634700Z I 00:01:11.259763 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1635131Z I 00:01:11.259766 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1635652Z I 00:01:11.259769 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1636186Z I 00:01:11.259771 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1636632Z I 00:01:11.259773 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1637151Z I 00:01:11.259775 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1637681Z I 00:01:11.259776 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1638111Z I 00:01:11.259778 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1638679Z E 00:01:11.259780 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1639410Z E 00:01:11.259784 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1640096Z I 00:01:11.259786 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1640622Z I 00:01:11.259789 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1641055Z I 00:01:11.259791 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1641501Z I 00:01:11.259793 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1641950Z I 00:01:11.259795 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1642398Z I 00:01:11.259797 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1642918Z I 00:01:11.259799 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1643450Z I 00:01:11.259802 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1643889Z I 00:01:11.259804 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1644371Z I 00:01:11.259806 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1644913Z I 00:01:11.259808 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1645338Z I 00:01:11.259811 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1645820Z I 00:01:11.259814 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1646331Z I 00:01:11.259816 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1646744Z I 00:01:11.259819 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1647257Z I 00:01:11.259821 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1647757Z I 00:01:11.259823 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1648175Z I 00:01:11.259827 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1648695Z E 00:01:11.259829 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1649358Z E 00:01:11.259835 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1649993Z I 00:01:11.259837 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1650490Z I 00:01:11.259841 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1650917Z I 00:01:11.259844 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1651335Z I 00:01:11.259846 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1651750Z I 00:01:11.259849 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1652149Z I 00:01:11.259851 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1652647Z I 00:01:11.259853 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1653144Z I 00:01:11.259856 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1653881Z I 00:01:11.259858 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1654429Z I 00:01:11.259860 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1654863Z I 00:01:11.259862 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1655322Z I 00:01:11.259865 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1655845Z I 00:01:11.259867 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1656374Z I 00:01:11.259869 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1656823Z I 00:01:11.259872 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1657270Z I 00:01:11.259874 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1657704Z I 00:01:11.259876 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1658161Z I 00:01:11.259878 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1658689Z I 00:01:11.259881 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1659222Z I 00:01:11.259886 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1659668Z I 00:01:11.259891 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1660101Z I 00:01:11.259893 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1660548Z I 00:01:11.259896 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1660993Z I 00:01:11.259900 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1661516Z I 00:01:11.259902 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1662045Z I 00:01:11.259904 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1662492Z I 00:01:11.259905 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1662924Z I 00:01:11.259907 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1663379Z I 00:01:11.259909 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1663823Z I 00:01:11.259912 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1664382Z E 00:01:11.259914 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1665115Z E 00:01:11.259937 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1665935Z I 00:01:11.259940 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1666457Z I 00:01:11.259943 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1667006Z I 00:01:11.259944 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1667430Z I 00:01:11.259946 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1667887Z I 00:01:11.259950 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1668299Z I 00:01:11.259952 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1668807Z I 00:01:11.259954 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1669299Z I 00:01:11.259955 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1669714Z I 00:01:11.259957 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1670128Z I 00:01:11.259959 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1670548Z I 00:01:11.259961 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1670948Z I 00:01:11.259963 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1671436Z I 00:01:11.259967 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1671930Z I 00:01:11.259969 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1672579Z I 00:01:11.259971 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1673112Z I 00:01:11.259973 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1673665Z I 00:01:11.259975 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1674106Z I 00:01:11.259979 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1674680Z E 00:01:11.259980 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1675425Z E 00:01:11.259984 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1676179Z I 00:01:11.259986 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1676720Z I 00:01:11.259989 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1677179Z I 00:01:11.259990 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1677639Z I 00:01:11.259993 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1678140Z I 00:01:11.259995 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1678621Z I 00:01:11.259997 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1679203Z I 00:01:11.260000 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1679767Z I 00:01:11.260002 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1680241Z I 00:01:11.260006 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1680711Z I 00:01:11.260009 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1681184Z I 00:01:11.260011 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1681642Z I 00:01:11.260012 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1682188Z I 00:01:11.260014 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1682740Z I 00:01:11.260016 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1683169Z I 00:01:11.260018 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1683705Z I 00:01:11.260020 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1684256Z I 00:01:11.260023 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1684829Z I 00:01:11.260027 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1685385Z E 00:01:11.260029 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1686056Z E 00:01:11.260035 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1686714Z I 00:01:11.260037 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1687221Z I 00:01:11.260040 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1687669Z I 00:01:11.260043 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1688130Z I 00:01:11.260045 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1688567Z I 00:01:11.260048 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1688999Z I 00:01:11.260049 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1689511Z I 00:01:11.260052 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1690070Z I 00:01:11.260055 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1690521Z I 00:01:11.260058 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1691011Z I 00:01:11.260059 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1691449Z I 00:01:11.260062 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1691896Z I 00:01:11.260064 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1692412Z I 00:01:11.260066 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1692955Z I 00:01:11.260071 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1693403Z I 00:01:11.260073 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1693852Z I 00:01:11.260074 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1694271Z I 00:01:11.260077 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1694710Z I 00:01:11.260079 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1695394Z I 00:01:11.260081 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1695938Z I 00:01:11.260086 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1696386Z I 00:01:11.260094 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1696832Z I 00:01:11.260097 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1697292Z I 00:01:11.260099 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1697748Z I 00:01:11.260102 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1698326Z I 00:01:11.260104 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1698871Z I 00:01:11.260106 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1699320Z I 00:01:11.260107 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1699755Z I 00:01:11.260109 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1700220Z I 00:01:11.260111 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1700693Z I 00:01:11.260113 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1701274Z E 00:01:11.260115 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1701985Z E 00:01:11.260139 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1702678Z I 00:01:11.260142 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1703198Z I 00:01:11.260145 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1703646Z I 00:01:11.260146 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1704083Z I 00:01:11.260148 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1704536Z I 00:01:11.260151 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1704989Z I 00:01:11.260152 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1705508Z I 00:01:11.260154 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1706042Z I 00:01:11.260157 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1706481Z I 00:01:11.260159 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1706943Z I 00:01:11.260161 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1707395Z I 00:01:11.260163 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1707858Z I 00:01:11.260165 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1708378Z I 00:01:11.260168 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1709044Z I 00:01:11.260170 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1709496Z I 00:01:11.260173 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1710076Z I 00:01:11.260175 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1710568Z I 00:01:11.260176 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1710974Z I 00:01:11.260178 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1711500Z E 00:01:11.260180 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1712909Z E 00:01:11.260183 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1713682Z I 00:01:11.260186 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1714218Z I 00:01:11.260188 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1714702Z I 00:01:11.260191 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1715141Z I 00:01:11.260193 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1715608Z I 00:01:11.260195 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1716059Z I 00:01:11.260196 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1716589Z I 00:01:11.260198 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1717114Z I 00:01:11.260200 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1717574Z I 00:01:11.260202 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1718012Z I 00:01:11.260203 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1718465Z I 00:01:11.260205 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1718915Z I 00:01:11.260207 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1719443Z I 00:01:11.260209 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1719978Z I 00:01:11.260211 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1720419Z I 00:01:11.260213 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1720976Z I 00:01:11.260215 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1721513Z I 00:01:11.260218 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1721973Z I 00:01:11.260220 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1722544Z E 00:01:11.260222 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1723276Z E 00:01:11.260228 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1723947Z I 00:01:11.260230 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1724485Z I 00:01:11.260233 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1725031Z I 00:01:11.260234 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1725453Z I 00:01:11.260236 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1725872Z I 00:01:11.260238 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1726273Z I 00:01:11.260240 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1726761Z I 00:01:11.260242 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1727253Z I 00:01:11.260244 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1727672Z I 00:01:11.260246 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1728091Z I 00:01:11.260248 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1728506Z I 00:01:11.260250 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1728910Z I 00:01:11.260252 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1729391Z I 00:01:11.260254 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1729883Z I 00:01:11.260256 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1730298Z I 00:01:11.260258 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1730712Z I 00:01:11.260260 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1731112Z I 00:01:11.260262 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1731531Z I 00:01:11.260265 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1732047Z I 00:01:11.260267 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1732541Z I 00:01:11.260269 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1732956Z I 00:01:11.260271 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1733374Z I 00:01:11.260275 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1733808Z I 00:01:11.260277 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1734222Z I 00:01:11.260279 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1734748Z I 00:01:11.260281 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1735247Z I 00:01:11.260283 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1735671Z I 00:01:11.260285 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1736074Z I 00:01:11.260287 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1736497Z I 00:01:11.260288 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1736914Z I 00:01:11.260291 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1737436Z E 00:01:11.260293 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1738111Z E 00:01:11.260316 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1738748Z I 00:01:11.260318 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1739228Z I 00:01:11.260320 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1739650Z I 00:01:11.260322 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1740069Z I 00:01:11.260324 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1740487Z I 00:01:11.260327 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1740901Z I 00:01:11.260330 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1741390Z I 00:01:11.260332 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1741897Z I 00:01:11.260334 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1742315Z I 00:01:11.260336 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1742730Z I 00:01:11.260337 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1743144Z I 00:01:11.260339 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1743559Z I 00:01:11.260343 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1744030Z I 00:01:11.260345 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1744520Z I 00:01:11.260348 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1744935Z I 00:01:11.260351 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1745417Z I 00:01:11.260352 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1745904Z I 00:01:11.260354 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1746316Z I 00:01:11.260356 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1746830Z E 00:01:11.260359 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1747509Z E 00:01:11.260362 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1748149Z I 00:01:11.260364 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1748640Z I 00:01:11.260366 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1749056Z I 00:01:11.260367 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1749457Z I 00:01:11.260369 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1749871Z I 00:01:11.260370 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1750283Z I 00:01:11.260375 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1750765Z I 00:01:11.260378 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1751255Z I 00:01:11.260381 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1751669Z I 00:01:11.260384 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1752175Z I 00:01:11.260385 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1752776Z I 00:01:11.260386 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1753224Z I 00:01:11.260388 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1753858Z I 00:01:11.260389 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1754455Z I 00:01:11.260393 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1754887Z I 00:01:11.260396 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1755450Z I 00:01:11.260398 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1755981Z I 00:01:11.260401 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1756428Z I 00:01:11.260403 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1756996Z E 00:01:11.260407 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1757726Z E 00:01:11.260413 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1758398Z I 00:01:11.260417 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1758931Z I 00:01:11.260422 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1759379Z I 00:01:11.260424 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1759826Z I 00:01:11.260426 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1760276Z I 00:01:11.260430 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1760721Z I 00:01:11.260432 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1761234Z I 00:01:11.260435 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1761766Z I 00:01:11.260437 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1762215Z I 00:01:11.260440 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1762705Z I 00:01:11.260442 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1763157Z I 00:01:11.260445 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1763596Z I 00:01:11.260446 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1764127Z I 00:01:11.260448 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1764664Z I 00:01:11.260450 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1765225Z I 00:01:11.260452 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1765672Z I 00:01:11.260456 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1766217Z I 00:01:11.260458 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1766623Z I 00:01:11.260462 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1767117Z I 00:01:11.260465 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1767614Z I 00:01:11.260468 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1768036Z I 00:01:11.260470 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1768457Z I 00:01:11.260472 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1768865Z I 00:01:11.260474 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1769284Z I 00:01:11.260476 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1769768Z I 00:01:11.260479 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1770262Z I 00:01:11.260485 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1770679Z I 00:01:11.260488 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1771099Z I 00:01:11.260490 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1771502Z I 00:01:11.260491 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1771917Z I 00:01:11.260494 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1772440Z E 00:01:11.260496 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1773115Z E 00:01:11.260518 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1773751Z I 00:01:11.260521 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1774271Z I 00:01:11.260523 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1774687Z I 00:01:11.260525 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1775102Z I 00:01:11.260527 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1775519Z I 00:01:11.260529 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1775960Z I 00:01:11.260531 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1776442Z I 00:01:11.260533 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1776949Z I 00:01:11.260535 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1777364Z I 00:01:11.260537 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1777779Z I 00:01:11.260539 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1778199Z I 00:01:11.260541 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1778615Z I 00:01:11.260543 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1779091Z I 00:01:11.260546 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1779585Z I 00:01:11.260548 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1779998Z I 00:01:11.260550 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1780481Z I 00:01:11.260552 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1780976Z I 00:01:11.260555 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1781388Z I 00:01:11.260557 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1781899Z E 00:01:11.260559 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1782579Z E 00:01:11.260562 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1783217Z I 00:01:11.260565 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1783745Z I 00:01:11.260567 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1784164Z I 00:01:11.260570 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1784581Z I 00:01:11.260572 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1784985Z I 00:01:11.260574 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1785400Z I 00:01:11.260576 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1785892Z I 00:01:11.260579 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1786390Z I 00:01:11.260581 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1786812Z I 00:01:11.260583 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1787212Z I 00:01:11.260585 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1787628Z I 00:01:11.260587 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1788039Z I 00:01:11.260589 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1788521Z I 00:01:11.260591 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1789016Z I 00:01:11.260594 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1789430Z I 00:01:11.260596 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1789897Z I 00:01:11.260598 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1790388Z I 00:01:11.260600 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1790804Z I 00:01:11.260602 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1791326Z E 00:01:11.260603 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1792067Z E 00:01:11.260608 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1792877Z I 00:01:11.260611 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1793411Z I 00:01:11.260613 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1793865Z I 00:01:11.260615 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1794314Z I 00:01:11.260617 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1794802Z I 00:01:11.260619 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1795247Z I 00:01:11.260621 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1795752Z I 00:01:11.260623 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1796311Z I 00:01:11.260625 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1796756Z I 00:01:11.260627 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1797204Z I 00:01:11.260629 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1797680Z I 00:01:11.260633 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1798114Z I 00:01:11.260636 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1798638Z I 00:01:11.260637 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1799169Z I 00:01:11.260639 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1799617Z I 00:01:11.260641 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1800066Z I 00:01:11.260643 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1800514Z I 00:01:11.260645 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1800950Z I 00:01:11.260646 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1801477Z I 00:01:11.260648 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1802013Z I 00:01:11.260651 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1802462Z I 00:01:11.260653 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1802914Z I 00:01:11.260654 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1803346Z I 00:01:11.260656 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1803792Z I 00:01:11.260657 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1804318Z I 00:01:11.260660 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1804966Z I 00:01:11.260662 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1805383Z I 00:01:11.260664 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1805798Z I 00:01:11.260666 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1806198Z I 00:01:11.260669 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1806614Z I 00:01:11.260672 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1807134Z E 00:01:11.260674 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1807805Z E 00:01:11.260697 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1808435Z I 00:01:11.260700 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1808918Z I 00:01:11.260702 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1809318Z I 00:01:11.260704 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1809731Z I 00:01:11.260706 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1810143Z I 00:01:11.260707 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1810557Z I 00:01:11.260709 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1811032Z I 00:01:11.260711 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1811501Z I 00:01:11.260715 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1811915Z I 00:01:11.260717 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1812327Z I 00:01:11.260718 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1812734Z I 00:01:11.260720 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1813147Z I 00:01:11.260722 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1813620Z I 00:01:11.260723 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1814092Z I 00:01:11.260725 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1814496Z I 00:01:11.260728 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1814991Z I 00:01:11.260730 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1815476Z I 00:01:11.260732 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1815879Z I 00:01:11.260734 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1816378Z E 00:01:11.260736 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1817093Z E 00:01:11.260740 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1817723Z I 00:01:11.260743 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1818233Z I 00:01:11.260745 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1818638Z I 00:01:11.260747 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1819044Z I 00:01:11.260748 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1819441Z I 00:01:11.260750 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1819849Z I 00:01:11.260752 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1820331Z I 00:01:11.260754 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1820819Z I 00:01:11.260756 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1821225Z I 00:01:11.260758 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1821629Z I 00:01:11.260759 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1822025Z I 00:01:11.260761 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1822431Z I 00:01:11.260763 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1822908Z I 00:01:11.260764 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1823387Z I 00:01:11.260766 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1823785Z I 00:01:11.260769 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1824249Z I 00:01:11.260770 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1824760Z I 00:01:11.260771 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1825166Z I 00:01:11.260774 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1825683Z E 00:01:11.260776 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1826344Z E 00:01:11.260782 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1826971Z I 00:01:11.260784 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1827449Z I 00:01:11.260786 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1827863Z I 00:01:11.260788 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1828272Z I 00:01:11.260790 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1828684Z I 00:01:11.260791 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1829094Z I 00:01:11.260793 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1829557Z I 00:01:11.260795 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1830039Z I 00:01:11.260796 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1830446Z I 00:01:11.260798 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1830854Z I 00:01:11.260800 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1831260Z I 00:01:11.260802 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1831663Z I 00:01:11.260804 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1832193Z I 00:01:11.260805 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1832874Z I 00:01:11.260807 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1833316Z I 00:01:11.260809 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1833757Z I 00:01:11.260810 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1834196Z I 00:01:11.260813 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1834623Z I 00:01:11.260815 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1835139Z I 00:01:11.260817 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1835696Z I 00:01:11.260819 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1836140Z I 00:01:11.260821 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1836583Z I 00:01:11.260823 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1837016Z I 00:01:11.260825 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1837465Z I 00:01:11.260828 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1837975Z I 00:01:11.260830 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1838524Z I 00:01:11.260833 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1838966Z I 00:01:11.260835 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1839406Z I 00:01:11.260836 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1839834Z I 00:01:11.260838 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1840273Z I 00:01:11.260839 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1840828Z E 00:01:11.260841 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1841543Z E 00:01:11.260865 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1842217Z I 00:01:11.260868 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1842744Z I 00:01:11.260870 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1843174Z I 00:01:11.260871 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1843616Z I 00:01:11.260873 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1844058Z I 00:01:11.260875 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1844494Z I 00:01:11.260877 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1845080Z I 00:01:11.260879 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1845251Z I 00:01:11.260881 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1845409Z I 00:01:11.260882 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1845558Z I 00:01:11.260884 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1845701Z I 00:01:11.260885 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1845856Z I 00:01:11.260888 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1846072Z I 00:01:11.260891 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1846225Z I 00:01:11.260893 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1846370Z I 00:01:11.260896 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1846595Z I 00:01:11.260898 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1846744Z I 00:01:11.260901 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1846885Z I 00:01:11.260904 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1847155Z E 00:01:11.260905 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1847452Z E 00:01:11.260908 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1847680Z I 00:01:11.260912 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1847829Z I 00:01:11.260914 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1847985Z I 00:01:11.260916 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1848132Z I 00:01:11.260918 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1848276Z I 00:01:11.260920 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1848431Z I 00:01:11.260922 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1848650Z I 00:01:11.260924 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1848810Z I 00:01:11.260927 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1848959Z I 00:01:11.260929 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1849117Z I 00:01:11.260931 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1849293Z I 00:01:11.260933 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1849447Z I 00:01:11.260936 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1849685Z I 00:01:11.260938 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1849835Z I 00:01:11.260940 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1850015Z I 00:01:11.260942 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1850243Z I 00:01:11.260945 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1850424Z I 00:01:11.260947 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1850572Z I 00:01:11.260949 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1850830Z E 00:01:11.260952 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1851131Z E 00:01:11.260958 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1851353Z I 00:01:11.260961 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1851511Z I 00:01:11.260965 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1851661Z I 00:01:11.260966 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1851825Z I 00:01:11.260968 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1851983Z I 00:01:11.260970 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1852141Z I 00:01:11.260975 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1852378Z I 00:01:11.260980 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1852543Z I 00:01:11.260982 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1852714Z I 00:01:11.260984 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1852865Z I 00:01:11.260986 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1853065Z I 00:01:11.260988 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1853215Z I 00:01:11.260990 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1853751Z I 00:01:11.260992 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1854085Z I 00:01:11.260993 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1854243Z I 00:01:11.260996 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1854413Z I 00:01:11.260998 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1854570Z I 00:01:11.261000 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1854738Z I 00:01:11.261003 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1854971Z I 00:01:11.261006 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1855134Z I 00:01:11.261007 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1855320Z I 00:01:11.261009 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1855480Z I 00:01:11.261010 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1855665Z I 00:01:11.261012 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1855822Z I 00:01:11.261014 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1856069Z I 00:01:11.261016 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1856228Z I 00:01:11.261019 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1856390Z I 00:01:11.261021 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1856557Z I 00:01:11.261022 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1856712Z I 00:01:11.261025 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1856879Z I 00:01:11.261026 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1857154Z E 00:01:11.261028 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1857485Z E 00:01:11.261049 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1857719Z I 00:01:11.261052 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1857931Z I 00:01:11.261053 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1858103Z I 00:01:11.261055 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1858258Z I 00:01:11.261058 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1858427Z I 00:01:11.261060 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1858622Z I 00:01:11.261062 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1858869Z I 00:01:11.261064 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1859060Z I 00:01:11.261067 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1859216Z I 00:01:11.261068 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1859389Z I 00:01:11.261070 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1859545Z I 00:01:11.261072 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1859737Z I 00:01:11.261074 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1859975Z I 00:01:11.261076 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1860147Z I 00:01:11.261078 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1860305Z I 00:01:11.261080 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1860536Z I 00:01:11.261082 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1860708Z I 00:01:11.261083 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1860862Z I 00:01:11.261085 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1861151Z E 00:01:11.261086 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1861470Z E 00:01:11.261090 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1861790Z I 00:01:11.261093 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1862041Z I 00:01:11.261095 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1862237Z I 00:01:11.261097 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1862477Z I 00:01:11.261098 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1879205Z I 00:01:11.261101 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1879463Z I 00:01:11.261102 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1879708Z I 00:01:11.261104 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1879891Z I 00:01:11.261107 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1880061Z I 00:01:11.261110 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1880225Z I 00:01:11.261112 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1880399Z I 00:01:11.261114 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1880566Z I 00:01:11.261117 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1880826Z I 00:01:11.261119 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1880980Z I 00:01:11.261122 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1881153Z I 00:01:11.261124 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1881389Z I 00:01:11.261127 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1881551Z I 00:01:11.261129 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1881732Z I 00:01:11.261132 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1882032Z E 00:01:11.261135 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1882371Z E 00:01:11.261140 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1882617Z I 00:01:11.261143 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1882778Z I 00:01:11.261145 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1882933Z I 00:01:11.261146 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1883093Z I 00:01:11.261148 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1883369Z I 00:01:11.261152 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1883540Z I 00:01:11.261154 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1883795Z I 00:01:11.261156 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1883955Z I 00:01:11.261158 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1884163Z I 00:01:11.261160 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1884321Z I 00:01:11.261162 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1884518Z I 00:01:11.261164 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1884817Z I 00:01:11.261167 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1885048Z I 00:01:11.261169 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1885216Z I 00:01:11.261171 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1885377Z I 00:01:11.261174 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1885558Z I 00:01:11.261176 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1885709Z I 00:01:11.261178 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1885870Z I 00:01:11.261180 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1886120Z I 00:01:11.261183 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1886287Z I 00:01:11.261186 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1886476Z I 00:01:11.261188 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1886634Z I 00:01:11.261189 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1886784Z I 00:01:11.261192 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1886930Z I 00:01:11.261194 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1887152Z I 00:01:11.261196 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1887338Z I 00:01:11.261199 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1887486Z I 00:01:11.261201 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1887647Z I 00:01:11.261204 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1887799Z I 00:01:11.261206 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1887962Z I 00:01:11.261209 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1888232Z E 00:01:11.261210 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1888547Z E 00:01:11.261235 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1888787Z I 00:01:11.261237 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1888940Z I 00:01:11.261239 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1889105Z I 00:01:11.261241 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1889267Z I 00:01:11.261244 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1889447Z I 00:01:11.261247 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1889602Z I 00:01:11.261249 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1889831Z I 00:01:11.261251 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1889985Z I 00:01:11.261253 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1890133Z I 00:01:11.261255 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1890290Z I 00:01:11.261257 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1890437Z I 00:01:11.261259 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1890590Z I 00:01:11.261261 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1890918Z I 00:01:11.261263 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1891059Z I 00:01:11.261265 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1891209Z I 00:01:11.261267 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1891424Z I 00:01:11.261269 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1891597Z I 00:01:11.261272 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1891738Z I 00:01:11.261274 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1891997Z E 00:01:11.261276 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1892287Z E 00:01:11.261279 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1892527Z I 00:01:11.261281 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1892709Z I 00:01:11.261283 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1892859Z I 00:01:11.261285 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1893019Z I 00:01:11.261288 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1893162Z I 00:01:11.261290 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1893310Z I 00:01:11.261292 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1893525Z I 00:01:11.261295 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1893667Z I 00:01:11.261297 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1893811Z I 00:01:11.261298 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1893951Z I 00:01:11.261300 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1894098Z I 00:01:11.261302 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1894239Z I 00:01:11.261304 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1894457Z I 00:01:11.261308 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1894601Z I 00:01:11.261310 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1894741Z I 00:01:11.261312 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1894960Z I 00:01:11.261315 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1895126Z I 00:01:11.261317 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1895272Z I 00:01:11.261319 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1895523Z E 00:01:11.261321 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1895813Z E 00:01:11.261327 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1896026Z I 00:01:11.261329 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1896178Z I 00:01:11.261331 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1896333Z I 00:01:11.261333 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1896481Z I 00:01:11.261337 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1896637Z I 00:01:11.261338 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1896794Z I 00:01:11.261341 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1897038Z I 00:01:11.261343 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1897184Z I 00:01:11.261347 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1897343Z I 00:01:11.261349 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1897502Z I 00:01:11.261351 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1897648Z I 00:01:11.261353 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1897802Z I 00:01:11.261355 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1898020Z I 00:01:11.261357 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1898180Z I 00:01:11.261360 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1898323Z I 00:01:11.261363 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1898470Z I 00:01:11.261365 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1898626Z I 00:01:11.261368 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1898769Z I 00:01:11.261370 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1899017Z I 00:01:11.261372 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1899195Z I 00:01:11.261374 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1899379Z I 00:01:11.261376 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1899527Z I 00:01:11.261377 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1899683Z I 00:01:11.261379 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1899867Z I 00:01:11.261382 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1900082Z I 00:01:11.261384 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1900291Z I 00:01:11.261386 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1900446Z I 00:01:11.261391 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1900619Z I 00:01:11.261396 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1900765Z I 00:01:11.261398 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1900916Z I 00:01:11.261400 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1901183Z E 00:01:11.261402 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1901480Z E 00:01:11.261423 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1901709Z I 00:01:11.261426 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1901860Z I 00:01:11.261428 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1902043Z I 00:01:11.261429 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1902201Z I 00:01:11.261432 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1902353Z I 00:01:11.261433 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1902527Z I 00:01:11.261435 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1902743Z I 00:01:11.261437 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1902947Z I 00:01:11.261439 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1903109Z I 00:01:11.261441 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1903282Z I 00:01:11.261443 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1903439Z I 00:01:11.261444 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1903592Z I 00:01:11.261446 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1903825Z I 00:01:11.261450 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1903973Z I 00:01:11.261452 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1904152Z I 00:01:11.261456 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1904380Z I 00:01:11.261458 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1904536Z I 00:01:11.261461 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1904682Z I 00:01:11.261464 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1904939Z E 00:01:11.261468 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1905249Z E 00:01:11.261473 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1905468Z I 00:01:11.261476 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1905624Z I 00:01:11.261479 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1905772Z I 00:01:11.261481 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1905931Z I 00:01:11.261483 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1906079Z I 00:01:11.261485 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1906228Z I 00:01:11.261486 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1906469Z I 00:01:11.261488 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1906630Z I 00:01:11.261491 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1906788Z I 00:01:11.261493 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1906936Z I 00:01:11.261496 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1907117Z I 00:01:11.261500 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1907262Z I 00:01:11.261504 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1907478Z I 00:01:11.261507 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1907637Z I 00:01:11.261509 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1907824Z I 00:01:11.261511 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1908060Z I 00:01:11.261513 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1908239Z I 00:01:11.261515 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1908417Z I 00:01:11.261518 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1908687Z E 00:01:11.261520 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1908993Z E 00:01:11.261524 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1909223Z I 00:01:11.261528 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1909384Z I 00:01:11.261530 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1909558Z I 00:01:11.261532 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1909706Z I 00:01:11.261536 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1909864Z I 00:01:11.261538 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1910009Z I 00:01:11.261540 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1910228Z I 00:01:11.261544 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1910384Z I 00:01:11.261546 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1910531Z I 00:01:11.261548 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1910687Z I 00:01:11.261550 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1911091Z I 00:01:11.261552 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1911247Z I 00:01:11.261555 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1911464Z I 00:01:11.261558 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1911613Z I 00:01:11.261560 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1911770Z I 00:01:11.261562 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1911918Z I 00:01:11.261564 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1912160Z I 00:01:11.261566 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1912307Z I 00:01:11.261568 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1912542Z I 00:01:11.261571 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1912862Z I 00:01:11.261573 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1913023Z I 00:01:11.261575 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1913194Z I 00:01:11.261577 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1913354Z I 00:01:11.261579 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1913527Z I 00:01:11.261581 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1913759Z I 00:01:11.261584 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1913931Z I 00:01:11.261586 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1914085Z I 00:01:11.261588 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1914245Z I 00:01:11.261590 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1914416Z I 00:01:11.261591 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1914573Z I 00:01:11.261593 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1914864Z E 00:01:11.261597 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1915179Z E 00:01:11.261617 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1915425Z I 00:01:11.261620 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1915613Z I 00:01:11.261622 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1915770Z I 00:01:11.261624 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1915943Z I 00:01:11.261626 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1916097Z I 00:01:11.261627 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1916291Z I 00:01:11.261630 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1916523Z I 00:01:11.261633 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1916720Z I 00:01:11.261635 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1916877Z I 00:01:11.261637 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1917033Z I 00:01:11.261638 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1917201Z I 00:01:11.261640 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1917358Z I 00:01:11.261643 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1917608Z I 00:01:11.261645 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1917768Z I 00:01:11.261646 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1917936Z I 00:01:11.261648 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1918173Z I 00:01:11.261650 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1918332Z I 00:01:11.261652 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1918495Z I 00:01:11.261655 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1918774Z E 00:01:11.261657 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1919100Z E 00:01:11.261660 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1919339Z I 00:01:11.261662 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1919533Z I 00:01:11.261664 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1919693Z I 00:01:11.261666 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1919853Z I 00:01:11.261668 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1920021Z I 00:01:11.261670 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1920181Z I 00:01:11.261672 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1920423Z I 00:01:11.261676 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1920585Z I 00:01:11.261678 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1920749Z I 00:01:11.261680 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1920907Z I 00:01:11.261681 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1921076Z I 00:01:11.261683 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1921233Z I 00:01:11.261685 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1921475Z I 00:01:11.261688 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1921636Z I 00:01:11.261692 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1921799Z I 00:01:11.261694 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1922031Z I 00:01:11.261697 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1922189Z I 00:01:11.261699 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1922352Z I 00:01:11.261701 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1922635Z E 00:01:11.261703 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1922956Z E 00:01:11.261708 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1923193Z I 00:01:11.261711 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1923363Z I 00:01:11.261713 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1923520Z I 00:01:11.261717 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1923688Z I 00:01:11.261719 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1923868Z I 00:01:11.261721 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1924026Z I 00:01:11.261722 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1924269Z I 00:01:11.261724 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1924428Z I 00:01:11.261726 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1924620Z I 00:01:11.261729 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1924884Z I 00:01:11.261731 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1925056Z I 00:01:11.261733 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1925208Z I 00:01:11.261736 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1925423Z I 00:01:11.261741 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1925577Z I 00:01:11.261743 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1925723Z I 00:01:11.261746 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1925882Z I 00:01:11.261748 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1926026Z I 00:01:11.261751 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1926172Z I 00:01:11.261753 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1926395Z I 00:01:11.261756 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1926545Z I 00:01:11.261758 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1926700Z I 00:01:11.261762 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1926846Z I 00:01:11.261764 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1927006Z I 00:01:11.261766 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1927149Z I 00:01:11.261768 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1927371Z I 00:01:11.261770 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1927556Z I 00:01:11.261772 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1927700Z I 00:01:11.261773 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1927858Z I 00:01:11.261775 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1928002Z I 00:01:11.261777 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1928161Z I 00:01:11.261778 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1928415Z E 00:01:11.261781 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1928715Z E 00:01:11.261802 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1928945Z I 00:01:11.261805 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1929092Z I 00:01:11.261807 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1929252Z I 00:01:11.261809 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1929394Z I 00:01:11.261811 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1929554Z I 00:01:11.261813 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1929698Z I 00:01:11.261815 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1929914Z I 00:01:11.261817 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1930068Z I 00:01:11.261819 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1930214Z I 00:01:11.261821 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1930373Z I 00:01:11.261823 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1930516Z I 00:01:11.261825 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1930674Z I 00:01:11.261827 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1930889Z I 00:01:11.261831 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1931036Z I 00:01:11.261833 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1931192Z I 00:01:11.261835 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1931404Z I 00:01:11.261836 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1931584Z I 00:01:11.261839 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1931727Z I 00:01:11.261840 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1932000Z E 00:01:11.261842 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1932294Z E 00:01:11.261845 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1932543Z I 00:01:11.261849 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1932717Z I 00:01:11.261851 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1932866Z I 00:01:11.261853 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1933025Z I 00:01:11.261854 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1933173Z I 00:01:11.261857 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1933329Z I 00:01:11.261859 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1933548Z I 00:01:11.261862 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1933695Z I 00:01:11.261863 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1933854Z I 00:01:11.261865 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1933999Z I 00:01:11.261868 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1934154Z I 00:01:11.261870 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1934304Z I 00:01:11.261871 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1934531Z I 00:01:11.261873 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1934680Z I 00:01:11.261875 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1934823Z I 00:01:11.261877 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1935049Z I 00:01:11.261879 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1935221Z I 00:01:11.261881 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1935375Z I 00:01:11.261882 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1935633Z E 00:01:11.261885 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1935928Z E 00:01:11.261890 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1936144Z I 00:01:11.261893 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1936301Z I 00:01:11.261895 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1936446Z I 00:01:11.261897 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1936597Z I 00:01:11.261899 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1936752Z I 00:01:11.261901 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1936899Z I 00:01:11.261902 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1937123Z I 00:01:11.261906 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1937272Z I 00:01:11.261909 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1937430Z I 00:01:11.261911 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1937581Z I 00:01:11.261913 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1937729Z I 00:01:11.261918 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1937881Z I 00:01:11.261920 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1938101Z I 00:01:11.261922 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1938428Z I 00:01:11.261924 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1938586Z I 00:01:11.261927 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1938742Z I 00:01:11.261929 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1938904Z I 00:01:11.261931 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1939059Z I 00:01:11.261933 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1939299Z I 00:01:11.261934 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1939506Z I 00:01:11.261938 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1939670Z I 00:01:11.261940 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1939822Z I 00:01:11.261942 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1939974Z I 00:01:11.261944 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1940162Z I 00:01:11.261945 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1940388Z I 00:01:11.261948 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1940577Z I 00:01:11.261950 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1940734Z I 00:01:11.261951 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1940901Z I 00:01:11.261953 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1941054Z I 00:01:11.261954 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1941210Z I 00:01:11.261957 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1941494Z E 00:01:11.261959 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1941804Z E 00:01:11.261981 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1942044Z I 00:01:11.261983 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1942196Z I 00:01:11.261985 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1942366Z I 00:01:11.261987 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1942518Z I 00:01:11.261991 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1942675Z I 00:01:11.261992 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1942838Z I 00:01:11.261994 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1943064Z I 00:01:11.261996 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1943258Z I 00:01:11.261998 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1943411Z I 00:01:11.262000 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1943577Z I 00:01:11.262002 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1943727Z I 00:01:11.262004 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1943879Z I 00:01:11.262006 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1944117Z I 00:01:11.262008 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1944271Z I 00:01:11.262010 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1944436Z I 00:01:11.262012 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1944663Z I 00:01:11.262014 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1944831Z I 00:01:11.262015 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1944981Z I 00:01:11.262017 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1945250Z E 00:01:11.262019 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1945579Z E 00:01:11.262023 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1945816Z I 00:01:11.262025 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1945969Z I 00:01:11.262027 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1946132Z I 00:01:11.262029 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1946285Z I 00:01:11.262031 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1946450Z I 00:01:11.262033 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1946601Z I 00:01:11.262035 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1946829Z I 00:01:11.262037 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1946992Z I 00:01:11.262040 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1947143Z I 00:01:11.262041 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1947302Z I 00:01:11.262043 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1947452Z I 00:01:11.262045 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1947640Z I 00:01:11.262049 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1947865Z I 00:01:11.262051 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1948017Z I 00:01:11.262053 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1948206Z I 00:01:11.262055 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1948432Z I 00:01:11.262058 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1948620Z I 00:01:11.262060 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1948768Z I 00:01:11.262062 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1949048Z E 00:01:11.262064 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1949350Z E 00:01:11.262068 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1949590Z I 00:01:11.262071 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1949743Z I 00:01:11.262073 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1949894Z I 00:01:11.262075 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1950225Z I 00:01:11.262078 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1950381Z I 00:01:11.262080 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1950550Z I 00:01:11.262083 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1950783Z I 00:01:11.262085 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1950950Z I 00:01:11.262088 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1951110Z I 00:01:11.262090 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1951263Z I 00:01:11.262092 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1951458Z I 00:01:11.262094 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1951610Z I 00:01:11.262097 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1951856Z I 00:01:11.262099 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1952087Z I 00:01:11.262101 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1952245Z I 00:01:11.262104 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1952412Z I 00:01:11.262106 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1952571Z I 00:01:11.262109 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1952737Z I 00:01:11.262110 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1952974Z I 00:01:11.262112 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1953146Z I 00:01:11.262114 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1953435Z I 00:01:11.262115 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1953590Z I 00:01:11.262116 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1953763Z I 00:01:11.262118 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1953922Z I 00:01:11.262120 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1954165Z I 00:01:11.262121 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1954323Z I 00:01:11.262123 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1954491Z I 00:01:11.262125 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1954647Z I 00:01:11.262128 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1954802Z I 00:01:11.262129 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1954971Z I 00:01:11.262131 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1955246Z E 00:01:11.262133 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1955574Z E 00:01:11.262153 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1955810Z I 00:01:11.262156 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1955971Z I 00:01:11.262158 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1956193Z I 00:01:11.262160 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1956352Z I 00:01:11.262162 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1956518Z I 00:01:11.262163 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1956675Z I 00:01:11.262166 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1956956Z I 00:01:11.262169 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1957113Z I 00:01:11.262171 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1957316Z I 00:01:11.262173 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1957470Z I 00:01:11.262175 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1957623Z I 00:01:11.262177 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1957780Z I 00:01:11.262179 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1958011Z I 00:01:11.262181 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1958177Z I 00:01:11.262183 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1958333Z I 00:01:11.262185 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1958575Z I 00:01:11.262187 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1958727Z I 00:01:11.262191 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1958883Z I 00:01:11.262192 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1959166Z E 00:01:11.262194 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1959481Z E 00:01:11.262197 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1959718Z I 00:01:11.262206 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1959872Z I 00:01:11.262208 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1960071Z I 00:01:11.262210 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1960225Z I 00:01:11.262214 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1960379Z I 00:01:11.262217 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1960539Z I 00:01:11.262219 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1960774Z I 00:01:11.262220 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1960940Z I 00:01:11.262224 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1961093Z I 00:01:11.262226 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1961265Z I 00:01:11.262228 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1961420Z I 00:01:11.262229 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1961575Z I 00:01:11.262231 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1961817Z I 00:01:11.262233 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1961976Z I 00:01:11.262235 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1962143Z I 00:01:11.262238 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1962374Z I 00:01:11.262242 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1962542Z I 00:01:11.262245 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1962694Z I 00:01:11.262247 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1962976Z E 00:01:11.262248 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1963297Z E 00:01:11.262254 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1963534Z I 00:01:11.262257 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1963701Z I 00:01:11.262259 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1963854Z I 00:01:11.262261 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1964026Z I 00:01:11.262262 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1964179Z I 00:01:11.262265 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1964371Z I 00:01:11.262268 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1964607Z I 00:01:11.262270 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1964761Z I 00:01:11.262272 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1964928Z I 00:01:11.262275 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1965218Z I 00:01:11.262276 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1965377Z I 00:01:11.262278 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1965555Z I 00:01:11.262279 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1965780Z I 00:01:11.262282 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1966054Z I 00:01:11.262293 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1966198Z I 00:01:11.262298 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1966354Z I 00:01:11.262299 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1966499Z I 00:01:11.262301 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1966654Z I 00:01:11.262303 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1966869Z I 00:01:11.262306 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1967011Z I 00:01:11.262308 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1967171Z I 00:01:11.262311 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1967313Z I 00:01:11.262313 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1967465Z I 00:01:11.262316 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1967610Z I 00:01:11.262318 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1967831Z I 00:01:11.262320 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1968016Z I 00:01:11.262322 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1968156Z I 00:01:11.262324 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1968312Z I 00:01:11.262325 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1968456Z I 00:01:11.262327 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1968611Z I 00:01:11.262345 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1968867Z E 00:01:11.262347 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1969173Z E 00:01:11.262371 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1969393Z I 00:01:11.262373 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1969539Z I 00:01:11.262375 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1969695Z I 00:01:11.262377 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1969844Z I 00:01:11.262378 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1970000Z I 00:01:11.262381 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1970147Z I 00:01:11.262382 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1970539Z I 00:01:11.262383 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1970699Z I 00:01:11.262386 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1970855Z I 00:01:11.262388 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1971023Z I 00:01:11.262390 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1971176Z I 00:01:11.262392 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1971335Z I 00:01:11.262394 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1971568Z I 00:01:11.262396 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1971733Z I 00:01:11.262399 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1971889Z I 00:01:11.262402 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1972120Z I 00:01:11.262403 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1972279Z I 00:01:11.262405 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1972454Z I 00:01:11.262407 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1972730Z E 00:01:11.262409 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1973041Z E 00:01:11.262413 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1973302Z I 00:01:11.262416 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1973456Z I 00:01:11.262418 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1973642Z I 00:01:11.262421 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1973790Z I 00:01:11.262423 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1973941Z I 00:01:11.262425 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1974101Z I 00:01:11.262427 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1974326Z I 00:01:11.262429 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1974484Z I 00:01:11.262431 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1974633Z I 00:01:11.262436 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1974783Z I 00:01:11.262439 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1974948Z I 00:01:11.262440 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1975103Z I 00:01:11.262445 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1975341Z I 00:01:11.262447 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1975492Z I 00:01:11.262448 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1975649Z I 00:01:11.262450 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1975873Z I 00:01:11.262451 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1976024Z I 00:01:11.262453 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1976213Z I 00:01:11.262455 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1976482Z E 00:01:11.262458 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1976792Z E 00:01:11.262464 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1977016Z I 00:01:11.262466 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1977184Z I 00:01:11.262469 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1977333Z I 00:01:11.262472 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1977500Z I 00:01:11.262473 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1977650Z I 00:01:11.262475 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1977798Z I 00:01:11.262477 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1978038Z I 00:01:11.262480 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1978190Z I 00:01:11.262481 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1978351Z I 00:01:11.262483 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1978500Z I 00:01:11.262485 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1978649Z I 00:01:11.262487 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1978809Z I 00:01:11.262490 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1979033Z I 00:01:11.262491 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1979202Z I 00:01:11.262493 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1979352Z I 00:01:11.262495 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1979513Z I 00:01:11.262496 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1979666Z I 00:01:11.262499 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1979816Z I 00:01:11.262502 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1980056Z I 00:01:11.262503 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1980205Z I 00:01:11.262505 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1980388Z I 00:01:11.262507 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1980540Z I 00:01:11.262509 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1980701Z I 00:01:11.262511 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1980852Z I 00:01:11.262513 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1981103Z I 00:01:11.262515 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1981259Z I 00:01:11.262518 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1981435Z I 00:01:11.262521 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1981597Z I 00:01:11.262523 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1981750Z I 00:01:11.262524 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1982081Z I 00:01:11.262526 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1982359Z E 00:01:11.262529 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1982676Z E 00:01:11.262552 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1982922Z I 00:01:11.262555 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1983081Z I 00:01:11.262557 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1983250Z I 00:01:11.262559 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1983408Z I 00:01:11.262561 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1983570Z I 00:01:11.262563 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1983727Z I 00:01:11.262565 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1983961Z I 00:01:11.262567 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1984129Z I 00:01:11.262569 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1984317Z I 00:01:11.262571 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1984484Z I 00:01:11.262573 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1984642Z I 00:01:11.262575 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1984808Z I 00:01:11.262576 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1985039Z I 00:01:11.262578 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1985202Z I 00:01:11.262581 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1985368Z I 00:01:11.262583 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1985602Z I 00:01:11.262585 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1985767Z I 00:01:11.262588 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1985922Z I 00:01:11.262591 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1986208Z E 00:01:11.262593 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1986527Z E 00:01:11.262597 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1986770Z I 00:01:11.262600 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1986930Z I 00:01:11.262602 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1987086Z I 00:01:11.262603 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1987255Z I 00:01:11.262605 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1987414Z I 00:01:11.262608 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1987579Z I 00:01:11.262610 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1987817Z I 00:01:11.262612 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1987977Z I 00:01:11.262614 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1988143Z I 00:01:11.262616 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1988299Z I 00:01:11.262618 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1988466Z I 00:01:11.262620 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1988645Z I 00:01:11.262622 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1988889Z I 00:01:11.262623 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1989049Z I 00:01:11.262627 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1989203Z I 00:01:11.262629 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1989471Z I 00:01:11.262632 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1989629Z I 00:01:11.262636 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1989817Z I 00:01:11.262639 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1990088Z E 00:01:11.262641 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.1990409Z E 00:01:11.262646 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.1990641Z I 00:01:11.262648 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1990811Z I 00:01:11.262651 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1990964Z I 00:01:11.262653 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1991120Z I 00:01:11.262656 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1991283Z I 00:01:11.262658 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1991436Z I 00:01:11.262661 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1991680Z I 00:01:11.262663 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1991835Z I 00:01:11.262666 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1992071Z I 00:01:11.262668 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1992228Z I 00:01:11.262671 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1992383Z I 00:01:11.262672 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1992582Z I 00:01:11.262674 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1992814Z I 00:01:11.262676 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1992980Z I 00:01:11.262678 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1993133Z I 00:01:11.262680 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1993284Z I 00:01:11.262682 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1993452Z I 00:01:11.262684 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1993606Z I 00:01:11.262686 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1993849Z I 00:01:11.262687 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1994003Z I 00:01:11.262690 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1994165Z I 00:01:11.262692 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1994321Z I 00:01:11.262695 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1994477Z I 00:01:11.262698 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1994639Z I 00:01:11.262703 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1994872Z I 00:01:11.262705 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1995036Z I 00:01:11.262708 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1995190Z I 00:01:11.262710 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1995356Z I 00:01:11.262712 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1995513Z I 00:01:11.262715 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1995665Z I 00:01:11.262717 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1995952Z E 00:01:11.262719 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.1996265Z E 00:01:11.262740 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.1996510Z I 00:01:11.262743 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1996673Z I 00:01:11.262745 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1996860Z I 00:01:11.262746 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1997020Z I 00:01:11.262749 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1997174Z I 00:01:11.262750 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1997336Z I 00:01:11.262752 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1997598Z I 00:01:11.262756 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1997764Z I 00:01:11.262762 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1997958Z I 00:01:11.262764 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.1998120Z I 00:01:11.262766 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.1998275Z I 00:01:11.262769 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.1998430Z I 00:01:11.262771 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1998668Z I 00:01:11.262774 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1998826Z I 00:01:11.262777 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1998990Z I 00:01:11.262778 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1999226Z I 00:01:11.262782 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.1999391Z I 00:01:11.262785 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.1999550Z I 00:01:11.262787 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.1999827Z E 00:01:11.262789 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2000156Z E 00:01:11.262793 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2000389Z I 00:01:11.262797 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2000559Z I 00:01:11.262799 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2000742Z I 00:01:11.262801 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2000903Z I 00:01:11.262803 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2001058Z I 00:01:11.262804 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2001215Z I 00:01:11.262806 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2001455Z I 00:01:11.262808 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2001613Z I 00:01:11.262811 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2001779Z I 00:01:11.262815 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2001933Z I 00:01:11.262819 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2002099Z I 00:01:11.262821 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2002257Z I 00:01:11.262824 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2002492Z I 00:01:11.262826 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2002662Z I 00:01:11.262828 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2002814Z I 00:01:11.262830 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2003054Z I 00:01:11.262833 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2003209Z I 00:01:11.262835 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2003373Z I 00:01:11.262838 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2003646Z E 00:01:11.262840 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2003969Z E 00:01:11.262845 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.2004203Z I 00:01:11.262847 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2004360Z I 00:01:11.262850 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2004631Z I 00:01:11.262852 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2004787Z I 00:01:11.262853 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2004949Z I 00:01:11.262857 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2005124Z I 00:01:11.262859 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2005359Z I 00:01:11.262861 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2005509Z I 00:01:11.262864 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2005658Z I 00:01:11.262865 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2005843Z I 00:01:11.262868 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2005992Z I 00:01:11.262869 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2006187Z I 00:01:11.262871 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2006412Z I 00:01:11.262873 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2006564Z I 00:01:11.262874 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2006725Z I 00:01:11.262876 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2006882Z I 00:01:11.262878 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2007051Z I 00:01:11.262880 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2007197Z I 00:01:11.262882 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2007440Z I 00:01:11.262883 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2007590Z I 00:01:11.262886 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2007741Z I 00:01:11.262888 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2007907Z I 00:01:11.262895 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2008058Z I 00:01:11.262898 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2008218Z I 00:01:11.262899 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2008443Z I 00:01:11.262901 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2008608Z I 00:01:11.262904 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2008787Z I 00:01:11.262906 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2008940Z I 00:01:11.262908 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2009101Z I 00:01:11.262911 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2009248Z I 00:01:11.262912 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2009519Z E 00:01:11.262915 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.2009826Z E 00:01:11.262938 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2010064Z I 00:01:11.262941 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2010222Z I 00:01:11.262942 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2010371Z I 00:01:11.262944 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2010532Z I 00:01:11.262946 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2010683Z I 00:01:11.262948 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2010838Z I 00:01:11.262950 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2011068Z I 00:01:11.262952 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2011227Z I 00:01:11.262955 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2011378Z I 00:01:11.262957 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2011527Z I 00:01:11.262958 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2011688Z I 00:01:11.262960 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2011841Z I 00:01:11.262962 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2012072Z I 00:01:11.262967 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2012224Z I 00:01:11.262971 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2012379Z I 00:01:11.262974 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2012610Z I 00:01:11.262976 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2012766Z I 00:01:11.262978 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2012950Z I 00:01:11.262980 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2013220Z E 00:01:11.262982 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2013537Z E 00:01:11.262985 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2014050Z I 00:01:11.262988 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2014217Z I 00:01:11.262990 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2014395Z I 00:01:11.262994 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2014562Z I 00:01:11.263000 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2014715Z I 00:01:11.263002 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2014866Z I 00:01:11.263005 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2015110Z I 00:01:11.263008 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2015264Z I 00:01:11.263011 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2015431Z I 00:01:11.263013 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2015583Z I 00:01:11.263015 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2015738Z I 00:01:11.263021 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2015904Z I 00:01:11.263023 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2016133Z I 00:01:11.263026 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2016303Z I 00:01:11.263027 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2016454Z I 00:01:11.263029 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2016692Z I 00:01:11.263031 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2016843Z I 00:01:11.263034 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2017021Z I 00:01:11.263036 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2017304Z E 00:01:11.263039 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2017610Z E 00:01:11.263044 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.2017845Z I 00:01:11.263047 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2017997Z I 00:01:11.263051 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2018161Z I 00:01:11.263054 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2018313Z I 00:01:11.263056 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2018476Z I 00:01:11.263059 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2018626Z I 00:01:11.263060 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2018851Z I 00:01:11.263062 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2019017Z I 00:01:11.263065 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2019172Z I 00:01:11.263067 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2019337Z I 00:01:11.263070 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2019488Z I 00:01:11.263072 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2019641Z I 00:01:11.263075 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2019880Z I 00:01:11.263076 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2020032Z I 00:01:11.263079 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2020199Z I 00:01:11.263081 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2020353Z I 00:01:11.263083 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2020520Z I 00:01:11.263085 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2020674Z I 00:01:11.263089 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2020904Z I 00:01:11.263091 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2021070Z I 00:01:11.263093 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2021248Z I 00:01:11.263094 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2021409Z I 00:01:11.263096 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2021563Z I 00:01:11.263100 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2021724Z I 00:01:11.263102 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2021979Z I 00:01:11.263104 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2022132Z I 00:01:11.263106 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2022323Z I 00:01:11.263108 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2022479Z I 00:01:11.263110 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2022639Z I 00:01:11.263111 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2022793Z I 00:01:11.263114 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2023072Z E 00:01:11.263116 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.2023387Z E 00:01:11.263137 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2023627Z I 00:01:11.263139 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2023779Z I 00:01:11.263142 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2023936Z I 00:01:11.263143 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2024094Z I 00:01:11.263145 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2024248Z I 00:01:11.263147 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2024407Z I 00:01:11.263149 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2024638Z I 00:01:11.263150 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2024793Z I 00:01:11.263152 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2024980Z I 00:01:11.263154 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2025138Z I 00:01:11.263157 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2025302Z I 00:01:11.263159 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2025456Z I 00:01:11.263161 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2025694Z I 00:01:11.263162 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2025847Z I 00:01:11.263164 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2026003Z I 00:01:11.263168 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2026236Z I 00:01:11.263171 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2026388Z I 00:01:11.263172 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2026549Z I 00:01:11.263174 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2026819Z E 00:01:11.263175 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2027137Z E 00:01:11.263179 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2027366Z I 00:01:11.263181 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2027532Z I 00:01:11.263184 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2027680Z I 00:01:11.263186 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2027831Z I 00:01:11.263189 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2027993Z I 00:01:11.263190 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2028143Z I 00:01:11.263192 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2028386Z I 00:01:11.263193 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2028537Z I 00:01:11.263195 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2028697Z I 00:01:11.263197 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2028848Z I 00:01:11.263200 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2029001Z I 00:01:11.263204 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2029194Z I 00:01:11.263207 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2029422Z I 00:01:11.263210 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2029590Z I 00:01:11.263212 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2029739Z I 00:01:11.263214 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2030003Z I 00:01:11.263216 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2030167Z I 00:01:11.263218 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2030345Z I 00:01:11.263221 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2030627Z E 00:01:11.263223 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2030927Z E 00:01:11.263228 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.2031166Z I 00:01:11.263231 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2031320Z I 00:01:11.263233 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2031484Z I 00:01:11.263237 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2031637Z I 00:01:11.263239 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2031789Z I 00:01:11.263241 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2031955Z I 00:01:11.263244 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2032253Z I 00:01:11.263245 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2032591Z I 00:01:11.263247 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2032753Z I 00:01:11.263248 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2032931Z I 00:01:11.263250 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2033089Z I 00:01:11.263252 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2033278Z I 00:01:11.263254 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2033526Z I 00:01:11.263257 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2033684Z I 00:01:11.263259 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2033852Z I 00:01:11.263261 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2034011Z I 00:01:11.263262 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2034166Z I 00:01:11.263265 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2034335Z I 00:01:11.263267 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2034567Z I 00:01:11.263270 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2034731Z I 00:01:11.263272 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2034887Z I 00:01:11.263276 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2035050Z I 00:01:11.263280 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2035208Z I 00:01:11.263283 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2035364Z I 00:01:11.263285 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2035610Z I 00:01:11.263287 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2035769Z I 00:01:11.263289 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2035935Z I 00:01:11.263290 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2036092Z I 00:01:11.263292 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2036260Z I 00:01:11.263294 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2036415Z I 00:01:11.263296 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2036690Z E 00:01:11.263298 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.2037021Z E 00:01:11.263318 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2037255Z I 00:01:11.263321 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2037429Z I 00:01:11.263323 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2037611Z I 00:01:11.263325 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2037780Z I 00:01:11.263327 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2037936Z I 00:01:11.263329 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2038094Z I 00:01:11.263331 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2038361Z I 00:01:11.263332 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2038519Z I 00:01:11.263335 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2038708Z I 00:01:11.263336 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2038863Z I 00:01:11.263338 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2039032Z I 00:01:11.263340 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2039188Z I 00:01:11.263342 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2039424Z I 00:01:11.263346 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2039589Z I 00:01:11.263348 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2039746Z I 00:01:11.263350 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2039988Z I 00:01:11.263352 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2040145Z I 00:01:11.263353 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2040311Z I 00:01:11.263355 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2040591Z E 00:01:11.263357 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2040926Z E 00:01:11.263362 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2041159Z I 00:01:11.263365 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2041320Z I 00:01:11.263368 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2041513Z I 00:01:11.263370 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2041669Z I 00:01:11.263371 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2041837Z I 00:01:11.263374 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2041993Z I 00:01:11.263375 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2042240Z I 00:01:11.263377 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2042397Z I 00:01:11.263380 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2042557Z I 00:01:11.263382 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2042726Z I 00:01:11.263384 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2042882Z I 00:01:11.263387 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2043047Z I 00:01:11.263389 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2043279Z I 00:01:11.263392 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2043439Z I 00:01:11.263394 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2043604Z I 00:01:11.263397 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2043837Z I 00:01:11.263399 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2044006Z I 00:01:11.263401 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2044162Z I 00:01:11.263403 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2044451Z E 00:01:11.263406 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2044865Z E 00:01:11.263411 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.2045104Z I 00:01:11.263414 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2045256Z I 00:01:11.263418 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2045406Z I 00:01:11.263422 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2045575Z I 00:01:11.263425 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2045727Z I 00:01:11.263426 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2045914Z I 00:01:11.263428 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2046142Z I 00:01:11.263431 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2046305Z I 00:01:11.263433 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2046459Z I 00:01:11.263435 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2046643Z I 00:01:11.263438 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2046812Z I 00:01:11.263440 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2046988Z I 00:01:11.263443 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2047226Z I 00:01:11.263445 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2047380Z I 00:01:11.263447 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2047541Z I 00:01:11.263449 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2047697Z I 00:01:11.263452 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2047847Z I 00:01:11.263454 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2048011Z I 00:01:11.263456 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2048241Z I 00:01:11.263459 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2048400Z I 00:01:11.263462 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2048553Z I 00:01:11.263465 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2048713Z I 00:01:11.263467 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2048879Z I 00:01:11.263469 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2049035Z I 00:01:11.263470 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2049272Z I 00:01:11.263472 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2049429Z I 00:01:11.263474 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2049619Z I 00:01:11.263478 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2049786Z I 00:01:11.263482 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2049941Z I 00:01:11.263485 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2050113Z I 00:01:11.263487 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2050383Z E 00:01:11.263489 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.2050705Z E 00:01:11.263509 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2050934Z I 00:01:11.263512 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2051103Z I 00:01:11.263514 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2051268Z I 00:01:11.263516 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2051432Z I 00:01:11.263518 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2051599Z I 00:01:11.263520 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2051766Z I 00:01:11.263522 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2052013Z I 00:01:11.263525 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2052185Z I 00:01:11.263527 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2052364Z I 00:01:11.263529 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2052529Z I 00:01:11.263530 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2052684Z I 00:01:11.263532 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2052860Z I 00:01:11.263534 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2053107Z I 00:01:11.263536 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2053279Z I 00:01:11.263539 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2053553Z I 00:01:11.263540 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2053797Z I 00:01:11.263543 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2054125Z I 00:01:11.263545 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2054334Z I 00:01:11.263548 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2054625Z E 00:01:11.263550 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2054949Z E 00:01:11.263554 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2055196Z I 00:01:11.263556 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2055401Z I 00:01:11.263558 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2055570Z I 00:01:11.263560 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2055763Z I 00:01:11.263561 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2055939Z I 00:01:11.263565 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2056093Z I 00:01:11.263567 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2056330Z I 00:01:11.263569 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2056507Z I 00:01:11.263572 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2056668Z I 00:01:11.263575 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2056849Z I 00:01:11.263577 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2057010Z I 00:01:11.263579 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2057169Z I 00:01:11.263581 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2057434Z I 00:01:11.263584 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2057597Z I 00:01:11.263587 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2057766Z I 00:01:11.263589 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2058004Z I 00:01:11.263591 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2058183Z I 00:01:11.263594 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2058375Z I 00:01:11.263595 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2058661Z E 00:01:11.263597 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2058995Z E 00:01:11.263603 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.2059228Z I 00:01:11.263605 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2059408Z I 00:01:11.263608 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2059565Z I 00:01:11.263610 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2059739Z I 00:01:11.263613 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2059896Z I 00:01:11.263615 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2060085Z I 00:01:11.263616 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2060322Z I 00:01:11.263618 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2060475Z I 00:01:11.263621 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2060661Z I 00:01:11.263623 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2060819Z I 00:01:11.263625 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2061003Z I 00:01:11.263628 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2061162Z I 00:01:11.263630 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2061418Z I 00:01:11.263632 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2061587Z I 00:01:11.263635 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2061742Z I 00:01:11.263637 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2061921Z I 00:01:11.263639 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2062079Z I 00:01:11.263641 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2062258Z I 00:01:11.263643 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2062501Z I 00:01:11.263645 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2062657Z I 00:01:11.263647 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2062872Z I 00:01:11.263649 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2063030Z I 00:01:11.263651 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2063211Z I 00:01:11.263652 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2063371Z I 00:01:11.263654 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2063651Z I 00:01:11.263656 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2063813Z I 00:01:11.263658 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2063992Z I 00:01:11.263659 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2064177Z I 00:01:11.263661 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2064333Z I 00:01:11.263663 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2064514Z I 00:01:11.263665 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2064809Z E 00:01:11.263667 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.2065144Z E 00:01:11.263688 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2065391Z I 00:01:11.263691 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2065676Z I 00:01:11.263693 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2065839Z I 00:01:11.263695 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2065995Z I 00:01:11.263697 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2066159Z I 00:01:11.263698 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2066319Z I 00:01:11.263700 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2066573Z I 00:01:11.263702 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2066727Z I 00:01:11.263704 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2066890Z I 00:01:11.263706 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2067084Z I 00:01:11.263708 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2067244Z I 00:01:11.263710 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2067428Z I 00:01:11.263712 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2067667Z I 00:01:11.263714 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2067842Z I 00:01:11.263716 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2067997Z I 00:01:11.263717 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2068225Z I 00:01:11.263720 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2068390Z I 00:01:11.263721 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2068542Z I 00:01:11.263725 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2068839Z E 00:01:11.263726 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2069151Z E 00:01:11.263730 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2069409Z I 00:01:11.263733 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2069559Z I 00:01:11.263735 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2069733Z I 00:01:11.263736 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2069889Z I 00:01:11.263738 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2070044Z I 00:01:11.263740 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2070208Z I 00:01:11.263742 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2070435Z I 00:01:11.263743 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2070610Z I 00:01:11.263746 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2070762Z I 00:01:11.263748 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2070942Z I 00:01:11.263749 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2071099Z I 00:01:11.263751 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2071252Z I 00:01:11.263754 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2071527Z I 00:01:11.263756 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2071682Z I 00:01:11.263758 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2071845Z I 00:01:11.263761 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2072139Z I 00:01:11.263764 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2072329Z I 00:01:11.263766 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2072699Z I 00:01:11.263770 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2072976Z E 00:01:11.263772 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2073318Z E 00:01:11.263777 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.2073553Z I 00:01:11.263780 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2073733Z I 00:01:11.263785 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2073893Z I 00:01:11.263787 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2074060Z I 00:01:11.263790 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2074227Z I 00:01:11.263792 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2074383Z I 00:01:11.263794 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2074632Z I 00:01:11.263796 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2074794Z I 00:01:11.263800 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2074982Z I 00:01:11.263803 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2075148Z I 00:01:11.263805 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2075328Z I 00:01:11.263807 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2075495Z I 00:01:11.263809 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2075760Z I 00:01:11.263810 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2075941Z I 00:01:11.263813 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2076109Z I 00:01:11.263815 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2076287Z I 00:01:11.263817 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2076452Z I 00:01:11.263818 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2076615Z I 00:01:11.263820 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2076861Z I 00:01:11.263824 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2077022Z I 00:01:11.263826 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2077183Z I 00:01:11.263828 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2077343Z I 00:01:11.263830 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2077507Z I 00:01:11.263832 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2077667Z I 00:01:11.263835 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2077901Z I 00:01:11.263837 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2078067Z I 00:01:11.263840 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2078234Z I 00:01:11.263842 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2078411Z I 00:01:11.263844 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2078572Z I 00:01:11.263846 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2078737Z I 00:01:11.263848 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2079018Z E 00:01:11.263850 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.2079338Z E 00:01:11.263871 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2079587Z I 00:01:11.263874 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2079747Z I 00:01:11.263876 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2079911Z I 00:01:11.263878 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2080102Z I 00:01:11.263880 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2080276Z I 00:01:11.263882 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2080432Z I 00:01:11.263884 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2080668Z I 00:01:11.263886 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2080857Z I 00:01:11.263888 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2081011Z I 00:01:11.263890 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2081202Z I 00:01:11.263892 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2081361Z I 00:01:11.263894 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2081536Z I 00:01:11.263896 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2081775Z I 00:01:11.263899 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2081933Z I 00:01:11.263901 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2082106Z I 00:01:11.263904 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2082340Z I 00:01:11.263906 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2082509Z I 00:01:11.263908 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2082666Z I 00:01:11.263910 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2082960Z E 00:01:11.263912 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2083283Z E 00:01:11.263915 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2083529Z I 00:01:11.263918 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2083692Z I 00:01:11.263920 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2083846Z I 00:01:11.263921 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2084044Z I 00:01:11.263923 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2084207Z I 00:01:11.263924 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2084376Z I 00:01:11.263926 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2084719Z I 00:01:11.263928 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2084874Z I 00:01:11.263930 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2085027Z I 00:01:11.263934 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2085176Z I 00:01:11.263937 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2085335Z I 00:01:11.263938 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2085481Z I 00:01:11.263941 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2085706Z I 00:01:11.263943 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2085854Z I 00:01:11.263945 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2086000Z I 00:01:11.263947 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2086235Z I 00:01:11.263948 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2086385Z I 00:01:11.263952 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2086542Z I 00:01:11.263954 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2086802Z E 00:01:11.263956 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2087101Z E 00:01:11.263962 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.2087323Z I 00:01:11.263964 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2087484Z I 00:01:11.263967 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2087633Z I 00:01:11.263970 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2087782Z I 00:01:11.263972 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2087944Z I 00:01:11.263975 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2088093Z I 00:01:11.263977 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2088347Z I 00:01:11.263980 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2088498Z I 00:01:11.263981 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2088652Z I 00:01:11.263984 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2088798Z I 00:01:11.263986 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2088970Z I 00:01:11.263989 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2089125Z I 00:01:11.263991 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2089369Z I 00:01:11.263994 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2089527Z I 00:01:11.263996 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2089671Z I 00:01:11.263998 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2089826Z I 00:01:11.264000 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2089970Z I 00:01:11.264003 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2090116Z I 00:01:11.264009 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2090341Z I 00:01:11.264011 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2090487Z I 00:01:11.264016 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2090640Z I 00:01:11.264018 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2090788Z I 00:01:11.264020 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2090932Z I 00:01:11.264027 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2091085Z I 00:01:11.264031 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2091300Z I 00:01:11.264033 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2091453Z I 00:01:11.264035 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2091598Z I 00:01:11.264037 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2091789Z I 00:01:11.264039 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2091933Z I 00:01:11.264041 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2092078Z I 00:01:11.264044 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2092340Z E 00:01:11.264046 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.2092637Z E 00:01:11.264068 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2092867Z I 00:01:11.264070 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2093014Z I 00:01:11.264072 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2093170Z I 00:01:11.264074 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2093316Z I 00:01:11.264076 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2093472Z I 00:01:11.264080 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2093616Z I 00:01:11.264082 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2093832Z I 00:01:11.264084 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2093990Z I 00:01:11.264087 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2094133Z I 00:01:11.264089 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2094289Z I 00:01:11.264091 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2094433Z I 00:01:11.264094 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2094581Z I 00:01:11.264096 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2094810Z I 00:01:11.264097 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2094957Z I 00:01:11.264100 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2095111Z I 00:01:11.264102 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2095322Z I 00:01:11.264104 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2095479Z I 00:01:11.264106 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2095622Z I 00:01:11.264108 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2095898Z E 00:01:11.264110 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2096202Z E 00:01:11.264113 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2096416Z I 00:01:11.264115 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2096598Z I 00:01:11.264118 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2096741Z I 00:01:11.264120 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2096920Z I 00:01:11.264122 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2097065Z I 00:01:11.264124 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2097217Z I 00:01:11.264126 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2097437Z I 00:01:11.264127 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2097585Z I 00:01:11.264129 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2097743Z I 00:01:11.264131 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2097889Z I 00:01:11.264133 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2098046Z I 00:01:11.264135 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2098194Z I 00:01:11.264137 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2098419Z I 00:01:11.264139 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2098564Z I 00:01:11.264141 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2098711Z I 00:01:11.264143 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2098935Z I 00:01:11.264144 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2099082Z I 00:01:11.264147 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2099235Z I 00:01:11.264149 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2099529Z E 00:01:11.264150 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2099825Z E 00:01:11.264155 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.2100044Z I 00:01:11.264158 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2100191Z I 00:01:11.264160 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2100347Z I 00:01:11.264162 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2100493Z I 00:01:11.264166 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2100650Z I 00:01:11.264168 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2100796Z I 00:01:11.264170 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2101026Z I 00:01:11.264173 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2101173Z I 00:01:11.264176 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2101323Z I 00:01:11.264179 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2101476Z I 00:01:11.264181 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2101625Z I 00:01:11.264183 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2101778Z I 00:01:11.264186 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2101994Z I 00:01:11.264188 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2102150Z I 00:01:11.264190 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2102294Z I 00:01:11.264192 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2102441Z I 00:01:11.264193 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2102600Z I 00:01:11.264195 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2102742Z I 00:01:11.264197 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2102964Z I 00:01:11.264199 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2103111Z I 00:01:11.264203 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2103257Z I 00:01:11.264206 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2103436Z I 00:01:11.264208 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2103582Z I 00:01:11.264210 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2103735Z I 00:01:11.264212 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2103953Z I 00:01:11.264214 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2104133Z I 00:01:11.264215 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2104275Z I 00:01:11.264218 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2104444Z I 00:01:11.264221 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2104597Z I 00:01:11.264223 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2104742Z I 00:01:11.264225 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2105008Z E 00:01:11.264227 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:17.2105306Z E 00:01:11.264248 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2105528Z I 00:01:11.264251 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2105673Z I 00:01:11.264253 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2105830Z I 00:01:11.264255 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2105973Z I 00:01:11.264257 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2106118Z I 00:01:11.264259 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2106274Z I 00:01:11.264261 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2106491Z I 00:01:11.264263 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2106647Z I 00:01:11.264265 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2106788Z I 00:01:11.264267 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2106959Z I 00:01:11.264269 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2107117Z I 00:01:11.264271 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2107262Z I 00:01:11.264273 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2107490Z I 00:01:11.264274 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2107632Z I 00:01:11.264278 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2107789Z I 00:01:11.264280 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2108002Z I 00:01:11.264282 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2108149Z I 00:01:11.264283 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2108307Z I 00:01:11.264285 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2108565Z E 00:01:11.264287 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2108872Z E 00:01:11.264291 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:17.2109086Z I 00:01:11.264294 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2109245Z I 00:01:11.264296 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2109391Z I 00:01:11.264298 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2109543Z I 00:01:11.264300 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2109688Z I 00:01:11.264302 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2109832Z I 00:01:11.264304 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2110053Z I 00:01:11.264306 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2110199Z I 00:01:11.264308 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2110354Z I 00:01:11.264310 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:17.2110498Z I 00:01:11.264312 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:17.2110656Z I 00:01:11.264314 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:17.2110802Z I 00:01:11.264316 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2111039Z I 00:01:11.264318 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2111192Z I 00:01:11.264320 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2111335Z I 00:01:11.264323 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2111554Z I 00:01:11.264325 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2111722Z I 00:01:11.264328 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:17.2111873Z I 00:01:11.264330 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:17.2112228Z E 00:01:11.264332 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:17.2112697Z E 00:01:11.264337 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:17.2112941Z I 00:01:11.264339 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:17.2113102Z I 00:01:11.264342 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9791293Z I 00:01:11.264345 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9792201Z I 00:01:11.264347 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9792906Z I 00:01:11.264350 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9793611Z I 00:01:11.264352 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9794508Z I 00:01:11.264353 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9795050Z I 00:01:11.264355 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9795696Z I 00:01:11.264357 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9796373Z I 00:01:11.264362 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9797170Z I 00:01:11.264364 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9797667Z I 00:01:11.264366 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9798969Z I 00:01:11.264368 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9799575Z I 00:01:11.264369 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9800042Z I 00:01:11.264371 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9800608Z I 00:01:11.264374 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9801344Z I 00:01:11.264376 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9801948Z I 00:01:11.264378 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9802508Z I 00:01:11.264380 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9803358Z I 00:01:11.264383 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9803978Z I 00:01:11.264385 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9804425Z I 00:01:11.264386 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9804936Z I 00:01:11.264389 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9805643Z I 00:01:11.264395 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9806521Z I 00:01:11.264397 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9807068Z I 00:01:11.264399 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9807783Z I 00:01:11.264401 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9808403Z I 00:01:11.264404 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9808851Z I 00:01:11.264406 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9809299Z I 00:01:11.264409 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9810150Z E 00:01:11.264413 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:33.9811409Z E 00:01:11.264426 executorch:method.cpp:964] There are 96 instructions don't have corresponding operator registered. See logs for details 2025-03-21T21:20:33.9812751Z I 00:01:11.339982 executorch:llava_runner.cpp:168] RSS after prompt and image prefill: 6544.433594 MiB (0 if unsupported) 2025-03-21T21:20:33.9813830Z E 00:01:28.104762 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:33.9814923Z I 00:01:28.104779 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9815858Z I 00:01:28.104781 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9816711Z I 00:01:28.104783 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9817360Z I 00:01:28.104784 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9818212Z I 00:01:28.104786 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9818658Z I 00:01:28.104787 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9819253Z I 00:01:28.104788 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9819791Z I 00:01:28.104790 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9820254Z I 00:01:28.104791 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9820896Z I 00:01:28.104793 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9821690Z I 00:01:28.104794 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9822138Z I 00:01:28.104795 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9822664Z I 00:01:28.104797 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9823216Z I 00:01:28.104798 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9824011Z I 00:01:28.104799 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9824582Z I 00:01:28.104801 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9825117Z I 00:01:28.104802 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9825568Z I 00:01:28.104804 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9826147Z E 00:01:28.104805 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:33.9826892Z E 00:01:28.104810 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:33.9828008Z I 00:01:28.104811 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9828630Z I 00:01:28.104813 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9829087Z I 00:01:28.104814 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9829544Z I 00:01:28.104815 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9830038Z I 00:01:28.104817 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9830727Z I 00:01:28.104818 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9831601Z I 00:01:28.104819 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9832334Z I 00:01:28.104820 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9832791Z I 00:01:28.104822 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9833329Z I 00:01:28.104823 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9834048Z I 00:01:28.104824 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9834835Z I 00:01:28.104826 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9835393Z I 00:01:28.104827 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9835924Z I 00:01:28.104828 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9836369Z I 00:01:28.104831 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9836897Z I 00:01:28.104833 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9837659Z I 00:01:28.104834 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9838465Z I 00:01:28.104836 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9839026Z E 00:01:28.104837 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:33.9839757Z E 00:01:28.104842 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:33.9840442Z I 00:01:28.104856 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9840975Z I 00:01:28.104860 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9841428Z I 00:01:28.104861 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9841918Z I 00:01:28.104863 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9842374Z I 00:01:28.104865 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9842824Z I 00:01:28.104867 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9843355Z I 00:01:28.104868 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9843971Z I 00:01:28.104887 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9844423Z I 00:01:28.104889 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9844901Z I 00:01:28.104890 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9845353Z I 00:01:28.104892 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9845801Z I 00:01:28.104894 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9846331Z I 00:01:28.104896 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9846862Z I 00:01:28.104898 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9847301Z I 00:01:28.104900 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9847752Z I 00:01:28.104905 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9848202Z I 00:01:28.104907 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9848651Z I 00:01:28.104909 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9849178Z I 00:01:28.104911 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9849709Z I 00:01:28.104912 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9850147Z I 00:01:28.104914 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9850594Z I 00:01:28.104915 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9851041Z I 00:01:28.104916 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9851489Z I 00:01:28.104918 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9852052Z I 00:01:28.104919 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9852570Z I 00:01:28.104923 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9853017Z I 00:01:28.104925 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9853688Z I 00:01:28.104928 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9854146Z I 00:01:28.104931 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9854604Z I 00:01:28.104934 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9855171Z E 00:01:28.104936 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:33.9855890Z E 00:01:28.104961 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:33.9856583Z I 00:01:28.104963 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9857115Z I 00:01:28.104966 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9857567Z I 00:01:28.104968 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9858017Z I 00:01:28.104970 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9858464Z I 00:01:28.104972 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9858897Z I 00:01:28.104975 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9859415Z I 00:01:28.104978 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9859949Z I 00:01:28.104981 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9860397Z I 00:01:28.104983 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9860843Z I 00:01:28.104985 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9861278Z I 00:01:28.104988 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9861724Z I 00:01:28.104991 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9862247Z I 00:01:28.104994 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9862778Z I 00:01:28.104996 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9863223Z I 00:01:28.104998 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9863833Z I 00:01:28.105000 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9864353Z I 00:01:28.105002 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9864804Z I 00:01:28.105004 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9865375Z E 00:01:28.105006 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:33.9866161Z E 00:01:28.105010 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:33.9866892Z I 00:01:28.105012 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9867526Z I 00:01:28.105015 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9880750Z I 00:01:28.105017 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9881282Z I 00:01:28.105019 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9881773Z I 00:01:28.105022 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9882267Z I 00:01:28.105024 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9882808Z I 00:01:28.105026 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9883381Z I 00:01:28.105030 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9883832Z I 00:01:28.105032 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9884285Z I 00:01:28.105034 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9884839Z I 00:01:28.105036 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9885316Z I 00:01:28.105039 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9885826Z I 00:01:28.105043 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9886367Z I 00:01:28.105045 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9886805Z I 00:01:28.105047 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9887467Z I 00:01:28.105050 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9888032Z I 00:01:28.105052 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9888462Z I 00:01:28.105055 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9889049Z E 00:01:28.105057 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:33.9889767Z E 00:01:28.105063 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:33.9890437Z I 00:01:28.105065 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9890970Z I 00:01:28.105067 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9891435Z I 00:01:28.105069 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9891859Z I 00:01:28.105071 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9892300Z I 00:01:28.105073 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9892779Z I 00:01:28.105075 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9893299Z I 00:01:28.105079 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9893834Z I 00:01:28.105081 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9894258Z I 00:01:28.105083 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9894701Z I 00:01:28.105085 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9895156Z I 00:01:28.105087 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9895593Z I 00:01:28.105089 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9896131Z I 00:01:28.105091 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9896677Z I 00:01:28.105093 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9897103Z I 00:01:28.105095 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9897543Z I 00:01:28.105096 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9897985Z I 00:01:28.105098 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9898426Z I 00:01:28.105099 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9899188Z I 00:01:28.105101 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9899729Z I 00:01:28.105102 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9900221Z I 00:01:28.105104 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9900681Z I 00:01:28.105105 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9901191Z I 00:01:28.105106 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9901657Z I 00:01:28.105108 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9902208Z I 00:01:28.105109 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9902715Z I 00:01:28.105111 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9903159Z I 00:01:28.105112 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9903643Z I 00:01:28.105113 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9904115Z I 00:01:28.105115 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9904582Z I 00:01:28.105116 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9905138Z E 00:01:28.105118 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:33.9905891Z E 00:01:28.105140 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:33.9906575Z I 00:01:28.105143 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9907140Z I 00:01:28.105145 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9907581Z I 00:01:28.105146 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9908022Z I 00:01:28.105148 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9908448Z I 00:01:28.105149 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9908888Z I 00:01:28.105150 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9909446Z I 00:01:28.105152 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9910003Z I 00:01:28.105153 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9910463Z I 00:01:28.105155 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9910902Z I 00:01:28.105156 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9911327Z I 00:01:28.105158 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9911798Z I 00:01:28.105159 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9912609Z I 00:01:28.105161 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9913199Z I 00:01:28.105162 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9913667Z I 00:01:28.105164 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9914188Z I 00:01:28.105166 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9914721Z I 00:01:28.105168 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9915172Z I 00:01:28.105172 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9915740Z E 00:01:28.105174 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:33.9916471Z E 00:01:28.105178 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:33.9917162Z I 00:01:28.105180 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9917679Z I 00:01:28.105182 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9918130Z I 00:01:28.105186 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9918581Z I 00:01:28.105190 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9919034Z I 00:01:28.105192 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9919482Z I 00:01:28.105195 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9919989Z I 00:01:28.105197 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9920525Z I 00:01:28.105199 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9920978Z I 00:01:28.105201 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9921463Z I 00:01:28.105203 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9921914Z I 00:01:28.105206 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9922366Z I 00:01:28.105208 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9922877Z I 00:01:28.105209 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9923453Z I 00:01:28.105212 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9923899Z I 00:01:28.105214 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9924454Z I 00:01:28.105216 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9925071Z I 00:01:28.105219 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9925474Z I 00:01:28.105222 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9925997Z E 00:01:28.105223 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:33.9926670Z E 00:01:28.105231 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:33.9927301Z I 00:01:28.105233 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9927794Z I 00:01:28.105235 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9928210Z I 00:01:28.105237 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9928615Z I 00:01:28.105238 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9929042Z I 00:01:28.105239 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9929456Z I 00:01:28.105241 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9929926Z I 00:01:28.105242 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9930416Z I 00:01:28.105244 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9930830Z I 00:01:28.105245 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9931274Z I 00:01:28.105247 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9931688Z I 00:01:28.105248 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9932105Z I 00:01:28.105250 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9932577Z I 00:01:28.105252 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9933069Z I 00:01:28.105254 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9933488Z I 00:01:28.105256 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9933907Z I 00:01:28.105257 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9934325Z I 00:01:28.105259 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9934724Z I 00:01:28.105261 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9935207Z I 00:01:28.105263 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9935700Z I 00:01:28.105265 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9936117Z I 00:01:28.105267 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9936535Z I 00:01:28.105269 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9936951Z I 00:01:28.105271 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9937352Z I 00:01:28.105272 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9937836Z I 00:01:28.105274 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9938327Z I 00:01:28.105275 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9938742Z I 00:01:28.105279 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9939158Z I 00:01:28.105282 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9939563Z I 00:01:28.105284 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9939977Z I 00:01:28.105285 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9940493Z E 00:01:28.105287 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:33.9941169Z E 00:01:28.105311 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:33.9941836Z I 00:01:28.105314 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9942331Z I 00:01:28.105316 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9942734Z I 00:01:28.105318 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9943150Z I 00:01:28.105319 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9943598Z I 00:01:28.105321 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9944010Z I 00:01:28.105323 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9944525Z I 00:01:28.105326 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9945002Z I 00:01:28.105328 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9945416Z I 00:01:28.105330 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9945832Z I 00:01:28.105333 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9946248Z I 00:01:28.105335 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9946664Z I 00:01:28.105337 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9947144Z I 00:01:28.105338 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9947620Z I 00:01:28.105341 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9948031Z I 00:01:28.105342 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9948510Z I 00:01:28.105344 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9949000Z I 00:01:28.105345 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9949413Z I 00:01:28.105347 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9949919Z E 00:01:28.105348 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:33.9950595Z E 00:01:28.105354 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:33.9951263Z I 00:01:28.105356 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9951757Z I 00:01:28.105358 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9952250Z I 00:01:28.105360 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9952859Z I 00:01:28.105361 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9953431Z I 00:01:28.105364 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9953888Z I 00:01:28.105366 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9954415Z I 00:01:28.105368 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9954958Z I 00:01:28.105370 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9955411Z I 00:01:28.105372 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9955859Z I 00:01:28.105374 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9956293Z I 00:01:28.105375 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9956739Z I 00:01:28.105377 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9957260Z I 00:01:28.105379 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9957793Z I 00:01:28.105381 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9958242Z I 00:01:28.105383 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9958750Z I 00:01:28.105385 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9959282Z I 00:01:28.105387 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9959730Z I 00:01:28.105388 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9960299Z E 00:01:28.105390 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:33.9961029Z E 00:01:28.105395 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:33.9961710Z I 00:01:28.105397 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9962245Z I 00:01:28.105399 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9962698Z I 00:01:28.105401 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9963228Z I 00:01:28.105404 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9963670Z I 00:01:28.105406 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9964127Z I 00:01:28.105408 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9964656Z I 00:01:28.105410 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9965364Z I 00:01:28.105412 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9965810Z I 00:01:28.105414 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9966382Z I 00:01:28.105416 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9966787Z I 00:01:28.105418 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9967210Z I 00:01:28.105421 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9967703Z I 00:01:28.105423 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9968206Z I 00:01:28.105428 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9968629Z I 00:01:28.105430 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9969221Z I 00:01:28.105433 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9969667Z I 00:01:28.105434 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9970105Z I 00:01:28.105435 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9970618Z I 00:01:28.105437 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9971134Z I 00:01:28.105439 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9971575Z I 00:01:28.105440 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9971998Z I 00:01:28.105442 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9972432Z I 00:01:28.105443 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9972864Z I 00:01:28.105445 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9973409Z I 00:01:28.105446 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9973925Z I 00:01:28.105450 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9974347Z I 00:01:28.105452 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9974781Z I 00:01:28.105455 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9975215Z I 00:01:28.105456 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9975653Z I 00:01:28.105459 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9976197Z E 00:01:28.105461 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:33.9976906Z E 00:01:28.105484 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:33.9977567Z I 00:01:28.105487 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9978085Z I 00:01:28.105489 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9978525Z I 00:01:28.105491 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9978960Z I 00:01:28.105493 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9979402Z I 00:01:28.105495 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9979827Z I 00:01:28.105497 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9980339Z I 00:01:28.105498 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9980861Z I 00:01:28.105500 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9981296Z I 00:01:28.105502 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9981735Z I 00:01:28.105504 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9982173Z I 00:01:28.105505 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9982594Z I 00:01:28.105507 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9983101Z I 00:01:28.105509 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9983619Z I 00:01:28.105511 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9984055Z I 00:01:28.105512 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9984592Z I 00:01:28.105514 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9985096Z I 00:01:28.105517 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9985533Z I 00:01:28.105519 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9986088Z E 00:01:28.105520 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:33.9986838Z E 00:01:28.105524 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:33.9987547Z I 00:01:28.105527 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9988068Z I 00:01:28.105528 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9988492Z I 00:01:28.105531 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9988929Z I 00:01:28.105532 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9989367Z I 00:01:28.105537 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9989802Z I 00:01:28.105539 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9990312Z I 00:01:28.105541 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9990833Z I 00:01:28.105543 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9991255Z I 00:01:28.105545 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9991693Z I 00:01:28.105547 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9992213Z I 00:01:28.105548 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:33.9992831Z I 00:01:28.105550 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9993358Z I 00:01:28.105552 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9993876Z I 00:01:28.105554 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9994325Z I 00:01:28.105557 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9994882Z I 00:01:28.105560 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9995415Z I 00:01:28.105562 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9995859Z I 00:01:28.105563 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:33.9996424Z E 00:01:28.105565 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:33.9997135Z E 00:01:28.105572 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:33.9997817Z I 00:01:28.105575 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:33.9998347Z I 00:01:28.105577 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:33.9998797Z I 00:01:28.105579 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:33.9999249Z I 00:01:28.105580 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:33.9999683Z I 00:01:28.105582 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0000130Z I 00:01:28.105583 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0000648Z I 00:01:28.105585 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0001179Z I 00:01:28.105587 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0001631Z I 00:01:28.105589 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0002081Z I 00:01:28.105592 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0002520Z I 00:01:28.105594 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0002970Z I 00:01:28.105596 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0003493Z I 00:01:28.105599 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0004028Z I 00:01:28.105603 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0004581Z I 00:01:28.105606 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0004982Z I 00:01:28.105609 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0005400Z I 00:01:28.105611 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0005812Z I 00:01:28.105615 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0006323Z I 00:01:28.105617 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0006820Z I 00:01:28.105619 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0007234Z I 00:01:28.105621 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0007638Z I 00:01:28.105622 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0008087Z I 00:01:28.105625 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0008508Z I 00:01:28.105627 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0009031Z I 00:01:28.105630 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0009530Z I 00:01:28.105631 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0009935Z I 00:01:28.105634 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0010359Z I 00:01:28.105636 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0010784Z I 00:01:28.105637 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0011210Z I 00:01:28.105640 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0011738Z E 00:01:28.105642 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0012422Z E 00:01:28.105665 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0013054Z I 00:01:28.105669 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0013551Z I 00:01:28.105671 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0013973Z I 00:01:28.105672 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0014395Z I 00:01:28.105675 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0014811Z I 00:01:28.105677 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0015228Z I 00:01:28.105678 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0015727Z I 00:01:28.105680 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0016219Z I 00:01:28.105681 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0016639Z I 00:01:28.105684 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0017054Z I 00:01:28.105686 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0017470Z I 00:01:28.105689 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0017871Z I 00:01:28.105691 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0018357Z I 00:01:28.105693 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0018847Z I 00:01:28.105695 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0019244Z I 00:01:28.105697 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0019704Z I 00:01:28.105700 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0020174Z I 00:01:28.105702 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0020564Z I 00:01:28.105703 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0021072Z E 00:01:28.105706 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0021731Z E 00:01:28.105710 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0022356Z I 00:01:28.105713 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0022833Z I 00:01:28.105715 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0023223Z I 00:01:28.105716 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0023622Z I 00:01:28.105719 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0024017Z I 00:01:28.105721 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0024411Z I 00:01:28.105723 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0024887Z I 00:01:28.105724 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0025358Z I 00:01:28.105727 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0025745Z I 00:01:28.105730 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0026172Z I 00:01:28.105731 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0026580Z I 00:01:28.105734 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0026977Z I 00:01:28.105738 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0027437Z I 00:01:28.105739 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0027937Z I 00:01:28.105741 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0028338Z I 00:01:28.105745 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0028844Z I 00:01:28.105747 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0029330Z I 00:01:28.105748 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0029722Z I 00:01:28.105750 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0030235Z E 00:01:28.105752 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0030890Z E 00:01:28.105758 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0031513Z I 00:01:28.105760 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0032065Z I 00:01:28.105762 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0032637Z I 00:01:28.105764 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0033072Z I 00:01:28.105766 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0033504Z I 00:01:28.105767 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0033930Z I 00:01:28.105769 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0034446Z I 00:01:28.105771 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0034955Z I 00:01:28.105773 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0035386Z I 00:01:28.105775 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0035861Z I 00:01:28.105777 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0036283Z I 00:01:28.105780 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0036721Z I 00:01:28.105784 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0037226Z I 00:01:28.105785 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0037738Z I 00:01:28.105789 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0038173Z I 00:01:28.105791 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0038600Z I 00:01:28.105793 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0039019Z I 00:01:28.105794 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0039447Z I 00:01:28.105798 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0039951Z I 00:01:28.105800 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0040459Z I 00:01:28.105803 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0040889Z I 00:01:28.105805 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0041310Z I 00:01:28.105807 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0041750Z I 00:01:28.105809 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0042173Z I 00:01:28.105811 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0042670Z I 00:01:28.105813 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0043184Z I 00:01:28.105816 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0043617Z I 00:01:28.105819 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0044038Z I 00:01:28.105820 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0044473Z I 00:01:28.105822 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0045000Z I 00:01:28.105824 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0045507Z E 00:01:28.105825 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0046167Z E 00:01:28.105850 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0046857Z I 00:01:28.105853 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0047337Z I 00:01:28.105855 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0047747Z I 00:01:28.105857 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0048155Z I 00:01:28.105858 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0048587Z I 00:01:28.105860 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0048980Z I 00:01:28.105863 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0049475Z I 00:01:28.105866 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0049971Z I 00:01:28.105868 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0050391Z I 00:01:28.105870 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0050812Z I 00:01:28.105872 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0051238Z I 00:01:28.105874 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0051644Z I 00:01:28.105876 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0052138Z I 00:01:28.105877 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0052636Z I 00:01:28.105879 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0053059Z I 00:01:28.105882 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0053847Z I 00:01:28.105884 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0054384Z I 00:01:28.105887 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0054821Z I 00:01:28.105890 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0055393Z E 00:01:28.105892 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0056134Z E 00:01:28.105896 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0056884Z I 00:01:28.105899 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0057423Z I 00:01:28.105901 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0057882Z I 00:01:28.105903 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0058319Z I 00:01:28.105904 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0058771Z I 00:01:28.105908 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0059219Z I 00:01:28.105910 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0059742Z I 00:01:28.105911 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0060278Z I 00:01:28.105913 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0060714Z I 00:01:28.105914 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0061161Z I 00:01:28.105916 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0061607Z I 00:01:28.105918 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0062052Z I 00:01:28.105919 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0062574Z I 00:01:28.105921 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0063102Z I 00:01:28.105923 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0063535Z I 00:01:28.105924 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0064054Z I 00:01:28.105926 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0064583Z I 00:01:28.105929 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0065031Z I 00:01:28.105931 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0065594Z E 00:01:28.105933 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0066404Z E 00:01:28.105938 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0067160Z I 00:01:28.105941 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0067654Z I 00:01:28.105943 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0068077Z I 00:01:28.105945 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0068550Z I 00:01:28.105947 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0068971Z I 00:01:28.105950 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0069371Z I 00:01:28.105952 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0069857Z I 00:01:28.105953 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0070390Z I 00:01:28.105955 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0070809Z I 00:01:28.105958 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0071262Z I 00:01:28.105960 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0071679Z I 00:01:28.105961 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0072147Z I 00:01:28.105964 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0072836Z I 00:01:28.105967 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0073379Z I 00:01:28.105969 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0073839Z I 00:01:28.105971 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0074294Z I 00:01:28.105977 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0074734Z I 00:01:28.105985 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0075188Z I 00:01:28.105987 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0075717Z I 00:01:28.105988 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0076256Z I 00:01:28.105990 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0076713Z I 00:01:28.105994 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0077159Z I 00:01:28.105998 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0077597Z I 00:01:28.106000 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0078049Z I 00:01:28.106004 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0078603Z I 00:01:28.106006 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0079133Z I 00:01:28.106008 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0079582Z I 00:01:28.106011 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0080018Z I 00:01:28.106013 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0080466Z I 00:01:28.106015 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0080920Z I 00:01:28.106017 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0081493Z E 00:01:28.106019 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0082229Z E 00:01:28.106058 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0082918Z I 00:01:28.106061 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0083433Z I 00:01:28.106064 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0083881Z I 00:01:28.106065 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0084329Z I 00:01:28.106067 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0084882Z I 00:01:28.106070 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0085317Z I 00:01:28.106071 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0085813Z I 00:01:28.106073 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0086331Z I 00:01:28.106075 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0086770Z I 00:01:28.106078 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0087218Z I 00:01:28.106080 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0087655Z I 00:01:28.106081 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0088092Z I 00:01:28.106083 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0088590Z I 00:01:28.106085 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0089110Z I 00:01:28.106087 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0089549Z I 00:01:28.106090 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0090094Z I 00:01:28.106091 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0090718Z I 00:01:28.106093 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0091121Z I 00:01:28.106096 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0091647Z E 00:01:28.106098 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0092357Z E 00:01:28.106104 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0093027Z I 00:01:28.106106 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0093522Z I 00:01:28.106112 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0093939Z I 00:01:28.106114 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0094343Z I 00:01:28.106117 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0094760Z I 00:01:28.106120 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0095178Z I 00:01:28.106124 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0095668Z I 00:01:28.106126 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0096168Z I 00:01:28.106128 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0096590Z I 00:01:28.106130 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0097013Z I 00:01:28.106132 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0097435Z I 00:01:28.106134 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0097856Z I 00:01:28.106136 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0098375Z I 00:01:28.106139 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0098886Z I 00:01:28.106141 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0099291Z I 00:01:28.106143 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0099816Z I 00:01:28.106146 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0100353Z I 00:01:28.106148 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0100825Z I 00:01:28.106150 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0101384Z E 00:01:28.106152 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0102105Z E 00:01:28.106158 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0102749Z I 00:01:28.106160 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0103295Z I 00:01:28.106162 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0103728Z I 00:01:28.106165 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0104171Z I 00:01:28.106167 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0104626Z I 00:01:28.106169 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0105042Z I 00:01:28.106170 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0105545Z I 00:01:28.106173 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0106047Z I 00:01:28.106175 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0106476Z I 00:01:28.106177 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0106903Z I 00:01:28.106180 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0107345Z I 00:01:28.106182 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0107773Z I 00:01:28.106185 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0108274Z I 00:01:28.106187 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0108787Z I 00:01:28.106195 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0109233Z I 00:01:28.106198 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0109668Z I 00:01:28.106200 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0110077Z I 00:01:28.106204 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0110513Z I 00:01:28.106206 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0111067Z I 00:01:28.106220 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0111585Z I 00:01:28.106223 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0112121Z I 00:01:28.106224 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0112769Z I 00:01:28.106226 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0113345Z I 00:01:28.106228 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0113847Z I 00:01:28.106230 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0114437Z I 00:01:28.106232 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0115004Z I 00:01:28.106235 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0115491Z I 00:01:28.106237 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0115946Z I 00:01:28.106239 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0116432Z I 00:01:28.106241 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0116901Z I 00:01:28.106244 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0117503Z E 00:01:28.106250 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0118249Z E 00:01:28.106286 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0118971Z I 00:01:28.106289 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0119491Z I 00:01:28.106291 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0119966Z I 00:01:28.106293 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0120439Z I 00:01:28.106294 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0120909Z I 00:01:28.106296 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0121397Z I 00:01:28.106297 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0121950Z I 00:01:28.106299 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0122508Z I 00:01:28.106301 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0122985Z I 00:01:28.106306 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0123463Z I 00:01:28.106307 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0123949Z I 00:01:28.106309 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0124435Z I 00:01:28.106311 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0125047Z I 00:01:28.106312 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0125580Z I 00:01:28.106314 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0126041Z I 00:01:28.106315 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0126561Z I 00:01:28.106317 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0127079Z I 00:01:28.106319 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0127531Z I 00:01:28.106320 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0128084Z E 00:01:28.106322 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0128833Z E 00:01:28.106325 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0129520Z I 00:01:28.106327 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0130039Z I 00:01:28.106328 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0130503Z I 00:01:28.106333 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0130930Z I 00:01:28.106334 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0131403Z I 00:01:28.106339 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0131868Z I 00:01:28.106340 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0132415Z I 00:01:28.106343 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0132972Z I 00:01:28.106345 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0133440Z I 00:01:28.106347 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0133894Z I 00:01:28.106348 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0134333Z I 00:01:28.106350 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0134767Z I 00:01:28.106352 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0135290Z I 00:01:28.106354 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0135891Z I 00:01:28.106358 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0136313Z I 00:01:28.106360 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0136867Z I 00:01:28.106363 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0137402Z I 00:01:28.106364 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0137859Z I 00:01:28.106368 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0138418Z E 00:01:28.106370 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0139128Z E 00:01:28.106376 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0139784Z I 00:01:28.106379 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0140310Z I 00:01:28.106381 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0140775Z I 00:01:28.106384 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0141221Z I 00:01:28.106386 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0141665Z I 00:01:28.106389 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0142108Z I 00:01:28.106392 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0142610Z I 00:01:28.106394 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0143135Z I 00:01:28.106398 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0143579Z I 00:01:28.106400 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0144153Z I 00:01:28.106402 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0144575Z I 00:01:28.106404 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0144984Z I 00:01:28.106406 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0145478Z I 00:01:28.106408 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0145977Z I 00:01:28.106411 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0146402Z I 00:01:28.106412 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0146827Z I 00:01:28.106414 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0147251Z I 00:01:28.106416 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0147655Z I 00:01:28.106419 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0148143Z I 00:01:28.106424 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0148641Z I 00:01:28.106425 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0149056Z I 00:01:28.106428 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0149472Z I 00:01:28.106430 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0149876Z I 00:01:28.106432 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0150290Z I 00:01:28.106434 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0150773Z I 00:01:28.106436 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0151264Z I 00:01:28.106438 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0151683Z I 00:01:28.106439 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0152163Z I 00:01:28.106440 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0152755Z I 00:01:28.106442 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0153203Z I 00:01:28.106443 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0153928Z E 00:01:28.106446 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0154664Z E 00:01:28.106470 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0155357Z I 00:01:28.106473 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0155948Z I 00:01:28.106474 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0156402Z I 00:01:28.106476 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0156854Z I 00:01:28.106478 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0157306Z I 00:01:28.106480 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0157791Z I 00:01:28.106483 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0158318Z I 00:01:28.106484 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0159124Z I 00:01:28.106488 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0159578Z I 00:01:28.106490 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0160028Z I 00:01:28.106492 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0160481Z I 00:01:28.106495 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0160928Z I 00:01:28.106497 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0161437Z I 00:01:28.106499 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0161974Z I 00:01:28.106501 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0162420Z I 00:01:28.106503 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0162939Z I 00:01:28.106508 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0163474Z I 00:01:28.106510 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0163922Z I 00:01:28.106512 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0164477Z E 00:01:28.106514 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0165320Z E 00:01:28.106518 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0166090Z I 00:01:28.106520 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0166624Z I 00:01:28.106523 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0167046Z I 00:01:28.106529 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0167461Z I 00:01:28.106532 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0167865Z I 00:01:28.106533 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0168282Z I 00:01:28.106535 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0168776Z I 00:01:28.106537 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0169272Z I 00:01:28.106539 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0169693Z I 00:01:28.106541 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0170095Z I 00:01:28.106543 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0170510Z I 00:01:28.106545 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0170925Z I 00:01:28.106547 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0171408Z I 00:01:28.106549 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0171902Z I 00:01:28.106551 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0172315Z I 00:01:28.106554 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0172785Z I 00:01:28.106556 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0173275Z I 00:01:28.106558 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0173692Z I 00:01:28.106560 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0174214Z E 00:01:28.106562 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0174888Z E 00:01:28.106568 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0175520Z I 00:01:28.106571 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0175996Z I 00:01:28.106573 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0176414Z I 00:01:28.106575 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0176827Z I 00:01:28.106580 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0177276Z I 00:01:28.106583 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0177694Z I 00:01:28.106584 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0178166Z I 00:01:28.106586 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0178686Z I 00:01:28.106588 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0179101Z I 00:01:28.106590 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0179518Z I 00:01:28.106594 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0179962Z I 00:01:28.106596 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0180384Z I 00:01:28.106598 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0180857Z I 00:01:28.106601 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0181356Z I 00:01:28.106606 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0181777Z I 00:01:28.106608 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0182195Z I 00:01:28.106610 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0182613Z I 00:01:28.106611 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0183015Z I 00:01:28.106614 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0183497Z I 00:01:28.106617 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0183992Z I 00:01:28.106620 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0184406Z I 00:01:28.106622 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0184825Z I 00:01:28.106624 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0185243Z I 00:01:28.106628 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0185646Z I 00:01:28.106630 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0186137Z I 00:01:28.106632 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0186661Z I 00:01:28.106633 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0187086Z I 00:01:28.106636 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0187508Z I 00:01:28.106637 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0187914Z I 00:01:28.106642 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0188338Z I 00:01:28.106644 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0188866Z E 00:01:28.106646 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0189552Z E 00:01:28.106668 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0190204Z I 00:01:28.106672 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0190700Z I 00:01:28.106673 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0191107Z I 00:01:28.106676 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0191532Z I 00:01:28.106677 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0192020Z I 00:01:28.106679 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0192620Z I 00:01:28.106681 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0193222Z I 00:01:28.106682 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0193735Z I 00:01:28.106684 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0194187Z I 00:01:28.106686 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0194635Z I 00:01:28.106688 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0195080Z I 00:01:28.106692 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0195530Z I 00:01:28.106696 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0196051Z I 00:01:28.106699 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0196565Z I 00:01:28.106701 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0197011Z I 00:01:28.106705 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0197572Z I 00:01:28.106708 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0198100Z I 00:01:28.106710 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0198550Z I 00:01:28.106713 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0199103Z E 00:01:28.106715 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0199865Z E 00:01:28.106719 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0200556Z I 00:01:28.106721 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0201128Z I 00:01:28.106726 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0201580Z I 00:01:28.106729 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0202027Z I 00:01:28.106731 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0202466Z I 00:01:28.106735 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0202915Z I 00:01:28.106736 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0203442Z I 00:01:28.106738 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0203979Z I 00:01:28.106741 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0204431Z I 00:01:28.106744 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0204957Z I 00:01:28.106745 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0205362Z I 00:01:28.106750 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0205779Z I 00:01:28.106752 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0206263Z I 00:01:28.106754 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0206755Z I 00:01:28.106756 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0207168Z I 00:01:28.106758 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0207640Z I 00:01:28.106761 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0208161Z I 00:01:28.106764 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0208578Z I 00:01:28.106766 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0209103Z E 00:01:28.106768 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0209776Z E 00:01:28.106774 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0210409Z I 00:01:28.106777 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0210889Z I 00:01:28.106779 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0211307Z I 00:01:28.106781 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0211723Z I 00:01:28.106784 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0212140Z I 00:01:28.106786 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0212556Z I 00:01:28.106789 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0213029Z I 00:01:28.106791 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0213519Z I 00:01:28.106793 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0213932Z I 00:01:28.106796 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0214345Z I 00:01:28.106798 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0214760Z I 00:01:28.106801 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0215176Z I 00:01:28.106803 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0215646Z I 00:01:28.106805 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0216136Z I 00:01:28.106808 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0216550Z I 00:01:28.106810 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0216965Z I 00:01:28.106814 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0217382Z I 00:01:28.106816 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0217785Z I 00:01:28.106817 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0218270Z I 00:01:28.106820 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0218789Z I 00:01:28.106822 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0219207Z I 00:01:28.106825 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0219620Z I 00:01:28.106827 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0220033Z I 00:01:28.106829 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0220460Z I 00:01:28.106833 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0220941Z I 00:01:28.106835 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0221460Z I 00:01:28.106837 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0221880Z I 00:01:28.106840 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0222298Z I 00:01:28.106844 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0222703Z I 00:01:28.106849 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0223121Z I 00:01:28.106851 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0223645Z E 00:01:28.106854 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0224325Z E 00:01:28.106878 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0224965Z I 00:01:28.106881 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0225461Z I 00:01:28.106883 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0225865Z I 00:01:28.106885 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0226288Z I 00:01:28.106887 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0226703Z I 00:01:28.106888 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0227120Z I 00:01:28.106891 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0227771Z I 00:01:28.106894 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0228319Z I 00:01:28.106897 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0228742Z I 00:01:28.106898 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0229174Z I 00:01:28.106900 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0229608Z I 00:01:28.106902 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0230038Z I 00:01:28.106906 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0230547Z I 00:01:28.106908 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0231050Z I 00:01:28.106910 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0231469Z I 00:01:28.106912 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0232027Z I 00:01:28.106913 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0232702Z I 00:01:28.106915 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0233142Z I 00:01:28.106917 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0233704Z E 00:01:28.106919 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0234421Z E 00:01:28.106924 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0235103Z I 00:01:28.106927 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0235623Z I 00:01:28.106929 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0236056Z I 00:01:28.106931 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0236502Z I 00:01:28.106932 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0236931Z I 00:01:28.106935 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0237372Z I 00:01:28.106938 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0237874Z I 00:01:28.106940 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0238390Z I 00:01:28.106942 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0238824Z I 00:01:28.106944 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0239259Z I 00:01:28.106945 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0239724Z I 00:01:28.106947 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0240164Z I 00:01:28.106949 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0240681Z I 00:01:28.106951 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0241198Z I 00:01:28.106954 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0241654Z I 00:01:28.106956 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0242154Z I 00:01:28.106959 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0242702Z I 00:01:28.106961 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0243139Z I 00:01:28.106962 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0243693Z E 00:01:28.106964 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0244415Z E 00:01:28.106969 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0245158Z I 00:01:28.106971 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0245634Z I 00:01:28.106973 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0246045Z I 00:01:28.106975 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0246451Z I 00:01:28.106976 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0246860Z I 00:01:28.106978 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0247264Z I 00:01:28.106980 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0247740Z I 00:01:28.106982 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0248209Z I 00:01:28.106984 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0248612Z I 00:01:28.106986 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0249011Z I 00:01:28.106988 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0249448Z I 00:01:28.106990 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0249857Z I 00:01:28.106994 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0250322Z I 00:01:28.106996 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0250803Z I 00:01:28.106998 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0251210Z I 00:01:28.107000 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0251624Z I 00:01:28.107003 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0252030Z I 00:01:28.107007 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0252443Z I 00:01:28.107009 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0252907Z I 00:01:28.107012 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0253514Z I 00:01:28.107015 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0254113Z I 00:01:28.107017 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0254551Z I 00:01:28.107020 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0254985Z I 00:01:28.107022 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0255406Z I 00:01:28.107024 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0255913Z I 00:01:28.107027 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0256417Z I 00:01:28.107029 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0256843Z I 00:01:28.107031 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0257272Z I 00:01:28.107033 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0257704Z I 00:01:28.107038 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0258122Z I 00:01:28.107040 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0258656Z E 00:01:28.107042 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0259352Z E 00:01:28.107065 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0260013Z I 00:01:28.107068 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0260579Z I 00:01:28.107070 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0260997Z I 00:01:28.107072 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0261428Z I 00:01:28.107074 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0261855Z I 00:01:28.107076 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0262313Z I 00:01:28.107079 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0262811Z I 00:01:28.107081 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0263357Z I 00:01:28.107083 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0263778Z I 00:01:28.107085 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0264204Z I 00:01:28.107087 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0264630Z I 00:01:28.107089 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0265060Z I 00:01:28.107090 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0265559Z I 00:01:28.107092 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0266055Z I 00:01:28.107094 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0266483Z I 00:01:28.107095 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0267071Z I 00:01:28.107098 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0267556Z I 00:01:28.107100 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0267964Z I 00:01:28.107103 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0268478Z E 00:01:28.107105 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0269137Z E 00:01:28.107108 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0269762Z I 00:01:28.107111 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0270295Z I 00:01:28.107114 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0270716Z I 00:01:28.107116 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0271134Z I 00:01:28.107118 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0271550Z I 00:01:28.107121 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0272017Z I 00:01:28.107123 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0272693Z I 00:01:28.107125 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0273233Z I 00:01:28.107127 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0273687Z I 00:01:28.107128 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0274142Z I 00:01:28.107130 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0274579Z I 00:01:28.107132 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0275042Z I 00:01:28.107134 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0275588Z I 00:01:28.107136 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0276129Z I 00:01:28.107139 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0276593Z I 00:01:28.107141 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0277123Z I 00:01:28.107143 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0277641Z I 00:01:28.107146 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0278097Z I 00:01:28.107147 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0287276Z E 00:01:28.107149 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0288015Z E 00:01:28.107154 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0288662Z I 00:01:28.107156 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0289152Z I 00:01:28.107159 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0289570Z I 00:01:28.107161 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0289975Z I 00:01:28.107163 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0290476Z I 00:01:28.107165 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0290921Z I 00:01:28.107167 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0291389Z I 00:01:28.107169 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0291905Z I 00:01:28.107171 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0292367Z I 00:01:28.107173 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0292777Z I 00:01:28.107174 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0293222Z I 00:01:28.107177 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0293633Z I 00:01:28.107179 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0294102Z I 00:01:28.107182 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0294590Z I 00:01:28.107185 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0295002Z I 00:01:28.107187 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0295432Z I 00:01:28.107190 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0295866Z I 00:01:28.107192 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0296267Z I 00:01:28.107195 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0296743Z I 00:01:28.107198 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0297257Z I 00:01:28.107199 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0297672Z I 00:01:28.107201 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0298103Z I 00:01:28.107202 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0298507Z I 00:01:28.107204 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0298900Z I 00:01:28.107206 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0299386Z I 00:01:28.107208 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0299898Z I 00:01:28.107210 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0300320Z I 00:01:28.107212 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0300737Z I 00:01:28.107214 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0301138Z I 00:01:28.107216 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0301541Z I 00:01:28.107220 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0302050Z E 00:01:28.107223 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0302715Z E 00:01:28.107243 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0303349Z I 00:01:28.107245 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0303860Z I 00:01:28.107248 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0304279Z I 00:01:28.107250 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0304699Z I 00:01:28.107252 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0305125Z I 00:01:28.107256 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0305555Z I 00:01:28.107258 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0306041Z I 00:01:28.107259 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0306513Z I 00:01:28.107262 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0306921Z I 00:01:28.107263 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0307368Z I 00:01:28.107265 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0307801Z I 00:01:28.107267 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0308230Z I 00:01:28.107269 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0308734Z I 00:01:28.107271 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0309232Z I 00:01:28.107274 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0309643Z I 00:01:28.107276 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0310155Z I 00:01:28.107278 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0310669Z I 00:01:28.107280 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0311077Z I 00:01:28.107282 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0311580Z E 00:01:28.107284 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0312521Z E 00:01:28.107288 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0313265Z I 00:01:28.107290 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0313879Z I 00:01:28.107292 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0314347Z I 00:01:28.107294 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0314789Z I 00:01:28.107296 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0315214Z I 00:01:28.107298 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0315674Z I 00:01:28.107300 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0316220Z I 00:01:28.107301 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0316782Z I 00:01:28.107303 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0317230Z I 00:01:28.107304 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0317679Z I 00:01:28.107307 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0318105Z I 00:01:28.107308 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0318542Z I 00:01:28.107310 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0319057Z I 00:01:28.107312 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0319580Z I 00:01:28.107315 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0320015Z I 00:01:28.107317 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0320517Z I 00:01:28.107319 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0321068Z I 00:01:28.107322 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0321516Z I 00:01:28.107324 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0322068Z E 00:01:28.107327 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0322789Z E 00:01:28.107331 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0323460Z I 00:01:28.107334 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0323971Z I 00:01:28.107338 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0324411Z I 00:01:28.107340 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0324933Z I 00:01:28.107342 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0325336Z I 00:01:28.107344 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0325738Z I 00:01:28.107346 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0326205Z I 00:01:28.107348 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0326680Z I 00:01:28.107351 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0327092Z I 00:01:28.107353 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0327496Z I 00:01:28.107355 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0327903Z I 00:01:28.107356 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0328310Z I 00:01:28.107358 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0328778Z I 00:01:28.107360 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0329263Z I 00:01:28.107362 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0329673Z I 00:01:28.107364 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0330084Z I 00:01:28.107366 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0330492Z I 00:01:28.107368 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0330638Z I 00:01:28.107370 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0330869Z I 00:01:28.107373 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0331038Z I 00:01:28.107376 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0331197Z I 00:01:28.107379 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0331344Z I 00:01:28.107381 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0331491Z I 00:01:28.107383 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0331673Z I 00:01:28.107385 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0331893Z I 00:01:28.107389 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0332073Z I 00:01:28.107392 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0332218Z I 00:01:28.107395 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0332373Z I 00:01:28.107397 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0332518Z I 00:01:28.107399 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0332667Z I 00:01:28.107401 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0332931Z E 00:01:28.107403 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0333224Z E 00:01:28.107424 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0333452Z I 00:01:28.107427 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0333601Z I 00:01:28.107429 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0333762Z I 00:01:28.107430 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0333909Z I 00:01:28.107433 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0334061Z I 00:01:28.107435 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0334217Z I 00:01:28.107436 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0334437Z I 00:01:28.107440 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0334618Z I 00:01:28.107441 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0334762Z I 00:01:28.107444 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0334925Z I 00:01:28.107445 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0335070Z I 00:01:28.107447 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0335217Z I 00:01:28.107449 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0335442Z I 00:01:28.107451 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0335589Z I 00:01:28.107452 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0335742Z I 00:01:28.107454 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0335958Z I 00:01:28.107455 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0336117Z I 00:01:28.107459 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0336259Z I 00:01:28.107461 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0336516Z E 00:01:28.107463 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0336821Z E 00:01:28.107467 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0337038Z I 00:01:28.107469 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0337197Z I 00:01:28.107472 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0337341Z I 00:01:28.107474 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0337502Z I 00:01:28.107475 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0337646Z I 00:01:28.107477 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0337791Z I 00:01:28.107479 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0338023Z I 00:01:28.107480 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0338169Z I 00:01:28.107482 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0338327Z I 00:01:28.107484 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0338473Z I 00:01:28.107487 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0338657Z I 00:01:28.107489 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0338805Z I 00:01:28.107492 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0339022Z I 00:01:28.107493 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0339179Z I 00:01:28.107495 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0339347Z I 00:01:28.107497 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0339578Z I 00:01:28.107499 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0339746Z I 00:01:28.107501 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0339905Z I 00:01:28.107503 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0340163Z E 00:01:28.107505 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0340450Z E 00:01:28.107510 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0340685Z I 00:01:28.107512 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0340830Z I 00:01:28.107517 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0340990Z I 00:01:28.107519 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0341138Z I 00:01:28.107523 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0341296Z I 00:01:28.107525 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0341443Z I 00:01:28.107526 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0341659Z I 00:01:28.107528 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0341816Z I 00:01:28.107531 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0341960Z I 00:01:28.107533 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0342114Z I 00:01:28.107535 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0342286Z I 00:01:28.107537 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0342443Z I 00:01:28.107538 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0342663Z I 00:01:28.107540 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0342810Z I 00:01:28.107542 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0342971Z I 00:01:28.107545 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0343117Z I 00:01:28.107546 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0343278Z I 00:01:28.107548 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0343426Z I 00:01:28.107550 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0343652Z I 00:01:28.107551 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0343799Z I 00:01:28.107553 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0343946Z I 00:01:28.107556 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0344102Z I 00:01:28.107558 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0344251Z I 00:01:28.107562 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0344407Z I 00:01:28.107564 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0344625Z I 00:01:28.107566 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0344782Z I 00:01:28.107567 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0344929Z I 00:01:28.107569 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0345077Z I 00:01:28.107571 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0345234Z I 00:01:28.107573 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0345381Z I 00:01:28.107575 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0345645Z E 00:01:28.107577 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0345939Z E 00:01:28.107598 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0346169Z I 00:01:28.107601 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0346350Z I 00:01:28.107603 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0346499Z I 00:01:28.107605 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0346651Z I 00:01:28.107607 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0346799Z I 00:01:28.107609 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0346982Z I 00:01:28.107611 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0347200Z I 00:01:28.107613 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0347373Z I 00:01:28.107615 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0347521Z I 00:01:28.107617 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0347666Z I 00:01:28.107619 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0347824Z I 00:01:28.107621 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0347971Z I 00:01:28.107623 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0348201Z I 00:01:28.107626 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0348349Z I 00:01:28.107628 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0348504Z I 00:01:28.107630 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0348720Z I 00:01:28.107632 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0348870Z I 00:01:28.107634 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0349024Z I 00:01:28.107636 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0349285Z E 00:01:28.107638 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0349591Z E 00:01:28.107641 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0349805Z I 00:01:28.107643 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0349993Z I 00:01:28.107645 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0350136Z I 00:01:28.107648 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0350283Z I 00:01:28.107650 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0350433Z I 00:01:28.107652 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0350578Z I 00:01:28.107655 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0350805Z I 00:01:28.107657 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0350951Z I 00:01:28.107659 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0351110Z I 00:01:28.107661 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0351254Z I 00:01:28.107666 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0351401Z I 00:01:28.107670 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0351558Z I 00:01:28.107672 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0351777Z I 00:01:28.107675 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0352041Z I 00:01:28.107678 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0352190Z I 00:01:28.107679 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0352597Z I 00:01:28.107683 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0352756Z I 00:01:28.107688 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0352911Z I 00:01:28.107690 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0353203Z E 00:01:28.107694 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0353679Z E 00:01:28.107700 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0353934Z I 00:01:28.107703 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0354091Z I 00:01:28.107705 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0354260Z I 00:01:28.107706 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0354424Z I 00:01:28.107708 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0354670Z I 00:01:28.107710 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0354847Z I 00:01:28.107714 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0355080Z I 00:01:28.107716 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0355252Z I 00:01:28.107717 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0355461Z I 00:01:28.107720 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0355632Z I 00:01:28.107722 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0355833Z I 00:01:28.107723 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0355989Z I 00:01:28.107725 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0356232Z I 00:01:28.107727 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0356398Z I 00:01:28.107729 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0356555Z I 00:01:28.107732 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0356718Z I 00:01:28.107733 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0356875Z I 00:01:28.107734 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0357039Z I 00:01:28.107738 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0357272Z I 00:01:28.107740 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0357431Z I 00:01:28.107742 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0357595Z I 00:01:28.107743 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0357749Z I 00:01:28.107745 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0357914Z I 00:01:28.107747 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0358069Z I 00:01:28.107750 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0358312Z I 00:01:28.107752 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0358503Z I 00:01:28.107755 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0358656Z I 00:01:28.107759 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0358823Z I 00:01:28.107764 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0358980Z I 00:01:28.107766 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0359142Z I 00:01:28.107768 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0359413Z E 00:01:28.107770 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0359741Z E 00:01:28.107791 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0359977Z I 00:01:28.107794 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0360135Z I 00:01:28.107795 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0360302Z I 00:01:28.107797 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0360457Z I 00:01:28.107799 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0360627Z I 00:01:28.107801 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0360782Z I 00:01:28.107802 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0361025Z I 00:01:28.107805 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0361177Z I 00:01:28.107808 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0361332Z I 00:01:28.107809 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0361499Z I 00:01:28.107811 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0361653Z I 00:01:28.107813 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0361822Z I 00:01:28.107816 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0362053Z I 00:01:28.107819 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0362220Z I 00:01:28.107821 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0362377Z I 00:01:28.107823 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0362608Z I 00:01:28.107826 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0362801Z I 00:01:28.107830 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0362955Z I 00:01:28.107832 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0363248Z E 00:01:28.107834 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0363564Z E 00:01:28.107837 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0363837Z I 00:01:28.107839 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0364019Z I 00:01:28.107841 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0364175Z I 00:01:28.107843 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0364342Z I 00:01:28.107846 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0364496Z I 00:01:28.107848 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0364665Z I 00:01:28.107850 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0364898Z I 00:01:28.107854 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0365063Z I 00:01:28.107856 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0365320Z I 00:01:28.107858 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0365472Z I 00:01:28.107860 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0365627Z I 00:01:28.107863 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0365777Z I 00:01:28.107864 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0366008Z I 00:01:28.107866 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0366160Z I 00:01:28.107869 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0366314Z I 00:01:28.107872 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0366538Z I 00:01:28.107874 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0366715Z I 00:01:28.107877 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0366869Z I 00:01:28.107878 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0367137Z E 00:01:28.107880 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0367443Z E 00:01:28.107886 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0367670Z I 00:01:28.107889 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0367828Z I 00:01:28.107891 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0367976Z I 00:01:28.107893 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0368127Z I 00:01:28.107896 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0368280Z I 00:01:28.107898 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0368429Z I 00:01:28.107900 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0368658Z I 00:01:28.107902 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0368812Z I 00:01:28.107905 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0368977Z I 00:01:28.107909 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0369126Z I 00:01:28.107911 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0369279Z I 00:01:28.107912 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0369436Z I 00:01:28.107914 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0369666Z I 00:01:28.107917 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0369823Z I 00:01:28.107919 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0369972Z I 00:01:28.107921 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0370129Z I 00:01:28.107923 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0370279Z I 00:01:28.107925 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0370428Z I 00:01:28.107927 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0370660Z I 00:01:28.107929 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0371005Z I 00:01:28.107933 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0371164Z I 00:01:28.107936 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0371312Z I 00:01:28.107940 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0371469Z I 00:01:28.107945 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0371645Z I 00:01:28.107947 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0371874Z I 00:01:28.107949 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0372060Z I 00:01:28.107951 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0372217Z I 00:01:28.107953 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0372378Z I 00:01:28.107955 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0372532Z I 00:01:28.107957 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0372700Z I 00:01:28.107959 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0372969Z E 00:01:28.107962 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0373279Z E 00:01:28.107983 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0373516Z I 00:01:28.107986 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0373668Z I 00:01:28.107988 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0373833Z I 00:01:28.107989 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0373986Z I 00:01:28.107993 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0374152Z I 00:01:28.107995 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0374302Z I 00:01:28.107997 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0374531Z I 00:01:28.107999 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0374725Z I 00:01:28.108000 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0374877Z I 00:01:28.108003 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0375156Z I 00:01:28.108006 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0375298Z I 00:01:28.108008 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0375452Z I 00:01:28.108012 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0375663Z I 00:01:28.108014 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0375809Z I 00:01:28.108015 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0375958Z I 00:01:28.108018 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0376172Z I 00:01:28.108020 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0376321Z I 00:01:28.108023 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0376460Z I 00:01:28.108025 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0376727Z E 00:01:28.108027 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0377030Z E 00:01:28.108031 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0377245Z I 00:01:28.108034 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0377401Z I 00:01:28.108036 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0377543Z I 00:01:28.108039 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0377700Z I 00:01:28.108041 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0377842Z I 00:01:28.108042 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0377993Z I 00:01:28.108044 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0378213Z I 00:01:28.108046 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0378355Z I 00:01:28.108048 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0378513Z I 00:01:28.108050 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0378659Z I 00:01:28.108053 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0378815Z I 00:01:28.108055 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0379017Z I 00:01:28.108057 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0379246Z I 00:01:28.108059 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0379396Z I 00:01:28.108061 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0379562Z I 00:01:28.108063 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0379790Z I 00:01:28.108066 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0379959Z I 00:01:28.108068 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0380113Z I 00:01:28.108070 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0380370Z E 00:01:28.108073 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0380667Z E 00:01:28.108078 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0380886Z I 00:01:28.108081 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0381032Z I 00:01:28.108083 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0381189Z I 00:01:28.108085 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0381336Z I 00:01:28.108086 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0381490Z I 00:01:28.108088 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0381639Z I 00:01:28.108090 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0381861Z I 00:01:28.108092 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0382007Z I 00:01:28.108095 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0382151Z I 00:01:28.108098 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0382307Z I 00:01:28.108100 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0382452Z I 00:01:28.108102 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0382634Z I 00:01:28.108104 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0382850Z I 00:01:28.108106 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0383004Z I 00:01:28.108109 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0383147Z I 00:01:28.108111 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0383293Z I 00:01:28.108113 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0383451Z I 00:01:28.108114 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0383594Z I 00:01:28.108118 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0383815Z I 00:01:28.108120 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0383958Z I 00:01:28.108123 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0384104Z I 00:01:28.108125 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0384248Z I 00:01:28.108128 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0384400Z I 00:01:28.108130 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0384555Z I 00:01:28.108131 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0384775Z I 00:01:28.108133 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0384924Z I 00:01:28.108134 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0385065Z I 00:01:28.108137 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0385219Z I 00:01:28.108139 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0385362Z I 00:01:28.108141 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0385507Z I 00:01:28.108146 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0385767Z E 00:01:28.108148 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0386056Z E 00:01:28.108169 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0386281Z I 00:01:28.108172 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0386425Z I 00:01:28.108174 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0386605Z I 00:01:28.108175 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0386748Z I 00:01:28.108177 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0386894Z I 00:01:28.108179 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0387041Z I 00:01:28.108181 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0387280Z I 00:01:28.108183 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0387432Z I 00:01:28.108186 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0387599Z I 00:01:28.108188 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0387750Z I 00:01:28.108189 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0387891Z I 00:01:28.108191 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0388035Z I 00:01:28.108193 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0388257Z I 00:01:28.108195 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0388402Z I 00:01:28.108197 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0388560Z I 00:01:28.108199 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0388772Z I 00:01:28.108201 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0388925Z I 00:01:28.108203 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0389068Z I 00:01:28.108205 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0389324Z E 00:01:28.108206 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0389634Z E 00:01:28.108211 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0389847Z I 00:01:28.108213 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0390007Z I 00:01:28.108216 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0390175Z I 00:01:28.108218 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0390328Z I 00:01:28.108220 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0390474Z I 00:01:28.108222 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0390615Z I 00:01:28.108224 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0390843Z I 00:01:28.108225 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0390989Z I 00:01:28.108227 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0391143Z I 00:01:28.108229 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0391289Z I 00:01:28.108231 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0391439Z I 00:01:28.108234 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0391582Z I 00:01:28.108235 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0391794Z I 00:01:28.108239 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0392022Z I 00:01:28.108241 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0392167Z I 00:01:28.108244 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0392567Z I 00:01:28.108245 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0392724Z I 00:01:28.108247 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0392888Z I 00:01:28.108250 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0393340Z E 00:01:28.108253 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0393653Z E 00:01:28.108259 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0393897Z I 00:01:28.108262 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0394053Z I 00:01:28.108265 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0394219Z I 00:01:28.108267 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0394373Z I 00:01:28.108268 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0394540Z I 00:01:28.108271 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0394730Z I 00:01:28.108272 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0394965Z I 00:01:28.108274 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0395126Z I 00:01:28.108277 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0395280Z I 00:01:28.108281 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0395466Z I 00:01:28.108284 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0395619Z I 00:01:28.108287 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0395811Z I 00:01:28.108291 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0396043Z I 00:01:28.108293 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0396200Z I 00:01:28.108296 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0396368Z I 00:01:28.108297 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0396524Z I 00:01:28.108300 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0396698Z I 00:01:28.108302 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0396850Z I 00:01:28.108304 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0397099Z I 00:01:28.108306 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0397253Z I 00:01:28.108309 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0397414Z I 00:01:28.108310 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0397577Z I 00:01:28.108312 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0397734Z I 00:01:28.108314 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0397901Z I 00:01:28.108316 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0398133Z I 00:01:28.108318 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0398328Z I 00:01:28.108320 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0398483Z I 00:01:28.108323 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0398641Z I 00:01:28.108325 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0398812Z I 00:01:28.108328 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0398965Z I 00:01:28.108331 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0399248Z E 00:01:28.108333 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0399563Z E 00:01:28.108354 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0399813Z I 00:01:28.108357 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0399972Z I 00:01:28.108358 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0400125Z I 00:01:28.108360 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0400292Z I 00:01:28.108363 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0400446Z I 00:01:28.108365 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0400608Z I 00:01:28.108367 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0400844Z I 00:01:28.108369 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0401009Z I 00:01:28.108371 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0401165Z I 00:01:28.108373 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0401321Z I 00:01:28.108375 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0401483Z I 00:01:28.108376 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0401636Z I 00:01:28.108378 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0401876Z I 00:01:28.108381 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0402028Z I 00:01:28.108383 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0402184Z I 00:01:28.108384 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0402415Z I 00:01:28.108386 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0402568Z I 00:01:28.108390 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0402752Z I 00:01:28.108392 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0403028Z E 00:01:28.108394 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0403347Z E 00:01:28.108398 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0403607Z I 00:01:28.108400 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0403767Z I 00:01:28.108404 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0403963Z I 00:01:28.108406 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0404120Z I 00:01:28.108409 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0404283Z I 00:01:28.108411 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0404439Z I 00:01:28.108413 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0404774Z I 00:01:28.108415 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0404920Z I 00:01:28.108417 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0405071Z I 00:01:28.108420 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0405215Z I 00:01:28.108422 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0405360Z I 00:01:28.108425 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0405512Z I 00:01:28.108430 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0405731Z I 00:01:28.108432 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0405880Z I 00:01:28.108433 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0406023Z I 00:01:28.108435 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0406250Z I 00:01:28.108438 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0406399Z I 00:01:28.108439 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0406572Z I 00:01:28.108442 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0406841Z E 00:01:28.108444 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0407131Z E 00:01:28.108451 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0407357Z I 00:01:28.108454 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0407505Z I 00:01:28.108456 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0407657Z I 00:01:28.108458 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0407804Z I 00:01:28.108460 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0407946Z I 00:01:28.108462 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0408093Z I 00:01:28.108464 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0408307Z I 00:01:28.108465 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0408465Z I 00:01:28.108467 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0408610Z I 00:01:28.108470 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0408763Z I 00:01:28.108472 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0408905Z I 00:01:28.108476 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0409046Z I 00:01:28.108479 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0409266Z I 00:01:28.108481 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0409412Z I 00:01:28.108483 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0409564Z I 00:01:28.108484 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0409707Z I 00:01:28.108486 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0409861Z I 00:01:28.108488 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0410001Z I 00:01:28.108492 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0410224Z I 00:01:28.108494 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0410375Z I 00:01:28.108497 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0410551Z I 00:01:28.108499 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0410704Z I 00:01:28.108501 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0410845Z I 00:01:28.108503 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0411000Z I 00:01:28.108504 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0411236Z I 00:01:28.108507 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0411379Z I 00:01:28.108509 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0411557Z I 00:01:28.108512 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0411701Z I 00:01:28.108513 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0411858Z I 00:01:28.108516 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0412001Z I 00:01:28.108522 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0412265Z E 00:01:28.108525 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0412557Z E 00:01:28.108545 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0412774Z I 00:01:28.108547 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0412933Z I 00:01:28.108550 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0413077Z I 00:01:28.108551 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0413233Z I 00:01:28.108553 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0413377Z I 00:01:28.108555 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0413529Z I 00:01:28.108559 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0413746Z I 00:01:28.108561 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0413889Z I 00:01:28.108563 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0414071Z I 00:01:28.108565 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0414213Z I 00:01:28.108567 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0414369Z I 00:01:28.108570 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0414516Z I 00:01:28.108572 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0414738Z I 00:01:28.108573 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0414887Z I 00:01:28.108576 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0415025Z I 00:01:28.108577 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0415253Z I 00:01:28.108579 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0415395Z I 00:01:28.108582 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0415550Z I 00:01:28.108583 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0415808Z E 00:01:28.108586 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0416112Z E 00:01:28.108590 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0416332Z I 00:01:28.108592 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0416476Z I 00:01:28.108594 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0416626Z I 00:01:28.108596 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0416767Z I 00:01:28.108598 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0416923Z I 00:01:28.108601 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0417065Z I 00:01:28.108603 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0417287Z I 00:01:28.108605 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0417432Z I 00:01:28.108607 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0417576Z I 00:01:28.108609 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0417726Z I 00:01:28.108611 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0417869Z I 00:01:28.108613 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0418046Z I 00:01:28.108616 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0418265Z I 00:01:28.108618 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0418420Z I 00:01:28.108621 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0418562Z I 00:01:28.108623 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0418806Z I 00:01:28.108626 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0418956Z I 00:01:28.108628 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0419123Z I 00:01:28.108631 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0419385Z E 00:01:28.108633 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0419672Z E 00:01:28.108638 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0419897Z I 00:01:28.108641 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0420041Z I 00:01:28.108643 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0420189Z I 00:01:28.108648 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0420338Z I 00:01:28.108650 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0420482Z I 00:01:28.108652 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0420632Z I 00:01:28.108654 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0420848Z I 00:01:28.108655 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0421003Z I 00:01:28.108657 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0421152Z I 00:01:28.108659 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0421295Z I 00:01:28.108660 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0421450Z I 00:01:28.108664 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0421623Z I 00:01:28.108667 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0421853Z I 00:01:28.108669 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0421999Z I 00:01:28.108672 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0422152Z I 00:01:28.108674 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0422298Z I 00:01:28.108678 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0422443Z I 00:01:28.108680 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0422592Z I 00:01:28.108682 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0422810Z I 00:01:28.108684 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0422962Z I 00:01:28.108685 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0423108Z I 00:01:28.108687 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0423264Z I 00:01:28.108691 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0423411Z I 00:01:28.108693 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0423555Z I 00:01:28.108698 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0423786Z I 00:01:28.108700 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0423931Z I 00:01:28.108702 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0424087Z I 00:01:28.108705 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0424234Z I 00:01:28.108707 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0424391Z I 00:01:28.108709 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0424535Z I 00:01:28.108711 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0424789Z E 00:01:28.108714 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0425090Z E 00:01:28.108738 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0425306Z I 00:01:28.108741 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0425460Z I 00:01:28.108743 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0425630Z I 00:01:28.108745 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0425787Z I 00:01:28.108747 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0425934Z I 00:01:28.108748 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0426084Z I 00:01:28.108752 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0426336Z I 00:01:28.108754 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0426483Z I 00:01:28.108756 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0426660Z I 00:01:28.108758 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0426804Z I 00:01:28.108760 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0426956Z I 00:01:28.108762 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0427098Z I 00:01:28.108764 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0427317Z I 00:01:28.108765 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0427475Z I 00:01:28.108767 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0427619Z I 00:01:28.108769 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0427842Z I 00:01:28.108771 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0427985Z I 00:01:28.108775 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0428145Z I 00:01:28.108777 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0428399Z E 00:01:28.108779 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0428694Z E 00:01:28.108783 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0428918Z I 00:01:28.108785 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0429066Z I 00:01:28.108786 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0429246Z I 00:01:28.108789 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0429387Z I 00:01:28.108792 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0429546Z I 00:01:28.108794 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0429687Z I 00:01:28.108797 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0429906Z I 00:01:28.108799 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0430066Z I 00:01:28.108800 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0430207Z I 00:01:28.108802 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0430366Z I 00:01:28.108804 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0430509Z I 00:01:28.108806 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0430664Z I 00:01:28.108808 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0430877Z I 00:01:28.108810 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0431022Z I 00:01:28.108812 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0431177Z I 00:01:28.108814 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0431391Z I 00:01:28.108816 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0431549Z I 00:01:28.108818 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0431690Z I 00:01:28.108820 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0432032Z E 00:01:28.108824 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0432496Z E 00:01:28.108829 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0432733Z I 00:01:28.108832 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0432907Z I 00:01:28.108834 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0433062Z I 00:01:28.108838 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0433231Z I 00:01:28.108840 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0433388Z I 00:01:28.108842 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0433584Z I 00:01:28.108845 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0433819Z I 00:01:28.108847 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0433973Z I 00:01:28.108848 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0434140Z I 00:01:28.108850 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0434337Z I 00:01:28.108852 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0434499Z I 00:01:28.108854 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0434682Z I 00:01:28.108856 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0434925Z I 00:01:28.108858 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0435082Z I 00:01:28.108861 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0435238Z I 00:01:28.108865 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0435401Z I 00:01:28.108867 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0435560Z I 00:01:28.108869 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0435725Z I 00:01:28.108871 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0435958Z I 00:01:28.108873 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0436118Z I 00:01:28.108874 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0436279Z I 00:01:28.108877 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0436435Z I 00:01:28.108879 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0436603Z I 00:01:28.108881 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0436761Z I 00:01:28.108883 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0437000Z I 00:01:28.108885 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0437153Z I 00:01:28.108887 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0437344Z I 00:01:28.108889 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0437501Z I 00:01:28.108891 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0437654Z I 00:01:28.108892 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0437818Z I 00:01:28.108895 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0438094Z E 00:01:28.108897 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0438423Z E 00:01:28.108921 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0438659Z I 00:01:28.108924 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0438830Z I 00:01:28.108926 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0438987Z I 00:01:28.108928 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0439142Z I 00:01:28.108930 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0439307Z I 00:01:28.108931 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0439465Z I 00:01:28.108933 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0439711Z I 00:01:28.108937 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0439874Z I 00:01:28.108938 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0440040Z I 00:01:28.108941 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0440196Z I 00:01:28.108943 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0440358Z I 00:01:28.108946 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0440523Z I 00:01:28.108948 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0440757Z I 00:01:28.108950 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0440922Z I 00:01:28.108952 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0441082Z I 00:01:28.108953 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0441329Z I 00:01:28.108956 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0441483Z I 00:01:28.108958 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0441666Z I 00:01:28.108960 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0441952Z E 00:01:28.108961 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0442274Z E 00:01:28.108965 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0442547Z I 00:01:28.108968 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0442705Z I 00:01:28.108971 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0442895Z I 00:01:28.108973 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0443049Z I 00:01:28.108976 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0443206Z I 00:01:28.108977 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0443371Z I 00:01:28.108979 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0443602Z I 00:01:28.108981 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0443776Z I 00:01:28.108983 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0443930Z I 00:01:28.108985 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0444092Z I 00:01:28.108989 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0444252Z I 00:01:28.108992 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0444416Z I 00:01:28.108994 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0444764Z I 00:01:28.108997 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0444909Z I 00:01:28.108999 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0445066Z I 00:01:28.109003 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0445280Z I 00:01:28.109005 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0445435Z I 00:01:28.109007 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0445603Z I 00:01:28.109009 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0445862Z E 00:01:28.109011 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0446159Z E 00:01:28.109016 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0446372Z I 00:01:28.109018 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0446534Z I 00:01:28.109020 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0446679Z I 00:01:28.109022 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0446835Z I 00:01:28.109026 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0446984Z I 00:01:28.109028 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0447125Z I 00:01:28.109029 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0447355Z I 00:01:28.109031 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0447499Z I 00:01:28.109033 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0447656Z I 00:01:28.109036 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0447804Z I 00:01:28.109038 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0447961Z I 00:01:28.109042 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0448108Z I 00:01:28.109044 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0448323Z I 00:01:28.109048 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0448485Z I 00:01:28.109050 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0448631Z I 00:01:28.109053 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0448788Z I 00:01:28.109054 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0448935Z I 00:01:28.109057 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0449094Z I 00:01:28.109059 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0449311Z I 00:01:28.109062 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0449459Z I 00:01:28.109064 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0449643Z I 00:01:28.109066 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0449792Z I 00:01:28.109069 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0449944Z I 00:01:28.109072 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0450093Z I 00:01:28.109073 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0450343Z I 00:01:28.109075 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0450490Z I 00:01:28.109077 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0450659Z I 00:01:28.109080 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0450810Z I 00:01:28.109082 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0450957Z I 00:01:28.109084 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0451110Z I 00:01:28.109086 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0451366Z E 00:01:28.109088 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0451665Z E 00:01:28.109109 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0451883Z I 00:01:28.109112 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0452029Z I 00:01:28.109114 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0452181Z I 00:01:28.109116 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0452329Z I 00:01:28.109118 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0452485Z I 00:01:28.109119 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0452634Z I 00:01:28.109122 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0452862Z I 00:01:28.109123 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0453009Z I 00:01:28.109125 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0453179Z I 00:01:28.109127 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0453451Z I 00:01:28.109129 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0453767Z I 00:01:28.109130 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0454098Z I 00:01:28.109133 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0454336Z I 00:01:28.109135 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0454506Z I 00:01:28.109137 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0454661Z I 00:01:28.109138 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0454899Z I 00:01:28.109140 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0455068Z I 00:01:28.109142 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0455223Z I 00:01:28.109145 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0455513Z E 00:01:28.109147 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0455831Z E 00:01:28.109151 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0456094Z I 00:01:28.109153 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0456252Z I 00:01:28.109159 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0456410Z I 00:01:28.109162 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0456583Z I 00:01:28.109164 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0456743Z I 00:01:28.109168 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0456919Z I 00:01:28.109170 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0457160Z I 00:01:28.109172 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0457335Z I 00:01:28.109174 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0457492Z I 00:01:28.109176 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0457651Z I 00:01:28.109178 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0457819Z I 00:01:28.109180 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0458031Z I 00:01:28.109183 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0458286Z I 00:01:28.109185 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0458446Z I 00:01:28.109189 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0458642Z I 00:01:28.109191 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0458915Z I 00:01:28.109193 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0459075Z I 00:01:28.109195 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0459289Z I 00:01:28.109200 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0459574Z E 00:01:28.109202 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0459927Z E 00:01:28.109212 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0460165Z I 00:01:28.109215 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0460355Z I 00:01:28.109218 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0460514Z I 00:01:28.109219 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0460680Z I 00:01:28.109221 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0460857Z I 00:01:28.109224 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0461013Z I 00:01:28.109225 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0461270Z I 00:01:28.109227 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0461433Z I 00:01:28.109229 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0461604Z I 00:01:28.109233 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0461773Z I 00:01:28.109235 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0461932Z I 00:01:28.109237 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0462140Z I 00:01:28.109240 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0462376Z I 00:01:28.109242 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0462549Z I 00:01:28.109246 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0462706Z I 00:01:28.109248 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0462881Z I 00:01:28.109250 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0463041Z I 00:01:28.109252 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0463198Z I 00:01:28.109256 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0463454Z I 00:01:28.109259 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0463616Z I 00:01:28.109263 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0463783Z I 00:01:28.109265 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0463952Z I 00:01:28.109267 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0464128Z I 00:01:28.109269 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0464288Z I 00:01:28.109271 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0464527Z I 00:01:28.109273 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0464702Z I 00:01:28.109276 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0464868Z I 00:01:28.109279 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0465043Z I 00:01:28.109280 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0465207Z I 00:01:28.109282 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0465386Z I 00:01:28.109284 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0465769Z E 00:01:28.109288 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0466086Z E 00:01:28.109311 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0466327Z I 00:01:28.109315 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0466486Z I 00:01:28.109317 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0466788Z I 00:01:28.109319 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0466943Z I 00:01:28.109321 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0467109Z I 00:01:28.109322 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0467256Z I 00:01:28.109326 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0467498Z I 00:01:28.109328 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0467660Z I 00:01:28.109330 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0467939Z I 00:01:28.109332 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0468105Z I 00:01:28.109334 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0468251Z I 00:01:28.109335 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0468409Z I 00:01:28.109337 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0468631Z I 00:01:28.109339 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0468782Z I 00:01:28.109342 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0468944Z I 00:01:28.109344 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0469159Z I 00:01:28.109346 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0469318Z I 00:01:28.109349 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0469464Z I 00:01:28.109351 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0469747Z E 00:01:28.109356 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0470048Z E 00:01:28.109359 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0470275Z I 00:01:28.109362 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0470451Z I 00:01:28.109364 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0470627Z I 00:01:28.109366 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0470793Z I 00:01:28.109368 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0470942Z I 00:01:28.109371 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0471102Z I 00:01:28.109373 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0471320Z I 00:01:28.109376 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0471472Z I 00:01:28.109378 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0471633Z I 00:01:28.109380 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0471786Z I 00:01:28.109382 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0472014Z I 00:01:28.109384 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0472163Z I 00:01:28.109386 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0472584Z I 00:01:28.109388 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0472746Z I 00:01:28.109390 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0472904Z I 00:01:28.109393 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0473154Z I 00:01:28.109394 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0473315Z I 00:01:28.109396 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0473506Z I 00:01:28.109399 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0473790Z E 00:01:28.109401 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0474133Z E 00:01:28.109406 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0474376Z I 00:01:28.109409 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0474543Z I 00:01:28.109411 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0474747Z I 00:01:28.109413 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0474908Z I 00:01:28.109414 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0475096Z I 00:01:28.109417 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0475280Z I 00:01:28.109419 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0475531Z I 00:01:28.109421 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0475696Z I 00:01:28.109423 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0475858Z I 00:01:28.109426 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0476072Z I 00:01:28.109428 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0476228Z I 00:01:28.109430 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0476399Z I 00:01:28.109432 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0476663Z I 00:01:28.109435 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0476838Z I 00:01:28.109437 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0476998Z I 00:01:28.109439 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0477157Z I 00:01:28.109441 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0477330Z I 00:01:28.109444 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0477484Z I 00:01:28.109447 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0477735Z I 00:01:28.109448 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0477897Z I 00:01:28.109450 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0478079Z I 00:01:28.109453 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0478247Z I 00:01:28.109457 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0478403Z I 00:01:28.109461 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0478573Z I 00:01:28.109463 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0478806Z I 00:01:28.109465 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0478976Z I 00:01:28.109469 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0479166Z I 00:01:28.109474 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0479340Z I 00:01:28.109476 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0479500Z I 00:01:28.109478 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0479654Z I 00:01:28.109482 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0479952Z E 00:01:28.109484 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0480272Z E 00:01:28.109504 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0480527Z I 00:01:28.109507 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0480688Z I 00:01:28.109509 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0480860Z I 00:01:28.109511 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0481024Z I 00:01:28.109513 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0481188Z I 00:01:28.109514 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0481352Z I 00:01:28.109517 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0481589Z I 00:01:28.109519 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0481767Z I 00:01:28.109521 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0481930Z I 00:01:28.109523 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0482107Z I 00:01:28.109524 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0482277Z I 00:01:28.109526 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0482443Z I 00:01:28.109528 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0482698Z I 00:01:28.109530 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0482865Z I 00:01:28.109531 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0483043Z I 00:01:28.109533 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0483284Z I 00:01:28.109536 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0483470Z I 00:01:28.109538 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0483650Z I 00:01:28.109540 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0483935Z E 00:01:28.109542 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0484259Z E 00:01:28.109545 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0484602Z I 00:01:28.109548 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0484789Z I 00:01:28.109550 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0484936Z I 00:01:28.109551 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0485117Z I 00:01:28.109554 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0485264Z I 00:01:28.109556 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0485411Z I 00:01:28.109558 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0485657Z I 00:01:28.109560 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0485803Z I 00:01:28.109561 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0485957Z I 00:01:28.109563 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0486107Z I 00:01:28.109565 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0486279Z I 00:01:28.109567 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0486421Z I 00:01:28.109568 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0486642Z I 00:01:28.109570 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0486793Z I 00:01:28.109573 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0486943Z I 00:01:28.109575 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0487169Z I 00:01:28.109577 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0487312Z I 00:01:28.109580 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0487491Z I 00:01:28.109581 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0487747Z E 00:01:28.109583 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0488032Z E 00:01:28.109588 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0488259Z I 00:01:28.109592 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0488404Z I 00:01:28.109594 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0488581Z I 00:01:28.109596 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0488729Z I 00:01:28.109597 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0488889Z I 00:01:28.109600 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0489039Z I 00:01:28.109602 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0489258Z I 00:01:28.109604 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0489417Z I 00:01:28.109606 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0489566Z I 00:01:28.109608 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0489724Z I 00:01:28.109609 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0489872Z I 00:01:28.109612 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0490029Z I 00:01:28.109614 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0490246Z I 00:01:28.109618 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0490396Z I 00:01:28.109623 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0490551Z I 00:01:28.109625 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0490700Z I 00:01:28.109629 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0490858Z I 00:01:28.109634 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0491004Z I 00:01:28.109638 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0491237Z I 00:01:28.109640 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0491385Z I 00:01:28.109642 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0491558Z I 00:01:28.109646 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0491715Z I 00:01:28.109648 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0491860Z I 00:01:28.109650 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0492021Z I 00:01:28.109653 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0492264Z I 00:01:28.109658 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0492424Z I 00:01:28.109662 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0492593Z I 00:01:28.109664 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0492745Z I 00:01:28.109666 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0492908Z I 00:01:28.109667 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0493054Z I 00:01:28.109670 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0493328Z E 00:01:28.109673 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0493623Z E 00:01:28.109693 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0493855Z I 00:01:28.109696 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0494001Z I 00:01:28.109699 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0494146Z I 00:01:28.109700 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0494308Z I 00:01:28.109702 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0494453Z I 00:01:28.109705 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0494610Z I 00:01:28.109707 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0494831Z I 00:01:28.109709 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0494989Z I 00:01:28.109711 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0495137Z I 00:01:28.109713 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0495316Z I 00:01:28.109715 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0495479Z I 00:01:28.109717 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0495623Z I 00:01:28.109719 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0495856Z I 00:01:28.109721 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0496001Z I 00:01:28.109722 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0496162Z I 00:01:28.109725 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0496380Z I 00:01:28.109727 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0496524Z I 00:01:28.109729 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0496684Z I 00:01:28.109731 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0496945Z E 00:01:28.109732 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0497253Z E 00:01:28.109736 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0497473Z I 00:01:28.109739 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0497629Z I 00:01:28.109740 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0497778Z I 00:01:28.109744 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0497921Z I 00:01:28.109746 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0498082Z I 00:01:28.109749 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0498228Z I 00:01:28.109751 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0498451Z I 00:01:28.109754 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0498598Z I 00:01:28.109755 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0498754Z I 00:01:28.109757 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0498901Z I 00:01:28.109760 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0499053Z I 00:01:28.109763 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0499207Z I 00:01:28.109767 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0499453Z I 00:01:28.109769 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0499611Z I 00:01:28.109772 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0499758Z I 00:01:28.109774 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0499984Z I 00:01:28.109779 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0500155Z I 00:01:28.109781 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0500301Z I 00:01:28.109783 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0500594Z E 00:01:28.109786 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0500886Z E 00:01:28.109792 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0501114Z I 00:01:28.109794 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0501266Z I 00:01:28.109796 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0501426Z I 00:01:28.109798 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0501573Z I 00:01:28.109804 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0501722Z I 00:01:28.109807 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0501873Z I 00:01:28.109809 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0502092Z I 00:01:28.109812 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0502249Z I 00:01:28.109815 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0502395Z I 00:01:28.109817 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0502549Z I 00:01:28.109820 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0502693Z I 00:01:28.109822 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0502841Z I 00:01:28.109823 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0503125Z I 00:01:28.109825 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0503276Z I 00:01:28.109829 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0503434Z I 00:01:28.109831 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0503580Z I 00:01:28.109834 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0503739Z I 00:01:28.109836 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0503887Z I 00:01:28.109838 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0504108Z I 00:01:28.109839 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0504272Z I 00:01:28.109843 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0504422Z I 00:01:28.109845 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0504586Z I 00:01:28.109847 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0504737Z I 00:01:28.109850 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0504898Z I 00:01:28.109854 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0505113Z I 00:01:28.109857 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0505261Z I 00:01:28.109859 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0505420Z I 00:01:28.109861 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0505566Z I 00:01:28.109863 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0505729Z I 00:01:28.109865 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0505874Z I 00:01:28.109867 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0506145Z E 00:01:28.109870 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0506439Z E 00:01:28.109891 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0506657Z I 00:01:28.109894 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0506820Z I 00:01:28.109896 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0506964Z I 00:01:28.109898 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0507148Z I 00:01:28.109900 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0507293Z I 00:01:28.109901 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0507453Z I 00:01:28.109904 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0507667Z I 00:01:28.109906 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0507840Z I 00:01:28.109909 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0508002Z I 00:01:28.109910 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0508170Z I 00:01:28.109912 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0508330Z I 00:01:28.109915 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0508477Z I 00:01:28.109917 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0508703Z I 00:01:28.109919 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0508852Z I 00:01:28.109922 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0508998Z I 00:01:28.109925 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0509227Z I 00:01:28.109926 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0509370Z I 00:01:28.109928 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0509527Z I 00:01:28.109930 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0509788Z E 00:01:28.109932 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0510094Z E 00:01:28.109936 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0510314Z I 00:01:28.109938 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0510458Z I 00:01:28.109941 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0510614Z I 00:01:28.109943 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0510787Z I 00:01:28.109944 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0510945Z I 00:01:28.109946 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0511088Z I 00:01:28.109948 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0511312Z I 00:01:28.109951 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0511458Z I 00:01:28.109953 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0511604Z I 00:01:28.109955 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0511762Z I 00:01:28.109956 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0511976Z I 00:01:28.109958 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0512136Z I 00:01:28.109960 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0512520Z I 00:01:28.109962 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0512690Z I 00:01:28.109964 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0512849Z I 00:01:28.109965 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0513089Z I 00:01:28.109967 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0513265Z I 00:01:28.109968 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0513424Z I 00:01:28.109971 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0513713Z E 00:01:28.109973 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0514031Z E 00:01:28.109978 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0514277Z I 00:01:28.109981 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0514438Z I 00:01:28.109983 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0514597Z I 00:01:28.109986 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0514767Z I 00:01:28.109990 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0514928Z I 00:01:28.109991 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0515092Z I 00:01:28.109994 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0515358Z I 00:01:28.109997 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0515527Z I 00:01:28.109999 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0515685Z I 00:01:28.110000 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0515845Z I 00:01:28.110002 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0516036Z I 00:01:28.110004 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0516194Z I 00:01:28.110006 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0516468Z I 00:01:28.110009 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0516629Z I 00:01:28.110010 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0516798Z I 00:01:28.110013 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0516957Z I 00:01:28.110014 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0517119Z I 00:01:28.110016 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0517289Z I 00:01:28.110018 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0517524Z I 00:01:28.110020 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0517691Z I 00:01:28.110022 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0517849Z I 00:01:28.110024 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0518022Z I 00:01:28.110025 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0518180Z I 00:01:28.110028 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0518341Z I 00:01:28.110030 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0518583Z I 00:01:28.110033 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0518741Z I 00:01:28.110035 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0518906Z I 00:01:28.110038 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0519086Z I 00:01:28.110040 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0519258Z I 00:01:28.110041 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0519411Z I 00:01:28.110043 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0519687Z E 00:01:28.110045 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0520016Z E 00:01:28.110068 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0520251Z I 00:01:28.110071 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0520424Z I 00:01:28.110073 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0520583Z I 00:01:28.110075 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0520754Z I 00:01:28.110077 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0520908Z I 00:01:28.110079 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0521067Z I 00:01:28.110081 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0521317Z I 00:01:28.110083 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0521475Z I 00:01:28.110085 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0521645Z I 00:01:28.110087 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0521802Z I 00:01:28.110089 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0521972Z I 00:01:28.110091 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0522132Z I 00:01:28.110093 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0522365Z I 00:01:28.110095 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0522536Z I 00:01:28.110100 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0522692Z I 00:01:28.110102 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0522941Z I 00:01:28.110107 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0523101Z I 00:01:28.110110 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0523273Z I 00:01:28.110115 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0523579Z E 00:01:28.110117 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0523899Z E 00:01:28.110121 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0524150Z I 00:01:28.110125 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0524337Z I 00:01:28.110130 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0524611Z I 00:01:28.110132 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0524791Z I 00:01:28.110134 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0524948Z I 00:01:28.110136 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0525098Z I 00:01:28.110138 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0525316Z I 00:01:28.110139 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0525482Z I 00:01:28.110141 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0525633Z I 00:01:28.110143 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0525793Z I 00:01:28.110145 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0525941Z I 00:01:28.110149 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0526100Z I 00:01:28.110151 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0526320Z I 00:01:28.110154 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0526464Z I 00:01:28.110156 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0526620Z I 00:01:28.110159 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0526838Z I 00:01:28.110160 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0526995Z I 00:01:28.110162 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0527142Z I 00:01:28.110164 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0527434Z E 00:01:28.110166 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0527722Z E 00:01:28.110172 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0527945Z I 00:01:28.110174 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0528109Z I 00:01:28.110176 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0528257Z I 00:01:28.110179 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0528410Z I 00:01:28.110181 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0528559Z I 00:01:28.110183 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0528714Z I 00:01:28.110186 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0528930Z I 00:01:28.110193 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0529077Z I 00:01:28.110196 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0529233Z I 00:01:28.110199 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0529377Z I 00:01:28.110200 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0529530Z I 00:01:28.110202 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0529671Z I 00:01:28.110204 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0529900Z I 00:01:28.110206 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0530045Z I 00:01:28.110209 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0530189Z I 00:01:28.110210 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0530343Z I 00:01:28.110213 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0530491Z I 00:01:28.110216 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0530644Z I 00:01:28.110218 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0530860Z I 00:01:28.110220 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0531013Z I 00:01:28.110223 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0531156Z I 00:01:28.110225 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0531328Z I 00:01:28.110226 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0531480Z I 00:01:28.110228 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0531625Z I 00:01:28.110230 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0531848Z I 00:01:28.110232 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0532019Z I 00:01:28.110235 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0532174Z I 00:01:28.110240 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0532342Z I 00:01:28.110243 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0532486Z I 00:01:28.110245 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0532638Z I 00:01:28.110247 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0532893Z E 00:01:28.110251 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0533200Z E 00:01:28.110275 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0533415Z I 00:01:28.110282 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0533572Z I 00:01:28.110285 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0533715Z I 00:01:28.110287 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0533861Z I 00:01:28.110289 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0534018Z I 00:01:28.110291 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0534162Z I 00:01:28.110293 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0534387Z I 00:01:28.110295 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0534532Z I 00:01:28.110297 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0534691Z I 00:01:28.110300 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0534859Z I 00:01:28.110302 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0535005Z I 00:01:28.110304 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0535164Z I 00:01:28.110306 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0535378Z I 00:01:28.110308 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0535531Z I 00:01:28.110311 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0535673Z I 00:01:28.110313 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0535896Z I 00:01:28.110315 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0536041Z I 00:01:28.110317 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0536182Z I 00:01:28.110318 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0536449Z E 00:01:28.110321 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0536741Z E 00:01:28.110324 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0536968Z I 00:01:28.110328 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0537115Z I 00:01:28.110333 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0537264Z I 00:01:28.110337 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0537407Z I 00:01:28.110339 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0537548Z I 00:01:28.110341 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0537706Z I 00:01:28.110343 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0537923Z I 00:01:28.110345 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0538082Z I 00:01:28.110347 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0538228Z I 00:01:28.110349 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0538380Z I 00:01:28.110351 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0538526Z I 00:01:28.110352 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0538668Z I 00:01:28.110355 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0538923Z I 00:01:28.110358 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0539068Z I 00:01:28.110360 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0539220Z I 00:01:28.110363 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0539438Z I 00:01:28.110365 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0539613Z I 00:01:28.110367 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0539757Z I 00:01:28.110370 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0540040Z E 00:01:28.110372 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0540341Z E 00:01:28.110378 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0540560Z I 00:01:28.110380 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0540714Z I 00:01:28.110383 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0540863Z I 00:01:28.110385 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0541013Z I 00:01:28.110388 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0541157Z I 00:01:28.110390 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0541302Z I 00:01:28.110394 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0541525Z I 00:01:28.110396 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0541673Z I 00:01:28.110398 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0541827Z I 00:01:28.110400 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0541972Z I 00:01:28.110402 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0542125Z I 00:01:28.110404 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0542269Z I 00:01:28.110406 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0542512Z I 00:01:28.110409 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0542663Z I 00:01:28.110411 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0542806Z I 00:01:28.110414 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0542958Z I 00:01:28.110417 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0543102Z I 00:01:28.110419 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0543259Z I 00:01:28.110421 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0543474Z I 00:01:28.110423 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0543623Z I 00:01:28.110426 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0543775Z I 00:01:28.110428 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0543920Z I 00:01:28.110430 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0544072Z I 00:01:28.110434 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0544221Z I 00:01:28.110436 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0544444Z I 00:01:28.110438 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0544589Z I 00:01:28.110440 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0544733Z I 00:01:28.110442 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0544886Z I 00:01:28.110444 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0545029Z I 00:01:28.110446 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0545182Z I 00:01:28.110448 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0545437Z E 00:01:28.110450 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.0545741Z E 00:01:28.110472 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0545954Z I 00:01:28.110474 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0546101Z I 00:01:28.110477 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0546255Z I 00:01:28.110478 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0546423Z I 00:01:28.110480 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0546580Z I 00:01:28.110482 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0546721Z I 00:01:28.110484 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0546944Z I 00:01:28.110486 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0547114Z I 00:01:28.110488 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0547254Z I 00:01:28.110490 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0547435Z I 00:01:28.110492 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0547582Z I 00:01:28.110493 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0547738Z I 00:01:28.110495 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0547948Z I 00:01:28.110497 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0548104Z I 00:01:28.110499 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0548247Z I 00:01:28.110501 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0548464Z I 00:01:28.110502 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0548616Z I 00:01:28.110505 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0548758Z I 00:01:28.110507 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0549025Z E 00:01:28.110509 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0549315Z E 00:01:28.110513 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.0549544Z I 00:01:28.110515 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0549690Z I 00:01:28.110517 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0549835Z I 00:01:28.110519 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0550015Z I 00:01:28.110521 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0550158Z I 00:01:28.110523 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0550318Z I 00:01:28.110524 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0550538Z I 00:01:28.110526 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0550693Z I 00:01:28.110528 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0550840Z I 00:01:28.110529 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.0550983Z I 00:01:28.110531 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.0551134Z I 00:01:28.110533 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.0551278Z I 00:01:28.110535 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0551505Z I 00:01:28.110536 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0551650Z I 00:01:28.110539 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0551804Z I 00:01:28.110540 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0552085Z I 00:01:28.110542 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0552231Z I 00:01:28.110545 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.0552557Z I 00:01:28.110548 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.0552836Z E 00:01:28.110550 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.0553160Z E 00:01:28.110556 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.0553545Z I 00:01:28.110559 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.0553716Z I 00:01:28.110562 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2715108Z I 00:01:28.110564 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2717264Z I 00:01:28.110567 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2718666Z I 00:01:28.110569 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2719124Z I 00:01:28.110572 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2719838Z I 00:01:28.110574 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2720379Z I 00:01:28.110577 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2720832Z I 00:01:28.110579 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2721283Z I 00:01:28.110581 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2721805Z I 00:01:28.110583 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2722240Z I 00:01:28.110585 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2722835Z I 00:01:28.110587 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2723376Z I 00:01:28.110589 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2723829Z I 00:01:28.110591 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2724283Z I 00:01:28.110593 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2724725Z I 00:01:28.110596 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2725181Z I 00:01:28.110598 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2725711Z I 00:01:28.110600 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2726246Z I 00:01:28.110604 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2726698Z I 00:01:28.110606 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2727151Z I 00:01:28.110609 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2727590Z I 00:01:28.110611 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2728043Z I 00:01:28.110613 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2728573Z I 00:01:28.110615 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2729107Z I 00:01:28.110618 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2729557Z I 00:01:28.110620 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2730050Z I 00:01:28.110622 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2730503Z I 00:01:28.110624 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2730956Z I 00:01:28.110626 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2731540Z E 00:01:28.110628 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.2732277Z E 00:01:28.110650 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.2732973Z I 00:01:28.110653 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2733489Z I 00:01:28.110656 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2733986Z I 00:01:28.110657 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2734422Z I 00:01:28.110659 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2734871Z I 00:01:28.110660 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2735319Z I 00:01:28.110664 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2735850Z I 00:01:28.110666 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2736388Z I 00:01:28.110668 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2736824Z I 00:01:28.110669 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2737273Z I 00:01:28.110673 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2737728Z I 00:01:28.110676 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2738181Z I 00:01:28.110677 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2738706Z I 00:01:28.110680 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2739242Z I 00:01:28.110682 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2739673Z I 00:01:28.110684 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2740198Z I 00:01:28.110687 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2740731Z I 00:01:28.110690 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2741178Z I 00:01:28.110692 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2741789Z E 00:01:28.110696 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.2742516Z E 00:01:28.110700 executorch:operator_registry.cpp:252] kernel 'llama::update_cache.out' not found. 2025-03-21T21:20:34.2743205Z I 00:01:28.110704 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2743888Z I 00:01:28.110706 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2744330Z I 00:01:28.110708 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2744806Z I 00:01:28.110710 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2745246Z I 00:01:28.110713 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2745671Z I 00:01:28.110715 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2746182Z I 00:01:28.110717 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2746702Z I 00:01:28.110720 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2747149Z I 00:01:28.110722 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2747593Z I 00:01:28.110724 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2748042Z I 00:01:28.110727 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2748466Z I 00:01:28.110729 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2748978Z I 00:01:28.110731 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2749495Z I 00:01:28.110733 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2749929Z I 00:01:28.110735 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2750441Z I 00:01:28.110736 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2750946Z I 00:01:28.110739 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2751385Z I 00:01:28.110743 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2752051Z E 00:01:28.110745 executorch:method.cpp:730] Missing operator: [10] llama::update_cache.out 2025-03-21T21:20:34.2752949Z E 00:01:28.110751 executorch:operator_registry.cpp:252] kernel 'llama::custom_sdpa.out' not found. 2025-03-21T21:20:34.2753974Z I 00:01:28.110754 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2754611Z I 00:01:28.110756 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2755054Z I 00:01:28.110758 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2755517Z I 00:01:28.110760 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2755976Z I 00:01:28.110763 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2756428Z I 00:01:28.110765 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2756958Z I 00:01:28.110767 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2757480Z I 00:01:28.110769 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2757933Z I 00:01:28.110771 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2758389Z I 00:01:28.110773 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2758844Z I 00:01:28.110775 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2759306Z I 00:01:28.110778 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2759843Z I 00:01:28.110780 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2760380Z I 00:01:28.110782 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2760839Z I 00:01:28.110784 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2761299Z I 00:01:28.110786 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2761754Z I 00:01:28.110788 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2762205Z I 00:01:28.110790 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2762725Z I 00:01:28.110792 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2763299Z I 00:01:28.110794 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2772278Z I 00:01:28.110798 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2772998Z I 00:01:28.110800 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2773561Z I 00:01:28.110803 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2774010Z I 00:01:28.110805 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2774510Z I 00:01:28.110807 executorch:operator_registry.cpp:253] dtype: 6 | dim order: [ 2025-03-21T21:20:34.2775070Z I 00:01:28.110809 executorch:operator_registry.cpp:253] 0, 2025-03-21T21:20:34.2775509Z I 00:01:28.110811 executorch:operator_registry.cpp:253] 1, 2025-03-21T21:20:34.2775961Z I 00:01:28.110812 executorch:operator_registry.cpp:253] 2, 2025-03-21T21:20:34.2776402Z I 00:01:28.110815 executorch:operator_registry.cpp:253] 3, 2025-03-21T21:20:34.2776859Z I 00:01:28.110816 executorch:operator_registry.cpp:253] ] 2025-03-21T21:20:34.2777438Z E 00:01:28.110818 executorch:method.cpp:730] Missing operator: [11] llama::custom_sdpa.out 2025-03-21T21:20:34.2778275Z E 00:01:28.110829 executorch:method.cpp:964] There are 96 instructions don't have corresponding operator registered. See logs for details 2025-03-21T21:20:34.2779070Z I 00:01:28.185840 executorch:stats.h:110] Prompt Tokens: 0 Generated Tokens: 0 2025-03-21T21:20:34.2779635Z I 00:01:28.185855 executorch:stats.h:116] Model Load Time: 36.403000 (seconds) 2025-03-21T21:20:34.2780309Z I 00:01:28.185861 executorch:stats.h:126] Total inference time: 51.759000 (seconds) Rate: 0.000000 (tokens/second) 2025-03-21T21:20:34.2781192Z I 00:01:28.185864 executorch:stats.h:134] Prompt evaluation: -1742591982.299000 (seconds) Rate: -0.000000 (tokens/second) 2025-03-21T21:20:34.2782060Z I 00:01:28.185868 executorch:stats.h:145] Generated 0 tokens: 1742592034.058000 (seconds) Rate: 0.000000 (tokens/second) 2025-03-21T21:20:34.2782819Z I 00:01:28.185872 executorch:stats.h:153] Time to first generated token: -1742591982.299000 (seconds) 2025-03-21T21:20:34.2783508Z I 00:01:28.185874 executorch:stats.h:160] Sampling time over 0 tokens: 0.000000 (seconds) 2025-03-21T21:20:34.2784252Z I 00:01:28.185876 executorch:llava_runner.cpp:180] RSS after finishing text generation: 6611.140625 MiB (0 if unsupported) 2025-03-21T21:20:34.2784877Z ++ cat result.txt 2025-03-21T21:20:34.2786150Z + RESULT='ASSISTANT:PyTorchObserver {"prompt_tokens":0,"generated_tokens":0,"model_load_start_ms":1742591945896,"model_load_end_ms":1742591982299,"inference_start_ms":1742591982299,"inference_end_ms":1742592034058,"prompt_eval_end_ms":0,"first_token_ms":0,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000}' 2025-03-21T21:20:34.2787533Z ++ uname 2025-03-21T21:20:34.2787769Z + [[ Linux == \D\a\r\w\i\n ]] 2025-03-21T21:20:34.2788063Z + EXPECTED_PREFIX=ASSISTANT: 2025-03-21T21:20:34.2789415Z + [[ ASSISTANT:PyTorchObserver {"prompt_tokens":0,"generated_tokens":0,"model_load_start_ms":1742591945896,"model_load_end_ms":1742591982299,"inference_start_ms":1742591982299,"inference_end_ms":1742592034058,"prompt_eval_end_ms":0,"first_token_ms":0,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000} == *\A\S\S\I\S\T\A\N\T\:* ]] 2025-03-21T21:20:34.2790822Z + echo 'Expected result prefix: ASSISTANT:' 2025-03-21T21:20:34.2791200Z Expected result prefix: ASSISTANT: 2025-03-21T21:20:34.2792830Z + echo 'Actual result: ASSISTANT:PyTorchObserver {"prompt_tokens":0,"generated_tokens":0,"model_load_start_ms":1742591945896,"model_load_end_ms":1742591982299,"inference_start_ms":1742591982299,"inference_end_ms":1742592034058,"prompt_eval_end_ms":0,"first_token_ms":0,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000}' 2025-03-21T21:20:34.2795425Z Actual result: ASSISTANT:PyTorchObserver {"prompt_tokens":0,"generated_tokens":0,"model_load_start_ms":1742591945896,"model_load_end_ms":1742591982299,"inference_start_ms":1742591982299,"inference_end_ms":1742592034058,"prompt_eval_end_ms":0,"first_token_ms":0,"aggregate_sampling_time_ms":0,"SCALING_FACTOR_UNITS_PER_SECOND":1000} 2025-03-21T21:20:34.2796853Z + echo Success 2025-03-21T21:20:34.2797125Z Success 2025-03-21T21:20:34.2797347Z + exit 0 2025-03-21T21:20:34.2887334Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T21:20:34.2887768Z with: 2025-03-21T21:20:34.2888132Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:34.2888583Z fail-on-empty: false 2025-03-21T21:20:34.2888881Z env: 2025-03-21T21:20:34.2889159Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:20:34.2889691Z REPOSITORY: pytorch/executorch 2025-03-21T21:20:34.2890001Z PR_NUMBER: 2025-03-21T21:20:34.2892289Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T21:20:34.2894660Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:20:34.2895283Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:34.2895867Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:20:34.2896268Z ##[endgroup] 2025-03-21T21:20:34.3461644Z Prepare all required actions 2025-03-21T21:20:34.3512198Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T21:20:34.3512816Z with: 2025-03-21T21:20:34.3513208Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T21:20:34.3513867Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:20:34.3514352Z env: 2025-03-21T21:20:34.3514665Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:20:34.3515220Z REPOSITORY: pytorch/executorch 2025-03-21T21:20:34.3515546Z PR_NUMBER: 2025-03-21T21:20:34.3517962Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T21:20:34.3520533Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:20:34.3521200Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:34.3521827Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:20:34.3522258Z ##[endgroup] 2025-03-21T21:20:34.3552998Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:20:34.3554032Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:20:34.3564534Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:20:34.3564986Z env: 2025-03-21T21:20:34.3565403Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:20:34.3565825Z REPOSITORY: pytorch/executorch 2025-03-21T21:20:34.3566157Z PR_NUMBER: 2025-03-21T21:20:34.3568308Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T21:20:34.3570667Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:20:34.3571285Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:34.3571878Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:20:34.3572553Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:20:34.3573149Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T21:20:34.3573589Z ##[endgroup] 2025-03-21T21:20:34.3787609Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T21:20:34.6122485Z latest: Pulling from tool/alpine 2025-03-21T21:20:34.6124082Z 540db60ca938: Pulling fs layer 2025-03-21T21:20:34.7145324Z 540db60ca938: Download complete 2025-03-21T21:20:34.7966147Z 540db60ca938: Pull complete 2025-03-21T21:20:34.8093949Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T21:20:34.8145500Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T21:20:36.3191747Z Prepare all required actions 2025-03-21T21:20:36.3221950Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T21:20:36.3222384Z with: 2025-03-21T21:20:36.3222710Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T21:20:36.3223252Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:20:36.3223715Z env: 2025-03-21T21:20:36.3224011Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:20:36.3224396Z REPOSITORY: pytorch/executorch 2025-03-21T21:20:36.3224724Z PR_NUMBER: 2025-03-21T21:20:36.3227077Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T21:20:36.3229752Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:20:36.3230358Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:36.3230938Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:20:36.3231321Z ##[endgroup] 2025-03-21T21:20:36.3261505Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:20:36.3262283Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:20:36.3269646Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:20:36.3270060Z env: 2025-03-21T21:20:36.3270338Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:20:36.3270737Z REPOSITORY: pytorch/executorch 2025-03-21T21:20:36.3271078Z PR_NUMBER: 2025-03-21T21:20:36.3273641Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T21:20:36.3276217Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:20:36.3276875Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:36.3277554Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:20:36.3278143Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:20:36.3278731Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T21:20:36.3279174Z ##[endgroup] 2025-03-21T21:20:37.3160330Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T21:20:37.3161161Z # Only do these steps if we actually want to upload an artifact 2025-03-21T21:20:37.3161684Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T21:20:37.3162251Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T21:20:37.3162923Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T21:20:37.3163502Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T21:20:37.3163986Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:20:37.3164379Z  fi 2025-03-21T21:20:37.3164720Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T21:20:37.3165195Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:20:37.3165650Z  fi 2025-03-21T21:20:37.3166026Z fi 2025-03-21T21:20:37.3166304Z  2025-03-21T21:20:37.3166549Z upload_docs=0 2025-03-21T21:20:37.3167005Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T21:20:37.3167525Z # empty folders do not count 2025-03-21T21:20:37.3168038Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T21:20:37.3168692Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T21:20:37.3169361Z  # upload will probably not work correctly 2025-03-21T21:20:37.3169734Z  upload_docs=1 2025-03-21T21:20:37.3170054Z fi 2025-03-21T21:20:37.3170425Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T21:20:37.3177314Z shell: /usr/bin/bash -e {0} 2025-03-21T21:20:37.3177652Z env: 2025-03-21T21:20:37.3177941Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:20:37.3178367Z REPOSITORY: pytorch/executorch 2025-03-21T21:20:37.3178720Z PR_NUMBER: 2025-03-21T21:20:37.3180895Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T21:20:37.3183267Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:20:37.3183901Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:37.3184498Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:20:37.3184951Z UPLOAD_ARTIFACT_NAME: 2025-03-21T21:20:37.3185241Z ##[endgroup] 2025-03-21T21:20:37.3285529Z Prepare all required actions 2025-03-21T21:20:37.3325700Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T21:20:37.3326090Z with: 2025-03-21T21:20:37.3326319Z env: 2025-03-21T21:20:37.3326597Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:20:37.3326959Z REPOSITORY: pytorch/executorch 2025-03-21T21:20:37.3327258Z PR_NUMBER: 2025-03-21T21:20:37.3329404Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T21:20:37.3331940Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:20:37.3332541Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:37.3333083Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:20:37.3333489Z ##[endgroup] 2025-03-21T21:20:37.3384777Z ##[group]Run set -eou pipefail 2025-03-21T21:20:37.3385154Z set -eou pipefail 2025-03-21T21:20:37.3385448Z  2025-03-21T21:20:37.3385842Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T21:20:37.3386321Z for _ in $(seq 1440); do 2025-03-21T21:20:37.3386708Z  # Break if no ssh session exists anymore 2025-03-21T21:20:37.3387103Z  if [ "$(who)" = "" ]; then 2025-03-21T21:20:37.3387441Z  break 2025-03-21T21:20:37.3387736Z  fi 2025-03-21T21:20:37.3387979Z  echo "." 2025-03-21T21:20:37.3388256Z  sleep 5 2025-03-21T21:20:37.3388553Z done 2025-03-21T21:20:37.3395121Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:20:37.3395546Z env: 2025-03-21T21:20:37.3395850Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:20:37.3396264Z REPOSITORY: pytorch/executorch 2025-03-21T21:20:37.3396607Z PR_NUMBER: 2025-03-21T21:20:37.3398918Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T21:20:37.3401602Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:20:37.3402278Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:37.3402912Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:20:37.3403348Z ##[endgroup] 2025-03-21T21:20:37.3430012Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T21:20:37.3492268Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T21:20:37.3492903Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T21:20:37.3493382Z # shellcheck disable=SC2046 2025-03-21T21:20:37.3493744Z docker stop $(docker ps -q) || true 2025-03-21T21:20:37.3494147Z # Prune all of the docker images 2025-03-21T21:20:37.3494540Z docker system prune -af 2025-03-21T21:20:37.3500757Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:20:37.3501199Z env: 2025-03-21T21:20:37.3501764Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:20:37.3502158Z REPOSITORY: pytorch/executorch 2025-03-21T21:20:37.3502499Z PR_NUMBER: 2025-03-21T21:20:37.3504664Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T21:20:37.3507034Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:20:37.3507673Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:37.3508273Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:20:37.3508805Z ##[endgroup] 2025-03-21T21:20:48.1862303Z da15ff2a2c8a 2025-03-21T21:20:49.4513021Z Deleted Containers: 2025-03-21T21:20:49.4513539Z da15ff2a2c8a438bde469073fa6d053dfe02a5cdb1f2825bf63d89ac6b19eab7 2025-03-21T21:20:49.4513910Z 2025-03-21T21:20:52.4219503Z Deleted Images: 2025-03-21T21:20:52.4220958Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T21:20:52.4223689Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T21:20:52.4224803Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T21:20:52.4225694Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T21:20:52.4226663Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T21:20:52.4228093Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-clang12@sha256:39442b9b9f46a866e8b0b75f41b9b461fd673725abcfb700696cc8ad9cfdf0a7 2025-03-21T21:20:52.4229191Z deleted: sha256:22ce6c68b3236926f49a39bba2b81e911ed9b33f86ae61acb3f7d199e5465e40 2025-03-21T21:20:52.4229901Z deleted: sha256:b11d8a9063ac7e7b0703e638943ffa462ed1ff43d115e018d93ecc7ef6e99965 2025-03-21T21:20:52.4230578Z deleted: sha256:f2e384828b3a50df4cb10fd073e8fda945b2ada554510f03523a3c4dc908db86 2025-03-21T21:20:52.4231981Z deleted: sha256:3d66cafd465938620b471b97f41fd22d2ee350e62cd61744eb8ffd3f5666ed69 2025-03-21T21:20:52.4232736Z deleted: sha256:9cbae670a85a8aac0f6f6a6d9d2be2a00e1b27d562ab526384c182731cb3b819 2025-03-21T21:20:52.4233467Z deleted: sha256:8769f3c5eaf750fd73aac99ced4b5f8d230639519bf3f533bde7bddd4152a68a 2025-03-21T21:20:52.4234186Z deleted: sha256:a92b7a5a56625b189c9a16d27929ef3e208ada463d2518a394126d879cbc6651 2025-03-21T21:20:52.4234916Z deleted: sha256:a7dc0b43530c70df0fe69e04d53ad44e20672853e2ae15a86b3e19227241fbf1 2025-03-21T21:20:52.4235616Z deleted: sha256:4ba4af853c4df05e8fec2f1ef4d32a7f5615239356518e4a1a61d83de2f8d447 2025-03-21T21:20:52.4236334Z deleted: sha256:8116950fa55671f60dfd11973d8af1b7ddd05c1ed3966f40f71b3200689a3302 2025-03-21T21:20:52.4237035Z deleted: sha256:1da6384ca2410930fb158b71e5416e459893564013572f2b06986a7b575ad554 2025-03-21T21:20:52.4237748Z deleted: sha256:6191ac6bba2cfc86332d198762e494a43ff17d7e8a3dc65164a1678e07231262 2025-03-21T21:20:52.4238475Z deleted: sha256:db6553fcc04eb14caf0ab3819fc12f02b61eb8a4059c37c40e5f0138c2f63a66 2025-03-21T21:20:52.4239288Z deleted: sha256:51bae04fe683ef523a2570cd4d7556045258f9b6d229355d7bd1ea34b24250d3 2025-03-21T21:20:52.4239936Z deleted: sha256:20ad2f7003b52ddd9cb6c6d2cc46f8ce1a8a0ae83fc9210c579998240c08e5c6 2025-03-21T21:20:52.4240613Z deleted: sha256:3b2613f9318c52d4987e4ff73716e74e324f519e8f8f3ab83c51d7423199e8c5 2025-03-21T21:20:52.4241258Z deleted: sha256:3439299846f50a2e5a17366d604c7463f7fea8f945321d3819d1e8f38c0923fd 2025-03-21T21:20:52.4242171Z deleted: sha256:90761e54ea09b317e6c383ab94c74de01997a9925eb9c75208d581723e846e7a 2025-03-21T21:20:52.4243041Z deleted: sha256:fc995bdfdcb41e16f3ff4a779c6050c9d8cebb78050ccc0732d74d1d2839de14 2025-03-21T21:20:52.4243762Z deleted: sha256:5830807088a9f913105242bc72edeb24e0babf7b2db02c0e9375e3d2e42d7f98 2025-03-21T21:20:52.4244434Z deleted: sha256:c38e887df1d80d989c4a51622f9544aecf9881961dbde3ba7c2c605944246529 2025-03-21T21:20:52.4245148Z deleted: sha256:53a65f12bff4f5a541b7785f677e4b5335b1756e6cf196221d0cc59ad72e1dca 2025-03-21T21:20:52.4246046Z deleted: sha256:d6a19dca26c5a6294eb23b704612f758b1c3105818b8f75b59f4837090bd797f 2025-03-21T21:20:52.4246767Z deleted: sha256:db021aea433581c328a76f331a19695f1861f3b802b1708ad0a4dd9facfd902d 2025-03-21T21:20:52.4247481Z deleted: sha256:3a89a0477136937051104e767851ff8ef6595c687fe69ed321da5cbd6f8aac2c 2025-03-21T21:20:52.4248198Z deleted: sha256:c32d4480be2c0090f39371c3f1c8d0e75e54bb223261e99f887cde0ae3d8f69c 2025-03-21T21:20:52.4249087Z deleted: sha256:58e5f9b5d9dfa43945e48a2be23b322ddb4b26013b163b29f9e1b3f55ee731a4 2025-03-21T21:20:52.4249824Z deleted: sha256:74a2beb320466e21285a2d86c125b6b49d7b1a2e6c2713215bbcab34cab29f02 2025-03-21T21:20:52.4250552Z deleted: sha256:153a1bdd1d99254cfe26222b6c9e56c156ee6a7c35c274527985ed2925216199 2025-03-21T21:20:52.4251281Z deleted: sha256:246fa63ef0ffeeb8c245ab1fe510666c50c302f27659cd8fff58aa04cb5f620c 2025-03-21T21:20:52.4252013Z deleted: sha256:2c67b522026b7c66db0ea01e6d27c99e307b970c9dfbb71584a7893c5a2167b4 2025-03-21T21:20:52.4252755Z deleted: sha256:5de1d2b20d0b3514787b7edfecace6a8f2d87c4a4c2c35c72895663ec1f3574f 2025-03-21T21:20:52.4253692Z deleted: sha256:26b1377e85176a642c5b782619b486a09b5789b8d68502d8232eff37ced8fed6 2025-03-21T21:20:52.4254406Z deleted: sha256:04cb88971fc3d98a975ee72868e8be5734315e3f7418011da460c608949606fa 2025-03-21T21:20:52.4255127Z deleted: sha256:ddc216d24d802bf215875832d612a86ca694511842ad2ac797bcdc8ff9eb081a 2025-03-21T21:20:52.4255861Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T21:20:52.4256583Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T21:20:52.4256988Z 2025-03-21T21:20:52.4257166Z Total reclaimed space: 28.49GB 2025-03-21T21:20:52.4308590Z ##[group]Run set +e 2025-03-21T21:20:52.4308922Z set +e 2025-03-21T21:20:52.4309230Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T21:20:52.4309679Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T21:20:52.4310178Z else 2025-03-21T21:20:52.4310503Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T21:20:52.4310864Z fi 2025-03-21T21:20:52.4311132Z set -e 2025-03-21T21:20:52.4317969Z shell: /usr/bin/bash -e {0} 2025-03-21T21:20:52.4318319Z env: 2025-03-21T21:20:52.4318753Z DOCKER_IMAGE: executorch-ubuntu-22.04-clang12 2025-03-21T21:20:52.4319159Z REPOSITORY: pytorch/executorch 2025-03-21T21:20:52.4319457Z PR_NUMBER: 2025-03-21T21:20:52.4321955Z 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}" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "cmake" # install Llava requirements bash examples/models/llama/install_requirements.sh bash examples/models/llava/install_requirements.sh # run python unittest python -m unittest examples.models.llava.test.test_llava # run e2e (export, tokenizer and runner) PYTHON_EXECUTABLE=python bash .ci/scripts/test_llava.sh 2025-03-21T21:20:52.4324428Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:20:52.4325083Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:20:52.4325698Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:20:52.4326118Z NO_SUDO: false 2025-03-21T21:20:52.4326402Z ##[endgroup] 2025-03-21T21:20:53.6638044Z Post job cleanup. 2025-03-21T21:20:53.7659793Z Post job cleanup. 2025-03-21T21:20:53.8586844Z [command]/usr/bin/git version 2025-03-21T21:20:53.8624095Z git version 2.47.1 2025-03-21T21:20:53.8664602Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/63549474-0fe8-4474-8ac4-44c90e5b861a' before making global git config changes 2025-03-21T21:20:53.8667712Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T21:20:53.8668543Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T21:20:53.8696053Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T21:20:53.8730656Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T21:20:53.9031307Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T21:20:53.9050506Z http.https://github.com/.extraheader 2025-03-21T21:20:53.9058939Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T21:20:53.9085537Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T21:20:53.9480262Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T21:20:53.9510094Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T21:20:53.9515701Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:20:53.9516137Z ##[endgroup] 2025-03-21T21:20:53.9603592Z [!ALERT!] Swap in detected! [!ALERT!] 2025-03-21T21:21:04.1235121Z [!ALERT!] Swap out detected [!ALERT!] 2025-03-21T21:21:19.7164618Z Cleaning up orphan processes